2017-09-06 487 views

回答

2
adb shell settings put global hdmi_control_enabled 0 
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獲得的關鍵事件代碼。也請看Rene Barbosathis答案。