Page 1 of 4

[App] SamyGO STFU mod D(arm)/E/F

Posted: Sat Sep 21, 2013 1:29 pm
by bugficks
With this mod you can set custom timers for various infobanners (ChannelInfo, Record, Timeshift, MediaPlayer mode)

1. Download:
libSTFU-v0.3.4.zip
2. extract everything into one dir (let`s say to /mtd_down/so )
3. set permissions

Code: Select all

chmod 755 /mtd_down/so/samyGOso
4. start from cmdline:

Code: Select all

cd /mtd_down/so
./samyGOso -p $(pidof exeAPP || pidof exeDSP) -l /mtd_down/so/libSTFU.so
5. Autostart:
SpoilerShow
Copy files from archive:
  1. samyGOso -> $DISTROOT/usr/bin/
  2. libSTFU.so -> $DISTROOT/usr/so/
  3. libSTFU.config -> $DISTROOT/usr/so/
  4. set permissions:

    Code: Select all

    chmod 755 $DISTROOT/usr/bin/samyGOso
  5. Script 99_99_InfoBannerDuration.init extract to

    Code: Select all

    $SYSROOT/etc/init.d/99_99_InfoBannerDuration.init
  6. set permissions

    Code: Select all

    chmod 755 $SYSROOT/etc/init.d/99_99_InfoBannerDuration.init
    NB!
    • $SYSROOT D series: /mtd_rwcommon/widgets/user/SamyGO/SamyGO
    • $DISTROOT D series: /mtd_rwcommon/widgets/user/SamyGO/SamyGO/opt/privateer
    • $SYSROOT E series: /mnt
    • $DISTROOT E series: /mnt/opt/privateer
F series: install SamyGO Extensions and enable init script in /mnt/etc/init.d/.

Alternative installation on D series via WebIF possible (check Modules-Online).

Configuration
Edit libSTFU.config and set your prefered time intervals (miliseconds):

Code: Select all

{
    /* do not remove or strange things will happen */
    /* D channelinfo and recordinfo use same timeout */
    "channelinfo_ms"    : 4500, 
    "recordinfo_ms"     : 4500,
    "timeshiftinfo_ms"  : 4500,
    "playinfo_ms"       : 4500,
    "usbdev_ms"         : 5000,
    "reminderwnd_ms"    : 5000,
    /* F only */
    "playtools_ms"      : 4500
} 
If you set 0, then default value is used.
Changelog:

Code: Select all

21/09/2013 
v0.3.4 added usb device and reminder window timeout patches
21/09/2013 
v0.3.0 initial release

Re: AW: [App] SamyGO STFU mod D(arm)/E/F

Posted: Sun Sep 22, 2013 12:18 pm
by fluffi444
You guys are awesome. Realeasing usefull appz quite evey day...

Thanks for that. Time to make a donation.

Re: [App] SamyGO STFU mod D(arm)/E/F

Posted: Sun Sep 22, 2013 12:48 pm
by bugficks
thanks! donations are always welcome.

Re: [App] SamyGO STFU mod D(arm)/E/F

Posted: Mon Sep 23, 2013 8:42 am
by superb1
Thanks bugficks, as above you are indeed awesome. Now i wonder if this will work for the freeview epg timer? i'm hoping so

Re: [App] SamyGO STFU mod D(arm)/E/F

Posted: Tue Sep 24, 2013 12:05 am
by superb1
Nope unfortunately not, tried setting "channelinfo_ms" : 0000, to disable the call so freeview doesn't pop up. Still stuck with the 10 seconds timer on that one :cry:

Re: [App] SamyGO STFU mod D(arm)/E/F

Posted: Tue Sep 24, 2013 5:53 am
by bugficks
0 doesn't disable call it disables patching timeout value as written in 1st post :)

Re: [App] SamyGO STFU mod D(arm)/E/F

Posted: Tue Sep 24, 2013 6:41 am
by juusso
@superb1
bugficks wrote:0 doesn't disable call it disables patching timeout value as written in 1st post :)
let me translate it for you: with 0 tv will use default value which is 10 sec :)

Re: [App] SamyGO STFU mod D(arm)/E/F

Posted: Tue Sep 24, 2013 8:46 am
by superb1
yes thankyou, after a while i worked that out. unfortunately the external guide must use a alternate timer or could be built-in epg

Re: [App] SamyGO STFU mod D(arm)/E/F

Posted: Tue Oct 15, 2013 12:31 pm
by idbirch
Oh wow, if this does what I think it does I'll be very happy. The pop ups my UE46D7000 gives for scheduled recordings are so annoying! You get one 5 minutes before a recording starts which seems to stay up for ages then another when the recording starts and ends - all completely pointless. Will be looking into this when I get home and you can expect a donation if it works :D

Re: [App] SamyGO STFU mod D(arm)/E/F

Posted: Thu Oct 17, 2013 2:47 pm
by idbirch
OK I've finally got around to setting this up but as I'm copying the files to the various locations it seems to me this hack will only work when SamyGo itself is started, is that correct?