當是用push命令向設備傳送文件時,可能應為沒有相應權限而導致的到read-only file system的信息,這時需要的到root權限后再push:
adb root
adb remount
adb push.
Calvin's Tech Space成于堅忍,毀于浮躁 |
當是用push命令向設備傳送文件時,可能應為沒有相應權限而導致的到read-only file system的信息,這時需要的到root權限后再push: adb root adb remount adb push.
|