Unlocking:
The unlocking process is fully detailed on HTCDev.com, however it never hurts to have additional information on hand.
Warning that unlocking the Phone will result in a factory reset. Backup your data!
First you’ll need to reboot your phone into HBOOT. To do this:
- Take off the rear cover
- Remove the battery
- Reinsert the battery
- Replace the rear cover
- Hold down Power and Volume down until the phone turns on
*Advanced users can reboot into HBOOT using “adb reboot bootloader”
Now connect your phone to your PC.
Open a command prompt and issue the following commands:
Code:
Cd \AndroidSDK\platform-tools ***Linux/Mac users use a “/” instead of “\”***
fastboot oem get_identifier_token
You will get a lot of information from this. You’re going to highlight and copy the block of information from start to end(including the lines you see below)
Code:
<<<< Identifier Token Start >>>>
<<<<< Identifier Token End >>>>>
(See illustration here:
http://www.htcdev.com/images/uploads...er/pict_6a.png)
*To copy in DOS, right click the DOS window and choose Mark. Highlight the text and then hit Enter to copy it to your clipboard
Don’t close the DOS window just yet. Now login to HTCDev.com and start the bootloader unlock process. Head to Step 10 and paste in the information you copied above. HTC will email you a file called Unlock_code.bin Copy that token to your AndroidSDK directory
Now head back to your DOS/Command prompt/Terminal Emulator window and issue the command:
Code:
fastboot flash unlocktoken ..\Unlock_code.bin
You will be prompted on the phone to accept the terms of the unlock and that your phone will now be factory reset. Press the appropriate volume key and power to accept. Your phone will reboot and is now unlocked.