Help unlocking htc bootloader - Android Q&A, Help & Troubleshooting

Im tryin to unlock my htc evo 3d's bootloader and as I get near the end of sending the unlock.bin it gets stuck at:
sending 'unlocktoken' (0 KB)...
Need help please!!

Related

[Q] Stuck at sending 'unlock token'

My phone is stuck at the part where you try to flash the unlock token (which is correctly placed in the platform-tools with the fastboot and ADB) I downloaded and installed the SDK and HTC sync (I uninstalled HTC Sync excluding HTC drivers - before and after did not make any difference) Please help, this is what my bootloader screen says:
*** LOCKED ***
SHOOTER_U PVT SHIP S-ON RL
HBOOT-1.53.0007
eMMC-boot
May 22 2012, 01:06:07
FASTBOOT USB
and the CMD is not going past 'sending 'unlock token' <0 KB>...'
Also I have ICS latest update installed
USB debugging is enabled and fastboot is unticked
Anyone?
Sent from my HTC EVO 3D X515m using xda app-developers app
Manny- said:
My phone is stuck at the part where you try to flash the unlock token (which is correctly placed in the platform-tools with the fastboot and ADB) I downloaded and installed the SDK and HTC sync (I uninstalled HTC Sync excluding HTC drivers - before and after did not make any difference) Please help, this is what my bootloader screen says:
*** LOCKED ***
SHOOTER_U PVT SHIP S-ON RL
HBOOT-1.53.0007
eMMC-boot
May 22 2012, 01:06:07
FASTBOOT USB
and the CMD is not going past 'sending 'unlock token' <0 KB>...'
Also I have ICS latest update installed
USB debugging is enabled and fastboot is unticked
Click to expand...
Click to collapse
if you were unlocked before the update...then updated and are now re-locked youll have to go to the htc site and get a new unlock_code.bin file...
I wasn't, this is the first time I'm unlocking.
Sent from my HTC EVO 3D X515m using xda app-developers app
Manny- said:
I wasn't, this is the first time I'm unlocking.
Sent from my HTC EVO 3D X515m using xda app-developers app
Click to expand...
Click to collapse
ok...after uninstalling the htc sync software have you tried rebooting so the windows enviroment loads without the htc sync software at all...sometimes software can leave residuals and a reboot is all thats needed
Yes I did
Sent from my HTC EVO 3D X515m using xda app-developers app
Manny- said:
Yes I did
Sent from my HTC EVO 3D X515m using xda app-developers app
Click to expand...
Click to collapse
there have been some people that have had problems with that and they have to cancel the operation and re-try up to and over 10 times...other people have just went and used a usb bootable version of linux and have had success
from the fastboot screen try to type in fastboot reboot bootloader and see if it reboots...
I will do and then ill report back, thanks for the help
Sent from my HTC EVO 3D X515m using xda app-developers app
I tried what you said, I did fastboot reboot-bootloader and it worked it reboots but it still gets stuck at the sending unlock token after many tries...
Manny- said:
I tried what you said, I did fastboot reboot-bootloader and it worked it reboots but it still gets stuck at the sending unlock token after many tries...
Click to expand...
Click to collapse
There is some problem with the connection.
You are either using a VM or USB 3.0 or USB Hub.
If not, then your cable or USB port is not okay.
Try a different one.
I tried what you said I changed through 3 different ports with the original HTC cable... still no luck I even updated my ADB packages and reinstalled the HTC drivers... Its still stuck...
Manny- said:
I tried what you said I changed through 3 different ports with the original HTC cable... still no luck I even updated my ADB packages and reinstalled the HTC drivers... Its still stuck...
Click to expand...
Click to collapse
You're running a native installation of Windows?
kgs1992 said:
You're running a native installation of Windows?
Click to expand...
Click to collapse
Sorry but what do you mean by native? :S Windows XP is the main and only OS on my PC
Manny- said:
Sorry but what do you mean by native? :S Windows XP is the main and only OS on my PC
Click to expand...
Click to collapse
Try a different computer.
Hi Manny,
Have you been able to sort it out? I am in search of the same solution.
Cheeers
ZINXYX said:
Hi Manny,
Have you been able to sort it out? I am in search of the same solution.
Cheeers
Click to expand...
Click to collapse
I finally solved this on my device by:
unplugging EVERYTHING USB
rebooting my machine
trying each USB port (I think on a desktop the front ones are less likely USB 3.0, which you want to avoid)
When it did finally go through, it took a couple seconds and sent all at once, so nothing counted up; just BOOM and it was done.
i had that problem couple days ago when i was unlocking my brothes phone so waht i did is i let the PG86IMG go all that way and then i try to unlock the phone again and works for me...
HTC EVO 4G (Sprint) - Unlock Bootloader
I had the same exact problem. I was using the front panel USB 3.0 ports, and as soon as I switched to the back (USB 2.0 or 1.0) it worked perfectly:
PS C:\adt-bundle-windows-x86_64-20140321\sdk\platform-tools> fastboot flash unlocktoken Unlock_code.bin
sending 'unlocktoken' (0 KB)...
OKAY [ 0.172s]
writing 'unlocktoken'...
(bootloader) unlock token check successfully
OKAY [ 0.000s]
finished. total time: 0.172s
So there's your probable solution!
USB hub does the trick. Remove the hub, connect directly, and flash works.
mcurran said:
I had the same exact problem. I was using the front panel USB 3.0 ports, and as soon as I switched to the back (USB 2.0 or 1.0) it worked perfectly:
PS C:\adt-bundle-windows-x86_64-20140321\sdk\platform-tools> fastboot flash unlocktoken Unlock_code.bin
sending 'unlocktoken' (0 KB)...
OKAY [ 0.172s]
writing 'unlocktoken'...
(bootloader) unlock token check successfully
OKAY [ 0.000s]
finished. total time: 0.172s
So there's your probable solution!
Click to expand...
Click to collapse
Hboot 1.53 so I assume your phone is GSM?

