changing splash screen in android

venkatraman7

Member
Dec 6, 2010
11
0
Hi all,

I am trying to change splash screen for android with my own splash screen
I followed the steps as follows:
1. Created a new image and save it as raw file
2. I tried to change raw file to rle file using to565 C program but failed the coding is not showing any dependency nor any error so I download a sample initlogo.rle from net :cool:
3. I pasted the initlogo.rle to /out directory
4.I compiled the source code

but no change is happened :mad:

I tried in init.rc to stop the boot animation and I got succeed in it but not on changing the splash screen

Please correct me If i made any mistakes
 
Top