Hello, To create an rle file from a "normal" image file you can use the rgb2565 in your build tree under build/tools along with imagemagick. The steps are detailed here: http://forum.xda-developers.com/showthread.php?t=456071
In some phones the bootlogo is part of the boot.img, and you could unpack, replace and repack and flash the modified image to see the images. As for bootanimation.zip, you need to split your animation into individual frames. I use virtualdub to do it but most image editors allow you to export as individual frames. See:http://forum.xda-developers.com/showthread.php?t=792089 http://www.machackpc.com/how-to-changecreate-your-boot-animation-for-droid/ On Jun 9, 12:55 am, ran <[email protected]> wrote: > Hello, > > To replace initial bootlogo simply push new one to Android device: adb > push newlogo.rle /initlogo.rle, restart is a new LOGO. > Use adb may need to install driver, your own online searches. > > In addition, the boot animation (replacing ANDROID text scroll > animation) can also be replaced. you can use > adb push newbootanimation.zip /system/media/bootanimation.zip > > If you do not use adb, then can follow the RE, then replaced into the > SD card. > > Alexandre > > On Jun 8, 9:15 am, kfpan <[email protected]> wrote: > > > > > > > > > Hi, > > > I am asked to look into replacing Android initial booting command > > line with customized flash image. It is better to replace the standard > > "ANDROID" animation as well. I am new to bootloader. But I guess there > > should be a standard way to achieve this for manufactures. Can someone > > give pointers for how to do so? > > > Thanks, > > Ron -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
