How I can switch off HDMI CEC control via adb shell ?
Asked
Active
Viewed 3,822 times
2 Answers
0
Anyway, you can emulate key press sequences for Menu-> ... ->CEC Control menu item selection exactly for your device using:
adb shell input keyevent <key_event_code_for_menu>
adb shell input keyevent <key_event_code_for_down>
etc.
and, for example .bat file. Key event codes you can get from Official Documentation. Also take a look at this answer of Rene Barbosa.
Andrii Omelchenko
- 13,183
- 12
- 43
- 79
