So I'm having a problem.
Everything seemed to work fine, I got the "you have ROOT" message and I couldn't boot into the custom recovery.
Holding up and power booted the original OS.
Holding down and power too me to the hboot (1.47) and I hit the volume up as instructed and it opened the "lock sim" iirc, phone rebooted and nothing. It does seem to be acting a bit wacky now as well as I can't update my PRL. Text send fine and calls seem to be fine s'well.
tried running root part 2 a second time and got some error, can't remember. but I kind of gave up. Suggestions?
Try this rooting method and see if you get a different result:
http://androidforums.com/all-things...is-app-apk-no-pcs-no-scripts-needed-easy.html
The root exploit which is being used is so simple that it is extremely hard to believe that what you are observing has anything to do with this method. In particular, the only time I have ever observed that "lock sim" menu item in the bootloader was when there was a PB00IMG.ZIP file on the root folder of the SD card, and then I aborted out of an install of that file. ??
Here's what the root exploit does.
1) It replaces a world-writable file with a symbolic link which points to the device file for the recovery partition. (This is "part1") Then you reboot the phone.
It does this because the HTC boot scripts have some startup code which perform a "chmod 777" on that file. But because there is no file there, but a symbolic link instead, what happens is that the device file for the recovery partition gets set to a file mode of "777" - which means that any user can then write data into that (recovery) partition
When you reboot the phone, it is possible that the recovery partition gets corrupted - normally, the "mid.txt" file (which gets replaced by the symlink) is 16 bytes long, so,
if the first 16 bytes of the recovery partition got overwritten, then it could be corrupted. However,
2) After the reboot, the "part2" script overwrites the recovery partition with the custom recovery (Amon_RA), and then
removes the symbolic link and puts the "mid.txt" file back so that no further corruption of the recovery partition is possible.
tried running root part 2 a second time and got some error, can't remember.
If you don't know what the error message is, then I certainly don't either. Is this an invitation to play 20 questions?
Try either the alternate method (link above) or, repeat this method again. When you repeat it, pay special attention to the following:
- Did you verify the md5sum of the "gscript.zip" file you downloaded?
- Did you make sure there is no PB00IMG.ZIP file in the root folder of your SD card?
- run part1, then reboot, then run part2, then power off ASAP
- press Vol-
DOWN + End/Power to start the phone in HBOOT mode, and press Vol-Up to go into recovery.
eu1
PS Because your phone has the 1.47 bootloader on it, it can also be rooted the "old-fashioned" way with the ROOT PB00IMG.ZIP file. Not saying you should try that just yet, because it requires using the PC with the SDK and setting up Windows drivers and all that - the two newer methods are a lot easier. You should try those methods first before doing the original rooting method.