I have a RKM MK902II but this is not related just to this device.
Here is my problem:
My AV Receiver is on HDMI1 and my RK3288 on HDMI2 of my TV
(If i connect my RK directly on my AVR, the image "jumps" every 2 seconds ... this is another problem.)
When I'm on HDMI2 with my RK on, i switch to HDMI1 (to watch TV) then want to go back to the RK on HDMI2, the image stays black. There is a 1080p signal but the image is black :'(
Then I restart the RKM, the image stays black (but i hear a new mail sound so the boot sequence completes)
I restart a dozen time, then finally the image come back, this is REALLY annoying ...
So here is what I found so far.
If I go on the settings screen, put the selection on Display/1280x720x60, then go on HDMI1, go back HDMI2, the image is black, i press "ok", so the video mode switches to 720p, and the image come back !
I tried the same thing by shell, from the black screen with ADB shell I enter "echo 1280x720p-60 > /sys/class/display/display0.HDMI/mode", the black signal switches to 720p but stays black.
I also tried to send wakeup signals "adb shell input keyevent 26" no succes...
I'm trying to write an app to restore my video signal but I'm running out of ideas

Do you have any Ideas of what would bring my video signal back ?
Thx
Comment