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

Root [HOW TO] and some root terminology

all htc phones utilize a PxxxIMG file system to flash RUUs and such in hboot. having guides up here,the inc,and merge forums, and being active on the board i see alot of folks have trouble getting PxxxIMG(PG05IMG in case of the TB) to work. the prollem usually has simple fix,but sometimes causes folks an extreme amount of confusion.

but there is an easier way :)

i mess with my various htc devices alot,and have found using fastboot is a much faster,easier way to flash PxxxIMG files. you dont need to transfer files to your SD,or boot to change files if youve got a couple to do.

in a nutshell,youre going to place your file into the folder where adb and fastboot live(prolly platform tools or tools if youre an advanced user that has the sdk installed),place the phone in fastboot,put it in RUU mode and flash the file with this command: fastboot flash zip <filename>.zip

if you rooted with revolutionary,and have no idea what fastboot or adb even are,heres a step by step:

1)set up adb and fastboot download this file,wich contains adb and fastboot.
Multiupload.com - upload your files to multiple file hosting sites!
md5 sum: 9d1c0e2a98f09bb65521889870334b65

extract it,and place the extracted(not zipped) mini-adb folder on the root of the C drive of your PC. in windows 7,you should be able to just right click,then extract files. if not,you may need a utility such as 7 zip

re-install revolutionarys drivers,if you dont still have them on your PC from when you rooted.

open a command window. in windows 7,just click the start bubble,then type "command" in the search box. this should open a small black window.

change to your mini-adb directory(folder) by the entering the following command at the prompt in your command window: cd c:\mini-adb this should change your prompt to "mini-adb>" indicating that youve changed to that directory.

2)flash your file put the file that you want to flash into the mini adb-folder. you can copy/paste,drag/drop or move it however you are comfortable moving files.

plug in your phone. enable usb debugging,if its not allready.

enter the following commands. from here on,commands will be bold and italics,comments will be blue. each line is one command,enter them one at a time. you can copy/paste or type them in.

md5sums <filename> this will output the md5 sum of the file you will flash. make sure it matches that listed for your download

adb devices should output your phones serial number

adb reboot bootloader will boot you into the fastboot screen(white with colored letters)

fastboot devices will again output serial number

fastboot erase cache

fastboot oem rebootRUU

fastboot flash zip <filename>.zip

you will see a green line on your phone as the file flashes.youll see outut in your cmd window. sometimes when flashing a complete RUU you will get an error that says "failed,reflush immediately". dont panic,just run the above line again to reflash your file

after you get a "finished" message:

at this point,ycould actually flashe more files if you wanted. for example,a radio and a recovery. just repeat the "fastboot flash zip" command untill youve flashed all your files. then:

fastboot reboot-bootloader this will take you back to the white fastboot screen

fastboot reboot your phone should reboot

and of course,heres what the outputs will look like in the command window. red are my inputs. in this example,im installing twrp recovery,with a .zip file called: twrp111rbox1_PG05IMG

Code:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\Scott>[COLOR="Red"]cd c:\mini-adb[/COLOR]

c:\mini-adb>[COLOR="red"]md5sums twrp111rbox1_PG05IMG.zip[/COLOR]

MD5sums 1.2 freeware for Win9x/ME/NT/2000/XP+
Copyright (C) 2001-2005 Jem Berkes - http://www.pc-tools.net/
Type md5sums -h for help

[Path] / filename                              MD5 sum
-------------------------------------------------------------------------------
[c:\mini-adb\]
twrp111rbox1_PG05IMG.zip                       31ae566360d4729ff1be2a5a67952777

c:\mini-adb>[COLOR="red"]adb devices[/COLOR]
* daemon not running. starting it now *
* daemon started successfully *
List of devices attached
HT12CS012936    device


c:\mini-adb>[COLOR="red"]adb reboot bootloader[/COLOR]

c:\mini-adb>[COLOR="red"]fastboot devices[/COLOR]
HT12CS012936    fastboot

c:\mini-adb>fastboot erase cache
               erasing 'cache'... OKAY [  0.262s]
finished. total time: 0.263s

c:\mini-adb>[COLOR="red"]fastboot oem rebootRUU[/COLOR]
                              ... OKAY [  0.222s]
finished. total time: 0.223s

c:\mini-adb>[COLOR="red"]fastboot flash zip twrp111rbox1_PG05IMG.zip[/COLOR]
       sending 'zip' (5573 KB)... OKAY [  0.907s]
                 writing 'zip'... INFOzip header checking...
INFOzip info parsing...
INFOchecking model ID...
INFOchecking custom ID...
INFOstart image[recovery] unzipping & flushing...
INFO[RUU]UZ,recovery,0
INFO[RUU]UZ,recovery,15
INFO[RUU]UZ,recovery,27
INFO[RUU]UZ,recovery,37
INFO[RUU]UZ,recovery,47
INFO[RUU]UZ,recovery,60
INFO[RUU]UZ,recovery,70
INFO[RUU]UZ,recovery,82
INFO[RUU]UZ,recovery,98
INFO[RUU]UZ,recovery,100
INFO[RUU]WP,recovery,0
INFO[RUU]WP,recovery,100
OKAY [  7.010s]
finished. total time: 7.918s

c:\mini-adb>[COLOR="red"]fastboot reboot-bootloader[/COLOR]
     rebooting into bootloader... OKAY [  0.151s]
finished. total time: 0.151s

c:\mini-adb>[COLOR="red"]fastboot reboot[/COLOR]
                     rebooting...
finished. total time: 0.150s

c:\mini-adb>

seems a lil complicated,but once you do it a couple times,its quick and easy. :)
 
  • Like
Reactions: Ibrick
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones