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

相关文章:

  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
  • 2021-08-24
  • 2021-12-27
  • 2021-11-08
  • 2021-04-05
猜你喜欢
  • 2021-12-15
  • 2022-12-23
  • 2021-11-08
  • 2021-05-23
  • 2021-10-28
  • 2022-12-23
相关资源
相似解决方案