xt1625
Unlocked bootloader.
TWRP 3.1.1-0 currently while I troubleshoot.
I need to get this device back to stock, unrooted, bootloader locked. I am aware the warranty is gone.
I have tried flashing like 3 different versions of the stock firmware. I can flash the ROM no issue, but it WILL NOT LOCK the bootloader no matter what I do. All of the guides I've found involve this:
business, and it just does not work to lock the bootloader for me. I still get the "a signed boot.img is required" error, even after flashing a stock presumably signed boot.img 20 seconds prior. If I don't flash to Lineage in between tries, it won't even let me reflash boot.img or system etc because it'd be a "Security downgrade".
Is there a bullet-proof way to just bomb this thing from orbit with a stock 6.X image so that it locks the bootloader?
Unlocked bootloader.
TWRP 3.1.1-0 currently while I troubleshoot.
I need to get this device back to stock, unrooted, bootloader locked. I am aware the warranty is gone.
I have tried flashing like 3 different versions of the stock firmware. I can flash the ROM no issue, but it WILL NOT LOCK the bootloader no matter what I do. All of the guides I've found involve this:
Code:
fastboot oem lock begin
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash dsp adspso.bin
fastboot flash oem oem.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.7
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot erase clogo
fastboot oem lock
fastboot reboot
Is there a bullet-proof way to just bomb this thing from orbit with a stock 6.X image so that it locks the bootloader?