adb脚本

#!/bin/bash
adb push /Users/shixinfa/Documents/MMConfig_qa.cfg /sdcard/BaiduMapAuto/MapMatchConfig/
sleep 2
adb shell am force-stop com.baidu.naviauto
sleep 2
adb shell am start -n com.baidu.naviauto
sleep 3
adb shell input top 740 300
adb shell input text “beijingdauxe”
adb shell dumpsys window displays
adb shell wm size

猜你喜欢

转载自blog.csdn.net/weixin_37565521/article/details/107178874
adb