Page 2 of 4

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

Posted: Thu Oct 17, 2013 3:25 pm
by ocean
yes that's correct

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

Posted: Tue Feb 25, 2014 3:47 am
by bugficks
v0.3.4 released

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

Posted: Tue Mar 04, 2014 7:09 pm
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

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

Posted: Tue Mar 04, 2014 8:19 pm
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 ;)

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

Posted: Thu Mar 20, 2014 8:51 pm
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 :)

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

Posted: Sat Mar 14, 2015 2:02 pm
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

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

Posted: Sat Mar 14, 2015 2:21 pm
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
}

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

Posted: Fri Apr 24, 2015 8:49 pm
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

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

Posted: Fri Apr 24, 2015 9:03 pm
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 :)

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

Posted: Mon Jun 22, 2015 5:57 pm
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?