[android-porting] Re: Cupcake: How Android loads its boot logo?

2009-04-23 Thread Zia
That works. Thanks! On Apr 21, 6:42 pm, Matthew Porter mpor...@embeddedalley.com wrote: On Apr 21, 2009, at 6:19 PM,Ziawrote: I trying to find out how Android loads it boot logo? I noticed that the file android-logo-mask.png exists in framework-res.apk and

[android-porting] Re: Cupcake: How Android loads its boot logo?

2009-04-21 Thread Yi Sun
are you looking for initlog? If you are, take a look at init.c:829 On Tue, 2009-04-21 at 15:19 -0700, Zia wrote: I trying to find out how Android loads it boot logo? I noticed that the file android-logo-mask.png exists in framework-res.apk and frameworks\base\core\res\assets\images, however, I

[android-porting] Re: Cupcake: How Android loads its boot logo?

2009-04-21 Thread Zia
system/core/init/init.c:829 refers to /initlogo.rle , which doesn't exist. I'm trying to find how the Android Logo gets loaded and displayed when zygote is started by init.rc On Apr 21, 3:51 pm, Yi Sun beyo...@gmail.com wrote: are you looking for initlog? If you are, take a look at init.c:829

[android-porting] Re: Cupcake: How Android loads its boot logo?

2009-04-21 Thread Matthew Porter
On Apr 21, 2009, at 6:19 PM, Zia wrote: I trying to find out how Android loads it boot logo? I noticed that the file android-logo-mask.png exists in framework-res.apk and frameworks\base\core\res\assets\images, however, I couldn't trace it in the code. The init section in system/core/init