無法使用 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
原文地址:https://www.cnblogs.com/youchihwang/p/8387698.html