PDA

View Full Version : [FILES] Emu Management & co



pt-1
23-04-2008, 08:26 AM
Admin please move if needed !!

THX Mohush from the Streamboard. The files are in chronolical order

Original post: Streamboard | Ihnen wird der Zutritt zu dieser Seite verwehrt. (http://streamboard.gmc.to/wbb2/thread.php?threadid=23827&threadview=0&hilight=&hilightuser=0&page=1)

I shall post all files by him and try to explain in ENglish what to do

The locals.h attached needs after this line to be copied and paste:

LOCALE_ZAPTOTIMER_ANNOUNCE,

The locals_intern.h attached needs after this line to be copied and paste:


"zaptotimer.announce",

Deutsch.Locale is in there too but you would need to add the content of that one and translate into english and add to the english.locale

There is also a all in one Menu attached

18.12.2007

http://img152.imageshack.us/img152/5838/18122007extrasmenuau8.png

You might need to change the line:


#define UPDATE_OPTION_COUNT 3

into


#define UPDATE_OPTION_COUNT 5

29.02.2008

http://img143.imageshack.us/img143/7752/29022008camdmenupg9eq2.png

Zapit 02.03.2008

http://img231.imageshack.us/img231/8440/0203200823809945sk4thnp6.jpg

pt-1
23-04-2008, 08:28 AM
The rest

He suggest for example the Emu Restart:

var/etc (camd2 ->.camd2 etc...)



if [ -e /var/etc/.camd2 ]; then
/var/bin/camd2
fi
if [ -e /var/etc/.camd3 ]; then
insmod -f multicam
sleep 1
/var/bin/camd3
fi

etc...

to stop the Camd:

[ -e /var/etc/.camd2 ] && killall -9 camd2
[ -e /var/etc/.camd3 ] && killall -9 camd3

etc...

To built the Image:

make clean


USERDIR=/home/$(whoami)
#mkdir tuxbox-cvs
#----------------------------------------------
LOGODIR=$USERDIR/logos
UCODEDIR=$USERDIR/ucodes
RootPartitionSize=0x480000
CP=$USERDIR/tuxbox-cvs
DB=$USERDIR/tuxbox-cvs/dbox2
ARCHIVEDIR=$USERDIR/Archive
#-----------------------------------------------
cd "$CP"
#export CVS_RSH=ssh
#cvs -d To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. :/cvs/tuxbox -z3 co -f -r newmake -P .
#mkdir dbox2
cd cdk
#make flash-semiclean
make clean

### patching
cd ../apps/tuxbox/neutrino ### change into the neutrino folder
patch -p1 < were you stored the patch/Neutrino-Emu-Managment-20042008.diff ###ps: were you stored the patch means the Folder were it is...

cd ../../../cdk ### change in the cdk Folder
#/bin/ln -sf $ARCHIVEDIR/ Archive
./autogen.sh
./configure --prefix="$DB" --with-cvsdir="$CP" --enable-flashrules --enable-ccache --enable-cdkVcInfo --with-checkImage=rename --with-logosdir="$LOGODIR" --with-ucodesdir="$UCODEDIR" --with-rootpartitionsize=$RootPartitionSize --with-customizationsdir=/$HOME/customization
#time make flash-neutrino-all-all
time make flash-neutrino-squashfs-all