It's not hard to implement according to this
HOW TO Adhoc - Blogs - .:SlateDroid | Android Tablet Forum:.What you'll need
Better terminal emulator
Root explorer
Goto wifi settings
Add the adhoc's ssid case sensitive
Goto better terminal emulator
Type
ifconfig ra0 down
Goto root explorer
Navigate to /system/etc/wifi
Open in text editor (hold your finger on the file to see options) wpa_supplicant.conf
This is what mine looks like
ctrl_interface=ra0
update_config=1
network={
ssid="AndroidTether"
key_mgmt=NONE
mode=1
}
Edit your ssid and make it look like this one
Menu -> save & exit
it will make a back up
Goto /system/etc/wireless/rt2870sta
In rt2870sta.dat edit the red (should all look like this one)
#the word of "default" must not be removed
Default
CountryRegion=0
CountryRegionABand=7
CountryCode=US
ChannelGeography=1
SSID=YOUR SSID
NetworkType=Adhoc
WirelessMode=5
Channel=0
BeaconPeriod=100
TxPower=100
BGProtection=0
TxPreamble=1
RTSThreshold=2347
FragThreshold=2346
TxBurst=0
PktAggregate=0
WmmCapable=0
AckPolicy=0;0;0;0
AuthMode=WPA
EncrypType=TKIP
WPAPSK=mysecretkey
DefaultKeyID=1
Key1Type=0
Key1Str=
Key2Type=0
Key2Str=
Key3Type=0
Key3Str=
Key4Type=0
Key4Str=
PSMode=CAM
FastRoaming=0
RoamThreshold=70
APSDCapable=0
APSDAC=0;0;0;0
HT_RDG=1
HT_EXTCHA=0
HT_OpMode=1
HT_MpduDensity=4
HT_BW=1
HT_AutoBA=1
HT_BADecline=0
HT_AMSDU=0
HT_BAWinSize=64
HT_GI=1
HT_MCS=33
HT_MIMOPSMode=3
IEEE80211H=0
TGnWifiTest=0
WirelessEvent=0
CarrierDetect=0
Menu -> save & exit
it will make a back up
Goto Terminal emulator again and type
ifconfig ra0 up
now you should be adhocing have fun
This is my first how to so i might have forgotten something. just let me know if you having trouble
It's easy to put together





3Thanks
LinkBack URL
About LinkBacks
Reply With Quote




