cortland1998
Well-Known Member
I'm wondering if you might be able to clarify that statement a bit. Basically, we're looking at...
1. Download RUU package
2.
3. Extract PB31IMG.zip, find rom.zip, and rename it to PB31IMG.zip
4. ???
5. Copy (the former rom.zip) PB31IMG.zip to the SD card
6. Boot into Clockworkrecovery and hit the PB31IMG.zip option
#4 is where I get foggy... do we still need to do all the adb pushes/mounts if we're still going to use the PB31IMG.zip method? or can we just copy the file, boot into clockwork, run the PB31IMG.zip and we're good as gold?
Follow his post step by step, and my additions in RED. (See below)
1. Download and unzip the files I have attached to this thread and put them somewhere that you can push them with adb. (here) I put them in c:\sdk\tools\
2. You must used Unrevoked's latest tool to install clockwork. (This is after everything has been completed.. ignore this step).
3. Boot into clockwork recovery, go to partitions, and mount data.
4. Type this code:
adb push flash_image /data
adb push mtd0.img /data
adb shell
chmod 777 /data/flash_image
cd /data
flash_image misc mtd0.img
exit
adb reboot oem-78
Watch for your phone to reboot to a silver HTC logo.
Then type:
fastboot devices
Verify your device shows up... mine said H************** (random numbers and letters)
I skipped the RUU completely... Follow my steps now.
1. Download this file (PB31IMG.zip) from any one of these links: One Two Three
2. Copy PB31IMG.zip to your sd card. **MAKE SURE THE CARD HAS BEEN FORMATED AS FAT32 AND THE DEFAULT ALLOCATION SIZE**
3. Boot into HBoot by removing the battery and putting it back in. Now hold the Volume Down button and the Power button at the same time.
4. The phone will recognize the PB31IMG.zip file and restore everything.
**NOTE** During the restore... my screen turned off and the phone rebooted and started the restore again.. I freaked because I thought it was in a boot loop. Just let it do its thing. Don't remove the battery or anything! Once everything is complete, it will ask you to reboot.
5. Done!!! Have a beer.
6. Now you can continue with the normal Unrevoked 3 Root as normal.

