Question Unlock boot loader? - ZTE Axon 30

Hey, has anyone been able to unlock the boot loader yet? I enabled the "OEM Unlocking" option in the Developer Options and I used abd to load the bootloader but when I run "fastboot flashing unlock" or "fastboot oem unlock", it gives:
Code:
FAILED (remote: 'unknown command')
fastboot: error: Command failed
Running
adb shell "getprop ro.oem_unlock_supported"
Click to expand...
Click to collapse
returns 1 so I don't get why it doesn't unlock for me.
Any help is appreciated as I want to run Magisk.

Ziikmar said:
Hey, has anyone been able to unlock the boot loader yet? I enabled the "OEM Unlocking" option in the Developer Options and I used abd to load the bootloader but when I run "fastboot flashing unlock" or "fastboot oem unlock", it gives:
Code:
FAILED (remote: 'unknown command')
fastboot: error: Command failed
Running
returns 1 so I don't get why it doesn't unlock for me.
Any help is appreciated as I want to run Magisk.
Click to expand...
Click to collapse
Hey! Have you solved your problem? I'm having the same issue. Some websites say you need to use Mi Unlock Tool but I get a message that reads "request parameter error" and some websites say you also need to wait for 7 days before you can unlock the bootloader.

¿Alguien lo ha desbloqueado finalmente?

Has anyone succeeded in unlocking boot loader ???

nobody? id like to get one but not if bootloader is not unlockable

A shame. Really wanted this phone, but not without root.

Related

Failed (remote: oem unlock is not allowed)

Hello,
My Nexus 5X stopped working few hours after Andriod 7.0 update.
It is not really a bootloop but would get stuck at google dot animation. Phone boots to fastboot and recovery.
I have tried adb sideload. It would install successful but get stuck again at animation.
I am trying my luck with fastboot.
My device bootloader is locked. To unlock it I need to use "fastboot oem unlock" or "fastboot flashing unlock".
Both these commands give me Failed (remote: oem unlock is not allowed).
Please help. How to fix this?
Believe you have to check the "OEM unlock" box in developer settings, than try "fastboot OEM unlock"
Sent from my Nexus 5X using Tapatalk
I unfortunately don't have access to Developer mode now without it booting. Also "fastboot OEM unlock " is not working.
The problem really exists. Also, for me as for other users.
https://productforums.google.com/forum/#!topicsearchin/nexus/nexus$205x$20bootloop

Cant unlock g power...

So I got unlock code from motorola, all good. But, when I go to do the unlock I get this error
FAILED (remote: 'Command not supported in default implementation')
fastboot: error: Command failed
This is on Win 10, Mac 11, and Ubuntu 20.
I enabled developer options, usb debugging, and oem bootloder unlock....
No clue What I am missing here....
3evils said:
So I got unlock code from motorola, all good. But, when I go to do the unlock I get this error
FAILED (remote: 'Command not supported in default implementation')
fastboot: error: Command failed
This is on Win 10, Mac 11, and Ubuntu 20.
I enabled developer options, usb debugging, and oem bootloder unlock....
No clue What I am missing here....
Click to expand...
Click to collapse
have you ever tried to reinstall the Stock Rom with Rescue and Smart Assistant (LMSA) from Lenovo and then try again to unlock the Bootloader?
make sure you use the latest adb/fastboot binaries
in my case I couldnt execute `fastboot reboot fastboot` because my adb/fastboot binaries were to old. I followed wiki.lineageos.org/adb_fastboot_guide.html to get the latest versions.
also have this problem, still can't figure it out
3evils said:
So I got unlock code from motorola, all good. But, when I go to do the unlock I get this error
FAILED (remote: 'Command not supported in default implementation')
fastboot: error: Command failed
This is on Win 10, Mac 11, and Ubuntu 20.
I enabled developer options, usb debugging, and oem bootloder unlock....
No clue What I am missing here....
Click to expand...
Click to collapse
Some distros will need you to run fastboot with a priviliged user. Try "sudo fastboot".

How can I unlock the bootloader?

