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
