PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Android > Android HTC Devices > HTC Evo 4G
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-16-2010, 01:11 PM
JeffKay's Avatar
Regular 'Geeker
Offline
Pocket PC: Evo 4G
Carrier: Sprint
 
Join Date: Nov 2007
Posts: 335
Reputation: 370
JeffKay is becoming a PPCGeeks regularJeffKay is becoming a PPCGeeks regularJeffKay is becoming a PPCGeeks regularJeffKay is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
I borked 4G - how do I fix it?

First, yes I did Google and search these forums.

It seems after flashing the newest WiMax radio, My 4G will not connect. The radio turns on, it sees the network is there, tries to connect and keeps trying. I tried flashing the older radio, no dice either.

I read somewhere that there are 4G security keys in the radio firmware, and when you lose them you're hosed.

PS.. I did ##33284# and checked WiMax Engineering.. It keeps looping at "Authorization"

Any suggestions?
Thanks

Last edited by JeffKay; 12-16-2010 at 01:15 PM.
Reply With Quote
  #2 (permalink)  
Old 12-16-2010, 01:26 PM
varaff's Avatar
Regular 'Geeker
Offline
Pocket PC: HTC EVO 4G
Carrier: Sprint
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?

it fixed it for me..
[ROOT][GUIDE] HBoot 2.02/2.10 S-OFF - Fly Like a Kite Edition - Updated 12/15/10 - xda-developers

Q: My 4g Doesnt work
A: Was it broken prior to the s-off, what steps did you take. Are you running AOSP ROM or Another kernel?, Did you try a different rom? What version is your phone? Do you have SwitchPro Widget installed? (uninstall it), Did you try to run unrevoked3 prior to this? After flashing the radios and stock kernel based rom did you do a data and prl update? Does the mac behind your battery match whats in about phone (4g has to be on to see mac) Also try the tree.xml fix posted

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

4. Start 4G may not connect
5. Do a prl/profile update
6. Power off the phone and power it back on. Try it
7. PRL/Profile. Try it
Q: 4G is still broke.
A: Check your RSA keys

adb shell
cat /dev/mtd/mtd0 | grep RSA

returned output show appear as this:
# cat /dev/mtd/mtd0 | busybox grep RSA
cat mtd0 | busybox grep RSA
RSA-REQUEST
RSA-REPLY
RSA-REJECT
RSA-ACK
RSA-1024
RSA-REQUEST
RSA-REPLY
RSA-REJECT
RSA-ACK
RSA-1024
RSA
ReRSA
RSA requests
RSA replies
-----BEGIN RSA PRIVATE KEY-----
-----END RSA PRIVATE KEY-----
#

It should look just like the above
the important lines are BEGIN RSA PRIVATE KEY and END RSA PRIVATE KEY.
If you have those two lines, your keys are still likely to be intact.
If those two lines are missing, your keys are likely missing.

/dev/mtd/mtd0 is where the wimax image is stored.
Reply With Quote
This post has been thanked 1 times.
  #3 (permalink)  
Old 12-16-2010, 01:35 PM
JeffKay's Avatar
Regular 'Geeker
Offline
Pocket PC: Evo 4G
Carrier: Sprint
Threadstarter
 
Join Date: Nov 2007
Posts: 335
Reputation: 370
JeffKay is becoming a PPCGeeks regularJeffKay is becoming a PPCGeeks regularJeffKay is becoming a PPCGeeks regularJeffKay is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: I borked 4G - how do I fix it?

Ok.. thanks...

My keys are gone.

The last line after I run # cat /dev/mtd/mtd0 | busybox grep RSA

is "RSA replies".

Now what?
Thanks in advance
Reply With Quote
  #4 (permalink)  
Old 12-16-2010, 01:55 PM
varaff's Avatar
Regular 'Geeker
Offline
Pocket PC: HTC EVO 4G
Carrier: Sprint
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
  #5 (permalink)  
Old 12-17-2010, 01:03 AM
lkillen's Avatar
VIP Member
Offline
Pocket PC: Galaxy S3
Carrier: Sprint
Location: Sugar Hill, Ga
 
Join Date: Aug 2007
Posts: 1,282
Reputation: 810
lkillen knows their stufflkillen knows their stufflkillen knows their stufflkillen knows their stufflkillen knows their stufflkillen knows their stufflkillen knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: I borked 4G - how do I fix it?

there is an instruction on restoring your RSA keys and I think you have found them. But your first order of business, once you are running is to get on ANON_RA recovery and do a NANDROID backup!!!
Reply With Quote
  #6 (permalink)  
Old 12-17-2010, 01:14 AM
JeffKay's Avatar
Regular 'Geeker
Offline
Pocket PC: Evo 4G
Carrier: Sprint
Threadstarter
 
Join Date: Nov 2007
Posts: 335
Reputation: 370
JeffKay is becoming a PPCGeeks regularJeffKay is becoming a PPCGeeks regularJeffKay is becoming a PPCGeeks regularJeffKay is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: I borked 4G - how do I fix it?

Quote:
Originally Posted by lkillen View Post
there is an instruction on restoring your RSA keys and I think you have found them. But your first order of business, once you are running is to get on ANON_RA recovery and do a NANDROID backup!!!
I totally agree! But.. It did not work. My MAC address of the WiMAx adapter got foul.. and I could not recover the keys for anything.

[GUIDE] Bad WiMax MAC? Broken 4G after update? Fix HERE! - xda-developers

I did fix the mac address... but it still does not work.

If another guide exists.. please let me know.. thanks!
Reply With Quote
  #7 (permalink)  
Old 12-17-2010, 05:46 AM
rolgnav's Avatar
N00b
Offline
Pocket PC: TP2
Carrier: Sprint
 
Join Date: May 2008
Posts: 47
Reputation: 100
rolgnav is keeping up the good workrolgnav is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: I borked 4G - how do I fix it?

If you never made a backup of your WIMAX and lost your RSA keys, there is no way to get them back. Sorry.
Reply With Quote
  #8 (permalink)  
Old 12-17-2010, 09:26 PM
lkillen's Avatar
VIP Member
Offline
Pocket PC: Galaxy S3
Carrier: Sprint
Location: Sugar Hill, Ga
 
Join Date: Aug 2007
Posts: 1,282
Reputation: 810
lkillen knows their stufflkillen knows their stufflkillen knows their stufflkillen knows their stufflkillen knows their stufflkillen knows their stufflkillen knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: I borked 4G - how do I fix it?

and what is borked?

Can sprint re-assign them?

Last edited by lkillen; 12-18-2010 at 11:44 PM. Reason: clarity
Reply With Quote
Reply

  PPCGeeks > Android > Android HTC Devices > HTC Evo 4G


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 03:14 AM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com