wifi hotspot fixed for all ROMs - Nexus One General

Many people want to run Internet from the computer to mobile through a Wi-Fi Hotspot
But in some ROMs experience a problem which is that Rom does not support hot spot and other have a problems
But I found the solution
Leafing through the and found one solution
All you have to do is flash the content
And reboot
And you'll find unprecedented networking code (*)
This is the hot spot networks
Note: It will work for all ROMs at least with me ,sure on N1
Tip: make backup
Have not encountered any problems, but at your own risk
sorry for eng i used google translate and edit some lines
i hope its helpful
thx

Before flashing it I was getting this
"obtaining IP address"
After flashin Im getting this
"Scanning"
So the thing is It is not good for me.

i thing ur problem with ur computer ip
so you should change ur ip
or u can try this program
search it on google or any site by the name:
write : (laptop name) like
acer-laptop-to-hotspot-converter
and downloaded then install it and it'll Request password
then make sure that u connect to this new network (its name like program name)

Related

DCD'd TITAN Wifi not working....

Well I upgraded to DCD 3.2.4 and 3.42.50 radio rom. For some reason now I cannot get a connection through WiFi , it gives me errors such as: Cannot obtain a server assigned IP address. Try again later or enter and ip address in network settings. It also says it cannot connect to the network at times.
I am on the Verizon Wireless network. Thank you in advance for your help.
Also , how do you completely remove the program it does not want to come out of my programs list.
please post in the appropriate ROM thread, so in your case is DCD ROM thread,.
for a better check, install ORIGINAL ROM, if you still have the problem, then consider for warranty return,.
This is concerning WiFi connecting though.?

Wifi connection problems.

