码迷,mamicode.com
首页 > 其他好文 > 详细

Unable to chmod /system/build.prop.: Read-only file system

时间:2015-06-19 15:03:44      阅读:354      评论:0      收藏:0      [点我收藏+]

标签:

 

Unable to chmod /system/build.prop.: Read-only file system 只读文件系统

所以需要更改

使用下面的命令

mount -o remount,rw /dev/block/stl6 /system

 

设置完之后就恢复原来的状态

 

mount -o remount,ro /dev/block/stl6 /system

 

Unable to chmod /system/build.prop.: Read-only file system

标签:

原文地址:http://www.cnblogs.com/ioio/p/4588427.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!