How to fix System Destroyed While Relocking Stock on Ziti

Destroyed You are here because you were trying to relock your device after rooting it on stock OOS.
What to do?
Info! -This happens when you try to relock the device after uninstalling Magisk without flashing stock OOS boot.img.
-If you locked your device then unlock it again:
-If it boot loops without going into fastboot mode while you have plugged into your PC. Then unplug it first and force reboot to Fastboot Mode by (Vol Up+Vol Down+Power). Once it boots into Fastboot Mode, plug it into the PC.
Just copy and paste followig command on cmd:
fastboot flashing unlock
fastboot flash boot boot.img
Note! Use the same version of stock boot.img as the version of OOS you were on. Make sure you are flashing the stock boot.img if you want to unroot, if you flash patched boot.img it will boot with magisk in system.
fastboot -w
fastboot reboot
Success! This will boot you into the system with unlocked device.
Now you can try relocking it after it boots into the system by going into fastboot mode
fastboot flashing lock

Post a Comment