Android 9 userdebug版本执行adb remount失败

Android 9 userdebug版本执行adb remount失败,第1张

概述Android9userdebug版本执行adbremount出现:remountofthe/superblockfailed:Permissiondeniedremountfailed发生的原因:android9及以后版本google启用avb(AndroidVerifiedBoot)2.0,verifiedbootandDM-verity默认启用策略发生了变化解决方法:1.kernel-4.

AndroID 9 userdeBUG版本执行adb remount出现:

remount of the / superblock Failed: Permission denIEdremount Failed

发生的原因:

androID 9及以后版本Google启用avb(AndroID VerifIEd Boot)2.0,verifIEd boot and DM-verity默认启用策略发生了变化

解决方法:
1.kernel-4.4 和 kernel-3.18:

adb rootadb disable-verityadb rebootadb rootadb remount

2.kernel-4.9以及更高版本:

在Setting -> System -> Developer options -> OEM unlocking打开adb reboot bootloaderfastboot flashing unlockpress volume up keyfastboot rebootadb rootadb disable-verityadb rebootadb rootadb remount 总结

以上是内存溢出为你收集整理的Android 9 userdebug版本执行adb remount失败全部内容,希望文章能够帮你解决Android 9 userdebug版本执行adb remount失败所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://www.outofmemory.cn/web/1119760.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-29
下一篇 2022-05-29

发表评论

登录后才能评论

评论列表(0条)

保存