Sponsored links


Go Back   Sat Industry Forums > Dreambox > DB Images > 2Gether-Images
Register FAQ Members List Calendar Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-02-2005
spacy's Avatar
Moderator
 
Join Date: Dec 2003
Posts: 242
Thanks: 0
Thanked 1 Time in 1 Post
spacy is on a distinguished road
Talking Building Addons for the DBF Image...

Hello Guys.

just an idea from me if anybody wants to help us building addons for the dbf image.

so here is a short description of our xml addon installer ;-)

This is an example install.xml file
Code:
<?xml version="1.0" encoding="iso-8859-1" ?>
<install>
<addon type="emu"/>
<dir permissions="755" make="/var/tuxbox/Installer/emu_dccamd" />
<cpfile permissions="755" from="/var/tmp/Installer/dccamd" to="/var/bin/dccamd" />
<cpfile permissions="755" from="/var/tmp/Installer/install.xml" to="/var/tuxbox/Installer/emu_dccamd/install.xml" />
<cpfile permissions="755" from="/var/tmp/Installer/emulist.xml" to="/var/tuxbox/Installer/emu_dccamd/emulist.xml" />
</install>
it must be named install.xml !

The files you want to install must be located in a folder "Installer"
which needs to get packed into the addon.tar.gz

now copy it as addon.tar.gz to /var/tmp/ and use the manual installer ;-)

what does it ?

was macht es ?
creates the folder emu_dccamd fo the uninstaller.
copies the install.xml and emulist.xml into the uninstall folder . Important !
else it wont get uninstalled.stall !
copies the dccamd to var/bin
after this the emulist.xml gets integrated into the one inside var/tuxbox/config and updates the entry.

you see. its easy to make addons ;-)

one more example ?



Code:
 <?xml version="1.0" encoding="iso-8859-1" ?>
<install>
<addon type="locale"/>
<dir permissions="755" make="/var/tuxbox/Installer/locales_tr" />
<dir permissions="755" make="/var/share/locale/tr" />
<dir permissions="755" make="/var/share/locale/tr/LC_MESSAGES" />
<cpfile permissions="755" from="/var/tmp/Installer/tuxbox-enigma.mo" to="/var/share/locale/tr/LC_MESSAGES/tuxbox-enigma.mo" />
<cpfile permissions="755" from="/var/tmp/Installer/install.xml" to="/var/tuxbox/Installer/locales_tr/install.xml" />
<add language="Turkish tr_TR" />
</install>

This one adds the turkish locale entry to the locale.alias

Code:
 <start auto="/hdd/nfs/nfs.sh start" />
this one append the string in auto to the /var/etc/init

Possible Addon types are:

emu, key, plugin, locale, fun, skin

more will come if needed.


Some more intresting points.

when installing addons of the type emu or keys.
the emudaemon switches back to Common Interface and after the installation back to your last active emu.

so its possible to update the running emu and keys without restart.


Some Points to the Addon remover.

this one uses the the on beginnig copied install.xml and emulist.xml and reverts this.

IMPORTANT: dont create Folders that already exist like /var/bin

you get the point ? ;-)

thats for now..

It will be a pleasure for me adding your builded addons to our online List.

Greetz

Spacy
Reply With Quote
Sponsored links
  #2 (permalink)  
Old 05-31-2005
Nemesis_'s Avatar
Registered User
 
Join Date: Feb 2005
Posts: 59
Thanks: 1
Thanked 0 Times in 0 Posts
Nemesis_ is on a distinguished road
Question Script??

The addon.tar.gz to /tmp/ feature is very user-friendly but i would like to make it even more easy for my friends....

Due to the problems with your download server I've made my own usermenu and would like to point this one to my own server and from this menu also install the addons.. (without having to go to the "Extras" menu.....)

What script is being executed when doing a "Install Addons manually" ??

Best regards
Nemesis
Reply With Quote
  #3 (permalink)  
Old 06-29-2005
spacy's Avatar
Moderator
 
Join Date: Dec 2003
Posts: 242
Thanks: 0
Thanked 1 Time in 1 Post
spacy is on a distinguished road
Quote:
Originally Posted by Nemesis_
The addon.tar.gz to /tmp/ feature is very user-friendly but i would like to make it even more easy for my friends....

Due to the problems with your download server I've made my own usermenu and would like to point this one to my own server and from this menu also install the addons.. (without having to go to the "Extras" menu.....)

What script is being executed when doing a "Install Addons manually" ??

Best regards
Nemesis
@Nemesis

whow sorry somehow overlooked this post ;-)

when u got the addon.tar.gz already in /tmp/
just unpack it on the shell with a tar xzvf addon.tar.gz
and after this just call /bin/setup.exe ;-)

and the addon gets installed ;-)


Greetz
Reply With Quote
  #4 (permalink)  
Old 06-30-2005
Nemesis_'s Avatar
Registered User
 
Join Date: Feb 2005
Posts: 59
Thanks: 1
Thanked 0 Times in 0 Posts
Nemesis_ is on a distinguished road
Quote:
Originally Posted by spacy
@Nemesis

whow sorry somehow overlooked this post ;-)

when u got the addon.tar.gz already in /tmp/
just unpack it on the shell with a tar xzvf addon.tar.gz
and after this just call /bin/setup.exe ;-)

and the addon gets installed ;-)


Greetz
Laugh out loud!! you can't imagine how many different ways i've tried do fix this problem.... .../bin/setup.exe...

THANK YOU Spacy!!..
Reply With Quote
  #5 (permalink)  
Old 08-20-2005
Registered User
 
Join Date: Aug 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
mils1 is on a distinguished road
Hi all. just got my dreambox. i'm trying to install an addon. ive placed in the the /tmp directory and extracted it.

but then I see I need to run /bin/setup.exe. well my dreambox 500s doesn't have that file in the /bin. Any ideas? (new to linux)
Reply With Quote
  #6 (permalink)  
Old 08-20-2005
disisdavo's Avatar
Registered User
 
Join Date: Jan 2003
Posts: 453
Thanks: 0
Thanked 0 Times in 0 Posts
disisdavo is on a distinguished road
dont extract the addon. place the tar.gz file in /tmp as is.
the image will extract and place in the correct places, providing its created corectly.

davo
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
RuDream Addons by Glava Nr. 7 Glava RuDream Images 23 12-11-2004 12:22 AM
RuDream Addons by Glava Nr. 6 Glava RuDream Images 49 11-14-2004 10:37 AM
How to make dm7000 download addons and others to the harddisk instead of the flash sami34 New Dreamers 2 11-04-2004 06:33 AM
RuDream Addons by Glava Nr. 4 Glava RuDream Images 39 11-02-2004 12:26 AM
RuDream Addons by Glava Glava RuDream Images 48 10-26-2004 07:00 AM


All times are GMT +10. The time now is 12:04 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Page generated in 0.26972 seconds with 10 queries