Saturday, 28 September 2013


Hi, A short but effective guide for people who want to root their Desire HD. This is what I did with my phone yesterday, but took me a lot of time to figure things out, so I'm writing this for myself and other people.



1) First of all set up ADB and Fastboot. [GUIDE] Easy and simple adb and fastboot setup for newbies (Windows only)

To have working adb and fastboot system wide for basic commands just follow the steps below:
  1. To get the HTC USB Drivers download and install HTC Sync (If you do not need the Sync application itself you can uninstall it but the drivers will remain on your system). 
    *According to post #5 in this thread in some cases may be necessary to temporary disable your antivirus software during the installation of HTC Sync. Thanks @mimirom*
  2. Download the zip archive 
  3. Extract the archive on your C: drive. You will have C:\android-tools folder
  4. Adding to the System Path globally to use the command without browsing to the containing folder
  5. Go to Start and in the Search box type cmd, right click and Run as Administrator
           copy or Type
                             setx path /m "%PATH%;C:\android-tools"


              To check is it working properly open Command Prompt (Start -> Search -> type cmd -> Enter) and type adb If everything is configured properly this should list you the Android Debug Bridge version and the available commands.


*HINT*: To use adb or fastboot with files in the Command prompt you have to navigate to the folder containing the file first (using the cd command) e.g. "D:\Downloads\Android" and then to execute the command.
Example:
Start -> type cmd in the Search box, then Enter. You will see
C:\Users\with blinking cursor
If your file is on another drive like the example type "d:" (without the quotes), or other drive letter to go to the relevant drive. Skip this if the file is on C: drive. Then type:
cd D:\Downloads\Android to go to the "D:\Downloads\Android" folder. If your path contains spaces (intervals) type it in quotes.
The command "cd.." brings you one folder back

Also download the ROM you wish to install on your Desire S and put it on your microSD card. For 
this tutorial I choose Ginger_x_DHD.zip  rom by BASIT SHABBIR

2) You have to root your devie first  so that you can install EXT4 recovery and custom roms.
Steps for this process:
1. Download the Advanced Ace Hack Kit
2. Extract the files
3. Install Desire HD drivers in /tools/windrivers/
4. Connect the device via USB and turn on USB Debugging in Settings-Applications-Development
5. Run the hack-ace.cmd as Administrator and start the process by typing “1″ and “Enter”
6. The process will run and will take about 5-6 minutes to complete
7. Your device is now rooted 
Links:
3) We're going to install EXT4 recovery. But first download ''4EXT_Recovery_v2.2.7_RC5.zip'' and extract the recovery.img file to the folder where you installed fastboot and adb. If you followed the tutorial in step 1 the folder will be ''C:\android-tools''
Now make sure Fast Boot is turned off on your phone. Go to ''Settings > Power > Fast Boot'' to turn it off. Unplug your phone from your computer, it's time to turn of your phone and boot into your bootloader.

Press Volume Down Button and Power Button at the same time to boot into recovery. Now connect your phone to your computer and select fastboot.

(Power button to select, Volume Down/Up to navigate)

Go to start->run-> type cmd and press enter. A command prompt will now appear.

Type:
Quote:
cd c:\android-tools [press enter]
fastboot flash recovery recovery.img [press enter]
EXT4 recovery is now installed on your phone. Turn off your phone in bootloader menu.

4) Open the rom (.zip file) you downloaded in step 1 and put the ''boot.img'' file in ''C:\android-tools''

If you followed this tutorial correctly, you already copied your desired rom your onto your MicroSD card.

Now we boot into the bootloader again, this time we select recovery.

Go to: wipe | format>and select: wipe data/factory reset (this may take a while), then select wipe cache and wipe dalvik cache.

Go back to main menu in EXT4 recovery and select ''install from sdcard'' select ''Ginger_X_DHD.zip''. After the rom is installed turn your phone off again.

Boot into bootloader, connect your phone to your computer and select fastboot on your phone.

Go to start->run-> type cmd and press enter. A command prompt will now appear.

Type:
Quote:
cd c:\android-tools [press enter]
fastboot flash boot boot.img [press enter]
After it's successfully installed, turn of your phone and just boot normally. It may take a while for your phone to boot up.

Your phone is unlocked,rooted and has a custom ROM.

Enjoy

Note: Some new ICS roms require different kind of HBOOT. I use Fallout v5.0.0 without any problems.
For information of Ginger_X_dhd <CLICKHERE>

    

No comments:

Post a Comment