Page 1 of 1

newbie a little help please

Posted: Fri Oct 19, 2012 2:00 pm
by median
hello,

may someone could help me, with some problems and questions ?
can you tell me how to use otr with pvr 3.0, i read the thread, but it was only short mentioned.
how can i shedule a record with my b model (ue40b7090), is it possible right now ?

and another question to my samygo.sh

Code: Select all

    #!/bin/sh

    # Enable Telnetd
    mount -t devpts devpts /dev/pts
    telnetd
    sleep 10

    # Open back-door for fixing boot-loop situations
    sleep 10       # Allow USB stick to settle
    USB="/dtv/usb/sda1"    # USB mount-point

    if [ -f $USB/usb.sh ];then
      $USB/usb.sh    # USB-File detected.
    else
      if [ -f /mtd_rwarea/mtd_rwarea.sh ];then
         /mtd_rwarea/mtd_rwarea.sh # Run normal startup script
      fi
      if [ -f /mtd_rwarea/mount.sh ];then
         /mtd_rwarea/mount.sh # Run mount script
      fi
    fi
    
    if [ -f /dtv/usb/sda1/injectso ]; then
       /dtv/usb/sda1/injectso `pidof exeDSP` /dtv/usb/sda1/PVRplus/loader.so Game_Main /dtv/usb/sda1/PVRplus/
       sleep 10
       /dtv/usb/sda1/injectso `pidof exeDSP` /dtv/usb/sda1/sg_scresizer_v03/loader.so Game_Main /dtv/usb/sda1/sg_scresizer_v03/
       sleep 10
       /dtv/usb/sda1/injectso `pidof exeDSP` /dtv/usb/sda1/ChannelInfo/loader.so Game_Main /dtv/usb/sda1/ChannelInfo/
    fi

    exit
what can i do, to speed up the load time of pvr ? right now, it?s about over one minute !
i decided to run it from stick, because i had to avoid the risk of a brick.
my wife and kid will kill me , if this happens ,) does the stick thing slows it down ?

i am total new on samygo, i?m reading this stuff here for 3 weeks, without much linux know how.
may you can explain me some stuff

big thx anyway, this is a great forum !

Re: newbie a little help please

Posted: Sat Oct 20, 2012 8:17 am
by juusso
Hi!

You haven`t said if you have some other scripts called from SamyGO.sh (mount.sh?). Anyway some delay could be because of telnetd (~10 sec) and also because you run your PVR from USB, not from internal memory. Yes, slow stick slows down start of your apps. Better copy them to TV (yellow btn and copy all). But be sure you remove injectso from USB stick, else you get problems using same SamyGO.sh

Re: newbie a little help please

Posted: Sat Oct 20, 2012 1:33 pm
by median
hi,

no, there are no mounts or other scripts running, most important thing to me is that pvr application,
so i can delete the rwarea.sh and and mount.sh in my samygo.sh, that cause no problems ?

when i start the injectso stuff all from tv, without stick, what things are necassary in my samygo.sh,
what do i don?t need.
an example may help me to figure that out for myself.

thx for info

Re: newbie a little help please

Posted: Sat Oct 20, 2012 6:11 pm
by juusso
one minute for loading apps (pvr) is quite normal. here is almost nothing what helps you to get pvr quicker. as i said you can run all from content library, not from stick.

Re: newbie a little help please

Posted: Sat Oct 20, 2012 8:09 pm
by median
ok,
if this is normal, will try the content start.
thx

what?s about the pvr on time record, is it possible, or did i misunderstood that ?
does it need an extra script ?
any info about ?