Boot Screen Customization ----- these are for linux users, you also need to have the android source i believe
***** this does modify your boot, and can be risky if you mess things up...be carefull and I'm not responsible if you brick your phone :) *****
At startup, Android displays a splashscreen image while booting the device. Do the following if you wish to modify the default splash screen:
1. Create a 320x480 image, splashscreen.jpg in this example.
2. Using ImageMagick, convert your .jpg file to .r format: <--- ImageMagic is on Ubuntu Linux
in a terminal type ...
convert screen.jpg screen.r
3. Use the rgb2565 application to convert the image to 565 format: <---- rgb2565 is in the /build/tools/ directory of the aosp source if you have downloaded it.
rgb2565 < screen.rgb > screen.565
4. Use fastboot to flash the image to the device: <-------http://android-dls.com/wiki/index.php?title=Fastboot info on fastboot here
fastboot flash splash1 screen.565
Carrier: Verizon Wireless
Phone: Motorola Droid
Rom: ESE81 R2 built from source
Kernel: P3Droid 1200mhz
Recovery: Clockwork
gtalk
durlonb@gmail.com