I am trying to connect to my university's wireless.
We have two different wireless ssid's that i can connect to with my laptop.
The first, called UBC is unsecured, but when you connect, it takes you to a web page where you enter your username/password.
The second, called ubcsecure, can authenticate with either WPA2 or WPA ( it shows up as WPA2-Enterprise).
The encryption method is AES for WPA2, and TKIP for WPA.
EAP type: PEAP v0 , Authentication protocol is MS-CHAP-V2
there is an option for mutual authentication using a certification server:
secure.wireless.ubc.ca
I am unable to connect to either using the stock HTC magic ROM, the HoFo community rom, and most recently, myHero 1.0.1
I have tried editing /system/etc/wifi/wpa_supplicant.conf to include
network={
ssid="ubcsecure"
proto=WPA
key_mgmt=WPA-EAP
pairwise=TKIP
group=TKIP
eap=PEAP
identity="[email protected]"
password="password"
phase1="peaplabel=0"
phase2="auth=MSCHAPV2"
}
Any ideas as to how to connect?
Data wipe.
Try to reset your phone's basic settings.
It could rebuild the information necessary to acquire the specific IP from their connection.
Manually entering the data couldn't hurt either. This is something that usually I would consider consulting the school about. Privatized internet connections could cause a number of issues for those seeking to utilize Wi-Fi.
The NAT settings might be too strict to support a handheld device.
Me too!
have you found any other solution??
i m here in ubc as well with my htc magic 1.5
when i'm trying to connect to ubc,, it keeps requiring the ip but doesnt connet
and ubcsecure doesnt even show up!
is really frustrating not being able to use internet in universityyy..
i thought by activating the wpa enterprise will work for the ubcsercure, i guess not??
will any of the heros rom work??
Im having this problem too.. anyone find a fix?
I have no idea why but ubcsecure seems to be working using JesterBlur ROM. http://forum.xda-developers.com/showthread.php?t=567122
it works on the Dream? or sapphire? I don't think it matters but... be interesting to know
Dream. Theres a version for the Sapphire. Maybe give it a shot? ubcsecure still working here.
Ask for working setting
absolutcamper said:
Dream. Theres a version for the Sapphire. Maybe give it a shot? ubcsecure still working here.
Click to expand...
Click to collapse
Did you use the UI setting or you edit the "wpa_supplicant.conf" file manually?
would you please send us your "wpa_supplicant.conf" file or its ubcsecure part? it would be the great help to have a working setting.
Cheers,
Ali
I used the UI that came up during first boot. How can I get to that file?
the wpa_supplicant is in /data/misc/wifi. But considering how it works using the ui settings, i dont think changing the config file will work...but please still post it.
I also tried replacing the wlan.ko from the jesterblur rom... and doesnt seem to be compatible with magic which is apparently normal because there is a patch for magic users that fixes wifi apparently. I will try the wlan.ko from the fix soon probably to see if it works.
Hi guys,
I'm at UBC with the same problem (I can't even connect to the regular UBC network). I went to the UBC help desk and they basically told me that they don't support android at all. The funny thing is I can connect to the fatport network with no problems but cannot connect to ubc, ubcsecure or eduroam networks on campus. I'm currently runnning on Cyanongen 4.2.4 (waiting for 32a kernel to upgrade to 4.2.5) on a rogers htc magic.
Anyway, the point of this post. If anyones interested in meeting up at UBC to find a solution to this problem it'd be great. I'm hoping we can eventually create a package of some sort that'll fix any android phone but lets focus on fixing the current prob first.
Also @fnkaze - aren't the dream and sapphire the same thing?
Er, i think the dream is the G1 and the sapphire is the G2 aka the rogers magic... well i think the dream has a differnt wifi driver? maybe.. thats the problem
I think the reason why they dont support android is because the stock rogers rom doesnt have native wpa2 support i think.... but the custom roms should have it.. the hero rom does have it... at home my wpa2 wifi works fine
I can also connect to fatport, i think the eduroam is also using the same thing...tho ive heard eduroam seems to work on the rogers rom at different univeristies..
I still have yet to try the jester rom wifi driver tho, ill try it soon...
Thanks for the clarification. And the reason eduroam works at other universities is because the WPA encryption settings are based on the uni's actual/main wireless network. So at different universites the authentication protocols might be a bit different.
What phone do you have? The dream or the magic? The jester rom doesn't work on my magic.
i have the magic, but i think it should work on the magic, they also have a seperate patch to get Wifi working for the it.. so im assuming its possible..
So yeah, Concordia University in Montreal has the same WPA2-Enterprise and this is how I got WIFI to work on my Magic (with HoFo's Sense UI ROM, would still probably work with a rooted 1.5/1.6 ROM)
In fact it will probably work with any rooted Dream or Magic
Remember you need your phone to be rooted for this to work, you will also need to have the drivers installed for your phone from the Android SDK.
- Go into recovery mode
- mount the /data/ folder
Code:
adb shell mount /data
- With ADB Pull the /data/misc/wifi/wpa_supplicant.conf file to your computer (in this example it will go to the tools folder where you have your androidsdk)
Code:
adb pull /data/misc/wifi/wpa_supplicant.conf .
- Make a backup of your conf file in case you mess something up
- Edit it and add in the configuration settings given by your University for Linux wpa_supplicant.conf files, so in your case
Code:
network={
ssid="ubcsecure"
proto=WPA
key_mgmt=WPA-EAP
pairwise=TKIP
group=TKIP
eap=PEAP
identity="[email protected]"
password="password"
phase1="peaplabel=0"
phase2="auth=MSCHAPV2"
}
- With ADB Push the wpa_supplicant.conf from your computer to the /data/misc/wifi/ folder
Code:
adb push wpa_supplicant.conf /data/misc/wifi/
mydewji13 said:
UBC help desk and they basically told me that they don't support android at all.
Also @fnkaze - aren't the dream and sapphire the same thing?
Click to expand...
Click to collapse
Honestly that person at the helpdesk probably doesn't even know what Android is. If they says they don't support Android at all, well using their logic any Linux distro using wpa_supplicant.conf isn't supported which OBVIOUSLY isn't the case.
And no the Dream and Magic are far from being the same device.
Thanks!
I'll try this solution and see if it works. Will post back to let you know how it goes.
Hi,
Ok, I just finished installing the sdk, fixing udev to recognize my phone etc...
The problem I'm having is that everytime I run:
Code:
adb shell mount /data
I get the following error:
Code:
mount: cannot read /etc/fstab: No such file or directory
Help?!?!
NVM after reading the adb -help i tried this:
Code:
adb pull /data/misc/wifi/wpa_supplicant.conf /home/myuser
Ok something really wierd happened...I pushed a new wpa supplicant file and the rebooted the phone and it stopped seeing wireless networks! But ubcsecure showed up as a known network. If I long press it an 'forget it' I can see networks again, but still cant connect to any ubc network?
WTF>?
Is there anyway I could use by ubuntu wpa_supplicant settings? Anyone know where the file is on Karmic? b/c I cant find it at all

Problem to log on a specific wifi network

Hi everybody! I've searched for a problem like mine here but I didn't find it, so I'm openning a new thread. I hope it's ok to do that!
I'm having some trouble trying to connect to the wifi network at the hospital I work. I tried to follow the intructions they gave, but these instructions are for desktop computers and notebooks and they have steps that I don't know how to follow in my blackstone. The instructions are the following (for windows XP):
-add a new network with the name: wifiuel
-choose WPA2 autentication
-choose AES cryptography
-choose PEAP access, go to properties and uncheck all options. Also, at autentication method EAP-MSCHAPv2, click on configure and uncheck the option to use the logon's name and password automaticly.
There are a few more steps, but from this last one I can´t go on. When I tap on the properties buton on my blackstone, I get the following warning: "Cannot log on to the wireless network. This network requires a personal certificate to positively identify you."
In case you just didn't understand the steps because of my poor english, here´s a link to them, but this link is for the windows vista configuration (I chose it because it is mainly in english and it has many screenshots, so I think all of you can understand it): http://www.uel.br/ati/suporte/pages/configuracao-wifi-uel/windows-vista-us.php
Any ideas of how I can solve this problem?
I'm runnig Dutty's Leo Holy Grail R0 rom, with WM6.5 and I can log on just fine in other networks.
Thanks in advance!!!
Hi,
just trying to help u.
in your case, maybe you need some sort of certificate like you stated above. Go ask your IT service/help desk on where you can get one.
Or maybe you need to register your device (WLAN Mac address or you need to use fix IP). For this, you also need to ask help from your IT service to register your device to their list, so that u can connect to their wifi network.
Not much help, but u can try them
Oh, thanks, I was going to do that anyway, but I though someone here could help me or indicate some wifi utility that could handle those steps to configure my network.
Well, thanks for your attention!
Moved as not software release...
Hey, I've got some news
I have some new facts to tell you guys and see if you can help me. First, I discovered that when I just ignore the warning that I get when I click on properties, I get another message saying that the server certificate is issued by an unknown autority and it couldn't be validated. Then I finally talked to the support staff at the hospital and they said that they don't use any certificates at all. No personal nor server certificates are needed. So I guess that the problem is with Windows Mobile, which is asking for certificates when they're not needed.
Is there any way to command WM to not ask for a certificate when logging on a particular network, because I believe this could be the solution for my problem!
Thanks in advance!!!

100% working wpa_supplicant for galaxy s2 ad hoc mod for gingerbread 2.3.3 and 2.3.4

hello friends
today i m showing you a 100 percent working wpa_supplicant for galaxy s2 gingerbread rom for ad hoc network. yes it is test by me and also this is modified by me too. no one is responcible and cant take credit for developing it. currently i m using and testing on litening rom 6.1 and it works flawlessly. so no more wait for new wpa supplicant. becoz wait is over now. use it and reply me about ny bugs. i will try to revamp it. bye
download attachment and use it
if u like my work then plz donate me on my paypal account
[email protected]
and plz reply thanks
This is great!!! Tested on my galaxy SGS1 and works perfectly!
Thanks!!!
Edit: i can connect only if i set my ad-hoc network unproteced. If i add wpa2 or even wep security the phone gets stuck on "Obtaining IP address...", but it could be my ubuntu notebook.
Awsome sauce!!! Been waiting for this. Downloading and testing it now on my SG1.
Thanks
edit: just realised it is not a CWM flashable zip. Where do I put this?
edit2: figured out where to put it so dont worry. Cannot obtain IP address though on an unsecured ADHOC network.
what is this ?
It alows your phone to use your laptop/desktops internet connection. Create an ad-hoc wireless network on your laptop/desktop and then search for that network on your phone connect and voila your phone should now use the interent through your laptop/desktop.
I like it cos it means I can use my internet connection at work instead of 3g.
SGS2 on lite'ning v4.2 (2.3.4)
Open: 'obtaining IP' loop
WEP: 'obtaining IP' loop
WPA: [no connection]
it is not cwm file. first u have to unzip it then copy and paste this on system/bin folder on ur rooted gs1 and gs2.but this will work perfectly on gingerbread 2.3.4
hi haymzee
you should use litening rom ver 6.1 not 4.2 otherwise it will not work correctly.so first update ur rom in 6.1 and then use this wpa file ok
OH YES! will test and report; long awaited!
I can connect in the morning but after turn airplane mode on-off, then I can't connect till now.
It shows obtaining IP address, even I try to re-boot both phone. T_T
Hello everyone,
I finally managed to solve the problem of connections
thanks
hi to everybody,
thank you for your work!!!!!!! is perfect!!!!
hi,
i'm running LeoMar75 Revolution 2.6, and this wpa_ did not pass obtainig ip loop.
neither wit unprotected or wep protected adhoc network
guidox79 said:
Hello everyone,
I finally managed to solve the problem of connections
thanks
Click to expand...
Click to collapse
Hello, how did you manage to solve the looping 'Obtaining IP address.." problem ?
Also got the same problem of Obtaining IP address. I tried many configurations of changing the ip address manually with static ip address settings
Its working perfectly on our rom.
10 char will b built in in the next release
For all noobs:
Use root explorer
Unzip and put the file in system/bin
Reboot
Done.
Now test
Sent from my GT-I9100 using XDA App
I use LogMeIn.apk
any solution for GB 2.3.5 ???
I've tried ad hoc on 4 different laptops and it only worked on the newer ones
I can confirm this works 100%. I tethered the internet connection on my Macbook Air with the phone using AdHoc Wifi successfully.

[Q] help~~~MAC address always change

Yesterday i flash" cm-10.2-20131011-NIGHTLY-mako.zip " (http://get.cm/?device=mako) and "AK kernel"(http://forum.xda-developers.com/showthread.php?t=2473454)
But I found that the MAC address is always changing when my phone reboot
I am a Chinese player,I not find a solution on the China's mobile phone forum,so I came to xda forum to find solutions
My wireless network uses MAC address binding, so my phone can not access here.
______________________
I tried to re-brush image file into the official (https://developers.google.com/android/nexus/images?hl=zh-HK)
But I found that even if only a pure system that will change the MAC address of each boot
Although not affect the use, but I can not connect to my wireless network
help~~

Categories

Resources