安卓android readonly 无法增删文件

 
分享到 
收藏 +4
0
在Android Linux系统中想要增加一个文件会显示“ Android Read-only file system”的错误,导致无法增删文件。
解决办法:用adb shell进入Android Linux系统以后,运行如下命令:
 
标签: adb  Android SDK
 

代码片段(1)[全屏查看所有代码]

1. [代码]bash代码     跳至 [1] [全屏预览]

1 mount -o remount rw /
2  
3 # 或者直接在你的系统中执行:
4  
5 adb shell mount -o remount rw /

改分辨率/system/build.prop

猜你喜欢

转载自hypercube.iteye.com/blog/2037679