unlocking dead end...

icon23a

New Member
Joined
Apr 13, 2012
Messages
14
Reaction score
0
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:
 

nmos

Member
Joined
May 23, 2010
Messages
98
Reaction score
1
How about cd into the directory containing fastboot before running it?

Sent from my ADR6425LVW using Tapatalk 2
 

MrSmith317

Moderator
Premium Member
Joined
Mar 26, 2010
Messages
1,578
Reaction score
31
Location
Philadelphia
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]
 
Top