繁体   English   中英

我可以在Android的ADB Shell中重新挂载吗?

[英]Can i remount in the adb shell in android?

我正在使用此命令

$ adb shell

$ su
-shows permission denied..

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

But it shows some permission problems 
ie. Usage: mount [-r] [-w] [-o options] [-t type] device directory

谢谢!!

您必须root设备或解锁引导加载程序(如果可能)才能使用mount命令

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM