Page 20 of 26

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

Posted: Sat Jan 02, 2016 1:06 pm
by 6670
I installed and runs on series h.
I would like soft power source + power and only power for standby clasico but I do not understand


"Using ONSOURCE arg will invert this behavior, it means POWER button alone will enter standby mode as usual whereas true SOURCE + POWER will enter soft-off."

what should I do?

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

Posted: Sat Jan 02, 2016 1:12 pm
by zoelechat
Use ONSOURCE arg :)

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

Posted: Sat Jan 02, 2016 1:17 pm
by 6670
But i don t understand what is onesouce arg.sorry!

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

Posted: Sat Jan 02, 2016 1:21 pm
by zoelechat
Change OPTIONS value on top of startup script to:

Code: Select all

OPTIONS="ONSOURCE"
(and reboot TV...)

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

Posted: Sat Jan 02, 2016 7:01 pm
by 6670
Thanks works! I can do soft power recording.
But if I register and hit accidentally power TV crashes and I must disconnect power. What should I add more? I tried OPTIONS = "NOPVRSLEEP ONSOURCE"
record but after I can not see video.

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

Posted: Sat Jan 02, 2016 7:38 pm
by zoelechat
For TV to remain in soft-off while recording, you don't need any patch, it's normal behavior.

Otherwise, about your crash case... looks very particular... I'd say: do not "accidentally press power" :)

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

Posted: Sun Jan 03, 2016 3:53 pm
by 6670
Yes, but the problem is if I'm wrong source + power.
If it takes only power the TV crash and lose registration

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

Posted: Sun Jan 03, 2016 3:56 pm
by juusso
@zoelechat, does lib checks if TV is already on soft power off state (e.g. PVR is active with LCD off) ? If not yet, worth to implement...

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

Posted: Sun Jan 03, 2016 4:09 pm
by zoelechat
juusso wrote:@zoelechat, does lib checks if TV is already on soft power off state (e.g. PVR is active with LCD off) ? If not yet, worth to implement...
Of course it directly gets powerstate from TV, not from any self-remembering-variable :)

@6670
Does issue occur when NOT using ONSOURCE arg too?

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

Posted: Sun Jan 03, 2016 4:24 pm
by zoelechat
I'd say problem is more on non-respect of these instructions:
  • Menu->System->General->Quickly Power OFF Samsung - this option must be OFF
  • Menu->System->General->Samsung Instant ON - this option must be OFF
Otherwise issue would already have been reported...

Another possible clue: try using libRCremap to remap BD_KEY_POWER to KEY_POWEROFF (not easy to explain, but I've got a reason to suggest that :D )