Android 如何在根平板电脑上重新安装/system rw

Android 如何在根平板电脑上重新安装/system rw,android,firmware,Android,Firmware,我正在尝试重新安装我的系统分区。我可以更改system.img和boot.img中的任何文件。但我无法将分区安装为rw!我被扎根了 #adb remount remount succeeded 但一切都没有改变 同 su; mount -o rw,remount... 我设定: ro.secure=0在default.prop中 mount cramfsmtd@system/system rw在init.rc中 但一切都没有改变!它仍然安装为ro!要安装/system-mounted rw,

我正在尝试重新安装我的系统分区。我可以更改system.img和boot.img中的任何文件。但我无法将分区安装为rw!我被扎根了

#adb remount
remount succeeded
但一切都没有改变

su; mount -o rw,remount...
我设定:
ro.secure=0
在default.prop中

mount cramfsmtd@system/system rw
在init.rc中


但一切都没有改变!它仍然安装为ro!要安装/system-mounted rw,我该怎么办?

它是安装的rw,正如
mount
告诉您的,但是cramfs代表压缩ROM文件系统,这是一个故意只读以简化其实现的文件系统,因此,即使它已安装rw也无法更改它。

那么,它不应该缩写为cromfs吗?mount-o rw,remount,rw/system