1. 下载并运行"Root大师" PC版
2. 运行"Root大师"以root我的红米1s手机
3. adb shell
4. su
5. 运行下列命令使 /system分区可写.
[email protected]:/ #mount -o rw,remount -t yaffs2 /system
mount -o rw,remount -t yaffs2/system
[email protected]:/ # mount
……
/[email protected] /system ext4 rw,seclabel,relatime,noauto_da_alloc,commit=1,data=or
dered 0 0
……
[email protected]:/# chmod777 /system
如想取消/system的可写,可以运行下列命令使 /system分区只读。
[email protected]:/# chmod555 /system
[email protected]:/ # mount -o ro,remount -t yaffs2/system
/[email protected] /system ext4ro,seclabel,relatime,noauto_da_alloc,commit=1,data=or
dered 0 0
时间: 2024-11-03 15:21:14