Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
netmsm
Old
(Last edited by netmsm; 25th March 2012 at 10:44 PM.)
#1  
netmsm's Avatar
Junior Member - OP
Thanks Meter 18
Posts: 23
Join Date: Oct 2010
Location: Esfahan
Default [TUTORIAL] Downgrade Desire Hboot 1.03

Hi,
If You want to downgrade Desire Hboot 1.03, then using revolutionary to s-off, please follow the instructions .



Steps:

1. Download tools package (attached files)
2. Download this HTC Official ROM (RUU)
3. For branded phones create GoldCard.
4. Extract the tools any where at your computer.
5. Run RUU and wait to appear Android rom update utility screen.
6. Go to Temp directory on C drive on your computer and find folder that RUU extracted in it.
7. Copy the rom.zip and paste it to sdcard and rename it to PB99IMG.zip
8. Connect your phone to computer via USB as charge only and enable USB debugging and Unknown Sources.
9. Run cmd.exe on tools folder that you download and extracted it and Execute these commands:

7.
Code:
adb push flash_image /sdcard/flash_image
8.
Code:
adb push zergRush /data/local/zergRush
9.
Code:
adb shell
10.
Code:
chmod 755 /data/local/zergRush
/data/local/zergRush
Output on cmd should be like :
Code:
[**] Zerg rush - Android 2.2/2.3 local root
[**] (C) 2011 Revolutionary. All rights reserved.

[**] Parts of code from Gingerbreak, (C) 2010-2011 The Android Exploid Crew.

[+] Found a GingerBread ! 0x00017118
 Sending 149 zerglings ...[ * ] Trying a new path ...[ * ] Sending 149 zerglings ...[ * ] Trying a new path ...[ * ] Sending 149 zerglings ...[ * ] Trying a new path ...[ * ] Sending 149 zerglings ...
[+] Zerglings caused crash (good news): 0x401219c4 0x0054[ * ] Researching Metabolic Boost ...
[+] Speedlings on the go ! 0xafd260a9 0xafd39f9f[ *] Poping 24 more zerglings[ * ] Sending 173 zerglings ...

[+] Rush did it ! It's a GG, man !
[+] Killing ADB and restarting as root..enjoy!
11.
Code:
cat /dev/mtd/mtd0 > /sdcard/misc.img
12.
Code:
cat /sdcard/flash_image > /data/flash_image
13.
Code:
chmod 777 /data/flash_image

14.
Code:
exit
15.
Code:
adb pull /sdcard/misc.img misc.img

16. Now the misc.img is in your tools folder. Run HxD.exe and select OK when prompted.

17. Open misc.img in the current directory, and change line 11 which contains the version number of your current ROM. Change it by number of the future ROM you want to install(Find at Android rom update utility screen after run RUU)
Changes will appear in red. Save the file to misc0.img.

16.
Code:
adb push misc0.img /sdcard/misc0.img


17.
Code:
adb shell
/data/flash_image misc /sdcard/misc0.img

18. Reset phone and press vol-down to go to Bootloader.
19. Wait for detect and check the Update Package.
20. After checking package, press vol-up to begin update process, IN FIRST TIME AFTER PRESSING VOL-UP YOUR PHONE WILL RESET AND DO NOTHING, YOU SHOULD DO AGAIN FOR STEPS 18,19,20.




Notes

The process will flash your recovery partition back to stock
This process will wipe all the data from your phone
The downgrade installs an official stock HTC ROM with Hboot1.02 (You can s-off with revolutionary and after it You can flash any version of Hboot)
Your sdcard should be fat32 formatted
Creating a goldcard



Thanks
emveefr

IF YOU CAN NOT DOWNGRADE HBOOT,WITH THIS TUTORIAL, PLEASE READE THIS POST
Attached Files
File Type: zip Downgrade_Hboot1.03.zip - [Click for QR Code] (1.22 MB, 860 views)
The Following 5 Users Say Thank You to netmsm For This Useful Post: [ Click to Expand ]
 
