我已经放了这个命令但面临这个问题
不允许操作
adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock0 /system
并显示此错误
Operation not permitted
You have to be a root
to remount /system
.
Check is this true by id
command.
I guess you have only permissions of user-shell
add
If you are really root - you may try adb remount
command. This command is exactly what you are looking for.
我发现在有根设备上对我有用
亚行外壳
苏
abd mount -o remount,rw {你想要的任何选项}
su 没有要求输入密码
如果您有根电话,请转到终端并点击以下命令以获取所有访问权限
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
这对我有帮助