Working connection to ADHOC

sakalsk

Member
Sep 23, 2011
33
0
Hello all , i just get working adhoc on my S7-105 so here is short manual how to do it :D

unzip the attached file to a work directory on your computer.

adb shell mount -o remount rw /system
adb push wpa_supplicant.infrastructure /system/bin
adb push wpa_supplicant.adhoc /system/bin
adb push adhoc /system/bin
adb push infrastructure /system/bin
adb shell chmod 755 /system/bin/wpa_supplicant.infrastructure
adb shell chmod 755 /system/bin/wpa_supplicant.adhoc
adb shell chmod 755 /system/bin/adhoc
adb shell chmod 755 /system/bin/infrastructure
adb shell mount -o remount,ro /dev/block/mmcblk0p5 /system

After this is done, you can switch back and forth between the original and the adhoc enabled wpa_supplicant by starting a shell and run following commands:

To switch to adhoc mode:
su
adhoc



To switch to infrastructure mode:
su
infrastructure


Hope this helps people out.
original manual is on : xda-developers - View Single Post - [FIX] AdHoc Wifi support on the NC!

One point for developers: Is it possible to configure somehow GLOBAL PROXY ?
i realy need this future to get internet working on my Tablet true Notebook. THX !
 

Attachments

  • $switch-adhoc.zip
    266.7 KB · Views: 431
Top