2

我已经放了这个命令但面临这个问题

不允许操作

 adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock0 /system  

并显示此错误

Operation not permitted
4

3 回答 3

1

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.

于 2013-05-06T08:15:50.803 回答
0

我发现在有根设备上对我有用

亚行外壳

abd mount -o remount,rw {你想要的任何选项}

su 没有要求输入密码

于 2014-10-24T14:47:13.133 回答
0

如果您有根电话,请转到终端并点击以下命令以获取所有访问权限

mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system

这对我有帮助

于 2016-01-27T10:27:02.897 回答