Hi,
I've relocked my HOX (1.72 HBOOT, 4.18.401.4 mainver, and HTC__Y13 CID) but now I'm not able to unlock it to install cwm. When I try to unlock via fastboot I get the following error:
C:\Users\XXX>fastboot flash unlocktocken c:\Unlock_code.bin
sending 'unlocktocken' (0 KB)...
OKAY [ 0.141s]
writing 'unlocktocken'...
FAILED (remote: not allowed)
finished. total time: 0.354s
How should I proceed? Thanks guys
Get a brand new one via the HTC dev site and try again. But why on earth did you relock it to begin with ?
Mr Hofs said:
Get a brand new one via the HTC dev site and try again. But why on earth did you relock it to begin with ?
Click to expand...
Click to collapse
I followed some "back to stock" guide (from h t t p s://w w w.youtube.com/watch?v=SZuAjz4PIjU) for HOX that included installing a stock recovery and relocking the phone. However, I couldn't find the correct RUU. I tried using a new unlock token from HTCdev but obviously it didn't work as it's identical. Thanks for the help though!
Lesson learned....never do something before you gathered all the files needed !
Are you flashing the token correctly, is the phone connected to the pc on a usb 2.0 port (not a usb hub or other in between connection) ?
You were unlocked, what does the bootloader say now ?
Locked or relocked ?
Mr Hofs said:
Lesson learned....never do something before you gathered all the files needed !
Are you flashing the token correctly, is the phone connected to the pc on a usb 2.0 port (not a usb hub or other in between connection) ?
You were unlocked, what does the bootloader say now ?
Locked or relocked ?
Click to expand...
Click to collapse
The phone is connected directly to the USB and it is Relocked, occassionally showing the "security warning" under it. I downloaded the correct nandroid backup for the phone, but as I don't have a custom recovery I'm not able to use it. I tried to flash a stock recovery (again) but I keep getting the same "FAILED (remote: not allowed)" whenever I try to do any changes to the phone.
Why it is btw that we can't have a RUU for a certain version? No way to downgrade ?
S-on devices cant downgrade,only s-off devices can. But you need to find a shop that can offer that specific service, can't do it in anyway at home.
But i see you flash the unlock code from a specific folder. Try it like this :
Open the command prompt directly from the fastboot.exe folder and place the unlock code.bin file in that specific directory too ! Then perform the unlock fastboot command again
Mr Hofs said:
Open the command prompt directly from the fastboot.exe folder and place the unlock code.bin file in that specific directory too ! Then perform the unlock fastboot command again
Click to expand...
Click to collapse
Unfortunately that didn't work. It seems there's not much I can do now.
you did fastboot flash unlocktocken instead of fastboot flash unlocktoken.
trying to flash to a non existing partition gives this error.
I had same problem when I did fastboot flash unlock instead of unlocktoken
so unlock with ck and token without ck
jjgittes said:
Hi,
I've relocked my HOX (1.72 HBOOT, 4.18.401.4 mainver, and HTC__Y13 CID) but now I'm not able to unlock it to install cwm. When I try to unlock via fastboot I get the following error:
C:\Users\XXX>fastboot flash unlocktocken c:\Unlock_code.bin
sending 'unlocktocken' (0 KB)...
OKAY [ 0.141s]
writing 'unlocktocken'...
FAILED (remote: not allowed)
finished. total time: 0.354s
How should I proceed? Thanks guys
Click to expand...
Click to collapse
man all credits goes to @vastloper and next time it will be good to copy the command from the HTCdev site not to write it manually use the right command
@vastloper it will be good to quote him to see your comment. when you quote him he will receive the notification and will see his mistake with sure:good:
vastloper said:
you did fastboot flash unlocktocken instead of fastboot flash unlocktoken.
trying to flash to a non existing partition gives this error.
I had same problem when I did fastboot flash unlock instead of unlocktoken
so unlock with ck and token without ck
Click to expand...
Click to collapse
Thanks a lot! :victory: I did indeed make a typo on that, and used the same command over and over again without rewriting it.
I was able unlock and recover back to stock. However, I'm not still able to use my phone due to the blank/black screen issue, and will be further investigating that.
Does anyone have a O2__001 CID Stock Rom??
jjgittes said:
Hi,
I've relocked my HOX (1.72 HBOOT, 4.18.401.4 mainver, and HTC__Y13 CID) but now I'm not able to unlock it to install cwm. When I try to unlock via fastboot I get the following error:
C:\Users\XXX>fastboot flash unlocktocken c:\Unlock_code.bin
sending 'unlocktocken' (0 KB)...
OKAY [ 0.141s]
writing 'unlocktocken'...
FAILED (remote: not allowed)
finished. total time: 0.354s
How should I proceed? Thanks guys
Click to expand...
Click to collapse
Are you have battery take new unlocktoken and try again
i wanted to unlock my htc one m9
i created the unlock code and recieved the Unlock_code.bin from htc - but when I try to flash that one during fastboot to the device I get some strange output:
Code:
sudo ./fastboot flash unlocktocken Unlock_code.bin
sending 'unlocktocken' (0 KB)... OKAY
writing 'unlocktocken'... INFOHOSD CL#493992
FAILED (remote: 35: SD_PARTITION_NOT_SUPPORT unlocktocken)
on the device is written on the bottom the whole time the strange message:
Code:
Security checking failed NOT_FIND_SMART
IO
SD NOT MOUNTED
tried the ubuntu fastboot and the one from the htc site...
after the flashing there is written on the Device:
Code:
End flashing, Press power key to contin
this is the 8th htc device - and I've never had problems like this before...
any ideas?
Mr.Gosh said:
i wanted to unlock my htc one m9
i created the unlock code and recieved the Unlock_code.bin from htc - but when I try to flash that one during fastboot to the device I get some strange output:
Code:
sudo ./fastboot flash unlocktocken Unlock_code.bin
sending 'unlocktocken' (0 KB)... OKAY
writing 'unlocktocken'... INFOHOSD CL#493992
FAILED (remote: 35: SD_PARTITION_NOT_SUPPORT unlocktocken)
on the device is written on the bottom the whole time the strange message:
Code:
Security checking failed NOT_FIND_SMART
IO
SD NOT MOUNTED
tried the ubuntu fastboot and the one from the htc site...
after the flashing there is written on the Device:
Code:
End flashing, Press power key to contin
this is the 8th htc device - and I've never had problems like this before...
any ideas?
Click to expand...
Click to collapse
are you in download mode or on bootloader when you try.you have to be in download mode.
Of course i've been in download mode - in bootloader mode you'll get an "unknown ..."
Mr.Gosh said:
i wanted to unlock my htc one m9
i created the unlock code and recieved the Unlock_code.bin from htc - but when I try to flash that one during fastboot to the device I get some strange output:
Code:
sudo ./fastboot flash unlocktocken Unlock_code.bin
sending 'unlocktocken' (0 KB)... OKAY
writing 'unlocktocken'... INFOHOSD CL#493992
FAILED (remote: 35: SD_PARTITION_NOT_SUPPORT unlocktocken)
on the device is written on the bottom the whole time the strange message:
Code:
Security checking failed NOT_FIND_SMART
IO
SD NOT MOUNTED
tried the ubuntu fastboot and the one from the htc site...
after the flashing there is written on the Device:
Code:
End flashing, Press power key to contin
this is the 8th htc device - and I've never had problems like this before...
any ideas?
Click to expand...
Click to collapse
Could be because of the typo?
I noticed you used the command:
"fastboot flash unlocktocken Unlock_code.bin".
When it should be :
"fastboot flash unlocktoken Unlock_code.bin"
(no c in token )
spikeydoo2006 said:
Could be because of the typo?
I noticed you used the command:
"fastboot flash unlocktocken Unlock_code.bin".
When it should be :
"fastboot flash unlocktoken Unlock_code.bin"
(no c in token )
Click to expand...
Click to collapse
omfg!
thx - how can i be so stupid. THX! - that solved it...
but what about these sd card messages? something to worry about?
You just saved my entire evening! I have been banging my head against the wall trying to figure out why I was getting:
remote: 35: SD_PARTITION_NOT_SUPPORT unlocktoen)
Then I noticed you mentioned spelling and I looked at mine. I had left out the "k" in token -_-
Worked like a charm after.
I think I've screwed up big time, but as I list ditch effort I'm hoping somebody can save the day. And I'd be more than happy to send a little money toward anyone who can help me solve this.
I don't remember the exact commands, but I locked my bootloader before going stock, and as a result the phone is now bootlooping (flashing the boot logo for less than a second and restarting) from normal boot AND recovery. Pretty much all fastboot commands result in the following:
$ fastboot boot twrp-3.3.1-2-marlin.img
Sending 'boot.img' (31101 KB) OKAY [ 0.763s]
Booting (bootloader) Command is not supported.
(bootloader) Please unlock device to enable this command.
FAILED (remote: '')
fastboot: error: Command failed
Trying to unlock the bootloader results in FAILED (remote: 'oem unlock is not allowed')
Anything else I should try before giving up on it?
Yup looks like you bricked it. Should probably buy an iPhone.
uPaymeiFixit said:
I think I've screwed up big time, but as I list ditch effort I'm hoping somebody can save the day. And I'd be more than happy to send a little money toward anyone who can help me solve this.
I don't remember the exact commands, but I locked my bootloader before going stock, and as a result the phone is now bootlooping (flashing the boot logo for less than a second and restarting) from normal boot AND recovery. Pretty much all fastboot commands result in the following:
$ fastboot boot twrp-3.3.1-2-marlin.img
Sending 'boot.img' (31101 KB) OKAY [ 0.763s]
Booting (bootloader) Command is not supported.
(bootloader) Please unlock device to enable this command.
FAILED (remote: '')
fastboot: error: Command failed
Trying to unlock the bootloader results in FAILED (remote: 'oem unlock is not allowed')
Anything else I should try before giving up on it?
Click to expand...
Click to collapse
I'm having trouble figuring out why I can't unlock in fastboot.
I'm SIM unlocked; I confirmed this in the settings.
I got my unlock token from oneplus' website via email eariler today
OEM unlocking is checked in the developer settings
USB debugging enabled
Running most recent adb/fastboot tools I could find
I boot into fastboot and run the command - fastboot flash cust_unlock unlock_code.bin - and get the following error:
PS C:\Users\juann\Desktop\Root\platform-tools> fastboot flash cust_Unlock unlock_code.bin
target reported max download size of 805306368 bytes
sending 'cust_Unlock' (0 KB)...
OKAY [ -0.000s]
writing 'cust_Unlock'...
FAILED (remote: Flashing is not allowed in Lock State)
finished. total time: -0.000s
Any ideas?
command your using is wrong..
"fastboot flash cust-unlock unlock_code.bin"
Libra420T said:
command your using is wrong..
"fastboot flash cust-unlock unlock_code.bin"
Click to expand...
Click to collapse
…
man I hate myself sometimes. Thank you so much. Fwiw I wear glasses but wasn’t using them last night. Do you have a PayPal so I can send you some dough for looking through this for me?
I got a ROG phone 6 few days ago. But I found that after I used the official unlocker app, I cannot find OEM unlock option in Developer settings.
I tried 2 commands in bootloader:
Code:
(bootloader)
fastboot flashing unlock
FAILED (remote: 'permission denied')
fastboot: error: Command failed
get_unlock_ability: 0
OKAY [ 0.003s]
Finished. Total time: 0.004s
How can I enable it?
To unlock the bootloader, you have to use unlock app from the Asus homepage. That's the best way to do it. Relock could be done by CMD command.
I also cannot unlock my bootloader. When i use unlocking tool app my device just reboot