• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root I need help :( Updated radio without the added features

Well I was fairly new to this so I installed the ota raio update and ran a nandroid backup from the previous radio. So I'm without the additional features like the 720p recording now but my radio reads as 2.05.00.06.11. Can anyone help me get the additional features back? I tried downgrading it through the PB31IMG.zip but the hboot menu sas it fails to update because its old. Any help would be appreciated please :(
 
Have you tried this? taken from page 2,all credit to member cortland1998: http://androidforums.com/all-things...16-how-revert-back-earlier-version-hboot.html

worked for me dozens of times!

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.
 
Back
Top Bottom