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

时间:2022-10-18 14:38:12

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

还有一种改变文件系统的方式是

adb remount

使用ADB 的方式获取。