这个命令将设备设置为在充电时屏幕常亮。数字 "3" 是一个标志的组合,表示在 AC 电源(值为 1)和 USB 电源(值为 2)上充电时屏幕保持开启。这两个值相加得到 3,表示在任何充电情况下屏幕都保持开启。
adb shell settings put global stay_on_while_plugged_in 3
这个命令将 "stay_on_while_plugged_in" 的值设置为 0,表示在充电时不保持屏幕开启。
adb shell settings put global stay_on_while_plugged_in 0
使用搜狗输入法
adb shell ime enable com.sohu.inputmethod.sogou/.SogouIME
adb shell ime set com.sohu.inputmethod.sogou/.SogouIME
按电源键
adb -s 0123456789ABCDEF shell input keyevent 224
多个设备下,连接特定的设备
adb -s 0123456789ABCDEF shell
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。