s905 - hdmi handshake /color space problem with older TVs

  • What "black screen" are you talking about? Please describe the problem further - it does not happen here.


    You might want to

    • change hdmi cable and tv hdmi socket to test for a bad connection
    • put a little pressure on the hdmi plug in your android box (with a small rubber band or some weight) - there are quite a few reports of badly soldered hdmi sockets
    • check the kodi settings for "adjust output frequency" and set them to "at stop/start" and add a time delay of 2-3 seconds so your old tv can catch up with the frequency change

    Wetek Hub: LibreElec 8.2.3.1 (Philips 42PFL8404)
    MK808B+: LibreElec 7.0.2.7 (Samsung UE55H6270)
    OTT MXQ Pro 4k (S905): LibreElec 7.0.3.12k (Denon X1200W, 7.1, LG PF1500G)
    AKASO HM8 (S905X): CoreElec 9.0 dev build, Acer Revo 3610: Milhouse test

  • Everything is working great now for several weeks :)


    But i have one issue,
    When i turn of Kodi 17 the X96 box is shutting down but also my Tv is shutting down.....
    Is there a fix or another way to prevent shutting down my tv
    Thanks............

  • Please check the settings for cec, you find them in system-input, if I remember correctly.

    Wetek Hub: LibreElec 8.2.3.1 (Philips 42PFL8404)
    MK808B+: LibreElec 7.0.2.7 (Samsung UE55H6270)
    OTT MXQ Pro 4k (S905): LibreElec 7.0.3.12k (Denon X1200W, 7.1, LG PF1500G)
    AKASO HM8 (S905X): CoreElec 9.0 dev build, Acer Revo 3610: Milhouse test

  • U mean Cec setting in Android, i need to start te X96 box wihout the sd with LibreElec on it?
    Then cec off?


  • U mean Cec setting in Android, i need to start te X96 box wihout the sd with LibreElec on it?
    Then cec off?


    CEC settings in LE

  • Thank you for the great solution!!

    I am so happy that I fixed my problem too, but I have a question.

    If I have 2 commands in my autostart.sh, how to separate them?I have a command to mount my NAS to my Android Box and another one to fix this issue.My autostar.sh looks like that, but I'am not sure that the second command is OK


    Bash
    #!/bin/sh
     ( mount -t cifs -o username=root,password=libreelec,rw //192.168.0.1/home /storage/recordings;
     echo 1 > /sys/class/amhdmitx/amhdmitx0/output_rgb
     ) &



    Thanks in advance.

  • hi everyone,

    i'm fighting against this problem (color space for old tv) since far, can anyone help me?

    i have a tv box with an s905x and i'm using libreELEC 8 on USB, can anyone tell me what should i do to apply the patch (or if there is a patch for veriosn 8). I never applied a patch on libreELEC nor in android so i need a little more help :)

  • As the note says: No, it does not work.

    Wetek Hub: LibreElec 8.2.3.1 (Philips 42PFL8404)
    MK808B+: LibreElec 7.0.2.7 (Samsung UE55H6270)
    OTT MXQ Pro 4k (S905): LibreElec 7.0.3.12k (Denon X1200W, 7.1, LG PF1500G)
    AKASO HM8 (S905X): CoreElec 9.0 dev build, Acer Revo 3610: Milhouse test

  • Use LibreElec 8.1 and

    Code
     echo 1 > /sys/class/amhdmitx/amhdmitx0/output_rgb

    with your old Philips TV.

    Wetek Hub: LibreElec 8.2.3.1 (Philips 42PFL8404)
    MK808B+: LibreElec 7.0.2.7 (Samsung UE55H6270)
    OTT MXQ Pro 4k (S905): LibreElec 7.0.3.12k (Denon X1200W, 7.1, LG PF1500G)
    AKASO HM8 (S905X): CoreElec 9.0 dev build, Acer Revo 3610: Milhouse test

  • I tested this build on a KDL-40BX400 Sony TV set, and got the pink/green screen a few minutes after booting :(

    2 x Mini M8S II S905X 2 Gb/8 Gb @ LibreELEC 8.2.3.1 running from NAND

  • Well, I may have missed a step...


    Code
    # cat /sys/class/amhdmitx/amhdmitx0/dc_cap 
    444,8bit
    422,8bit
    rgb,8bit
    # echo 'rgb,8bit' > /sys/class/amhdmitx/amhdmitx0/attr


    I'll do some more testing and will let you know.


    Edit : same issue after a few minutes.

    2 x Mini M8S II S905X 2 Gb/8 Gb @ LibreELEC 8.2.3.1 running from NAND

    Edited once, last by Fredouye ().

  • Hello,


    which is the last version where:

    echo 1 > /sys/class/amhdmitx/amhdmitx0/output_rgb

    works?

    This one: 7.0.3.012?


    I also have an old TV with a handshake problem.

    This version does not work anymore:

    LibreELEC-S905.arm-8.2-8.1.10.img

    Mecool M8S Pro+

    Philips 37PFL8404H

    Edited once, last by Harmonia ().