电脑ADB调试手机
@echo off
echo 唤起屏幕
adb shell input keyevent 26
call :setDelay 4
echo 模拟人手滑动
adb shell input swipe 350 1550 300 100
call :setDelay 2
echo 输入密码
call :passwdin
echo 查看USB调试设备
adb devices
echo 关闭北森
adb shell am force-stop com.beisen.italent
call :setDelay 2
echo 启动闭北森,并打开首页界面
adb shell am start -n com.beisen.italent/com.beisen.hybrid.platform.simple.SplashActivity
call :setDelay 15
echo 签到
adb shell i
电脑ADB调试手机最先出现在Python成神之路。
共有 0 条评论