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
时间: 2024-10-09 23:02:40