[GUIDE] HowTo Downgrade From OTA (INC RADIO)

Search This thread

Bumble-Bee

Senior Recognized Developer & Original Autobot
Feb 21, 2009
916
566
twitter.com
Ok here is a little guide on how to downgrade your tmobile G2 firmwhere and Radio version. Its been tested and varified to work

This will wipe your phone

Although tested and really shouldn’t cause any damage I accept no responsibility for any damage caused by this. By doing this you are accepting all responsibility


What you will need


1) Download ROM and rename to PC10IMG.zip
2) Place on root of SD card //make shure to unmount usb storage after//
3) open up "ADB shell" and type SU to get # symbol
4) run

dd if=/dev/block/mmcblk0p17 of=/sdcard/misc.img
5) copy misc.img from the root of the sdcard to your computer //Copy So as to preserv a backup of misc.img on the SD card//
6) open the misc.img in the HeX editor
7) now edit the version line from somthing like

This will be whatever the version you are on currently


to

This can/will be whatever the version of the rom you are trying to downgrade too

8) now save as miscnew.img

Here is what your miscnew.img should look like in HeX editor

attachment.php


9) copy miscnew.img to sdcard
10) unmount usb storage
11) in ADB shell run command

dd if=/sdcard/miscnew.img of=/dev/block/mmcblk0p17
12) power off phone
11) boot into hboot by holding down vol-dwn + power
13) the phone should then scan the .zip file and ask to flash
14) after flash you will be downgraded SW and Radio

To make this future proof just add the vesion that you want to downgrade too where we are putting "1.19.531.1".

This Can't in any way be used to gain permanant root

 

Attachments

  • miscnew.jpg
    miscnew.jpg
    99.2 KB · Views: 13,078
Last edited:
  • Like
Reactions: jeff.mac

Bumble-Bee

Senior Recognized Developer & Original Autobot
Feb 21, 2009
916
566
twitter.com
This in no way will help to perma root. It will alow you to downgrade if htc ads more security or fix an exploit in the future.
 

Towle

Retired Forum Moderator
Oct 26, 2010
3,473
1,978
The Wild
What's bad with the OTA update that would make you want to reverse it?

Sent from my T-Mobile G2 using XDA App
 

~~Tito~~

Retired Forum Moderator
Jun 30, 2007
3,306
202
This is so any exploits found with the older radio or ROM, can be used. So the OTA is "safe" essentially.
 

shinkinrui

Senior Member
Oct 8, 2009
240
100
Thank you very much for this. Now I can finally have wifi calling without worrying about screwing my chances for perm root! Cheers!
 

~~Tito~~

Retired Forum Moderator
Jun 30, 2007
3,306
202
Yea no crap i know that i was just asking if its possible to downgrade pass that

Hmmm, most likely we could since the process would stay the same. From what I've been reading, and listening, the misc partition has to be read/writable. Which means this will still work.
 

xile6

Senior Member
Dec 2, 2008
1,709
215
Dallas
Indeed, if this could be used to flash an early test build that didn't have the copy-protection, you'd be off to the races...

Yea that was my idea but the 1.12 isnt sign/ made with test keys. So thats a no go but at lest with this we can always revert to stock

Sent from my T-Mobile G2 using XDA App
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Ok here is a little guide on how to downgrade your tmobile G2 firmwhere and Radio version. Its been tested and varified to work

    This will wipe your phone

    Although tested and really shouldn’t cause any damage I accept no responsibility for any damage caused by this. By doing this you are accepting all responsibility


    What you will need


    1) Download ROM and rename to PC10IMG.zip
    2) Place on root of SD card //make shure to unmount usb storage after//
    3) open up "ADB shell" and type SU to get # symbol
    4) run

    dd if=/dev/block/mmcblk0p17 of=/sdcard/misc.img
    5) copy misc.img from the root of the sdcard to your computer //Copy So as to preserv a backup of misc.img on the SD card//
    6) open the misc.img in the HeX editor
    7) now edit the version line from somthing like

    This will be whatever the version you are on currently


    to

    This can/will be whatever the version of the rom you are trying to downgrade too

    8) now save as miscnew.img

    Here is what your miscnew.img should look like in HeX editor

    attachment.php


    9) copy miscnew.img to sdcard
    10) unmount usb storage
    11) in ADB shell run command

    dd if=/sdcard/miscnew.img of=/dev/block/mmcblk0p17
    12) power off phone
    11) boot into hboot by holding down vol-dwn + power
    13) the phone should then scan the .zip file and ask to flash
    14) after flash you will be downgraded SW and Radio

    To make this future proof just add the vesion that you want to downgrade too where we are putting "1.19.531.1".

    This Can't in any way be used to gain permanant root