Hello Everyone,
First of all, i would like to thank mmpp, witokondoria and kszaq and everyone for every effort made here !
I own a M8S with S905X 2G/16GB and an old TV philips 32PFL6504H
The issue was the same : green screen. but thanks to everyone a fix was brought with force RGB !
I was wondering if this fix could be imported in android ?
i tryed with this
su
echo 1 > /sys/class/amhdmitx/amhdmitx0/output_rgb
if works write a init.d script to be copied in /system/etc/init.d:
#!/system/bin/sh
echo 1 > /sys/class/amhdmitx/amhdmitx0/output_rgbGive to it permission 777 and it's ok "
but the first part could not work : permission denied
any tip ?
Thanks again !