Wifi connection problems. - myTouch 3G, Magic General

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

Related

[Q] Help from DEVELOPERS - WiFi sharing apps doesn't work. SMS via WiFi too :/

Hi
Simple question. Before HD2 I had Samsung Spica mad and I'm using there apps like:
EasySMS over WiFi - 100% working on Spica http://www.appbrain.com/app/easysms-desktop-sms-free/org.fireblade.easysms
WebSharing over WiFi - 100% working on Spica http://www.appbrain.com/app/websharinglite-file-media-sync/nextapp.websharing
and Samba Filesharing over WiFi - 100% working on Spica. http://www.appbrain.com/app/samba-filesharing/com.funkyfresh.samba
Gremote doesn't work too. It is strange becouse this app is different that listed above.
Since I have HD2 it doesn't work (and all alternative apps too). Samba see phone in workgroup but can't connect to it. EasySMS & WebSharing get connection timeout when i want to connect.
BTW: When i enter IP adress in HD2 browser i can log in to EasySMS or WebSharing. So what is the problem?
Maybe somebody can fix it? I try many roms (SD and NAND) = problem is on everyone :/
Sorry for bad english :<
we sharing lite works fine for me, enter your ip adress for the hd2 into your computer browser then enter the password
i have also iused other sharing programs without any problems
What ROM that you use?
I know how to use this program, and they don't work. It isn't the router issue cuz i can use that programs on my father LG Swift.
Here: WebSharing - connection timeout - http://screenshooter.net/2156127/ebuwvsv
I have HD2 with MDJ's CyanogenMod 7 v. 2.6 - Gingerbread 2.3.2 ROM, and I have similars problems. All programs like MyPhoneExplorer (can't find phone) Samba Filesharing (identical problem like Lanc1337) doesn't work.
I can't ping phone from computer connected to router. I check all on another router, problem is the same.
Before I have ZTE Blade and all work perfect!
I found ROM where sharing is working!
http://forum.xda-developers.com/showthread.php?t=912427 - all type of sharing is working here!
But i don't like sense -.- So, why this isn't working on all roms? Kernel or rom issues? I would like this to work on CM build...
Try this:
launch terminal and type:
su [ENTER]
iptables -P INPUT ACCEPT [ENTER]
iptables -F [ENTER]
of course [ENTER] mean press ENTER key
Doesn't work. After i enter second and third command i have error:
getsockopt for multiport failed strangely: No such file or directory
Errors is ok - don't worry. In my Ginger this is working for Samba (I'm using MDJ Cyan V2.7 NAND)...
Maybe try this at first (in terminal):
iptables -P INPUT ACCEPT [ENTER]
and after all this try ping your HD2 from computer (try ping -t ip_address to continous ping - it's good idea to ping -t your_hd2_ip from computer to see if and commands helped) and ping your computer from HD2.
Before I put all this my phone isn't visible in LAN (even with ping command). After putting this everything is ok (and ping is working ).
Put here yours output (after all commands) of "iptables --list [ENTER]" please. Maybe I'll figure someting out...
I check all, and:
I must enter commands:
1. su
2. iptables -P INPUT ACCEPT [ENTER]
and start pinging from phone to computer.
After this software like MyPhoneExplorer can connect to phone. If I enter only commands, and don't use ping command, computer can't connect to my phone.
It's very strange....
After enter iptables --list
chain INUPUT (policy ACCEPT)
chain FORWARD (policy ACCEPT)
chain UTPUT (policy ACCEPT)
I check all again from start to end.
I must enter to terminal su,
and start ping, after this i can exit ping, and I can connect to phone, and phone reply to pings. I don't must enter "iptables -P INPUT ACCEPT"
Any ideas for permamently solution ?
UP
Permament solution will be great!
Sorry for spam :/ Is nobody know how to solve this issue?
Bump!
Hi, also have this issue. Doing the iptables command doesnt do anything for me, it just gives me a bunch of errors. In my case it is enough to just ping my computer from HD2 using terminal emulator or other app (I use Net ping) and I can connect to phone via wifi immediately. After phone restarts I have to do that again.
i have just same issue,seems all CM based rom has this problem,anyone has any ideas?
anotherfullbowl said:
i have just same issue,seems all CM based rom has this problem,anyone has any ideas?
Click to expand...
Click to collapse
Not really.... Besides this one I am currently bumping another thread like this in hope that someone will show up with something, at least with a few pointers of how and where to look for the reason of this issue....
clyder said:
Not really.... Besides this one I am currently bumping another thread like this in hope that someone will show up with something, at least with a few pointers of how and where to look for the reason of this issue....
Click to expand...
Click to collapse
Is this problem Only comes with CM roms?Is there Anyone who use CM rom with sharing apps working?
I really like CM roms, it has some good features,but sharing apps also important for me.
how can i unlock my htc hd 2
anotherfullbowl said:
Is this problem Only comes with CM roms?Is there Anyone who use CM rom with sharing apps working?
I really like CM roms, it has some good features,but sharing apps also important for me.
Click to expand...
Click to collapse
Not only CM ROMs. I am using UltimateDroid based ROM and also have this issue. My guess was that it could be related to Gingerbread, but I could be wrong.
Has anyone solved this?
I just found out that by using tytung r6 kernel this issue is gone. When I turn the wifi on, connect to the router I can ping the phone immediately. Also Wifi tethering in settings menu works. I am currently having some issues with restoring apps but wifi works great. I have downloaded r6 CWM install from here.

Solution Wifi Android 2.2 Schlunds

I have no permissions to publish to HD Mini ROM Development, published the solution here.
I have the solution to put wifi in Android 2.2 of Schlunds, the problem is in the process "htcUPCTLoader.exe" not allowed to continue with the process.
The assignment of IP must be static, do not get the IP automatically
Here I leave kernel with the new install
TESTED ONLY WITH ANDROID 2.2 Schlunds
Sorry for my bad English
hey thanks man
maybe u will find a fix for derefas sd card fix too?
Does not work for me. The zImage and Module are exactly the same files I use.
The Problem ist not the htcUPCTLoader.exe process.
tzacapaca send me his working 2.2. image and it still dont work for me.
The reason must be something else...
Perhaps bootloader or startup.txt?
codiak said:
Does not work for me. The zImage and Module are exactly the same files I use.
The Problem ist not the htcUPCTLoader.exe process.
tzacapaca send me his working 2.2. image and it still dont work for me.
The reason must be something else...
Perhaps bootloader or startup.txt?
Click to expand...
Click to collapse
Or the Windows Mobile rom used?
After trying the Android images, I had a lot of GPS issues under WinMo (not working anymore). At the end it was fixed, but could it be that the WinMo roms can be of influence on Android?
MobileMini said:
Or the Windows Mobile rom used?
After trying the Android images, I had a lot of GPS issues under WinMo (not working anymore). At the end it was fixed, but could it be that the WinMo roms can be of influence on Android?
Click to expand...
Click to collapse
I start to believe is this...i'm gonna use use Stock ROM and i will keep you posted if it will be any changes
nsourm has a dualbootloader in his ROM
Maybe its better to boot Android not from "within" WinMo.
Can someone test that?
codiak said:
Does not work for me. The zImage and Module are exactly the same files I use.
The Problem ist not the htcUPCTLoader.exe process.
tzacapaca send me his working 2.2. image and it still dont work for me.
The reason must be something else...
Perhaps bootloader or startup.txt?
Click to expand...
Click to collapse
In my case the prob was "htcUPCTLoader.exe" it was not allowing deamon to start..so i had to kill it and then run the run.bat file....
Can u try it this way..??..connecting the Mini with pc..running run.bat...after that killing htcUPCTLoader.exe process in task manager..and then running run.bat file again..??.... it might work....if not..then there's no harm done
I dont need to try. The kernel module file (*.ko) in the image is updated. So the problem (at least for me) is not adb push. must be something different.
Codiak, your not alone. I am also not able to turn WiFi on. Do you get Error when you go to the settings to turn it on? It's like its not picking up the WiFi on the mobile.
The only thing I changed was adding in the run.bat
Code:
taskkill / F / IM htcUPCTLoader.exe
On beginning of everything, to finish the process before starting the adb. I haven't touched anything of the files zImage and adb.exe
http://www.megaupload.com/?d=3NKI5Z0U
This is my system (android 2.2) running Wifi.
Sak_1 said:
I have no permissions to publish to HD Mini ROM Development, published the solution here.
I have the solution to put wifi in Android 2.2 of Schlunds, the problem is in the process "htcUPCTLoader.exe" not allowed to continue with the process.
The assignment of IP must be static, do not get the IP automatically
Here I leave kernel with the new install
TESTED ONLY WITH ANDROID 2.2 Schlunds
Sorry for my bad English
Click to expand...
Click to collapse
Thank you for all you've done! Unfortunately,it didn't work on my mini. (my windows rom is 1.38). Still,thank you!
JAntrobus said:
Codiak, your not alone. I am also not able to turn WiFi on. Do you get Error when you go to the settings to turn it on? It's like its not picking up the WiFi on the mobile.
Click to expand...
Click to collapse
Its the same behavior as the fixed module was not installed.
If you tab Wifi, it just grays out and do nothing. No error message.
See, im on the standard ROM. And no matter what I try, I get the same.
Ok, so it not seem to be WiMo ROM related. I use a custom one.
So my last idea is the bootloader (haret)...
Okay everybody, I noticed something:
I could patch the bcm4329.ko file, after android booted. Now you have to restart android in order to enable wlan. Often it happend to me, that an error in the android wifi settings showed up. So I went back to windows mobile and checked my wifi setting there.
As I've also encountered the GPS problem, where one had to switch GPS on and off again in android to make it work in windows again I also tried it with wlan. Before I run haret, I switched off wlan in windows. Now android was able to initialize and start wlan.
Also it was not possible for me to enable wifi, if the usb cable was still connected to the phone before the first successful operation of wlan. Afterwards it surprisingly also worked with a connected cable. Since I'm at work now, I can not test wlan itself, as it is only possible to connect via DCHP here. This evening I'll try to do so with a static IP.
By the way, this dynamic vs. static IP thing is a common problem in froyo. You'll find a lot of discussions in the internet for other devices like samsung galaxy and so on.
codiak said:
Ok, so it not seem to be WiMo ROM related. I use a custom one.
So my last idea is the bootloader (haret)...
Click to expand...
Click to collapse
i dont think anyone touched haret after cotulla patched it for mini
seppe82 said:
Okay everybody, I noticed something:
I could patch the bcm4329.ko file, after android booted. Now you have to restart android in order to enable wlan. Often it happend to me, that an error in the android wifi settings showed up. So I went back to windows mobile and checked my wifi setting there.
As I've also encountered the GPS problem, where one had to switch GPS on and off again in android to make it work in windows again I also tried it with wlan. Before I run haret, I switched off wlan in windows. Now android was able to initialize and start wlan.
Also it was not possible for me to enable wifi, if the usb cable was still connected to the phone before the first successful operation of wlan. Afterwards it surprisingly also worked with a connected cable. Since I'm at work now, I can not test wlan itself, as it is only possible to connect via DCHP here. This evening I'll try to do so with a static IP.
By the way, this dynamic vs. static IP thing is a common problem in froyo. You'll find a lot of discussions in the internet for other devices like samsung galaxy and so on.
Click to expand...
Click to collapse
It worked, mine no longer displays as error. But I dont have any WiFi's to connect to as im also at work. But it looks much more promising.
Just we need to start looking into getting the battery reconised by Android, having to go into Windows to charge my phone.
seppe82 said:
Okay everybody, I noticed something:
I could patch the bcm4329.ko file, after android booted. Now you have to restart android in order to enable wlan. Often it happend to me, that an error in the android wifi settings showed up. So I went back to windows mobile and checked my wifi setting there.
As I've also encountered the GPS problem, where one had to switch GPS on and off again in android to make it work in windows again I also tried it with wlan. Before I run haret, I switched off wlan in windows. Now android was able to initialize and start wlan.
Also it was not possible for me to enable wifi, if the usb cable was still connected to the phone before the first successful operation of wlan. Afterwards it surprisingly also worked with a connected cable. Since I'm at work now, I can not test wlan itself, as it is only possible to connect via DCHP here. This evening I'll try to do so with a static IP.
By the way, this dynamic vs. static IP thing is a common problem in froyo. You'll find a lot of discussions in the internet for other devices like samsung galaxy and so on.
Click to expand...
Click to collapse
Dont work for me My Wifi in WiMo was allready off. I changed it to on and booted Android = no luck. Rebooted to WiMo and disabled Wifi and booted Android again = no luck.
Did you get a error message before while switchig wifi on in android? I do not get a message. it just grays out
codiak said:
Dont work for me My Wifi in WiMo was allready off. I changed it to on and booted Android = no luck. Rebooted to WiMo and disabled Wifi and booted Android again = no luck.
Did you get a error message before while switchig wifi on in android? I do not get a message. it just grays out
Click to expand...
Click to collapse
Unfortunately there wasn't any precise error message. As you said it only was greyed out with "Fehler" (error) written below the wlan switch. It's strange that there still isn't any solution working for everyone.
For me, no "Fehler" came up. Just grayed out. Same behavior like I never applied the patched module. But i can see the patched .ko file in the phone
I´m using tzacapaca patched ext2 file that works for him...

[Q] wifi?

when i use my wifi it says that it is conected but it doens not work does anyone knows a fix
If you are using (wifi-adhoc network) then Tattoo does not connect to ad hoc networks through the wifi manager but we can hack it to allow scanning and connecting to ad hocs. I’ve been trying to figure this out for the longest time. Before you begin, you need to root your tattoo and be comfortable using the command line. We will be editing tiwlan.ini and wpa_supplicant.conf. I will be showing you 3 ways to edit the files. Using vi and adb and root explorer.
root explorer is the simple and best way.....
Settings:-
edit tiwlan.ini to read:
WiFiAdHoc = 1
dot11DesiredSSID = HydtechAdhoc (or whatever name u want)
dot11DesiredBSSType = 0
edit wpa_supplicant.conf to read:
ctrl_interface=tiwlan0
update_config=1
eapol_version=1
ap_scan=2 (tells wpa_supplicant to scan hidden networks)
network={
ssid=”HydtechAdhoc”
scan_ssid=1 (for APs with multiple SSIDS)
mode=1
key_mgmt=NONE
group=WEP104
auth_alg=SHARED
wep_key0=”MyWepKey” (replace MyWepKey with your key)
}
it works for me.....
im sorry but i haven't said somethings here they come
i am uising the latste release of the cm7 rom so maybe the problem lies here?
are you using adhoc wifi connection(connection through pc) or normal wifi??
i am using a normal wifi and when i am connected to the internet i can only use it for 5 minuts and than i must shut down the screen and unlock it afther that i can use it for 5 minuts etc.
I had the same problem while I was using stock (htc 1.6 rom).
My recommendation is that you update tattoo to Kalim's ROM.
ok but where excacly is the fault becasue i am on a 1.6 rom now and i don't have that porblem now
guuso50 said:
ok but where excacly is the fault becasue i am on a 1.6 rom now and i don't have that porblem now
Click to expand...
Click to collapse
I figure out with WEP security no problem, but with WPA2 the connection is working but internet is not open...I am on 1.6 original Htc. I don't have any idea why.

[Q] wifi problem - 802.1x EAP network

Hi,
I'm running CM7 (2.3.4) v.138 HACKDROID on an X8.
I'm unable to connect to a 802.1x EAP network, despite the fact I can successfully connect to WEP protected networks.
I was able to the 802.1x EAP network fine when running Froyo... but since I installed CM7 v138, I lost access.
I can get just fine to the point where I enter my credentials, but after that it is like my credentials aren't valid and my phone tries to conect to another network.
Any thoughts on what I can do?
Thank you very much
atlasbr said:
Hi,
I'm running CM7 (2.3.4) v.138 HACKDROID on an X8.
I'm unable to connect to a 802.1x EAP network, despite the fact I can successfully connect to WEP protected networks.
I was able to the 802.1x EAP network fine when running Froyo... but since I installed CM7 v138, I lost access.
I can get just fine to the point where I enter my credentials, but after that it is like my credentials aren't valid and my phone tries to conect to another network.
Any thoughts on what I can do?
Thank you very much
Click to expand...
Click to collapse
did you change tiwlan file for faster wifi for x8? with 802.11N ? cause I have similar problem and I think I solved
No, I haven't done anything like this... was just hoping it would work out of the box.
Can you please point me to the referred file?
Very much appreciated.
http://www.fileserve.com/file/7jqvBPU here is the link for original "tiwlan.ini" file.
move it on your sd card, then with root explorer copy it and paste it in system/etc/wifi (if there is no such folder "wifi" paste in it system/etc) then go to settings and from there delete all remembered wifi network,then reboot phone and it should help. if not change rom and then try the same.hope helped
p.s you should turn on RW or root explorer and anyway save your own tiwlan.ini file which you'll find in system/etc or system/etc/wifi.(move that on sd card and rename tiwlan1.ini or smth)
Thanks a ton! Will do this right now and will be able to report back on Mon.
atlasbr said:
Thanks a ton! Will do this right now and will be able to report back on Mon.
Click to expand...
Click to collapse
Can you connect now?? how??
From my experience i can say that 802.1x EAP (eduroam connection with cert.)for me is working only on gingerxperia v7. On diferent version(DX 12-18, GX 8-12) i cant connect. I try change files from v7 (system/etc/wifi) to another roms but it was not working (files from v7 are little diferent than in other roms). So i must say that only option for me to have eduroam connection is rom gingerxperia v7 which isnt the best nowadays...
Does anyone have a solution for this??
I have the same issue on my X10 Mini running MiniCm7 2.1.4 (Android 2.3)
Is there a way to copy files needed for wifi from a previous ROM? Android 2.1 was working OK on wifi 801.2 enterprise. So I would like to copy files from an Android 2.1 Rom (e.g. Stock rom) to my current ROM. Is this possible? Which files do I need to copy?
I tried already
system/bin/wpa_supplicant
system/bin/tiwlan_cu
system/bin/tiwlan_loader
But then I get "Wifi error" after enabling Wifi ...

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.

Categories

Resources