Re: [App] SamyGO STFU mod D(arm)/E/F
Posted: Thu Oct 17, 2013 3:25 pm
yes that's correct
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
Thanks, it works very wellzoelechat wrote:@miazza
Here's one with USB STOP protection and log as status:
I've given the number 02_03 just before vusb.init so that USBPopupWnd is already patched if ever vusb popups
Yes - got to same folder libSTFU.so is in (for instance: /mnt/opt/privateer/usr/libso) and find libSTFU.configbrankota 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
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
}
fluffi444 wrote:Yes - got to same folder libSTFU.so is in (for instance: /mnt/opt/privateer/usr/libso) and find libSTFU.configbrankota 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
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 }
True, none is meant to. I'll soon release a patch to remove it completely if you're interestedbrankota wrote:I've tried all, but none have effect to source info banner