E2 cuberevo boot screens

arken

Registered
Messages
293
Hilary Duff bootup/shutdown screens for Cuberevo SifTeam Enigma2
ipbox 9*

Installation:
Copy to /boot at your E2 filesystem, when E2 is not running, replacing the original ones.

 
Last edited by a moderator:

arken

Registered
Messages
293
Sexy boot/shutdown screens

This is the last one that I have made.
The link below contain the full package with all above:



 
Last edited by a moderator:

arken

Registered
Messages
293
Megan Fox from Tansformers boot screen

Megan Fox from Tansformers boot screen.
Unrar & replace /boot/bootlogo.mvi

 
Last edited by a moderator:

arken

Registered
Messages
293
OK, I did not noticed. It must be part of my 'donating member' ;)elevated privileges.
 

arken

Registered
Messages
293
E2 random boot logo changer

Installation:
- extract to e2 filesystem (if using WinRAR&FTP chmod +x /var/script/randomlogo.sh)
- add to /var/etc/rcS_user.sh
Code:
/var/script/randomlogo.sh

The logos are located in /var/bootlogos. You can add there as many as you like, the file name does not matter.(but they must be MVI files) The script will pick a random logo from this directory and set it like bootlogo, at every _hard_ reboot. The logos included are: sexy, hilary, meganfox, meganfox2, chameleon.
 
Last edited:

acer2

Registered
Messages
199
Hi, arken
When I tried to unpack randomlogo.tar.gz, always I get message tar is corrupted. I tied again download, but the same message.
What I need to do now??

regards
acer2
 

arken

Registered
Messages
293
@acer
I will reupload. Check again tomorrow.
Meanwhile you can cut&paste the code. This is randomlogo.sh
Code:
#! /bin/sh
# bootlogo changer arken'2009
#

dir='/var/bootlogos'
n_files=`/bin/ls -1 "$dir" | wc -l | cut -f1`
rand_num=`awk "BEGIN{srand();print int($n_files * rand()) + 1;}"`
file=`/bin/ls -1 "$dir" | sed -ne "${rand_num}p"`
path=`cd $dir && echo "$PWD/$file"`  

echo "logo change" > /dev/dbox/fp0
sleep 2
cp $path /boot/bootlogo.mvi
 
Last edited:

Gman2oo6

Registered
Messages
16
Hi Mate

May i ask you how do you make them ?? I meen with what program ?
looking everywhere but can't find anything about .MVI files
 

Rocknroll

Staff member
Administrator
Messages
6,174
Here is one for nature and SU fans :)

Edit: Sorry converted logo wasn't of good quality. I've updated botologo file with a good one.
 

Rocknroll

Staff member
Administrator
Messages
6,174
but where is file ?

acer2

Sorry, please delete this post.

No, problem. You were probably reading the thread at the same moment while I was editing it to replace bootlogo file with newer one.
 
Top