刷完机后,因为短信中文乱码问题,需要修改/system/build.prop文件,可是管是使用chmod命令,还是直接复制,都是提示you cannot edit this file because the file system is read-only。
其实,修改文件的权限很简单,使用RE文件管理器,点一下最上面的mount R/O 切换到R/W。
也可以使用adb push命令,这个没有实际试过,不知道具体怎么处理
刷完机后,因为短信中文乱码问题,需要修改/system/build.prop文件,可是管是使用chmod命令,还是直接复制,都是提示you cannot edit this file because the file system is read-only。
其实,修改文件的权限很简单,使用RE文件管理器,点一下最上面的mount R/O 切换到R/W。
也可以使用adb push命令,这个没有实际试过,不知道具体怎么处理