bortak
Old
#2  
bortak's Avatar
Senior Member
Thanks Meter 846
Posts: 2,310
Join Date: Sep 2010
Location: London
Neat, I'll link this on my guide. I'm sure it'll be very useful to some.
______________________________
Samsung GALAXY S III GT-I9300

- CyanogenMod 10.1 -
____________________________________
bortak's Troubleshooting Guide for HTC Desire (Bravo)
The Following 2 Users Say Thank You to bortak For This Useful Post: [ Click to Expand ]
 
mikele020794
Old
(Last edited by mikele020794; 20th March 2012 at 06:09 PM.)
#3  
Junior Member
Thanks Meter 0
Posts: 2
Join Date: Nov 2009
After step 10 pc can't find phone and screen never turn off... Current rom is Stock pre-rooted Gingerbread, non-branded
 
netmsm
Old
#4  
netmsm's Avatar
Junior Member - OP
Thanks Meter 18
Posts: 23
Join Date: Oct 2010
Location: Esfahan
Quote:
Originally Posted by mikele020794 View Post
After step 10 pc can't find phone and screen never turn off... Current rom is Stock pre-rooted Gingerbread, non-branded
Hi, please read and do the end of post #1
 
mikele020794
Old
#5  
Junior Member
Thanks Meter 0
Posts: 2
Join Date: Nov 2009
Quote:
Originally Posted by netmsm View Post
Hi, please read and do the end of post #1
Hi, after official unlocking I cant flash any stock rom =( I tried to use teppic's downgrader before...
 
netmsm
Old
(Last edited by netmsm; 25th March 2012 at 10:53 PM.)
#6  
netmsm's Avatar
Junior Member - OP
Thanks Meter 18
Posts: 23
Join Date: Oct 2010
Location: Esfahan
Quote:
Originally Posted by mikele020794 View Post
Hi, after official unlocking I cant flash any stock rom =( I tried to use teppic's downgrader before...

Hi, dont worry
Please :
1. Do full wipe
2. Do instructions in second way (bottom of the post #1, in red color)
 
Kurt45
Old
#7  
Kurt45's Avatar
Junior Member
Thanks Meter 2
Posts: 18
Join Date: May 2010
5. Run RUU and wait to appear Android rom update utility screen.
6. Go to Temp directory on C drive on your computer and find folder that RUU extracted in it.

Can't find the file in step 6?
 
netmsm
Old
#8  
netmsm's Avatar
Junior Member - OP
Thanks Meter 18
Posts: 23
Join Date: Oct 2010
Location: Esfahan
Quote:
Originally Posted by Kurt45 View Post
5. Run RUU and wait to appear Android rom update utility screen.
6. Go to Temp directory on C drive on your computer and find folder that RUU extracted in it.

Can't find the file in step 6?
Hi,
On temp directory at C drive, please search "adb.exe" or "rom.zip"
 
netmsm
Old
#9  
netmsm's Avatar
Junior Member - OP
Thanks Meter 18
Posts: 23
Join Date: Oct 2010
Location: Esfahan
Quote:
Originally Posted by bortak View Post
Neat, I'll link this on my guide. I'm sure it'll be very useful to some.
offer, for you My friend
 
Kurt45
Old
#10  
Kurt45's Avatar
Junior Member
Thanks Meter 2
Posts: 18
Join Date: May 2010
I have tried it on a phone with the HTC official unlock but it stop working on step 11.

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Go to top of page...

XDA PORTAL POSTS

Flash Custom ROM and Recovery to Samsung Galaxy S 4

After reading about Dan Rosenberg’s bootloader exploit for the Samsung Galaxy S 4,I … more

Windows-Based Multi-Tool for the Sony Xperia U

If you are a flashaholic and an owner of the Sony Xperia U, you may be interested in the … more

XDA University: Crafting Recovery-Flashable Packages

Those of us who use Linux on a day to day basis don’t think twice about sinking … more