Bootloader Won't Unlock FAILED (remote: password is error!!) *SOLVED* - ZTE nubia Red Magic Questions & Answers

Right, I tried everything but my bootloader just won't unlock using "fastboot oem nubia_unlock NUBIA_NX609J" I keep getting FAILED (remote: password is error!!)
does anybody has idea to bypass that??
edit: in my case just to be sure I installed the drivers again and then tried again and I didn't get any issue, I think the problem would be the adb drivers might be out of date, so updating it solved the issue.

Related

Can't unlock relocked bootloader

Everytime i try to re-unlock my bootloader (official and flashtool way) i get this annoying error i can't figure out how to solve:
FAILED (remote: Command did not succeed)
finished. total time: 0.036s
Any help?
Thanks in advance.
evilruck said:
Everytime i try to re-unlock my bootloader (official and flashtool way) i get this annoying error i can't figure out how to solve:
FAILED (remote: Command did not succeed)
finished. total time: 0.036s
Any help?
Thanks in advance.
Click to expand...
Click to collapse
Are you using the correct code? Check your IMEI and request a new code
St.Jimmy90 said:
Are you using the correct code? Check your IMEI and request a new code
Click to expand...
Click to collapse
I double checked the IMEI and requested a new code, which happened to be the same one I requested the first time.
evilruck said:
Everytime i try to re-unlock my bootloader (official and flashtool way) i get this annoying error i can't figure out how to solve:
FAILED (remote: Command did not succeed)
finished. total time: 0.036s
Any help?
Thanks in advance.
Click to expand...
Click to collapse
Try with this:
"Windows:
Run fastboot in command prompt as an Administrator.
Make sure the output of fastboot devices returns your device serial number or you will never get past this error message.
If you have verified that you are running fastboot as Administrator and are still receiving <waiting for device>, there may be an issue with the drivers not being installed.
With the phone in fastboot mode and plugged in via USB cable:
-Open the Devices and Printers menu of the Control Panel.
-Verify that your phone is showing up as a device. Typically it will show up under the Unspecified section.
-If the phone is showing up with a yellow exclamation point, then the drivers will need to be manually installed.
-The Android SDK includes USB drivers under <path to SDK>\sdk\extras\google\usb_driver
-If the phone does not show up at all, reboot the phone into fastboot mode while the USB cable is still plugged in. If still no luck, try changing USB cables or ports on your computer. Do NOT use a USB hub."
Also make sure that you don't have another device connected or anything like Bluestacks running.
Sent from my C6603 using Tapatalk
You got a outdated fastboot version, try downloaded the latest fastboot version that might help.
And you can also try if above doesn't work: fastboot -i 0x0fce instead of fastboot

TWRP Fastboot Command not allowed (P10)

