0x00 Preparation
Here are something you will need.
1. HTC Driver
2. adb & fastboot
PC:
Install HTC Driver the decompress ADB-Windows.zip.
Phone:
Go to (Settings -> About -> Software information -> More -> Build number), Tap it 7 times to enable developer options.
Go to (Settings -> Developer options), Check OEM unlocking and USB debugging options.
PC:
Go to ADB-Windows folder and hold Shift + Right Mouse Click the click open command windows here.
Input the command below to test adb function.
0x01 Unlock Bootloader
Input the command to reboot to download mode.
Download mode is same as fastboot in bootloader on old devices, so you must to do UNLOCK, FLASH or RUU in download mode.
Go to HTCdev website to unlock bootloader, you can search many guides on Google.
0x02 Flash TWRP Recovery
TWRP 3.0.2-0
Reboot to download mode and flash recovery.
After flash recovery, reboot to bootloader then BOOT TO RECOVERY MODE.
0x03 Format Data
Wipe -> Format Data -> type yes to format data
Please reboot to recovery after formatting.
0x04 Install SuperSU
Please download SuperSU v2.78, i've test this version and work like a charm.
Before flashing su, please ensure that BOOT image is stock.
Here are something you will need.
1. HTC Driver
2. adb & fastboot
PC:
Install HTC Driver the decompress ADB-Windows.zip.
Phone:
Go to (Settings -> About -> Software information -> More -> Build number), Tap it 7 times to enable developer options.
Go to (Settings -> Developer options), Check OEM unlocking and USB debugging options.
PC:
Go to ADB-Windows folder and hold Shift + Right Mouse Click the click open command windows here.
Input the command below to test adb function.
Code:
adb devices
0x01 Unlock Bootloader
Input the command to reboot to download mode.
Code:
adb reboot download
Go to HTCdev website to unlock bootloader, you can search many guides on Google.
0x02 Flash TWRP Recovery
TWRP 3.0.2-0
Reboot to download mode and flash recovery.
Code:
adb reboot download
fastboot flash recovery twrp-3.0.2-0-e56ml.img
0x03 Format Data
Wipe -> Format Data -> type yes to format data
Please reboot to recovery after formatting.
0x04 Install SuperSU
Please download SuperSU v2.78, i've test this version and work like a charm.
Before flashing su, please ensure that BOOT image is stock.
Last edited: