[App] SamyGO STFU mod 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.

User avatar
ocean
SamyGO Project Donor
Posts: 196
Joined: Sat Jan 07, 2012 7:22 pm
Location: Germany

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

Post by ocean »

yes that's correct
Samsung UE32D6510 (downgraded to T-GASDEUC-1016.0) with "SamyGO Hospitality mode hack" running
Samsung UE46ES6710 ( T-MST10PDEUC-2004) with SamyGo running
User avatar
bugficks
Official SamyGO Developer
Posts: 1062
Joined: Tue Jun 25, 2013 3:56 pm

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

Post by bugficks »

v0.3.4 released
miazza
SamyGO Project Donor
Posts: 773
Joined: Wed Apr 03, 2013 6:10 pm

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

Post by miazza »

I cannot find in the zip 99_99_InfoBannerDuration.init.

I guess something like:

Code: Select all

#!/bin/sh
#
# ? Copyright 1996-2013, SamyGO
#
#
 . /dtv/SGO.env
 
 libPATH=$SYSROOT/opt/privateer/usr/so

case $1 in 
	start)
	samyGOso -p `pidof exeDSP` -l $libPATH/libSTFU.so
	sleep 1
#Code for exeDSP crash protection
	#while [ "$( ps -A | grep -c 'exeDSP')" -gt 0 ] ; do
     #   sleep 60
	#done	
	#mv $0 $0.dis
	;;
	status)
	;;
	*)
	echo "Usage: $0 {start|stop|status}" 1>&2
	exit 0
	;;
esac
AVOID TO PUBLISH AND DISCLOSE SAMYGO PROJECTS ON OTHER FORUM.
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

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

Post by zoelechat »

@miazza
Here's one with USB STOP protection and log as status:
02_03_STFU.zip
I've given the number 02_03 just before vusb.init so that USBPopupWnd is already patched if ever vusb popups ;)
You do not have the required permissions to view the files attached to this post.
I do NOT receive any PM. Please use forum.
miazza
SamyGO Project Donor
Posts: 773
Joined: Wed Apr 03, 2013 6:10 pm

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

Post by miazza »

zoelechat wrote:@miazza
Here's one with USB STOP protection and log as status:
02_03_STFU.zip
I've given the number 02_03 just before vusb.init so that USBPopupWnd is already patched if ever vusb popups ;)
Thanks, it works very well :)
AVOID TO PUBLISH AND DISCLOSE SAMYGO PROJECTS ON OTHER FORUM.
brankota
SamyGO Project Donor
Posts: 5
Joined: Sat Mar 14, 2015 1:09 am

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

Post by brankota »

Any chance this can be used to modify info time for source information? Ie resolution and source information banner. Its 4.5sec by default and very annoying, i want it down to 1 or 1.5sec
User avatar
fluffi444
SamyGO Project Donor
Posts: 568
Joined: Fri Apr 05, 2013 9:55 pm
Location: Germany

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

Post by fluffi444 »

brankota wrote:Any chance this can be used to modify info time for source information? Ie resolution and source information banner. Its 4.5sec by default and very annoying, i want it down to 1 or 1.5sec
Yes - got to same folder libSTFU.so is in (for instance: /mnt/opt/privateer/usr/libso) and find libSTFU.config

And change values (in millisecs)

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
}
TV: UE40ES7000 @ UE40ES8090 - T-ECPDEUC-2022.0 // SamyGO
CI+: Unicam EVO 4 with HD+ (HD02) @ Pacific 4.60
NET: Samba: PC
brankota
SamyGO Project Donor
Posts: 5
Joined: Sat Mar 14, 2015 1:09 am

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

Post by brankota »

fluffi444 wrote:
brankota wrote:Any chance this can be used to modify info time for source information? Ie resolution and source information banner. Its 4.5sec by default and very annoying, i want it down to 1 or 1.5sec
Yes - got to same folder libSTFU.so is in (for instance: /mnt/opt/privateer/usr/libso) and find libSTFU.config

And change values (in millisecs)

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
}

I've tried all, but none have effect to source info banner
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

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

Post by zoelechat »

brankota wrote:I've tried all, but none have effect to source info banner
True, none is meant to. I'll soon release a patch to remove it completely if you're interested :)
I do NOT receive any PM. Please use forum.
JobbeDeluxe
Posts: 3
Joined: Mon Jun 22, 2015 5:51 pm

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

Post by JobbeDeluxe »

i have installed Chanellinfo for my e series, and now i try to change the display time. but i already have a SamyGOso in my /bin dir. can i still use my or what can i do? change the dir to /bin2 maybe? and change the init to the now folder or will it work with the file now inside? or if i override the file with this, could be that the channel info not working anymore?

Post Reply

Return to “[F] Software”