adb 命令

发布时间 2023-04-21 11:41:45作者: 唐怀瑟的世界

重启: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