[Q] xoom wifi problem

aldimiri

Member
May 3, 2012
8
0
0
hello
this is my first threads here and i hope that you will help me.....

my xoom WiFi is freeze on"turning WiFi on..." when i try to start wifi,this started when i tried to enable adhoc on my tablet xoom WiFi (running on 4.0.4)(rooted), i tried every single thing i find it on the internet and i can not make it work......
during my search i found that their are three file on xoom system file related to wpa_supplicant:

1-data/misc/WiFi/wpa_supplicant.conf
2-system/etc/WiFi/wpa_supplicant.conf
3-system/bin/wpa_supplicant

so, i just want from my wifi to start again, so could any body upload these file from his xoom to try if it will fix in this way....:confused:

any body could help me will be thanked alot
 
Last edited:

rchtk

Senior Member
Mar 7, 2012
900
286
0
Nice
That's what I have

Code:
~ # cat /data/misc/wifi/wpa_supplicant.conf 
ctrl_interface=wlan0
driver_param=use_p2p_group_interface=1
update_config=1
device_type=0-00000000-0

network={
	ssid="MyNetworkSSID"
	psk="176641AEC6659DEADBEEF9567D"  <-- wpa passphrase
	key_mgmt=WPA-PSK
	priority=8
}

~ # cat /system/etc/wifi/wpa_supplicant.conf
update_config=1
ctrl_interface=wlan0
eapol_version=1
ap_scan=1
fast_reauth=1
wpa_supplicant is the ELF arm binary used for key negiciation, common on all linux computers
Code:
~ # ls -lah /system/bin/wpa_supplicant
-rwxr-xr-x    1 root     shell     539.0K Aug  1  2008 /system/bin/wpa_supplicant

~ # od -c /system/bin/wpa_supplicant | head -1
0000000 177   E   L   F 001 001 001  \0  \0  \0  \0  \0  \0  \0  \0  \0
I'm running this rom from 4/19/12 http://forum.xda-developers.com/showthread.php?t=1437358

Hope that helps!
 

adelancker

Senior Member
May 9, 2012
571
172
0
Antwerp
Battery Saver

I've had this problem as well a couple of months ago.

I noticed that -in my case- it was due to JuiceDefender, so I'd suggest that if you have a battery saver turned on, you uninstall it. Worked for me :)