Page 5 of 14
Re: [App] libFakeEDID E/F/H
Posted: Sun Nov 22, 2015 12:58 pm
by seb79
seb79 wrote:I think I will try the 1108.1 firmware (1st posted) and if it still does not work, I give up...
OK : it's the same in 1108.1 : I think it's blocked for H series...
Re: [App] libFakeEDID E/F/H
Posted: Sun Nov 22, 2015 1:00 pm
by zoelechat
Yeah probably

Re: [App] libFakeEDID E/F/H
Posted: Sun Nov 22, 2015 2:24 pm
by seb79
zoelechat wrote:Yeah probably

Yeah, it seems...
I also tried on T-MST14DEUC_2606.2 firmware : the result is the same as the T-MST14DEUC_2781.0

Re: [App] libFakeEDID E/F/H
Posted: Sat Jan 30, 2016 8:37 pm
by skivnit
hi great work guys but its not working for me,
Code: Select all
[FakeEDID] SamyGO E/F/H libFakeEDID v0.1.9 - (c) zoelechat 2015
[FakeEDID] _ZN9TDBuilder11GetTDiStoreE15TDStoreObject_k [0x1ede178].
[FakeEDID] _ZN9TDBuilder16GetTDiHdmiSwitchEv [0x1ede284].
[FakeEDID] _ZN8TDaStore6CreateEi [0x1f8e010].
[FakeEDID] _ZN8TDaStore7DestroyEv [0x1f8e00c].
[FakeEDID] _ZN14TDsEepromStore5WriteEjjPKh [0x1fda1e8].
[FakeEDID] dlsym '_ZN14TDsEepromStore10t_WriteDDCEjjPKh' failed.
[FakeEDID] _ZN14TDsEepromStore4ReadEjjPh [0x1fd9e78].
[FakeEDID] dlsym '_ZN14TDsEepromStore9t_ReadDDCEjjPh' failed.
[FakeEDID] _ZN18TDsPrimeHdmiSwitch11GetEDIDDataE10CDSource_kPhPt [0x1ff7b0c].
[FakeEDID] dlsym '_ZN13TDaHdmiSwitch11GetEDIDDataE10CDSource_kPhPt' failed.
[FakeEDID] dlsym '_ZN19PrimeHdmiSwitchBase11GetEDIDDataE10CDSource_kPhPt' failed.
[FakeEDID] lib_init, >>>
[FakeEDID] Dumping default EDID first block!
[FakeEDID] Overriding HDMI1 EDID with AC3/DTS support!
[FakeEDID] <<< lib_deinit
after enabling hdmi passthrough still can't select dolby as output
Re: [App] libFakeEDID E/F/H
Posted: Sat Jan 30, 2016 8:48 pm
by zoelechat
I can guarantee it works on E-MST

(at least until fw 1042, I never upgraded further...)
Are you sure your external source is sending dolby?
Re: [App] libFakeEDID E/F/H
Posted: Sat Jan 30, 2016 9:43 pm
by skivnit
zoelechat wrote:I can guarantee it works on E-MST

(at least until fw 1042, I never upgraded further...)
Are you sure your external source is sending dolby?
yes i pretty sure since using the PVR addon on KODI to watch my STBOX it plays DOLBY just fine.
i will explain further.
so my STBOX, PS4 and google chromecast are connected through hdmi matrix (HDMI 3) when i play through that one i can't select anything except for PCM
my raspberry PI is connected directly to the TV (HDMI 1) i have KODI installed on it. when i watch the same channel on the RPI using the PVR addon on KODI and enabling passthrough in KODI settings i can select dolby and it works well.
dunno whats wrong
Re: [App] libFakeEDID E/F/H
Posted: Sun Jan 31, 2016 12:14 pm
by zoelechat
Ah ok, so patch works fine

It was observed (including by me) that result might depend on HDMI plugging scheme (
viewtopic.php?f=63&t=8748&start=60#p83688). Try to plug differently, see if anything changes and if you can find the "right" setup. Also check without HDMI matrix, just in case (one device takes control of surround query over others for example. Such switches are often incorrectly / incompletely wired...)
Btw, your log shows you patched only HDMI1 EDID, you did it for others too, right?
Re: [App] libFakeEDID E/F/H
Posted: Sun Jan 31, 2016 1:10 pm
by skivnit
zoelechat wrote:Ah ok, so patch works fine

It was observed (including by me) that result might depend on HDMI plugging scheme (
viewtopic.php?f=63&t=8748&start=60#p83688). Try to plug differently, see if anything changes and if you can find the "right" setup. Also check without HDMI matrix, just in case (one device takes control of surround query over others for example. Such switches are often incorrectly / incompletely wired...)
Btw, your log shows you patched only HDMI1 EDID, you did it for others too, right?
everything is sorted now thanks for the assistance:) the problem was indeed that the HDMI3 wasnt patched and also had to change audio settings for my STBOX. now however i have a minor issue, when the tv starts theres no sound for about 30 secs then it works, i'm guessing its the auto start script to apply the hdmi passthrough?or is is the time SamyGo takes to be applied upon boot?
Re: [App] libFakeEDID E/F/H
Posted: Sun Jan 31, 2016 1:22 pm
by zoelechat
skivnit wrote:i'm guessing its the auto start script to apply the hdmi passthrough?or is is the time SamyGo takes to be applied upon boot?
Exactly, both. Nothing to do about that except slightly reduce time by starting script earlier in sequence. Rename /mnt/etc/init.d/
99_90_HDMIpassthru.init to
01_02_HDMIpassthru.init for example, but it will never be less than about 25 seconds (TV boot time).
Otherwise, you still can use
libSoftPowerOff, will be instant then

Re: [App] libFakeEDID E/F/H
Posted: Sun Jan 31, 2016 2:16 pm
by skivnit
zoelechat wrote:skivnit wrote:i'm guessing its the auto start script to apply the hdmi passthrough?or is is the time SamyGo takes to be applied upon boot?
Exactly, both. Nothing to do about that except slightly reduce time by starting script earlier in sequence. Rename /mnt/etc/init.d/
99_90_HDMIpassthru.init to
01_02_HDMIpassthru.init for example, but it will never be less than about 25 seconds (TV boot time).
Otherwise, you still can use
libSoftPowerOff, will be instant then

thanks it doesnt bother me but the wife complains everytime she has to switch the tv on