I've tried to unlock my device with enable OEM unlock in the developer options, because it is needed for enable VoLTE in my regions(with QPST). But it seems that device doesn't recognize it's allowed to unlock. Every advanced fastboot command in fastboot mode returns "FAILED (remote: 'Command not supported in default implementation')".
Is this possible to you who using the device to unlock the bootloader with fastboot? Or, OTA updates I've received blocked that?
How unlock the bootloader?My HTC U20 5G no download mode in bootloader !!!!!
Try
fastboot oem get_identifier_token --- error
fastboot flashing unlock --- error
fastboot oem unlock --- error
Yes I have the same problem. I thought it was Win 10, so I tried Win 7 as well, but got the same error there too.
Check if "USB debugging" and "OEM unlocking" are activated in Developer options
iourikil said:
Check if "USB debugging" and "OEM unlocking" are activated in Developer options
Click to expand...
Click to collapse
Yes, both options are activated (at least in my case).
Both commands "fastboot flashing unlock" and "fastboot oem unlock" result in "FAILED (remote: 'unknown command'), fastboot: error: Command failed".
I have no problem with Desire 20 pro and have no guess why it doesn't work with U20
C:\adb>adb reboot bootloader
C:\adb>fastboot devices
CN06D1V02*** fastboot
C:\adb>fastboot flashing unlock
...
OKAY [ 0.040s]
finished. total time: 0.042s
iourikil said:
I have no problem with Desire 20 pro and have no guess why it doesn't work with U20
Click to expand...
Click to collapse
It also works with the U19e, very annoying that they changed it.
iourikil said:
I have no problem with Desire 20 pro and have no guess why it doesn't work with U20
C:\adb>adb reboot bootloader
C:\adb>fastboot devices
CN06D1V02*** fastboot
C:\adb>fastboot flashing unlock
...
OKAY [ 0.040s]
finished. total time: 0.042s
Click to expand...
Click to collapse
In U20 fastboot can't use this way and In bootloader no download mode to select. >"<
elimiriel said:
I've tried to unlock my device with enable OEM unlock in the developer options, because it is needed for enable VoLTE in my regions(with QPST). But it seems that device doesn't recognize it's allowed to unlock. Every advanced fastboot command in fastboot mode returns "FAILED (remote: 'Command not supported in default implementation')".
Is this possible to you who using the device to unlock the bootloader with fastboot? Or, OTA updates I've received blocked that?
Click to expand...
Click to collapse
for anyone that might come across this problem. I had the same issue trying to use fastboot to relock my bootloader. Found the answer on another forum. I was using adb to reboot to fastboot mode to run the command. This was the problem. I needed to reboot to the bootloader to run the command
elimiriel said:
I've tried to unlock my device with enable OEM unlock in the developer options, because it is needed for enable VoLTE in my regions(with QPST). But it seems that device doesn't recognize it's allowed to unlock. Every advanced fastboot command in fastboot mode returns "FAILED (remote: 'Command not supported in default implementation')".
Is this possible to you who using the device to unlock the bootloader with fastboot? Or, OTA updates I've received blocked that?
Click to expand...
Click to collapse
Try rebooting to the bootloader screen instead of directly rebooting. This solved my problem.
Hi there,
Just wanted to check in and see if anyone has managed to get bootloader unlocked?
Or is the htc u20 out of luck....
arcslt18 said:
Try rebooting to the bootloader screen instead of directly rebooting. This solved my problem.
Click to expand...
Click to collapse
can you teach me how to do that?
thank you
mofish said:
can you teach me how to do that?
thank you
Click to expand...
Click to collapse
Hi, Just manually enter the fast boot mode with power key+Volume Up or Down depending upon the model and make, You can search this online how to enter Bootloader mode for one particular device. Once you are in Bootloader, Try Fastboot mode and Enter your commands. Should work
Anyone figure this out on Nord n200 5g T-Mobile variant? Please help

Issues in bootloader unlocking

Hello!
I'm trying to root a Moto G 5G Plus (XT2075-3) but for some reason bootloader unlocking fails.
adb and fastboot seems to be working just fine. I'm using the latest platform tools & motorola USB drivers.
So I was able to get the unlock code with fastboot oem get_unlock_data command and successfully generated an unique unlock key for my device.
The issue is that fastboot oem unlock command returns me the following:
fastboot oem unlock MY_UNLOCK_KEY_HERE
FAILED (remote: '')
fastboot: error: Command failed
Does anybody have any idea what is causing this? Been trying to reinstall drivers, generate a new unlock key but nothing seems to help. Could it be possible that the unlock key is invalid or does it seem more like a driver related issue?
I've rooted few XT2075-3 phones in the past and never had such issues before...
Any thoughts or ideas how to fix this would be much appreciated!
Thanks in advance,
Han
Han Cello said:
Hello!
I'm trying to root a Moto G 5G Plus (XT2075-3) but for some reason bootloader unlocking fails.
adb and fastboot seems to be working just fine. I'm using the latest platform tools & motorola USB drivers.
So I was able to get the unlock code with fastboot oem get_unlock_data command and successfully generated an unique unlock key for my device.
The issue is that fastboot oem unlock command returns me the following:
fastboot oem unlock MY_UNLOCK_KEY_HERE
FAILED (remote: '')
fastboot: error: Command failed
Does anybody have any idea what is causing this? Been trying to reinstall drivers, generate a new unlock key but nothing seems to help. Could it be possible that the unlock key is invalid or does it seem more like a driver related issue?
I've rooted few XT2075-3 phones in the past and never had such issues before...
Any thoughts or ideas how to fix this would be much appreciated!
Thanks in advance,
Han
Click to expand...
Click to collapse
Did you tick OEM unlocking in developer options?
Hi,
Yeah, OEM unlocking is enabled in developer options.

[HELP] Cannot unlock bootloader on meizu 16th

Hi. iv'e been trying to unlock the bootloader on my device in order to install custom rom but i get this error everytime i use fastboot flashing unlock:
FAILED (remote: 'Command not support: the display is not enabled')
fastboot: error: Command failed
And yes i checked that OEM Unlock is enabled and USB Debugging aswell. I also tried typing fastboot oem unlock but it says:
FAILED (remote: 'unknown command')
fastboot: error: Command failed
any ideas why unlocking doesn't work? thanks.
I have the same problem
Is there anyone who can help??
I refresh, is there anyone who can help?
I refresh, is there anyone who can help?
I refresh, is there anyone who can help?

Categories

Resources