whats happen if i write fastboot oem unlock on motorola i unlock the bootloader why we can't use fastboot?
To my knowledge, to relock the bootloader we need to:
fastboot oem lock begin
<flash firmware>
fastboot oem lock
Is there any way to lock the bootloader without flashing the firmware?
Just wondering...is it fastboot firmware flashing method will also back it my bootloader to locked state..?, thx b4
Thread Closed
No. Only the "fastboot oem lock" command will lock your bootloader.
Heisenberg said:
No. Only the "fastboot oem lock" command will lock your bootloader.
Click to expand...
Click to collapse
Thanks Heisenberg... now i don't doubt about that..
Is there any way to unlock frp from the fastboot if the bootloader is unlocked and the device is bricked.
Already tried : fastboot oem relock xxxxx
Returns : command not allowed
I am on stock recovery and the device is bricked right now.
Help needed!Many thanks!
Hey everyone. I recently managed to unlock bootloader to flash OpenKirin but now I when I try to flash the rom via fastboot or try to erase a partition or to relock the bootloader , I get an error message."FAILED.Command not allowed"
any suggestions why is this happening.?
Thanks in advance
Bootloader and frp unlocked?
yeah they are unlocked. I tried to relock and then unlock the bootloader but I get the same error
makiscfu said:
Hey everyone. I recently managed to unlock bootloader to flash OpenKirin but now I when I try to flash the rom via fastboot or try to erase a partition or to relock the bootloader , I get an error message."FAILED.Command not allowed"
any suggestions why is this happening.?
Thanks in advance
Click to expand...
Click to collapse
If using windows, make sure you are using command prompt in administrator mode. If using linux, use sudo fastboot ******
Just a thought
makiscfu said:
Hey everyone. I recently managed to unlock bootloader to flash OpenKirin but now I when I try to flash the rom via fastboot or try to erase a partition or to relock the bootloader , I get an error message."FAILED.Command not allowed"
any suggestions why is this happening.?
Thanks in advance
Click to expand...
Click to collapse
I would say either you're trying to reboot to bootloader (adb reboot bootloader) with the phone on and not in storage mode and without debug on...
Or you're in bootloader and it's already locked.
Other than that, I'm clueless.