Auto "stand-by"

Here for general support for B series TVs, request and problem solve area.

User avatar
erdem_ua
SamyGO Admin
Posts: 3126
Joined: Thu Oct 01, 2009 6:02 am
Location: Istanbul, Turkey
Contact:

Re: Auto "stand-by"

Post by erdem_ua »

Hahaha :)
This is good. My mother also forgets to shut down TV after closing PC...
So It's will be good if we fix this issue.
But I don't know how we could handle that.
1. We needed to detect which source is active currently.
2. We needed to detect if signal is present at that input.
3. Place a program like watchdog to shutdown tv via MicomCtrl if signal is not exist...

Not look hard to do. It's possible...
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Auto "stand-by"

Post by juusso »

I thought my Tv shuts down after Tv programm ends... Damn, my cabel TV gives signal 24/7 and no table "no signal found" occurs. Really bad :-\

As an alternative you could use one of those programmable electric socket that shuts down anything powered from it at defined time. Eg. On 2 a.m. :-)
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Re: Auto "stand-by"

Post by juusso »

viper3k wrote:... I find myself waking up too often with a screen that says (no signal)
To much beer?
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
nordut
Posts: 5
Joined: Fri Apr 22, 2011 8:02 am

Re: Auto "stand-by"

Post by nordut »

B650 has a clock that you can run on and off TV for a specified time.
See options CLOCK.
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Auto "stand-by"

Post by juusso »

Idea to have such app is good, if TV detects no signal, it is better than set up defined time in system clock. Especially when TV forces off while your movie is not finished yet :)
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
sbav1
Official SamyGO Developer
Posts: 374
Joined: Fri Jan 15, 2010 10:20 am

Re: Auto "stand-by"

Post by sbav1 »

Somewhere in the forum there was is app posted for checking signal strength / quality (can't find an exact location right now).
AFAIRC function for getting "signal strength" was working fine for any external sources, not just ATV/DTV.
I.e, if there was a signal on active external input (or if TV was in media player/content library mode), it returned 100 (or was it 1?), and 0 otherwise.
erdem_ua wrote: 3. Place a program like watchdog to shutdown tv via MicomCtrl if signal is not exist...
I'm not sure turning TV off by MicomCtrl is a best possible approach; IMO it will be better/safer to send POWER_ON_OFF keycode via _ZN14SsKeyInputBase7SendKeyEi(), or something similar, to shutdown TV more gracefully.

Happy coding :).

Post Reply

Return to “[B] Support”