• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root error: cannot load 'Unlock_code.bin'

OK, here's your solution - break it into two commands, the first to take you to your fastboot folder -

cd /Users/Matt/Downloads/fastboot

(mind the space after the cd)

./fastboot-mac flash unlocktoken Unlock_code.bin

The "./" (no spaces) means "do it from right here" and that's what you really want.

If this doesn't work, please redo the ls -lFa command right there in your fastboot folder.
Boy that made me feel dumb I had I feeling it was that, I learned that with mfastboot on linux
 
Back
Top Bottom