Page 2 of 26

Re: [App] libSoftPowerOff D/E/F/H

Posted: Mon Apr 13, 2015 9:52 am
by zoelechat
New version. Added ONSOURCE switch, and (hopefully) fixed D support :)

Re: [App] libSoftPowerOff D/E/F/H

Posted: Mon Apr 13, 2015 7:17 pm
by mihd
zoelechat wrote:New version. Added ONSOURCE switch, and (hopefully) fixed D support :)
On F-series all Ok ! Very thanks !

Re: [App] libSoftPowerOff D/E/F/H

Posted: Mon Apr 13, 2015 7:31 pm
by blackbox
@zoelechat
working on my H6600

I have a dreambox can send HDMI cec power off to TV and tv go in NOPVRSLEEP
you can idea NOHDMISLEEP expand ?

Thnx

Re: [App] libSoftPowerOff D/E/F/H

Posted: Mon Apr 13, 2015 8:09 pm
by zoelechat
blackbox wrote:I have a dreambox can send HDMI cec power off to TV and tv go in NOPVRSLEEP
you can idea NOHDMISLEEP redeploy ?
Sorry I don't understand what you mean... If you want TV to go into soft-off in ANY case, just don't use this option.
No matter the option name, the important part is its description, if used: "it will only take care of power button", not HDMI-CEC or any other stuff.

Re: [App] libSoftPowerOff D/E/F/H

Posted: Mon Apr 13, 2015 8:34 pm
by blackbox
I understand that...
your patch does what it should, thanks for that, I wish only one Extension, support of HDMI-CEC
You can coding for Support HDMI-CEC to soft-Sleep not power off

you misunderstood me, sorry my english is not good :)

Re: [App] libSoftPowerOff D/E/F/H

Posted: Mon Apr 13, 2015 8:39 pm
by zoelechat
I still don't understand :D
If you use patch WITHOUT any arg, and power off your HDMI device, TV goes into true standby, not soft-off, that's it?

Re: [App] libSoftPowerOff D/E/F/H

Posted: Mon Apr 13, 2015 9:07 pm
by blackbox
yes i send from HDMI device power off, TV goes into true standby (not soft-off)

Re: [App] libSoftPowerOff D/E/F/H

Posted: Mon Apr 13, 2015 9:28 pm
by zoelechat
Ok, I will see what I can do :)

Re: [App] libSoftPowerOff D/E/F/H

Posted: Mon Apr 13, 2015 9:31 pm
by prairie
Tested on NA F-series plasma and working. :)

Code: Select all

[SoftPowerOff] SamyGO D/E/F/H libSoftPowerOff v0.1.2 - (c) zoelechat 2015
[SoftPowerOff] g_pAppTV [0x7d248dc].
[SoftPowerOff] _ZN5TCAPI5GetTvEv [0x1099258].
[SoftPowerOff] dlsym '_ZN4TCTv5PowerEiNS_11EBootReasonEb' failed.
[SoftPowerOff] _ZN9TCTvProxy5PowerEiN4TCTv11EBootReasonEb [0x10e9c7c].
[SoftPowerOff] dlsym '_ZN4TCTv13GetPowerStateEPiPNS_11EBootReasonE' failed.
[SoftPowerOff] _ZN9TCTvProxy13GetPowerStateEPiPN4TCTv11EBootReasonE [0x10edad8].
[SoftPowerOff] _ZN10CTimerUtil14GetDefaultTimeEv [0x1738bf4].
[SoftPowerOff] _ZN10CViewerApp15ProcessPowerOffEi15EPowerOffReason [0x22a24c4].
[SoftPowerOff] _ZN10CViewerApp12t_OnKeyPowerEPK7PTEvent [0x228d06c].
[SoftPowerOff] _ZN10CViewerApp13t_OnKeySourceEPK7PTEvent [0x228e87c].
[SoftPowerOff] dlsym '_ZN21CTvApplicationManager13m_OnKeySourceEPK7PTEvent' failed.
[SoftPowerOff] _ZN10CViewerApp15ProcessPowerOffEi15EPowerOffReason [0x22a24c4].
[SoftPowerOff] lib_init, >>>
[SoftPowerOff] Hooking Soft Power-Off everywhere!
[SoftPowerOff] init done...

Re: [App] libSoftPowerOff D/E/F/H

Posted: Tue Apr 14, 2015 7:24 am
by juusso
Now works on D as well. Small issue - no true power off with consequence source - power. It just brings source window and does soft power off.

Code: Select all

root@[TV] /> cat /dtv/Soft*
[SoftPowerOff] SamyGO D/E/F/H libSoftPowerOff v0.1.2 - (c) zoelechat 2015
[SoftPowerOff] g_pAppTV [0x5990670].
[SoftPowerOff] dlsym '_ZN5TCAPI5GetTvEv' failed.
[SoftPowerOff] _ZN4TCTv5PowerEiNS_11EBootReasonEb [0xb9f4bc].
[SoftPowerOff] dlsym '_ZN9TCTvProxy5PowerEiN4TCTv11EBootReasonEb' failed.
[SoftPowerOff] _ZN4TCTv13GetPowerStateEPiPNS_11EBootReasonE [0xb94848].
[SoftPowerOff] dlsym '_ZN9TCTvProxy13GetPowerStateEPiPN4TCTv11EBootReasonE' failed.
[SoftPowerOff] _ZN10CTimerUtil14GetDefaultTimeEv [0x16198a0].
[SoftPowerOff] _ZN10CViewerApp15ProcessPowerOffEi15EPowerOffReason [0xacca00].
[SoftPowerOff] _ZN10CViewerApp12t_OnKeyPowerEPK7PTEvent [0xac4df8].
[SoftPowerOff] _ZN10CViewerApp13t_OnKeySourceEPK7PTEvent [0xac824c].
[SoftPowerOff] dlsym '_ZN21CTvApplicationManager13m_OnKeySourceEPK7PTEvent' failed.
[SoftPowerOff] _ZN10CViewerApp15ProcessPowerOffEi15EPowerOffReason [0xacca00].
[SoftPowerOff] lib_init, >>>
[SoftPowerOff] Hooking Soft Power-Off everywhere!
[SoftPowerOff] init done...