Posting this to hopefully the correct forum this time, in case its of use to anyone. Apologies for the duplication. (Originally posted here: http://groups.google.com/group/Android-DevPhone-Updating/browse_thread/thread/bf0d19e3aee478e4)
I discovered that when I uploaded the kernel I compiled myself to the ADP1 after applying the official 1.1 update the wifi didn't work. This is because the kernel localversion has changed and the closed-source wireless module no longer matches. Changing the kernel CONFIG_LOCALVERSION & recompiling worked a treat. The kernel local version can be obtained by looking at /proc/version cia...@feegle:~$ adb pull /proc/version . 2 KB/s (138 bytes in 0.045s) cia...@feegle:~$ cat version Linux version 2.6.25-01845-g85d4f0d (android- bu...@apa27.mtv.corp.google.com) (gcc version 4.2.1) #27 PREEMPT Wed Jan 7 23:49:49 PST 2009 cia...@feegle:~$ In this case it is -01845-g85d4f0d (the 1.0 kernel was -01843- gfea26b0). So open up the .config file and change the relevant lines, thus: CONFIG_LOCALVERSION="-01845-g85d4f0d" # CONFIG_LOCALVERSION_AUTO is not set Recompile the kernel & Bob's your Auntie's special friend. Bluetooth still doesn't work though, not sure what the problem is there. It just says "Unable to turn on Bluetooth". --~--~---------~--~----~------------~-------~--~----~ unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel -~----------~----~----~----~------~----~------~--~---