Cannot load Unlock_code.bin

SleazyClown

New Member
Joined
Apr 4, 2012
Messages
15
Reaction score
0
Im trying to unlock my rezound and I made it to the final step, but when I input the command "fastboot flash unlocktoken Unlock_code.bin" i get a mesage that the command isnt found so i enter the entire path which looks like this "shannon-dohertys-macbook:~ shannondoherty$ /Users/shannondoherty/Downloads/android-sdk-macosx/platform-tools/fastboot flash unlocktoken Unlock_code.bin" and i get the message error cannot load Unlock_code.bin. I have saved it to the same folder that the adb and fastboot is in and my phone is connected in fastboot mode. I'm on a mac. Someone please help as I have searched all over trying to figure out the problem to no avail. Thank you
 
OP
S

SleazyClown

New Member
Joined
Apr 4, 2012
Messages
15
Reaction score
0
the only other thing i can think of is that htc sync is not on this mac and I read something that said I can just have the disk drive mounted but im not entirely sure if thats true
 

MrSmith317

Moderator
Premium Member
Joined
Mar 26, 2010
Messages
1,578
Reaction score
31
Location
Philadelphia
unlock_code.bin has to be in the same directory you're issuing the command. I'd suggest copying it into the same directory as your fastboot then change directory to that directory and issue the command "./fastboot flash unlocktoken unlock_code.bin"
 

trter10

Developer
Developer
Joined
Mar 26, 2012
Messages
191
Reaction score
2
Fastboot drivers installed?

Sent from my BAMF'd Thunderbolt
 
OP
S

SleazyClown

New Member
Joined
Apr 4, 2012
Messages
15
Reaction score
0
"unlock_code.bin has to be in the same directory you're issuing the command. I'd suggest copying it into the same directory as your fastboot then change directory to that directory and issue the command "./fastboot flash unlocktoken unlock_code.bin""

They are both in the platform-tools folder under downloads, i thought that meant they are in the same directory. I'm not quite sure what you mean. how would I change directory to that directory. Do you want me to move it out of the downloads folder to another folder?
 

MrSmith317

Moderator
Premium Member
Joined
Mar 26, 2010
Messages
1,578
Reaction score
31
Location
Philadelphia
"unlock_code.bin has to be in the same directory you're issuing the command. I'd suggest copying it into the same directory as your fastboot then change directory to that directory and issue the command "./fastboot flash unlocktoken unlock_code.bin""

They are both in the platform-tools folder under downloads, i thought that meant they are in the same directory. I'm not quite sure what you mean. how would I change directory to that directory. Do you want me to move it out of the downloads folder to another folder?

Ok then you're ok. Here's what you need to do **Using your previously posted info**
Open command prompt/terminal emulator
cd /Users/shannondoherty/Downloads/android-sdk-macosx/platform-tools/
./fastboot flash unlocktoken Unlock_code.bin

If everything is in platform-tools, you're all good and this will work.
 
OP
S

SleazyClown

New Member
Joined
Apr 4, 2012
Messages
15
Reaction score
0
so should i enter that in terminal exactly as is, meanining type the full thing out letter for letter without hitting enter til the full thing is written out
 

MrSmith317

Moderator
Premium Member
Joined
Mar 26, 2010
Messages
1,578
Reaction score
31
Location
Philadelphia
so should i enter that in terminal exactly as is, meanining type the full thing out letter for letter without hitting enter til the full thing is written out

Yup
cd /Users/shannondoherty/Downloads/android-sdk-macosx/platform-tools/ **This is one command**
./fastboot flash unlocktoken Unlock_code.bin **This is another command*
 
OP
S

SleazyClown

New Member
Joined
Apr 4, 2012
Messages
15
Reaction score
0
Thanks. I will try it when I get home and update on my status.
 

randissilas

New Member
Joined
Jul 21, 2012
Messages
4
Reaction score
0
Ok then you're ok. Here's what you need to do **Using your previously posted info**
Open command prompt/terminal emulator
cd /Users/shannondoherty/Downloads/android-sdk-macosx/platform-tools/
./fastboot flash unlocktoken Unlock_code.bin

If everything is in platform-tools, you're all good and this will work.


I am having the exact problem. All of my files are in the same folder:

/Users/crystalee/Desktop/Android/fastboot flash unlocktoken Unlock_code.bin

I have tried it the way you instructed but am getting the same message:

/Users/crystalee/Desktop/Android/./fastboot flash unlocktoken Unlock_code.bin
error: cannot load 'Unlock_code.bin'
 

randissilas

New Member
Joined
Jul 21, 2012
Messages
4
Reaction score
0
I am having the exact problem. All of my files are in the same folder:

/Users/crystalee/Desktop/Android/fastboot flash unlocktoken Unlock_code.bin

I have tried it the way you instructed but am getting the same message:

/Users/crystalee/Desktop/Android/./fastboot flash unlocktoken Unlock_code.bin
error: cannot load 'Unlock_code.bin'

Or, am I still entering it incorrectly somehow?
 

trter10

Developer
Developer
Joined
Mar 26, 2012
Messages
191
Reaction score
2
I am having the exact problem. All of my files are in the same folder:

/Users/crystalee/Desktop/Android/fastboot flash unlocktoken Unlock_code.bin

I have tried it the way you instructed but am getting the same message:

/Users/crystalee/Desktop/Android/./fastboot flash unlocktoken Unlock_code.bin
error: cannot load 'Unlock_code.bin'

Or, am I still entering it incorrectly somehow?

Where is the unlock code?

Sent from my ADR6400L using Tapatalk 2
 

randissilas

New Member
Joined
Jul 21, 2012
Messages
4
Reaction score
0
The unlock code is in the android folder I created. It also has fastboot and adb in it --

/Users/crystalee/Desktop/Android

(Thanks for responding! This is driving me nuts!)
 
Top