Can't seem to get unlock token

Hey guys, I was hoping somebody could help me out with this. I can't seem to get my identifier token from the One. I've tried in Windows and Ubuntu. In windows, adb and foastboot wouldn't even recognize the phone whether in the fastboot mode or debug while booted normally. In Ubuntu, fastboot devices shows the device, but when I run fastboot oem get-identifier-token all I get is:
...
(bootloader) [ERR] Command error !!!
OKAY [ 0.001s]
finished. total time: 0.001s
Click to expand...
Click to collapse
Is there anything I can do?
Edit: I should add, that I wasn't even getting Ubuntu to recognize the device until I added the 99-Android.rules file in udev. I am running Ubuntu 12.10.
Edit 2: Got fed up and switched back to Windows. fastboot devices now shows the phone, but I am getting the same error as above now. This is soooo frustrating. Why does is work so easily for everyone else?
In case it helps, this is what my bootloader screen reads:
*** LOCKED ***
M7_UL PVT SHIP S-ON RH
HBOOT-1.44.0000
RADIO-4A.14.3250.13
OpenDSP-v26.120.274.0202
eMMC-boot
Mar 18 2013, 18:29:18:-1
Click to expand...
Click to collapse
And when I am trying to run the get-identifier-token command, there is a red box that says "FASTBOOT USB" inside it.
OK, I've officially been crowned dumb-**** of the new millenium. I started thinking to myself, "There is no way that this should be causing so much trouble for you if everyone else is getting it so easily. You must be making a really simple mistake."
Well, I found my assinine error. I was using hyphens instead of underscores in the get_identifier_token command. I could have just deleted this thread, but I'm going to give everyone the chance to laugh at my idiocy and the fact that I spent 3 hours trying to figure this **** out.
Copy and paste is your friend.
Sent from my HTC One using xda app-developers app
That's okay. I spent half an hour making the token paste properly into the box on htcdev

[Q] Unlock BOOTLOADER HBOOT 0.85 HTC Desire HD

Hi every body.
I have HTC DESIRE HD .
Android Version : 2.3.5
HTC Sense: 3.0
Software Version: 3.13.415.2.FreePalestine.By.AbuGhanim
HBOOT-0.85.2425
I read how to Update to ANDROD 4.0.4, in fact already done in another HTC as shown in HTCDEV.com.
This phone in particular when a try to unlock BOOTLOADER
fastboot oem get_identifier_token
say that:
(bootloader) [ERR] Command error !!!
OKAY [ 0.007s]
finished. total time: 0.007s
I read a lot about this error, all the published means that I have to update the version of HBOOT, but i dont find how to do that, because when i download the RUU for my software version, the software say; error [130] MODEL ID ERROR.
Please help me. Thanx a lot.

[Q] [DEAD?] HTC EVO 3D pro help required

