前端之家收集整理的这篇文章主要介绍了
android – 使用“su”命令时出错,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我尝试制作批处理
文件来运行adb命令.我想使用su -c,但是我得到了
错误:
su: invalid uid/gid '-c'.
我看到某个地方我的su版本不支持-c,我怎么能启用它?
在批处理
文件中,它应该是这样的:
adb shell "su 0 <command args>"
例如:
adb shell "su 0 mount -o rw,remount /system"
原文链接:https://www.f2er.com/android/309474.html