Eco Solution / No Signal Power Off / Time change

General forum talking area for J series TVs.
Post Reply

User avatar
blackbox
SamyGO Project Donor
Posts: 144
Joined: Sun Mar 22, 2015 3:33 am
Location: Germany

Eco Solution / No Signal Power Off / Time change

Post by blackbox »

Maybe someone has a tip

On OSD -> System -> Eco Solution -> No Signal Power Off

default is:

Code: Select all

15 min / 30 min / 60 min
I am looking for a possibility to reduce the time
example 2 min

On extended Service Menu have No setting found

idea :?:
UE48H6600 - T-GFSDEUC_1230.4 - SamyGO by mihd (stabel) and Oscam SVN r11399 Support.... :D
UE46ES6300 - T-MST10PDEUC_2007.0 SamyGO (stabel) and Oscam SVN r11399 Support.... :D
UE55J5550SU - T-HKMFDEUC_1480.4 - SamyGO and Oscam SVN r11399 Support....
!!!! Block OTN Update with Rooter !!!!
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: Eco Solution / No Signal Power Off / Time change

Post by sectroyer »

Well it should be patchable, zoe is good at it :)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: Eco Solution / No Signal Power Off / Time change

Post by zoelechat »

I'd have patched that crap only if it couldn't be disabled :)
I do NOT receive any PM. Please use forum.
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: Eco Solution / No Signal Power Off / Time change

Post by zoelechat »

Can't seem to find any duration on K, looks to be enabled but nowhere in menu anyway

Code: Select all

db//menu/system/eco_solution/no_signal_power_off,int,1
db//menu/system/eco_solution/no_signal_power_off_external,int,1
You should check vconftool, possible you can tweak something :)
I do NOT receive any PM. Please use forum.
User avatar
blackbox
SamyGO Project Donor
Posts: 144
Joined: Sun Mar 22, 2015 3:33 am
Location: Germany

Re: Eco Solution / No Signal Power Off / Time change

Post by blackbox »

OK I'll look

The problem is, I use a UE32J on a PC, and when I PC turn off, the TV going not switch auto off
And he remains 15 min on and I must then switch off with remote control, it's frustrating.
UE48H6600 - T-GFSDEUC_1230.4 - SamyGO by mihd (stabel) and Oscam SVN r11399 Support.... :D
UE46ES6300 - T-MST10PDEUC_2007.0 SamyGO (stabel) and Oscam SVN r11399 Support.... :D
UE55J5550SU - T-HKMFDEUC_1480.4 - SamyGO and Oscam SVN r11399 Support....
!!!! Block OTN Update with Rooter !!!!
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: Eco Solution / No Signal Power Off / Time change

Post by zoelechat »

How about sending remote poweroff to TV from PC?
Several ways to do, for example using plink (in Putty installation folder):

Code: Select all

echo poweroff | plink -telnet IP_OF_TV
Then how to execute command/batch on Windows shutdown can be easily found on Google.
(everything assuming your pc is on Windows :) )
I do NOT receive any PM. Please use forum.
User avatar
blackbox
SamyGO Project Donor
Posts: 144
Joined: Sun Mar 22, 2015 3:33 am
Location: Germany

Re: Eco Solution / No Signal Power Off / Time change

Post by blackbox »

That would be a possibility, but not what I want :)
UE48H6600 - T-GFSDEUC_1230.4 - SamyGO by mihd (stabel) and Oscam SVN r11399 Support.... :D
UE46ES6300 - T-MST10PDEUC_2007.0 SamyGO (stabel) and Oscam SVN r11399 Support.... :D
UE55J5550SU - T-HKMFDEUC_1480.4 - SamyGO and Oscam SVN r11399 Support....
!!!! Block OTN Update with Rooter !!!!
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: Eco Solution / No Signal Power Off / Time change

Post by zoelechat »

No problem, only solutions! :)

Another way, checked on K, dunno about J, possibly same...
As soon as there's no signal, TV fills that vconf key with "nosignal" string, and empty it when signal is back:

Code: Select all

