赞
踩
执行adb disable-verity提示:Device is locked. Please unlock the device first 解决方法:
(1)进入开发者模式,打开OEM 解锁
(2)adb reboot bootloader进入fastboot模式
(3)fastboot flashing unlock,会提示Finished. Total time: 0.025s
(4)如果机器没有自动重启,则执行fastboot reboot重启手机.在运行过程中我的机器会自动重启所以省略了这一步
(5)开机之后,依次adb root,adb disable-verity,adb reboot即可,此时查看OEM 解锁项是灰显的
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。