【Android】read only file system重新挂载成rw
adb disable-verify后如果不能reboot 生效 则采用如下方法
adb reboot
adb shell avbctl disable-verification
adb reboot
adb root
adb remount
此时android / emulator里的文件已rw, 可以rm试试
本文介绍了在Android设备上,通过ADB进行disable-verification操作后,如何正确执行adbreboot、avbctldisable-verification和adbremount命令,实现emulator文件系统的rw权限,以便进行文件删除等操作。
【Android】read only file system重新挂载成rw
adb disable-verify后如果不能reboot 生效 则采用如下方法
adb reboot
adb shell avbctl disable-verification
adb reboot
adb root
adb remount
此时android / emulator里的文件已rw, 可以rm试试
5823
240

被折叠的 条评论
为什么被折叠?