Hi!
I'm trying to install TWRP on my P10. I've unlocked bootloader on Huawei website.
Whenever I'm typing in fastboot "flash recovery twrp.img" it goes through and everything says OK
But when i try to "fastboot boot twrp.img" I get FAILED (remote: command not allowed)
"fastboot oem device-info" gives me the same error too and "fastboot oem unlock" gives me already fastboot unlocked
What do you thing "fastboot boot twrp.img" should do? This command isn't allowed because it does not exist.
If you want to boot into your flashed TWRP recovery, you have to enter "fastboot reboot" and press volume up while booting - the USB cable has to be disconnected.
Instead of "fastboot oem device-info" try "fastboot Gevtvar unlocked".
or use adb when the phone is running.
"adb reboot recovery"
you can't go direct from fastboot to recovery simply by a command
Yeah, the command was wrong, sorry xD
Anyway I thinks it's fixed now and I'm able to boot manually to recovery from phone now!
jejeje i was coming here to tell you about wrong command
I have the same problem with FAILED (remote: command not allowed). When I try to install or flash anything I see the info about FAILED (remote: command not allowed). I have FRP locked and I can't enable OEM developing option (it is inactive). I can't relock bootloader, can't instal TWRP, I have only simply erocevery where I can't wipe - only reboot and shutdown device.
I tried do update via dload, hwota - all with defeat
In ADB and Fastboot I can see my device connected.
Does anyone have any idea?
do you have instaled driver for P10, does computer recognice device like P10 ?
DiMeteo24 said:
I have the same problem with FAILED (remote: command not allowed). When I try to install or flash anything I see the info about FAILED (remote: command not allowed). I have FRP locked and I can't enable OEM developing option (it is inactive). I can't relock bootloader, can't instal TWRP, I have only simply erocevery where I can't wipe - only reboot and shutdown device.
I tried do update via dload, hwota - all with defeat
In ADB and Fastboot I can see my device connected.
Does anyone have any idea?
Click to expand...
Click to collapse
Any news? My p10+ it's in the same case
same problem im already unlock but the twr not install what is propper command
Hey guys, for all of you with "command not allowed" problem, you have to check OEM unlock setting on developer options but if you have a greyed out button, you need to flash again your stock room with a tool like dc-phoenix unlocker and bypass frp lock (on YouTube you will find tons of videos regarding this matter). Also, you can check if your Fastboot is protected (frp locked) on Fastboot screen...
There you go---> https://forum.xda-developers.com/hu...ution-bl-unlockedfrp-locked-fastboot-t3684302
PS READ the post to the END!! don't make mistakes it's really easy and fast. It works!
Hi guys.
I know this thread is pretty old but I'm getting the exact same problem as the OP except on my P20 Pro: I can flash a recovery but not boot one from fastboot.
The biggest difference is that my bootloader is unlocked and I have FRP Unlock, so according to every post I've seen it SHOULD be working.
My fastboot log:
PS C:\adb> fastboot devices
LCL0218415002142 fastboot
PS C:\adb> fastboot boot twrp-3.2.1-0-charlotte.img
downloading 'boot.img'...
OKAY [ 0.187s]
booting...
FAILED (remote: Command not allowed)
finished. total time: 0.187s
Armand Bernard said:
Hi guys.
I know this thread is pretty old but I'm getting the exact same problem as the OP except on my P20 Pro: I can flash a recovery but not boot one from fastboot.
The biggest difference is that my bootloader is unlocked and I have FRP Unlock, so according to every post I've seen it SHOULD be working.
My fastboot log:
PS C:\adb> fastboot devices
LCL0218415002142 fastboot
PS C:\adb> fastboot boot twrp-3.2.1-0-charlotte.img
downloading 'boot.img'...
OKAY [ 0.187s]
booting...
FAILED (remote: Command not allowed)
finished. total time: 0.187s
Click to expand...
Click to collapse
Have you try this command fasboot reboot recovery_ramdisk?
I get:
PS C:\adb> fastboot reboot recovery_ramdisk
fastboot: usage: unknown reboot target recovery_ramdisk
with "fastboot boot recovery_ramdisk" I get
error: cannot load 'recovery_ramdisk': No such file or directory
I sorted out my problem from a different angle so I no longer need to boot to TWRP from fastboot. Thanks for your help!
Question
Armand Bernard said:
I sorted out my problem from a different angle so I no longer need to boot to TWRP from fastboot. Thanks for your help!
Click to expand...
Click to collapse
Could you please tell me how did u solve this problem. thx
darkdante13 said:
Could you please tell me how did u solve this problem. thx
Click to expand...
Click to collapse
This was quite some time back so I don't remember all that well, but I think I just used the built in Huawei recovery, erecovery, to restore my whole phone and then I was able to reinstall my custom recovery and boot to it normally. I can't guarantee this as I don't remember the whole context of this. Using erecovery I didn't lose my locally stored files, only my apps and app data. Hope this helps.

Need Help Relocking The Bootloder **Solved**

** Nevermind, i found the command i needed.
fastboot oem asus-csc_lk
Hello, im having hardware problems and having to send my rog phone 2 back, but the bootloader is unlocked and i cant relock it. I've gone on google and tryed everything but i keep getting errors. Does anyone know how to relock it? Im kind of stressing out.
Fastboot can detect the phone but no matter what i do it just says "FAILED"
Commands:
fastboot flashing lock = FAILED (remote: 'permission denied')
fastboot oem lock = FAILED (remote: 'unknown command')
Thank you for your help.

Question Oneplus 10 Pro Lock Bootloader

Hi, i wanted to relock my Bootloader again. I deinstalled Magisk per app , did a factory reset and now i should be able to do Fastboot oem Lock in adb or not ? Cause i get failure every Time i try that its an unknown command. Can someone Help me mabye?
Edit like that, Reboot Bootloader work but then from there on not.
C:\adb2>adb reboot bootloader
C:\adb2>fastboot oem lock
FAILED (remote: 'unknown command')
fastboot: error: Command failed
We used fastboot flashing unlock to unlock bootloader so I guess you need to use
Fastboot flashing lock
yes that was it thank you much

How do I unlock the bootloader??

So I can't seem to get the phone's bootloader to unlock... using the official tool, v.7.6, in the log I see its trying to execute "fastboot oem get-token" but the phone doesn't react to the command and just says "FAILED (remote: 'unknown command')" What should I do about it???
So I found a solution, you have to download v.5.5.1224.27, any other version doesn't work, it has to be this specific one.

Categories

Resources