| ||
Ad hoc network?
#21
Posted 09 August 2010 - 08:03 AM
#22
Posted 09 August 2010 - 09:01 AM
#23
Posted 09 August 2010 - 11:14 AM
#24
Posted 09 August 2010 - 11:58 AM
Quote
#25
Posted 09 August 2010 - 06:49 PM
#26
Posted 09 August 2010 - 07:06 PM
#28
Posted 17 August 2010 - 08:10 PM
#29
Posted 10 December 2010 - 06:44 AM
I received a TELECHIPS 8902 based Android tab yesterday (Storage Options Scroll). I knew off the bat that ad-hoc would be a problem, but as I use my phone as an ad-hoc AP, it needed to work.
On my device there is another copy of wpa_supplicant.conf in /system/etc/wifi which I had been editing. Stupidly, I didn't realise I should've been editing the one in /data/misc/wifi
All I did was pulled with adb (over wifi - there's no usb driver for these stupid tabs so I had to connect to another wifi (non-adhoc) and install "adb over wifi widget" from the marketplace. Then I could issue adb commands as normal ("adb connect ip:port" - adb over wifi will give you ip/port info - but you have to be rooted first - download z4root (google is your friend) and stick on memcard and install to root before running adb over wifi)
Then I edited to reflect my ad-hoc ap. Here's my config:
ctrl_interface=DIR=/data/misc/wifi/wpa_supplicant GROUP=wifi
ctrl_interface_group=1010
update_config=1
ap_scan=2
network={
ssid="Virus test"
key_mgmt=NONE
mode=1
priority=50
}(if you're wondering what the SSID is all about - it's to stop noobs connecting to my open network in public places
Stick your network at the top of the list, save and push back with adb. Turn wifi off, then on again and you should connect to your ad-hoc network automatically! If not, you may need to manually assign IPs through your device.
Hope this helps. I thought I was never gonna get it working for a while
Good luck
#30
Posted 28 January 2011 - 07:53 PM
cp wpa_supplicant.conf wpa.bak
I had to perform a restore due to disabling my wireless altogether and found out the reason why was some hidden carriage returns that won't show up in windoze notepad editor. I used copy and paste between in notepad to copy the actual "hidden" carriage returns and then carefully edited the extra lines I needed. Was a bit tedious and I'm sure I could have downloaded an editor that alleviates this trouble but I got it working to the point that my wireless shows both my home network and my Dx Ad-hoc but seems to always want to connect to the home network...maybe because the signal is stronger...I'm gonna go for a walk and see what happens.
#31
Posted 31 January 2011 - 10:21 AM
ctrl_interface=DIR=/data/misc/wifi/wpa_supplicant GROUP=wifi
ctrl_interface_group=1010
update_config=1
ap_scan=2
network={
ssid="virustest"
key_mgmt=NONE
mode=1
priority=25
}
network={
ssid="MYHOME"
psk="somecrazylongasssecuritystringthatnobodaywilleverguess"
}
After it started showing no signal or "not in range" I checked the file from the vi editor and it had actually been changed by the system to:
ctrl_interface=DIR=/data/misc/wifi/wpa_supplicant GROUP=wifi
ctrl_interface_group=1010
update_config=1
network={
ssid="virustest"
key_mgmt=NONE
priority=25
}
network={
ssid="MYHOME"
psk="somecrazylongasssecuritystringthatnobodaywilleverguess"
priority=27
}
Notice the lines ap_scan=2 and mode=1 have been removed. Not sure why this was happening but it did it again when I copied the file over again. Eventually I created a new file with just the droidx wifi and it seems to be holding out and I can browse the internet just fine.
ctrl_interface=DIR=/data/misc/wifi/wpa_supplicant GROUP=wifi
ctrl_interface_group=1010
update_config=1
ap_scan=2
network={
ssid="virustest"
key_mgmt=NONE
mode=1
priority=25
}
[code]
#32
Posted 19 July 2011 - 12:49 PM
#33
Posted 11 January 2013 - 07:15 AM
Well, i have an android device too and editing this file didn't work for me, but it's cause after i reboot, the device turns the file as the original was.
Anyone knows why is that happening?
Any help would be appreciated
Cheers and thanks in advance!
- ← Bootloop problem, no backups, anyone have a image to spare?
- Augen Gentouch78
- Pandora rom for your gentouch →

Help











