Hi,
I am porting a WiFi driver to ANDROID JB-MR1 using a proprietary tarball for a MIPS based platform. When I build and load ANDROID binaries, everything is fine -- except that, I am unable to see Wireless & Networks options on the Settings screen. All the 3 options related to Wireless & Network settings (to enable WiFi, Bluetooth and Data usage) have disappeared from the settings page. However all other items in the page are in tact.
* I am able to build, load the WiFi driver, launch wpa_supplicant and even scan for Routers using command line (wpa_cli).
* I think I have all the changes needed in hardware/libhardware_legacy/wifi/wifi.c
* My frameworks/base/packages/SystemUI/AndroidManifest.xml file has the entry:
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
What else, am I missing here?
Thanks.
I am porting a WiFi driver to ANDROID JB-MR1 using a proprietary tarball for a MIPS based platform. When I build and load ANDROID binaries, everything is fine -- except that, I am unable to see Wireless & Networks options on the Settings screen. All the 3 options related to Wireless & Network settings (to enable WiFi, Bluetooth and Data usage) have disappeared from the settings page. However all other items in the page are in tact.
* I am able to build, load the WiFi driver, launch wpa_supplicant and even scan for Routers using command line (wpa_cli).
* I think I have all the changes needed in hardware/libhardware_legacy/wifi/wifi.c
* My frameworks/base/packages/SystemUI/AndroidManifest.xml file has the entry:
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
What else, am I missing here?
Thanks.