Download Necessary Tools
Install Necessary Tools and Drivers
- Install HTC drivers to get communication with the phone.
- Install ADB mini with Fastboot tools to get all needed tools and rest of adb drivers that are required.
Read All Necessary Information from Phone
1. Create an account on HTC page or log in if you got one.
2. Select your phone model and press Begin Unlock Bootloader button.
2. Select your phone model and press Begin Unlock Bootloader button.
3. Next, confirm that you know what you do by press YES button, then check both checkbox and press Proceed to Unlock Instructions button.
4. Go to step 4 and press button Step 5.
5. Next turn the phone in fastboot mode and connect to the usb cable.
6. Turn on command prompt with admin rights.
go to c:\Adb directory on the command line:
6. Turn on command prompt with admin rights.
go to c:\Adb directory on the command line:
- type the cd\ and press enter key
- type the cd adb and press enter key
7. Use command fastboot oem get_identifier_token and press enter key.
8. Next copy exactly what you see in manual on HTC page from command prompt and press submit button.
8. Next copy exactly what you see in manual on HTC page from command prompt and press submit button.
9. Next wait for an e-mail with unlock bootloader code file.
E-mail will come in next 24hours (usually it takes few minutes).
10. You can now disconnect your phone from usb cable and turn it off until you get an email.
If you didn't receive an e-mail after 24 hours check spam directory.
E-mail will come in next 24hours (usually it takes few minutes).
10. You can now disconnect your phone from usb cable and turn it off until you get an email.
If you didn't receive an e-mail after 24 hours check spam directory.
WARNING !
Bootloader Unlock in the phone will erase all of your data.
All described operations you are doing at your own risk.
If want saves your data do a backup before start.
The battery should be at least 60% charged before starting.
Bootloader Unlock in the phone will erase all of your data.
All described operations you are doing at your own risk.
If want saves your data do a backup before start.
The battery should be at least 60% charged before starting.
Unlocking Bootloader Manual
- Save unlock_code.bin file from e-mail and copy it to c:\Adb directory
- Turn the phone into fastboot mode and connect it to usb cable.
- Turn on command prompt with admin rights and go to c:\Adb directory
- Use command fastboot flash unlocktoken Unlock_code.bin and press enter key.
- If the file is right for your phone, you will get the message on screen that you try to unlock bootloader, select YES by volume up/down button and confirm with power button.
- The phone will restart and you will get the bootloader unlocked.
That's all. Congratulations.
This is the first step to root phone, write custom recovery or write custom firmware.
This is the first step to root phone, write custom recovery or write custom firmware.
No comments:
Post a Comment