【发布时间】:2017-09-06 10:58:52
【问题描述】:
【问题讨论】:
【问题讨论】:
adb shell settings put global hdmi_control_enabled 0
【讨论】:
无论如何,您可以使用以下方法为您的设备模拟Menu-> ... ->CEC Control menu item 选择的按键序列:
adb shell input keyevent <key_event_code_for_menu>
adb shell input keyevent <key_event_code_for_down>
etc.
例如.bat 文件。您可以从Official Documentation 获得关键事件代码。也看看thisRene Barbosa的回答。
【讨论】: