电脑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成神之路

版权声明:
作者:Alex
链接:https://www.techfm.club/p/21074.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>