# vconftool get memory/tv-viewer/visible_banners
memory/tv-viewer/visible_banners,string,nosignal
...
# vconftool get memory/tv-viewer/visible_banners
memory/tv-viewer/visible_banners,string,
You still can monitor it, every minute or so (grep blah), and if you get 2 consecutive nosignal you power off tv :D

ps: Happy birthday :p
I do NOT receive any PM. Please use forum.
User avatar
blackbox
SamyGO Project Donor
Posts: 144
Joined: Sun Mar 22, 2015 3:33 am
Location: Germany

Re: Eco Solution / No Signal Power Off / Time change

Post by blackbox »

Thank you for congratulations, I feel very young :)
zoelechat wrote: Thu May 11, 2017 9:49 pm Can't seem to find any duration on K, looks to be enabled but nowhere in menu anyway

Code: Select all

db//menu/system/eco_solution/no_signal_power_off,int,1
db//menu/system/eco_solution/no_signal_power_off_external,int,1
You should check vconftool, possible you can tweak something :)

Code: Select all

/opt/var/kdb/db/menu/system/eco_solution/no_signal_power_off_external
I have try modify, But there are only three options 1,2 or 3, Everything else is ignored, and turn off the time completely


Here is my output / vconftool
SpoilerShow
localhost~ # vconftool get memory/tv-viewer/
memory/tv-viewer/mainscreen_signal_state,int,0
memory/tv-viewer/analog_clean_view_demo,bool,0
memory/tv-viewer/infobanner(Directory)
memory/tv-viewer/tv_viewer_banner_state_15,int,0
memory/tv-viewer/volume_event_value,int,-1
memory/tv-viewer/tv_viewer_banner_state_3,int,0
memory/tv-viewer/tv_viewer_banner_state_8,int,0
memory/tv-viewer/tv_viewer_banner_state_4,int,0
memory/tv-viewer/subscreen_signal_state,int,0
memory/tv-viewer/data_service,int,0
memory/tv-viewer/tv_viewer_banner_state_11,int,0
memory/tv-viewer/ext_volume,int,-3
memory/tv-viewer/tv_viewer_banner_state_13,int,0
memory/tv-viewer/click_to_enter,int,0
memory/tv-viewer/tv_viewer_banner_state_16,int,0
memory/tv-viewer/tv_viewer_banner_state_2,int,0
memory/tv-viewer/tv_viewer_banner_state_10,int,0
memory/tv-viewer/tv_viewer_banner_state_6,int,0
memory/tv-viewer/tv_viewer_banner_state_14,int,0
memory/tv-viewer/initial_entry_is_showing,int,0
memory/tv-viewer/modify_channel_info,bool,0
memory/tv-viewer/tv_viewer_banner_state_12,int,0
memory/tv-viewer/tv_viewer_banner_state_5,int,0
memory/tv-viewer/tv_viewer_banner_state_9,int,0
memory/tv-viewer/banner_show,int,0
memory/tv-viewer/tv_viewer_banner_state_7,int,0
memory/tv-viewer/tv_viewer_banner_state_1,int,0
Have tried it, But unfortunately also without success
UE48H6600 - T-GFSDEUC_1230.4 - SamyGO by mihd (stabel) and Oscam SVN r11399 Support.... :D
UE46ES6300 - T-MST10PDEUC_2007.0 SamyGO (stabel) and Oscam SVN r11399 Support.... :D
UE55J5550SU - T-HKMFDEUC_1480.4 - SamyGO and Oscam SVN r11399 Support....
!!!! Block OTN Update with Rooter !!!!
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: Eco Solution / No Signal Power Off / Time change

Post by zoelechat »

blackbox wrote: Sat May 13, 2017 1:37 am I have try modify, But there are only three options 1,2 or 3, Everything else is ignored, and turn off the time completely
It's likely that 1=15min, 2=30min... Dead end then. Except set to 0 on my side :P
blackbox wrote: Sat May 13, 2017 1:37 am Have tried it, But unfortunately also without success
The idea is to compare keys in with and without signal states, one might change or appear (not necessarily with same name as K).
Also launch vconftool without args for usage = use -r to recurse, your keylist lacks possibly interesting content of 'memory/tv-viewer/infobanner(Directory)'
I do NOT receive any PM. Please use forum.

Post Reply

Return to “[J] General”