
[App] libPIPonTV E/F
Re: [App] libPIPonTV E/F
Ok, old version removed then. Thanks a lot for all testing, I wonder how I would do without you 

I do NOT receive any PM. Please use forum.
-
- Official SamyGO Developer
- Posts: 1051
- Joined: Sat Sep 21, 2013 5:07 pm
- Location: Poland
Re: [App] libPIPonTV E/F
Thanks you too 
Here in Poland it is said that
:
Btw. I'll be cheering for change between windows on PIP mode

Here in Poland it is said that

There are no irreplaceable people
Btw. I'll be cheering for change between windows on PIP mode

sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
Re: [App] libPIPonTV E/F
Hi zoelechat,
the lib will not autostart and log is not written.'
When i start it manually it works fine.
99_93_PIPonTV.init has 755
Any advice?
Thanks in advance,
Tom
the lib will not autostart and log is not written.'
When i start it manually it works fine.
99_93_PIPonTV.init has 755
Any advice?
Thanks in advance,
Tom
Re: [App] libPIPonTV E/F
Yes, some of your scripts is holding startup sequence, I'd bet on oscam bin not started as background task 

I do NOT receive any PM. Please use forum.
Re: [App] libPIPonTV E/F
How do I check that?zoelechat wrote:Yes, some of your scripts is holding startup sequence, I'd bet on oscam bin not started as background task
The OSCAM start script is like this:
SpoilerShow
#!/bin/sh
#
# ? Copyright 1996-2015, zoelechat@SamyGO
#
. /dtv/SGO.env
OSCAM_DIR=$SYSROOT/opt/privateer/usr/bin/oscam/
BUILD=oscam-svn10666-samsungtv-webif
stop_bootloop()
{
for USB in /dtv/usb/sd* ; do
echo "checking $USB"
[ -e $USB/STOP ] && echo "STOP found. Script exit..." && exit 1
done
}
case $1 in
start)
stop_bootloop
samyGOso -T -B -r -l $OSCAM_DIR/libOscam*.so
sleep 0.5
$OSCAM_DIR/$BUILD -c $OSCAM_DIR -w 0
;;
stop)
;;
status)
[ -f /dtv/libOscam*.log ] && cat /dtv/libOscam*.log || echo "Not started"
;;
*)
echo "Usage: $0 {start|stop|status}" 1>&2
exit 0
;;
esac
#
# ? Copyright 1996-2015, zoelechat@SamyGO
#
. /dtv/SGO.env
OSCAM_DIR=$SYSROOT/opt/privateer/usr/bin/oscam/
BUILD=oscam-svn10666-samsungtv-webif
stop_bootloop()
{
for USB in /dtv/usb/sd* ; do
echo "checking $USB"
[ -e $USB/STOP ] && echo "STOP found. Script exit..." && exit 1
done
}
case $1 in
start)
stop_bootloop
samyGOso -T -B -r -l $OSCAM_DIR/libOscam*.so
sleep 0.5
$OSCAM_DIR/$BUILD -c $OSCAM_DIR -w 0
;;
stop)
;;
status)
[ -f /dtv/libOscam*.log ] && cat /dtv/libOscam*.log || echo "Not started"
;;
*)
echo "Usage: $0 {start|stop|status}" 1>&2
exit 0
;;
esac
Thanks in advance,
Tom
Re: [App] libPIPonTV E/F
Code: Select all
$OSCAM_DIR/$BUILD -c $OSCAM_DIR -w 0
Code: Select all
$OSCAM_DIR/$BUILD -c $OSCAM_DIR -w 0 -b

ps: offtopic.
I do NOT receive any PM. Please use forum.
Re: [App] libPIPonTV E/F
How to unlock more PIP sizes
Re: [App] libPIPonTV E/F
I read and i don't know how to use, MORESIZE arg
Re: [App] libPIPonTV E/F
Like any other arg, examples are not missing 

I do NOT receive any PM. Please use forum.