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
版权声明:本文为kv110原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。