adb 传输文件的权限问题
2022-01-11 本文已影响0人
张利锋
一、问题:
remote couldn't create file: Read-only file system
二、解决方法
adb root
adb remount
#如果提示错误,则运行以下命令:
adb disable-verity
adb reboot
adb root
adb remount
adb push
remote couldn't create file: Read-only file system
adb root
adb remount
#如果提示错误,则运行以下命令:
adb disable-verity
adb reboot
adb root
adb remount
adb push