无法删除DDMS中File Explorer中文件,提示read-only file system。这是因为system是只读的属性。所以有需要将system重新挂载改为RW属性即可。
#mount -o remount -o rw /system
然后删除
rw -r hello
就可以删除成功了
无法删除DDMS中File Explorer中文件,提示read-only file system。这是因为system是只读的属性。所以有需要将system重新挂载改为RW属性即可。
#mount -o remount -o rw /system
然后删除
rw -r hello
就可以删除成功了