HTC Inspire 4G
| Inspire 4G, Desire HD | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Specification | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Contents |
Rooting
Unzip temporary root busybox and misc_version to a folder
Motorola 1-Click Root
- 1-Click Root: Download
- Install Drivers
- Enable USB Debugging
- Put phone in Charge Mode Only
- Click App; MotorolaOneClickRoot
- Follow on screen instructions.
Manual Root
Download
- psneuter: Download
- Superuser: Download
- busybox: Download
- Unzip the downloaded files into the same folder
- Open a terminal and change to the folder.
You need the android SDK and ADB working. To make sure type:
adb devices
if your device lists, then you are ready to go!
Gain Root
- Run the following commands:
adb push psneuter /data/local/temp/psneuter
adb shell
chmod 755 /data/local/temp/psneuter
./data/local/temp/psneuter
- ADB should hang, wait a little while and then type:
adb shell
NOTE: You should have the "#" sign instead of the "$". If you do, you have temporary root, and can continue on.
Type:exit
adb push misc_version /data/local/temp
adb shell chmod 777 /data/local/temp/misc_version
./data/local/tmp/misc_version -s 1.31.405.3
exit
Part 2 - Downgrade
- Copy the 1.32.405.6 firmware to the root of the SD card (NOT in any folders. Do NOT unzip).
- On the computer, open terminal and run the following command:
adb reboot bootloader
Part 3 - Perma-root
Gain Root
- Run the following commands:
adb push psneuter /data/local/temp/psneuter
adb shell
chmod 755 /data/local/temp/psneuter
./data/local/temp/psneuter
- ADB should hang, wait a little while and then type:
adb shell
NOTE: You should have the "#" sign instead of the "$". If you do, you have temporary root, and can continue on. Motorola MB525 - Another guide - http://forum.xda-developers.com/showthread.php?t=889133
Part 4 - S-OFF
- Download gfree 0.04: Download
- On the computer, open terminal and run the following commands:
adb push gfree /data/local
adb shell chmod 777 /data/local/gfree
adb shell<pre><pre>/data/local/gfree -f
sync
/data/local/tmp/root
NOTE: You may see an error that states mkdir: /system/xbin already exists, if you do, simply ignore and continue on.
sync
NOTE: gfree 0.04 is known not work on some Desire Z models. If gfree gives you a message that it failed to powercycle the eMMC, then try the procedure again using gfree 0.02: Download.
Congratulations, your device is now fully unlocked and rooted.