Help with Coby MID7015, Ad-hoc networks

Rui_2092

Member
Mar 6, 2011
3
0
I'm looking for a way to get an ad-hoc signal to work on my rooted MID7015, I've read some post at a blog but I have no idea on how can I put it into test.

the steps go like this.

> adb pull /system/etc/wifi/tiwlan.ini tiwlan.ini
> adb pull /data/misc/wifi/wpa_supplicant.conf wpa_supplicant.conf
[.edit tiwlan.ini and wpa_supplicant.conf according to the guide]
> adb shell
# mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
# exit
> adb push tiwlan.ini /system/etc/wifi/tiwlan.ini
> adb push wpa_supplicant.conf /data/misc/wifi/wpa_supplicant.conf
> adb shell
# mount -o ro,remount -t yaffs2 /dev/block/mtdblock3 /system
# exit
>


apparently it works on some android devices like the "G1"
If anybody knows more about this, please reply.
 
Last edited:
Top