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 的方式获取。

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-04-05
  • 2021-12-09
  • 2021-05-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-23
  • 2021-10-28
  • 2022-12-23
  • 2021-08-24
  • 2021-08-18
相关资源
相似解决方案