adhoc wifi isn't supported in our I1, which is using (still now) android 1.5
There are a few tutorials on how to enable it (for me they doesnt work):
http://virtual-hints.blo...-support-in-android.htmlall of them state about the files:
/system/etc/wifi/tiwlan.ini
/data/misc/wifi/wpa_supplicant.conf
but on my I1 phone there is no tiwlan.ini, i can see:
# ls /system/etc/wifi/
ls /system/etc/wifi/
firmware
wpa_supplicant.conf
# ls /data/misc/wifi/
sockets
wpa_supplicant.conf
there's no tiwlan.ini
the number of lines in both wpa_supplicant.conf shows that:
this one has about 747 lines
# cat -n /system/etc/wifi/wpa_supplicant.conf
.
.
745 #network={
746 # key_mgmt=NONE
747 #}
while the wpa_supplicant.conf below has only 9 (it seems it just saves configuration for remembered networks)
# cat -n /data/misc/wifi/wpa_supplicant.conf
cat -n /data/misc/wifi/wpa_supplicant.conf
1 ctrl_interface=/data/misc/wifi/sockets
.
9 }
the file nvram.txt state about which hardware we are dealing, and '12222009' probably about the release date:
# cat /system/etc/wifi/firmware/nvram.txt
cat /system/etc/wifi/firmware/nvram.txt
###nvram_opusone_12222009.txt###
manfid=0x2d0
prodid=0x0493
sdmaxblk0=1
sdmaxspeed=50000
manf=Broadcom
productname=802.11b/g SDIO
sromrev=3
vendid=0x14e4
devid=0x431c
.
.
.