Page 8 of 10

Re: [App] libPIPonTV E/F

Posted: Fri Mar 04, 2016 9:15 pm
by zoelechat
Ok, old version removed then. Thanks a lot for all testing, I wonder how I would do without you ;)

Re: [App] libPIPonTV E/F

Posted: Fri Mar 04, 2016 9:23 pm
by wluczykijwf
Thanks you too :)
Here in Poland it is said that ;):
There are no irreplaceable people

Btw. I'll be cheering for change between windows on PIP mode :)

Re: [App] libPIPonTV E/F

Posted: Wed Dec 21, 2016 4:16 pm
by dbgurudk
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

Re: [App] libPIPonTV E/F

Posted: Wed Dec 21, 2016 6:38 pm
by zoelechat
Yes, some of your scripts is holding startup sequence, I'd bet on oscam bin not started as background task :)

Re: [App] libPIPonTV E/F

Posted: Wed Dec 21, 2016 8:25 pm
by dbgurudk
zoelechat wrote:Yes, some of your scripts is holding startup sequence, I'd bet on oscam bin not started as background task :)
How do I check that?

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

Thanks in advance,
Tom

Re: [App] libPIPonTV E/F

Posted: Wed Dec 21, 2016 8:54 pm
by zoelechat

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.

Re: [App] libPIPonTV E/F

Posted: Sat Dec 09, 2017 10:56 pm
by Piwek
How to unlock more PIP sizes

Re: [App] libPIPonTV E/F

Posted: Sat Dec 09, 2017 11:39 pm
by zoelechat
Read 1st post.

Re: [App] libPIPonTV E/F

Posted: Sun Dec 10, 2017 12:13 am
by Piwek
I read and i don't know how to use, MORESIZE arg

Re: [App] libPIPonTV E/F

Posted: Sun Dec 10, 2017 12:23 am
by zoelechat
Like any other arg, examples are not missing :)