/system/build.prop: Read-only file system

Not all phones and versions of android have things mounted the same. Limiting options when remounting would be best.

Simply remount as rw (Read/Write):

# mount -o rw,remount /system

Once you are done making changes, remount to ro (read-only):

# mount -o ro,remount /system
posted @ 2017-07-06 04:39  飞晨信息  阅读(593)  评论(0)    收藏  举报