I'm trying to use HDMI CEC comand using ADB:
I can turn on my TV with the follow adb comand: adb shell "su -c 'echo 0x40 0x04 > /sys/class/cec/cmd'" however, I can't turn off my tv (standby) I try with adb shell "su -c 'echo 0x40 0x36 > /sys/class/cec/cmd'" but don´t do nothing
How can I do this?
All HDMI Control are enable:
hdmi_control_auto_change_language_enabled=1
hdmi_control_auto_device_off_enabled=1
hdmi_control_auto_wakeup_enabled=1
hdmi_control_enabled=1
Comment