So the story is I got this phone from a friend for free and it's not working. Next is some info I have found.
First is the forever bootscreen.
*** LOCKED ***
*** SECURITY WARNING ***
SHOOTER_U PVT SHIP S-ON RL
HBOOT-1.49.0018
RADIO-10.14.9020.06_M
eMMC-boot
Oct 3 2011, 15:03:01
....................
Some phone info.
HTC 3D EVO FCC ID: NM8PG86300
Model: PG86300
IMEI: 35871044661787
S/N: HT1CYV211753
P/N: 99HNJ004-00
a token example from fastboot, at htcdev returns error 150 - doesn't allow me to proceed with unlock of the bootloader.
<<<< Identifier Token Start >>>>
47B3145FF96274E03070C998F66FF7BD
C7245D1F8DF602901AAD442C71F4EB5C
B9B4081EA26F6A82B3EABDC8544686F1
1AC27EA1394FF8AEDA634395FA0A8FBE
6288792606968C46841EE9B7670F20C9
5D1B1C1295D3882C81BCA01AE0E3A179
11673423F363A34C1797CDA128371DAE
9DB4C0B7500FE097C43CCBFB50377180
F56738F0C03BA925749693A2FCEF1E9A
AAAEFE9EFDD676CB56E9787B9D42F3BA
D87FBEAD3B4F8D0A283D2C2E376A1779
36C5EA4FF479C7B811BB3B273E4DEF8A
066110BCDEB9AF842DC2588DAB982383
73A0E6825419B45B5CF37CA6A011DBF0
CDCFF3D8EE40F36DE4223A70272CE7E4
4D16C6CB24E5CD3FC0D03BFDACBC7F4F
<<<<< Identifier Token End >>>>>
I hope that's enough data.
To sum up it is locked with S-ON. Selecting recovery/factory reset reboots it in 1 sec to bootloader. Phone does respond to some fastboot commands, most useful was fastboot oem rebootRUU that takes me to a black screen with an HTC logo and if I disconnect a usb cable I'm stack in bootloader like menu with the only choice 'RUU' that is not click able at all. I have tried enormous number of .img files through fastboot flash (loads, throws: remote: signature verify fail) and using an sd card(loads, verifies, goes back to main menu). I'm in process of trying out RUU exe files from website url androidruu with provider shooter (I can't post urls) First run I thought was going to be a success, it found the phone said that the current version is something like &20, started doing something - restarted the phone and phone got stuck at black screen when the program exited with code 155, while waiting for the phone to get to bootloader I assume. Please your suggestions, maybe deeper knowledge of fastboot protocols would help. Device is not showing up under adb. I was trying all of that using windowsXP/ubuntu computer. please help reinstalling, reviving, flashing this half alive HTC EVO 3D. I believe it is called roger as well. And I assume the previous owner is an idiot.
Some more to say
Ive spent 24 hours with google, HTC EVO 3D (GSM i believe), usb cable and an SD card, i'm lost and despair.
first of all make sure your bootloader is locked .you can lock it via fastboot : Type the following in the command prompt window:
fastboot devices
This is to ensure that your device is detected, if nothing appears on screen with this command, then it means you don’t have the proper drivers installed on your PC. And if that’s the case you should download and install/re-install the HTC Sync software given in Step 1.1Now type the following command to re-lock your HTC bootloader
fastboot oem lock then download and run this and follow the instructions http://www.androidruu.com/getdownlo...00U_11.25.3504.06_M_release_262714_signed.exe
Sent from my Panasonic printer Buy me a beer cause i'm alcoholic and i need more and more https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HN6YQLDZT76EE
Hi i have a same problem,,,after install the RUU its says everithing is ok and fine your phone is now reboot,,,and after reboot it stuck at the white screen with a HTC logo,,,i dont know what can i do,,,can you help me please ? my bootloader is locked and i think i dont do anything wrong,,,,and my second problem is i cant go into recovery mod,,,if i press the power button to open the recovery mode in bootloader the phone will reboot as normall and stuck at the white screen with a HTC logo,,, :/ i looking for a soution 3 days,,, but noting happened,,, i really dont know what can i do ,,, any ideas ? plss.. :/
Informations :
Shooter_U (ics) S-on
Radio : 11.25.3504.06_m
and the Ruu what i used is ( RUU_SHOOTER_U_ICS_35_S_HTC_Europe_3.28.401.1_Radio_11.77.3504.00U_11.25.3504.06_M_release_262714_signed .exe)... im very depressed about it... (( please help me to get back to life my evo... :/,,and sorry for my bad english :/
first of all you cant get to recovery cauese the ruu erased your custom recovery.if the ruu was succesful and you can not boot your phone it can be a hardware damage...
edit: what is the result after running ruu? its succesful or what?
Sent from my Panasonic printer Buy me a beer cause i'm alcoholic and i need more and more https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HN6YQLDZT76EE
yes,,,its says succesful,,,you are succesfuli installed the stock rom now your android phone will reboot and ready to use.. ,,or something like that,,,but after reboot its stuck on white screeen...
Any solution? plss help me .. :/

How to root IT???

Hello! Sorry for repeated thread but can't get it done.
S-ON, LOCKED
HBOOT - 3.18.0.0000
OS - 1.31.401.4
First of all can't get simple unlock trought fastboot
C:\Fastboot>fastboot oem get_indentifier_token
(bootloader) [ERR] Command error !!!
OKAY [ 0.001s]
finished. total time: 0.002s
Tried many links with different fastboot versions i think and HTCdev too.
Security update didn't succeed i presume cause of OS version.
asks for 1.54.502.15 (1.54.502.16 for pre-paid devices)
So any suggestions>>>? Guides? Step by step how do i get my lovely phone up to date and free from dev cage?
bdw im only one who gets high power consumation from apps. kek I confess some games like clash of clans or hearthstone, perhaps its normal that it uses more energy then consumes from charger or usb in these conditions? anyway to get max performance without that monstres consumation cause taught on def. it consumes that much, what if i enable max cpu and gpu futures?..

Categories

Resources