newbie a little help please

Here for general support for B series TVs, request and problem solve area.
Post Reply

median
Posts: 3
Joined: Tue Oct 16, 2012 6:49 pm
Location: Germany

newbie a little help please

Post 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 !
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: newbie a little help please

Post 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
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
median
Posts: 3
Joined: Tue Oct 16, 2012 6:49 pm
Location: Germany

Re: newbie a little help please

Post 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
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: newbie a little help please

Post 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.
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
median
Posts: 3
Joined: Tue Oct 16, 2012 6:49 pm
Location: Germany

Re: newbie a little help please

Post 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 ?

Post Reply

Return to “[B] Support”