google-code-export / openeve

Automatically exported from code.google.com/p/openeve
0 stars 1 forks source link

can not turn on WIFI #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.trying to turn on the WIFI but gives error status

What version of the product are you using?

system-gb-110505-snapshot.zip
boot-gb-110429-snapshot-224mb.zip
gapps-gb-20110307-signed.zip

Do you have logcat or dmesg ?
 (adb shell logcat > logcat.txt ^C, adb shell dmesg > dmesg.txt)

attached

Original issue reported on code.google.com by justsad.eng@gmail.com on 5 May 2011 at 4:45

Attachments:

GoogleCodeExporter commented 9 years ago
i think it's not like https://code.google.com/p/openeve/issues/detail?id=63

Original comment by justsad.eng@gmail.com on 5 May 2011 at 4:55

GoogleCodeExporter commented 9 years ago
how do you install? 

Original comment by ivolu...@gmail.com on 5 May 2011 at 5:16

GoogleCodeExporter commented 9 years ago
1- wiping by fastboot -w
2-flashing latest system.
3-installing boot224mb via CWM recovery
4-installing gapps via CWM recovery
..............
then i tried to reinstall the boot under CWM recovery ,, because boot image has 
the latest WIFI driver , but i didn't works.

Original comment by justsad.eng@gmail.com on 5 May 2011 at 5:21

GoogleCodeExporter commented 9 years ago
the bug is in the new system.img.
i think wkp will finish a patch today. ^^

Original comment by Katzen...@gmail.com on 5 May 2011 at 5:30

GoogleCodeExporter commented 9 years ago
Wifi works for me with the latest system.img. I didn't flash the latest boot 
snapshots, just copied wireless.ko from an earlier boot.zip.

Original comment by omarbeko...@gmail.com on 5 May 2011 at 6:52

GoogleCodeExporter commented 9 years ago
the latest boot.img don't have the problem. we have it since usingl atest 
system.img
the wifi button should be bright and light ifyou use it.
but go into the wifi settings. there will be the word error.

Original comment by Katzen...@gmail.com on 5 May 2011 at 6:53

GoogleCodeExporter commented 9 years ago
this is just a configuration bug. (GB 2.3.4 somewhat different)

you can fix it by following steps.

 1. adb shell rm /data/misc/wifi/wpa_supplicant.conf (cleanup)
 2. adb shell rm -f /data/misc/wifi/sockets (cleanup)
 3. adb shell mkdir /data/misc/wifi/sockets (mkdir)
 4. adb shell chown wifi.wifi /data/misc/wifi/sockets
 5. goto wireless settings and enable WiFi.

this init script will included in the boot.img

Original comment by wkp...@gmail.com on 6 May 2011 at 12:17

GoogleCodeExporter commented 9 years ago
@ wkp... I cant run adb shell rm -f /data/misc/wifi/sockets. "rm failed for -f, 
Read-only file system" error appears. Please provide boot image or some command 
to remove read only error

Original comment by iareh...@gmail.com on 6 May 2011 at 12:42

GoogleCodeExporter commented 9 years ago
oops! use "-r" instead of "-f"

Original comment by wkp...@gmail.com on 6 May 2011 at 1:16

GoogleCodeExporter commented 9 years ago
and you have to run "adb remount" before adb shell

Original comment by wkp...@gmail.com on 6 May 2011 at 1:17

GoogleCodeExporter commented 9 years ago
Wifi tethering (portable hotspot) cannot run on latest system image. Will next 
boot image solve this bug too?

Original comment by SamSamb...@gmail.com on 6 May 2011 at 2:07

GoogleCodeExporter commented 9 years ago
@wkp... still cant turn on wifi after running your commands. need a wipe??

Original comment by iareh...@gmail.com on 6 May 2011 at 3:33

GoogleCodeExporter commented 9 years ago
there are some miss configured bug exists.

you can test with attached fixed lib.

Original comment by wkp...@gmail.com on 6 May 2011 at 3:35

Attachments:

GoogleCodeExporter commented 9 years ago
@wkp... so nice of you. what to do with this file?? :(

Original comment by iareh...@gmail.com on 6 May 2011 at 4:02

GoogleCodeExporter commented 9 years ago
got it
adb push libhardware_legacy.so /system/lib

Wifi connected. thanks wkp...

Original comment by iareh...@gmail.com on 6 May 2011 at 4:18

GoogleCodeExporter commented 9 years ago
which is the latest system img? GB 2.3.4?where is it?

Original comment by smartwin...@gmail.com on 6 May 2011 at 5:15

GoogleCodeExporter commented 9 years ago
Issue 70 has been merged into this issue.

Original comment by wkp...@gmail.com on 6 May 2011 at 5:23

GoogleCodeExporter commented 9 years ago
@smartwin... here is 2.3.4

http://code.google.com/p/openeve/downloads/detail?name=system-gb-110505-snapshot
.zip

Original comment by iareh...@gmail.com on 6 May 2011 at 5:36

GoogleCodeExporter commented 9 years ago
where is "system-gb-110505-snapshot.zip"?

Original comment by smartwin...@gmail.com on 6 May 2011 at 5:37

GoogleCodeExporter commented 9 years ago
fixed snapshot 110506 is out

http://code.google.com/p/openeve/downloads/detail?name=system-gb-20110506-snapsh
ot.zip

Original comment by wkp...@gmail.com on 6 May 2011 at 5:58

GoogleCodeExporter commented 9 years ago

Original comment by wkp...@gmail.com on 6 May 2011 at 5:58

GoogleCodeExporter commented 9 years ago
110506 how is gone? 

Original comment by Xiaoxian...@gmail.com on 6 May 2011 at 6:38

GoogleCodeExporter commented 9 years ago
restored my backup couldnt get the wifi on!

Original comment by jjcastil...@gmail.com on 7 May 2011 at 8:08