[android-porting] Re: Replace the booting command line with customized flash image

2011-06-08 Thread ran
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

[android-porting] Re: Replace the booting command line with customized flash image

2011-06-08 Thread ヘマント
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