【发布时间】:2014-12-11 14:15:18
【问题描述】:
我想知道是否可以通过编写批处理文件或任何其他方式从 Windows 远程运行 /system/bin/sh android shell 命令。
当我编写一个批处理文件时,它没有在“adb shell”之后执行任何命令(控制正在转移到 /system/bin/sh,我无法从这里运行任何命令)
我需要知道是否有一种方法可以向在我的 android 设备上运行的这个 shell 发出命令,而无需手动输入它们?
【问题讨论】:
标签: android windows shell batch-file adb