Re: [android-porting] Re: Customising Splash Screen in ICS

2012-10-05 Thread Alvin Wong
Hi, First of all, I have received your older email. You don't need to resend just because I haven't replied. For initlogo.rle, try using a png as the source image instead. For boot sound, I have no idea. Regards, Alvin Wong 2012/10/5 Shivanagouda Biradar shivanagouda.bira...@asmaitha.com

Re: [android-porting] Re: Customising Splash Screen in ICS

2012-10-03 Thread Alvin Wong
Hi, Have you tried the program at XDA Forumhttp://forum.xda-developers.com/showthread.php?t=1678540? And what's the actual situation of your initlogo.rle? Do you have a photo? Regards, Alvin Wong 2012/10/3 Shivanagouda Biradar shivanagouda.bira...@asmaitha.com: Hello Alvin, With respect

Re: [android-porting] Re: Customising Splash Screen in ICS

2012-10-03 Thread Shivanagouda Biradar
Hello Alvin, With respect bootanimation, I am using the existing boot animation , downloaded from android forum. i made the modification in desc.txt, where i changed the the resolution . 480 800 24 p 1 0 part0 p 0 0 part1 the old one was, 320 320 24 p 1 0 part0 p 0 0 part1 and , what

Re: [android-porting] Re: Customising Splash Screen in ICS

2012-10-03 Thread Alvin Wong
Hi, With your first problem regarding the bootanimation.zip, please check the format. Firstly, the zip file itself must be compressed in store mode. Secondly, the png files should be of 32-bit RGBA. Perhaps you can find some existing bootanimation.zip to test. With your second problem, have you

Re: [android-porting] Re: Customising Splash Screen in ICS

2012-10-03 Thread Shivanagouda Biradar
Hello Alvin, Thank you for the information, its helping me in great. 1 With respect to Boot animation , I have placed the bootanimation.zip in source/vendor/bootanimation/bootanimation.zip. In my device.mk , i added the PRODUCT_COPY_FILES PRODUCT_COPY_FILES += \

Re: [android-porting] Re: Customising Splash Screen in ICS

2012-10-03 Thread Alvin Wong
You're welcome :) And for initlogo.rle, do you have a photo? You didn't described the situation as clearly as I would have expected. You can perhaps try looking for other scripts that does the same thing in a different way, mainly in XDA forum. 2012/10/3 Shivanagouda Biradar

Re: [android-porting] Re: Customising Splash Screen in ICS

2012-09-28 Thread Alvin Wong
Hi, The Android boot process (not counting bootloader) is in two parts. The first part `init` will display `initlogo.rle` if there is one. Once the boot process is further, the `bootanimation` will display the boot animation `bootanimation.zip` (possible in three locations) or if there is none,

Re: [android-porting] Re: Customising Splash Screen in ICS

2012-09-28 Thread Shivanagouda Biradar
Hello Alvin , Thank you for the information , its working. But . i am getting only half screen . The splash image i used , will be displayed twice, covering half screen only. i am trying in 7inch tablet, having 800x480 resolution. How to make the splash image appear full screen and displaying it

Re: [android-porting] Re: Customising Splash Screen in ICS

2012-09-25 Thread Alvin Wong
Hi, In your `device.mk`, add this to `PRODUCT_COPY_FILES` (I believe if you're porting Android you should have this file?) (checked against 2.3.7_r1 but should work on later build environments): PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/path/to/initlogo.rle:root/initlogo.rle And when

Re: [android-porting] Re: Customising Splash Screen in ICS

2012-09-25 Thread Shivanagouda Biradar
Dear Alvin , Yes, you are right . changing initlogo.rle . i have done with customizing initlogo.rle. but, not getting where to place this file? what does root of ramdisk mean ? i am using ICS 4.0.1, source code . please advice , how to customize initlogo.rle ? Shivanagouda. On Sat, Sep 22, 2012

[android-porting] Re: Customising Splash Screen in ICS

2012-09-24 Thread Alvin Wong
You mean initlogo.rle, do you? There is a tool `rgb2565 -rle`http://www.netmite.com/android/mydroid/build/tools/rgb2565/to565.cthat will convert a raw image to the .rle format. I recall I had found a python script to automatically do the work from png, but I can't find it now... Shivan於

Re: [android-porting] Re: Customising Splash Screen in ICS

2012-09-24 Thread Shivanagouda Biradar
Hello Weston , I am using Tablet, having ST-Ericsson Nova A9500 processor , and ICS 4.0.3 android OS. When I run the benchmark tool , Caffeinemark , which measures JVM performance , It is giving me the least performance. How can i increase JVM performance ? On what parameters, does this

[android-porting] Re: Customising Splash Screen in ICS

2012-09-21 Thread Luccio
Hi, i have the same problem, any issues? Thanks for help Best Regards Le mardi 18 septembre 2012 07:35:17 UTC+2, Shivan a écrit : Hello All, I would like to customize splash screen , in ICS over snowball. Can anyone help me , where to make modifications in android source code, I

[android-porting] Re: Customising Splash Screen in ICS

2012-09-19 Thread Weston Weems
This is information that extremely easy to come by. Basically you need bootanimation.zip, and stick it in one of two locations. You can also add this at the bootloader level on some devices. http://www.vikitech.com/10661/complete-guide-customizing-android-boot-animation Weston On Monday,