fastboot unlock手机步骤

mac2026-04-18  0

error:

$ adb remount remount of the / superblock failed: Permission denied remount failed $ adb disable-verity Device is locked. Please unlock the device first  

步骤 

1. developer options:

OEM unlocking ->enabled

2.adb reboot bootloader

3.fastboot flashing unlock

确认yes

4.fastboot getvar unlocked

看结果应该是yes

5.fastboot reboot

 

 

adb root

adb disable-verity

adb reboot

adb root

adb remount

 

 

 

最新回复(0)