Device is locked. Please unlock the device first 在安卓P的手机上如果adb remount 不上手机并且报如上的错的话,就需要对手机进行解锁。
1.首先需要打开开发者模式中的OEM unlocking开关
2.adb reboot bootloader
3.fastboot flashing unlock
4.fastboot getvar unlocked
等待结果 一般会出现unlocked:yes
5.adb root
6.adb remount
7.adb disable-verity
8.adb reboot
---------------------
作者:祥仔先生
来源:CSDN
原文:https://blog.csdn.net/xiangzaixiansheng/article/details/89286381
版权声明:本文为博主原创文章,转载请附上博文链接!