Thanks for you suggestion Hemanth. We did this by setting a variable in WifiService.java class to false and recompiling Android source. Runtime checks if the device is in airplane mode or if Wifi was enabled during last boot(Saved in preference) and based on that starts WifiService. Hardcoded this to be false on boot.
On Jan 9, 12:51 am, Hemanth(ヘマント) <[email protected]> wrote: > Look for your interface name in your init.xx and disable starting by > default. > (You could change it to use a system property trigger instead) > > On Jan 8, 3:15 am, Samuh <[email protected]> wrote: > > > > > > > > > We are experimenting with a custom hardware which is running > > Gingerbread 2.3.4 version of Android. When the device boots up, WiFi > > Service enables Wifi by default. We want to force disable it on boot > > and surrender control of Wifi to the application layer. > > > What would be the easiest way to do this? > > > Thanks. -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
