赞
踩
亮屏
adb shell inputkeyevent 26
keyevent 26表示点击power
设置背光:
echo 255 >/ sys/class/leds/lcd-backlight/brightness ///==>最亮
echo 0 >/ sys/class/leds/lcd-backlight/brightness ==>最暗
解锁
adb shell inputswipe 500 50 500 700
swipe 表示滑动,从x,y=(500,50)滑动到500,700 (可以进入设置->开发者选项->输入->指针位置 开启来更好的根据屏幕尺寸选择两个点的坐标)
打开APP
adb shell am start -n ranorex.android.services/ranorex.android.services.activity.MainActivity
如果有多台设备,可以加参数-s,例如:
adb -s 127.0.0.1:26944 shell am start -n ranorex.android.services/ranorex.android.services.activity.MainActivity
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。