Joined
·
4 Posts
What you'll need Better terminal emulatorRoot explorerGoto wifi settingsAdd the adhoc's ssid case sensitive Goto better terminal emulatorTypeifconfig ra0 downGoto root explorer Navigate to /system/etc/wifiOpen in text editor (hold your finger on the file to see options) wpa_supplicant.confThis is what mine looks likectrl_interface=ra0update_config=1network={ ssid="AndroidTether" key_mgmt=NONE mode=1}Edit your ssid and make it look like this oneMenu -> save & exitit will make a back upGoto /system/etc/wireless/rt2870staIn rt2870sta.dat edit the red (should all look like this one)#the word of "default" must not be removedDefaultCountryRegion=0CountryRegionABand=7CountryCode=USChannelGeography=1SSID=YOUR SSIDNetworkType=AdhocWirelessMode=5Channel=0BeaconPeriod=100TxPower=100BGProtection=0TxPreamble=1RTSThreshold=2347FragThreshold=2346TxBurst=0PktAggregate=0WmmCapable=0AckPolicy=0;0;0;0AuthMode=WPAEncrypType=TKIPWPAPSK=mysecretkeyDefaultKeyID=1Key1Type=0Key1Str=Key2Type=0Key2Str=Key3Type=0Key3Str=Key4Type=0Key4Str=PSMode=CAMFastRoaming=0RoamThreshold=70APSDCapable=0APSDAC=0;0;0;0HT_RDG=1HT_EXTCHA=0HT_OpMode=1HT_MpduDensity=4HT_BW=1HT_AutoBA=1HT_BADecline=0HT_AMSDU=0HT_BAWinSize=64HT_GI=1HT_MCS=33HT_MIMOPSMode=3IEEE80211H=0TGnWifiTest=0WirelessEvent=0CarrierDetect=0Menu -> save & exitit will make a back upGoto Terminal emulator again and type ifconfig ra0 upnow you should be adhocing have funThis is my first how to so i might have forgotten something. just let me know if you having trouble.