Bootloader Locking For Sedona Devices

Bootloader Locking For Sedona Devices

Vishal

To lock the bootloader in supported builds for Motorola Sedona Devices,

> You must make sure that you are in the latest build of the custom rom(released after latest stock) & make sure the build supports bootloader locking

> You must flash the rom first, boot to it & go to developer options then check oem unlocking options (it must be enabled)

> Go to bootloader

Run the following commands : -

fastboot erase avb_custom_key

fastboot flash avb_custom_key </path to key/>

> Reboot to system and check if it boots

> Go back to bootloader

run the following command : -

fastboot flashing lock

> Reboot system and you're locked now


In case you want to unlock the bootloader again run the following commands : -

fastboot flashing unlock

fastboot erase avb_custom_key


!!! IF YOU WERE EVER ON MORE RECENT STOCK BUILD THAN supported Custom Rom THEN DON'T LOCK TILL NEW UPDATE OF Custom ROMs ARRIVES ALSO ALWAYS MAKE SURE THAT YOU ARE ON LATEST BUILD BEFORE LOCKING !!!


!!!!LOCK AT YOUR OWN RESPONSIBILITY!!!!!


BOOTLOADER LOCKING/UNLOCKING WILL WIPE YOUR DATA


• To be safe I'll recommend you to dirty flash the same build once again to revert any changes done in partitions.

• You must not have any custom recovery flashed and You must NOT BE Rooted

Report Page