View Single Post
  #4 (permalink)  
Old 12-16-2010, 01:55 PM
varaff's Avatar
varaff
Regular 'Geeker
Offline
Location: Washington DC
 
Join Date: Feb 2007
Posts: 365
Reputation: 130
varaff is keeping up the good workvaraff is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to varaff
Re: I borked 4G - how do I fix it?

just this fixed it for me..


adb shell
ls /data/misc/wimax/

look for a file with your macaddress ending in .tree.xml. you want to move that to another location so it gets regenerated. (the following command basically renames it.)

mv /data/misc/wimax/(Your-mac-address).tree.xml /data/misc/wimax/(Your-mac-address).tree.xml.old
Reply With Quote