無法使用 adb push file,Read-only file system

adb root
adb remount
adb push xxx /system/etc/xxx
failed to copy 'xxx' to '/system/etc/xxx': couldn't create file: Read-only file system
adb root
adb  disable-verity    // 需要重開機
adb remount
adb push xxx /system/etc/xxx
posted @ 2018-01-30 22:36  wangchangruei  阅读(5246)  评论(4编辑  收藏  举报