Do we need an unlocked bootloader to use fastboot commands or S-OFF with locked bootloader does it?
Related
whats happen if i write fastboot oem unlock on motorola i unlock the bootloader why we can't use fastboot?
My phone is S-OFF, if i want to unlock the bootloader and choose yes in the bootloader unlocking screen of the phone the phone does not reboot, i have to choose no i order to reboot the phone.
When i was S-ON that was not the case by choosing yes to unlock the bootloader it reboot automaticly.
Does any one knows why?
naelmnael said:
My phone is S-OFF, if i want to unlock the bootloader and choose yes in the bootloader unlocking screen of the phone the phone does not reboot, i have to choose no i order to reboot the phone.
When i was S-ON that was not the case by choosing yes to unlock the bootloader it reboot automaticly.
Does any one knows why?
Click to expand...
Click to collapse
why on earth you want to do unlock after SOFF ???
once you do unlock over SOFF ..if you relock you will have relocked rather than locked ..which you dont want that
if you are having trouble using fastboot flash commands (having error remote not allowed)
then you can just flash the juopunutbear HBOOT
here get the pyramid ICS one from this link
and flash the hboot using these commands one by one
fastboot erase cache (if failed ignore it)
fastboot oem rebootRUU (black screen with silver HTC)
fastboot flash zip jb_hboot.zip (ignore the progess bar on the screen)
fastboot reboot-bootloader
thats all ..you will have a complete unlocked hboot (pink *juopunutbear*)
then you can use the fastboot flash commands as usual
ganeshp said:
why on earth you want to do unlock after SOFF ???
once you do unlock over SOFF ..if you relock you will have relocked rather than locked ..which you dont want that
if you are having trouble using fastboot flash commands (having error remote not allowed)
then you can just flash the juopunutbear HBOOT
here get the pyramid ICS one from this link
and flash the hboot using these commands one by one
fastboot erase cache (if failed ignore it)
fastboot oem rebootRUU (black screen with silver HTC)
fastboot flash zip jb_hboot.zip (ignore the progess bar on the screen)
fastboot reboot-bootloader
thats all ..you will have a complete unlocked hboot (pink *juopunutbear*)
then you can use the fastboot flash commands as usual
Click to expand...
Click to collapse
Ok i just want to know why it is not rebooting after choosing unlock when it is s-off, and rebooting when it is s-on?
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!
how do I get my unlock code to relock bootloader?
rubai.rana said:
how do I get my unlock code to relock bootloader?
Click to expand...
Click to collapse
You don't need your unlock code to do this. Enter fastboot and issue the fallowing commands:
Fastboot oem lock
Or
Fastboot oem relock
Or
Fastboot flashing lock
Don't need to do all of these. Start with the first one.
please help me how to lock oem or bootloader to install ote firmware update on stock rom?
You use Fastboot command to achieve this:
Code:
fastboot devices
fastboot flashing lock <- or: fastboot oem lock
More info here:
How to Relock Bootloader via Fastboot on Android
Although having an unlocked bootloader is useful in many ways like flashing firmware (factory images), installing TWRP and getting root, but it can also lead to blocked services on your device due …
nerdschalk.com