Log
$ adb push demo.txt /system
adb: error: failed to copy 'demo.txt' to '/system/demo.txt': remote couldn't create file: Read-only file system
Solution
adb shell "setprop persist.sys.root_access 3"
adb root
adb remount
轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/294503.html
標籤:其他
下一篇:android通知詳解
