What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

unlocking dead end...

icon23a

New Member
ok so i posted this in a different thread but figured i give it a try over here since its the help section, so here we go....

cannot load Unlock_code.bin


C:\Windows\system32>C:\Users\HANSEN\Desktop\android-sdk-windows\platform-tools\f
astboot flash unlocktoken Unlock_code.bin
error: cannot load 'Unlock_code.bin'

now i have put the unlock file in same folder as fastboot. other than that i am completely lost...tried about ten times with the same message
I have also uninstalled HTC sync and restarted the phone twice. I can still get identify token and have the phone in fastboot USB...help:hail:
 
How about cd into the directory containing fastboot before running it?

Sent from my ADR6425LVW using Tapatalk 2
 
How about cd into the directory containing fastboot before running it?

Sent from my ADR6425LVW using Tapatalk 2

The problem is that unlock_code.bin isn't in that directory. Copy unlock_code.bin into any directory...say "C:\temp" then issue the command

Code:
[COLOR=#3E3E3E][FONT=Verdana]C:\Users\HANSEN\Desktop\android-sdk-windows\platform-tools\f[/FONT][/COLOR][COLOR=#3E3E3E][FONT=Verdana]astboot flash unlocktoken c:\temp\Unlock_code.bin[/FONT][/COLOR]
 
Back
Top