[APP] SamyGO SleepTimerMod for D(arm)/E/F

Here are software that related with Samsung F series TVs.
Please don't create any new topic here unless you have software to post/release.

Piwek
Posts: 16
Joined: Wed Jan 15, 2014 8:48 pm

Re: [APP] SamyGO SleepTimerMod for D(arm)/E/F

Post by Piwek »

bugficks wrote:it does as you can see on screenshot. my original archive contained working configs for en, de and fr. juuso? :)
anyways... you need to match those 2 str_xxx config entries to those displayed in original menu in your language. if it contains non-ascii characters edit/save config as utf-8.
In your archive is only one config file for en. I changed only the time values in config file. Even if I change the language to en on TV is not working correctly.
mihd
SamyGO Project Donor
Posts: 378
Joined: Wed Jan 29, 2014 12:38 pm

Re: [APP] SamyGO SleepTimerMod for D(arm)/E/F

Post by mihd »

Piwek wrote:In your archive is only one config file for en. I changed only the time values in config file. Even if I change the language to en on TV is not working correctly.
Open "libSleepTimer.config" in Notepad++, change the codepage to UTF-8, write value of "str_sleeptimer" and "str_min" on your language (as is wrote in your TV menu), write "values".. Save and restart TV.
TV: Samsung UE40F6330AK (FW: T-MST12DEUC-1119.0 2014-02-22 / SamyGO) + HDD 1Tb 2,5" (TOSHIBA MQ01ABD1);
TV: Philips 26PF4311 + Cable TV Receiver LATEL LC-808HD (with NFS client, DLNA - n/a, Samba - n/a);
Router: Netgear WNDR3800 (FW: OpenWrt Attitude Adjustment 12.09-beta2) + HDD 1Tb 2,5" (SEAGATE Expansion STBX1000201) (with NFS,DLNA and Samba servers).
Piwek
Posts: 16
Joined: Wed Jan 15, 2014 8:48 pm

Re: [APP] SamyGO SleepTimerMod for D(arm)/E/F

Post by Piwek »

Still doesn't work for me, after the first use of thismod (with the values ??of 20, 40, 60, 80, 120, 150) I can't change them now to another, now in libSleepTimer.config have 15, 30, 45, 60, 90, 120 and in TV still is 20, 40, 60, 80, 120, 150...
can You change these values ??after the first use of this mod to another?
mihd
SamyGO Project Donor
Posts: 378
Joined: Wed Jan 29, 2014 12:38 pm

Re: [APP] SamyGO SleepTimerMod for D(arm)/E/F

Post by mihd »

Piwek wrote:Still doesn't work for me, after the first use of thismod (with the values ??of 20, 40, 60, 80, 120, 150) I can't change them now to another, now in libSleepTimer.config have 15, 30, 45, 60, 90, 120 and in TV still is 20, 40, 60, 80, 120, 150...
can You change these values ??after the first use of this mod to another?
What is written in "str_sleeptimer" ? What language in the TV menu?
Not only "values" need to change ..
TV: Samsung UE40F6330AK (FW: T-MST12DEUC-1119.0 2014-02-22 / SamyGO) + HDD 1Tb 2,5" (TOSHIBA MQ01ABD1);
TV: Philips 26PF4311 + Cable TV Receiver LATEL LC-808HD (with NFS client, DLNA - n/a, Samba - n/a);
Router: Netgear WNDR3800 (FW: OpenWrt Attitude Adjustment 12.09-beta2) + HDD 1Tb 2,5" (SEAGATE Expansion STBX1000201) (with NFS,DLNA and Samba servers).
Piwek
Posts: 16
Joined: Wed Jan 15, 2014 8:48 pm

Re: [APP] SamyGO SleepTimerMod for D(arm)/E/F

Post by Piwek »

English in TV and in libSleepTimer.config
In file is: 15, 30, 45, 60, 90, 120

Code: Select all

{
    "str_sleeptimer": "Sleep Timer",
    "str_min"       : "min",
    "values"        : [15, 30, 45, 60, 90, 120]
}
in TV 20, 40, 60, 80, 120, 150
SpoilerShow
Image
mihd
SamyGO Project Donor
Posts: 378
Joined: Wed Jan 29, 2014 12:38 pm

Re: [APP] SamyGO SleepTimerMod for D(arm)/E/F

Post by mihd »

Piwek wrote: in TV 20, 40, 60, 80, 120, 150
Try changing the string endings. From LF to CRLF.
TV: Samsung UE40F6330AK (FW: T-MST12DEUC-1119.0 2014-02-22 / SamyGO) + HDD 1Tb 2,5" (TOSHIBA MQ01ABD1);
TV: Philips 26PF4311 + Cable TV Receiver LATEL LC-808HD (with NFS client, DLNA - n/a, Samba - n/a);
Router: Netgear WNDR3800 (FW: OpenWrt Attitude Adjustment 12.09-beta2) + HDD 1Tb 2,5" (SEAGATE Expansion STBX1000201) (with NFS,DLNA and Samba servers).
Piwek
Posts: 16
Joined: Wed Jan 15, 2014 8:48 pm

Re: [APP] SamyGO SleepTimerMod for D(arm)/E/F

Post by Piwek »

mihd wrote:
Try changing the string endings. From LF to CRLF.
still doesn't work..
danielg90
SamyGO Project Donor
Posts: 28
Joined: Mon May 18, 2015 10:02 pm

Re: [APP] SamyGO SleepTimerMod for D(arm)/E/F

Post by danielg90 »

i have an error with command:

$SYSROOT/etc/init.d/99_99_SamyGoSleepTimer.init

and

chmod 755 $SYSROOT/etc/init.d/99_99_SamyGoSleepTimer.init

not found. why?
You do not have the required permissions to view the files attached to this post.
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [APP] SamyGO SleepTimerMod for D(arm)/E/F

Post by zoelechat »

Because environment variables are not sourced. Either load them with that command first:

Code: Select all

. /dtv/SGO.env
Or manually replace $SYSROOT by /mnt and $DISTROOT by /mnt/opt/privateer
I do NOT receive any PM. Please use forum.
danielg90
SamyGO Project Donor
Posts: 28
Joined: Mon May 18, 2015 10:02 pm

Re: [APP] SamyGO SleepTimerMod for D(arm)/E/F

Post by danielg90 »

if I try the procedure again , when I open /mtd_down it automatically opens the folder /mtd_rwcommon

Post Reply

Return to “[F] Software”