使用CMD作为管理员, 手机已经root并且USB调试已经开启。 在“C:/Platform tools/”中,我启动了 cmd 命令提示符
adb devices (attached)
adb shell (running)
su (running)
ls (working)
但是,当我打字时, --help(不工作) 并且 file -i generalfile (不工作)
我想知道generealfile的MIME类型,怎么办? generalfile 是一个没有扩展名的二进制文件。 为什么 CMD 不响应常用命令?
我尝试了一些常用命令,比如,
file -f generalfile
type -i generalfile
但他们都没有工作。 当我最需要“--help”时,它也会说“无法访问或未找到”
我做错了什么?为什么我无法在 adb shell 中运行常用命令?请帮忙