摘要: @echo off echo su > temp.txt echo 其它命令 >> temp.txt adb shell < temp.txt del temp.txt 求问 BAT脚本如何自动执行 adb shell 以后的命令_百度知道http://zhidao.baidu.com/questi 阅读全文
posted @ 2023-08-02 18:42 笠航 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 不论是有线多台设备还是无线多台设备或是混合多设备,应该怎么控制操作呢 ADB操作多台设备 1、adb devices 查看所有连接设备。 2、adb -s <设备名> shell 指定device来执行adb shell。 3、adb -s <设备名> <指令> 在指定设备执行指令。 开启或者关闭服 阅读全文
posted @ 2023-08-02 14:55 笠航 阅读(2882) 评论(0) 推荐(0) 编辑
摘要: 一、前提条件 1、PC已部署adb,可执行adb命令 2、手机、PC处于同一局域网; 3、手机已开启开发者-调试模式; 4、手机有线连接可正常操作; 二、操作步骤 1、手机有线连接到PC,执行命令adb devices,可以查看到手机的连接信息 2、执行命令adb tcpip 5555(默认端口号5 阅读全文
posted @ 2023-08-02 14:37 笠航 阅读(1002) 评论(0) 推荐(0) 编辑