重启:adb reboot
关机:adb shell reboot -p
#熄屏
adb shell input keyevent 26
#检测设备
adb devices
sleep 2s
#亮屏
adb shell input keyevent 26
#解锁手机屏幕
adb shell input keyevent 82
#返回主页
adb shell input keyevent 3 #HOME事件
#打开软件 180=x 800=y(模拟点击位置 x y 通过打开usb调试-显示指针位置 调试查看)
adb shell input tap 180 800
标签:26,shell,keyevent,reboot,命令,adb,input From: https://www.cnblogs.com/chenglogs/p/17339842.html