Skip to main content
Filter by
Sorted by
Tagged with
3 votes
1 answer
1k views

I am trying to turn off my Samsung tv through android app using HDMI CEC for Android I used Amlogic MBOX Samsung Tv HDMI CEC already turned on. Amlogic MBOX HDMI CEC also turned on. Code snippet how ...
Vishal Bhimporwala's user avatar
0 votes
0 answers
351 views

I am trying to use HdmiCecMessage class in my android app, so I installed this dependency in my gradlef file: dependencies { implementation 'androidx.hardware:hardware-hdmi:1.0.0' } but when I ...
StackerSapper's user avatar
2 votes
0 answers
155 views

I am attempting to control my HDMI CEC-enabled devices using iobroker running in a docker container on my pc, along with node red and the node red cec plugin. I am using a pulse eight adapter to ...
Unregistreirt's user avatar
1 vote
0 answers
416 views

HDMI CEC on android Hello in regard of the above post I have some questions Please first go through the above mentioned link. Reflection has been used to access the HDMI cec apis in android I want to ...
Sameer Meena's user avatar
0 votes
1 answer
883 views

I've been trying to get the CEC-Client working inside docker, when not in the docker image I get this result: No device type given. Using 'recording device' CEC Parser created - libCEC version 4.0.7 ...
Ash's user avatar
  • 1
2 votes
1 answer
4k views

I'd like to see all traffic between connected HDMI devices using a Raspberry PI 4. I need to do this to debug incorrect CEC behaviour. (To sus out what's switching active sources unexpectedly, and ...
kgello's user avatar
  • 143
1 vote
1 answer
634 views

How do i read HDMI input (say coming from another video source) in qt app meant to be run in an android device (@AMLogic chipset)
Geeky Micky's user avatar
4 votes
1 answer
2k views

I am sending HDMI CEC command to Power on and Standby my LG LED TV 2015 make. The device is a Amlogic S922x based SBC running Android 9. The Power On commands work but the Standby commands don't. Can ...
Debasish Mitra's user avatar
2 votes
0 answers
4k views

I am trying to control (volume control and perhaps on/off) a Samsung TV over CEC from an Amlogic Android box. The Android docs explain the theory of it but there is no actual code to implement, I ...
sgtpotatoe's user avatar
4 votes
2 answers
5k views

I have a Android TV box and I would like to use HDMI-CEC to turn on and off my TV, I'm using android shell commands to power on tv like: 'echo 0x40 0x04 > /sys/class/cec/cmd' and it works ok. But ...
Juan Isaac Huertas's user avatar
3 votes
1 answer
5k views

I want to send raw HDMI-CEC commands (adb shell) from an Amlogic 905x ARM board (Android 6) to test the functionality. The board is rooted (tested, 'adb root' works) and connected to a TV with CEC ...
orouwk's user avatar
  • 355
13 votes
1 answer
17k views

I've been facing a problem to access to HDMI CEC on this Android dongle. I'm trying to turn on the tv and change the input source of the tv but I was unable to do it. Android API Approach I'm running ...
Eduardo Pinheiro's user avatar
9 votes
1 answer
2k views

My goal is to send HDMI CEC commands from a standard (i.e non-system) app running on an Android box equipped with Pulse-Eight's USB dongle. Following these instructions I successfully managed to ...
sdabet's user avatar
  • 19.2k