[android-porting] Re: splash screen

2012-05-31 Thread Ronnyek
Which splash screen? On most hardware that are at least 3 diff places you can do it. 1) Bootloader u-boot allows you to supply a RLE bitmap to use as a boot image. 2) Linux kernel will let you use simple bitmaps as splash images 3) You can modify stock progress indicator in bootanimation.c (

[android-porting] Re: splash screen

2012-06-01 Thread Alvin Wong
Hi, There are lots of tutorials on teaching you how to change the bootanimation.zip for stock ROM. I believe if you search for `bootanimation.zip` you will find out lots of information. If you want a direct link it's here http://forum.xda-developers.com/showthread.php?t=1234611 If you want to cha

Re: [android-porting] Re: splash screen

2012-06-01 Thread Ranganath TM
Hi Ronnyek, can you please explain me in detail, so that it will help me a lot. Thanks Ranganath.T.M On Fri, Jun 1, 2012 at 3:12 AM, Ronnyek wrote: > Which splash screen? > > On most hardware that are at least 3 diff places you can do it. > > 1) Bootloader u-boot allows you to supply a RL