Zobrazují se odpovědi 1 až 3 z 3

Téma: how to add emus to sf2707

  1. #1
    Registrovaný uživatel
    Založen
    29.07.2003
    Příspěvky
    1
    Post Thanks / Like
    Downloads
    0
    Uploads
    0

    how to add emus to sf2707

    Can somebody please help me how to add emus to sf2707. My Dreambox is not not connected to the internet. If possible please write it the way for dummies. Because what I know to do with Dreambox is only to flash images, change settinds with dreambox editor and download the movies from Dreambox to computer with Windows Commander. I have no idea where the keys or emus are stored. Thanx

  2. #2
    Registrovaný uživatel
    Založen
    27.03.2002
    Bydliště
    SLOVAKIA
    Příspěvky
    31
    Post Thanks / Like
    Downloads
    0
    Uploads
    0

    Arrow

    i think here is keys var/keys

    and blue buton for activate emus

    I have dreambox only few hours
    Naposledy upravil miro : 30.07.2003 v 23:24

  3. #3
    Registrovaný uživatel
    Založen
    26.06.2003
    Příspěvky
    32
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    It is very easy. I have done it for camd.mgcamd copied from /bin directory of roland soft.
    Put this file to /var/bin directory of sfteam 27.7.03.
    chmod 755 /var/bin/camd.mgcamd
    Make changes to file:
    /var/tuxbox/config/emulist.xml :
    <?xml version="1.0" encoding="iso-8859-1" ?>

    <emulist>
    <emu name="ci" description="No Emu only Common Interface" />
    <emu name="rdgd" description="Radegast v 2.1 final" />
    <emu name="gbox" description="GBox v 0.996" />
    <emu name="mgcamd" description="MgCamd" />
    </emulist>

    and file /bin/camd :

    #! /bin/sh

    [ -x /var/bin/camd ] && exec /var/bin/camd $*

    EMU=`cat 2>/dev/null /var/tmp/emu`

    case $EMU in
    rdgd)
    killall 2>/dev/null camd.rdgd
    exec /bin/camd.rdgd $*
    ;;
    gbox)
    killall 2>/dev/null camd.gbox
    exec /bin/camd.gbox $*
    ;;
    new)
    killall 2>/dev/null camd.new
    exec /hdd/local/bin/camd.new $*
    ;;
    ci)
    killall 2>/dev/null camd.rdgd
    killall 2>/dev/null camd.gbox
    killall 2>/dev/null camd.new
    killall 2>/dev/null camd.mgcamd
    ;;
    mgcamd)
    killall 2>/dev/null camd.mgcamd
    exec /var/bin/camd.mgcamd $*
    ;;
    *)
    killall 2>/dev/null camd.rdgd
    killall 2>/dev/null camd.gbox
    killall 2>/dev/null camd.new
    killall 2>/dev/null camd.mgcamd
    [ -f "/var/tmp/emu" ] && echo >&2 "Invalid emu in file: /var/tmp/emu"
    ;;
    esac

    Remember to not convert scripts to dos !
    Restart box.

    You can do it only if you will use flash2usb, else /bin will be locked.
    This way each module can be added.
    (How is configuration called when gbox is selected in menu? I did not find script with this table.)
    Naposledy upravil Tom0000 : 10.08.2003 v 17:08

Informace o tématu

Users Browsing this Thread

Toto téma si právě prohlíží 1 uživatelů. (0 registrovaných a 1 anonymních)

Štítky pro toto téma

Záložky

Záložky

Pravidla přispívání

  • Nemůžete zakládat nová témata
  • Nemůžete zasílat odpovědi
  • Nemůžete přikládat přílohy
  • You may not edit your posts
  •