1 : Install the Image Magick package (for convert a .jpg, .png ... to a .raw)
- Code: Select all
sudo apt-get install imagemagick
2 : Download the converter (for convert a .raw to a .rle)
http://www.mediafire.com/?rw1vraywdr07bkd
3 : Get a picture. ex : http://img580.imageshack.us/img580/5091/initlogo.jpg
Name your picture "initlogo.jpg"
For a fullscreen logo, get it to 480x800.
If the picture is more small, she will be show but not in fullscreen.
4 : Extract the files from the archive to565.zip in the same folder as the image

5 : Navigate to the folder where you have put your files using : cd
Run the commands :
- Code: Select all
convert -depth 8 initlogo.jpg rgb:initlogo.raw
./to565 -rle < initlogo.raw > initlogo.rle
sudo chmod 777 initlogo.rle
6 : Copy initlogo.rle in the root folder of your JetDroid ext3 partition (the name initlogo.rle is very important)
7 : Start JetDroid and enjoy
