There was an error while loading. Please reload this page.
在进行任何卸载操作之前,务必先完整备份重要数据,避免数据丢失。
真回锁模式下必须先解锁 BL,再进行后续操作:
进入官方 fastboot 模式
擦除补丁分区:
fastboot erase efisp
也可以在adb shell su -c下执行
adb shell su -c dd if=/dev/zero of=/dev/block/by-name/efisp
格式化并清除用户数据:
fastboot -w
Before performing any uninstall operation, make sure to fully back up all important data to prevent data loss.
If the device is in true re-lock mode, the bootloader must be unlocked first before proceeding:
Boot into official fastboot mode
Erase the patch partition:
Format and wipe user data: