Enable Ad Hoc On Notion Ink Adam Running Ice Cream Sandwich [How To]
According to the developer, “It may work on devices that use version 8 of wpa_supplicant but I do not know. It most likely does not work on devices that do not use version 8 of wpa_supplicant.”
Disclaimer: Please follow this guide at your own risk. AddictiveTips will not be liable if your device gets damaged or bricked during the process.
Requirements:
- A rooted Notion Ink Adam running ICS. We just have to assume you have this covered, otherwise why else would you be here trying to install this.
- ADB installed on your system. See our guide on what is ADB and how to install it.
- (https://www.tabletroms.com/forums/attachments/ice-cream-sandwich-adam/1252d1328046685-working-ni-adam-ics-adhoc-wpa_supplicant.zip) Modified wpa_supplicant.zip.
Instructions:
- To begin, download the wpa_supplicant.zip and extract the file.
- Make sure USB debugging is enabled on your device and connect it to the computer.
- Open command prompt or a terminal, navigate to the location of the extracted file, and enter the following commands:
adb remount
adb push system/bin/wpa_supplicant /system/bin/wpa_supplicant
adb shell chmod 755 /system/bin/wpa_supplicant
adb shell chown system.wifi /data/misc/wifi/wpa_supplicant.conf
Simply reboot your Adam, and turn on Wi-Fi. Ad Hoc networks should now be visible.
the location to extracted file is just android-sdk-windows or platform-tools? or tools?