I have searched everywhere and have seen many boot animations created but how do you go about creating your own. I am very interested in making a custom android boot animation. If anyone could please create a tutorial that would be great. Thanks in advance.
pretty sure there is a tutorial for that already. I will try to dig up a link for you
..Heres one for the boot screen:
http://forum.xda-developers.com/showthread.php?t=697527
heres one for the splash screen:
http://forum.xda-developers.com/showthread.php?t=703344
And if you search in the dev/theme forum you can probably find some more
here is a tiny video demonstrating the change of boot up sound..............
that guy who uploaded this isnt speaking up so i am putting it over here for all of u to see whats it about.....
watch?v=S-WwhUqjsGs
sorry cant embed video.... just use this link append it after youtube dot com
http://www.youtube.com/watch?v=S-WwhUqjsGs
thanks bro.................
Do not see anything surprising.
These boot sound files available through a sTune at /SystemFS/PowerOnOff/Sound/
Yeah i knew that one alright, any idea where the boot splash animation is located?
its probably and .so right?
sabianadmin said:
any idea where the boot splash animation is located?
Click to expand...
Click to collapse
Boot splash animation is located nearby: /SystemFS/PowerOnOff/Image/
This is a compressed bitmap images. I do not know how to decompress.
Also there is an interesting file: /Registry/PowerOnOff.ini
Code:
#Version
Version=1
#PlayAnimationType
AnimationType=bmp
#PowerOnOffAniInit
PowerOnSound=/SystemFS/PowerOnOff/Sound/PowerOn.wav
PowerOffSound=/SystemFS/PowerOnOff/Sound/PowerOff.wav
MainLCDHeight=800
MainLCDWidth=480
PowerOnAniFrame=25
PowerOffAniFrame=25
PowerOnAniImage0=/SystemFS/PowerOnOff/Image/poweron_00.img
PowerOnAniDelay0=90
PowerOnAniImage1=/SystemFS/PowerOnOff/Image/poweron_01.img
PowerOnAniDelay1=90
PowerOnAniImage2=/SystemFS/PowerOnOff/Image/poweron_02.img
PowerOnAniDelay2=90
PowerOnAniImage3=/SystemFS/PowerOnOff/Image/poweron_03.img
PowerOnAniDelay3=90
PowerOnAniImage4=/SystemFS/PowerOnOff/Image/poweron_04.img
PowerOnAniDelay4=90
PowerOnAniImage5=/SystemFS/PowerOnOff/Image/poweron_05.img
PowerOnAniDelay5=90
PowerOnAniImage6=/SystemFS/PowerOnOff/Image/poweron_06.img
PowerOnAniDelay6=90
PowerOnAniImage7=/SystemFS/PowerOnOff/Image/poweron_07.img
PowerOnAniDelay7=90
PowerOnAniImage8=/SystemFS/PowerOnOff/Image/poweron_08.img
PowerOnAniDelay8=90
PowerOnAniImage9=/SystemFS/PowerOnOff/Image/poweron_09.img
PowerOnAniDelay9=90
PowerOnAniImage10=/SystemFS/PowerOnOff/Image/poweron_10.img
PowerOnAniDelay10=90
PowerOnAniImage11=/SystemFS/PowerOnOff/Image/poweron_11.img
PowerOnAniDelay11=90
PowerOnAniImage12=/SystemFS/PowerOnOff/Image/poweron_12.img
PowerOnAniDelay12=90
PowerOnAniImage13=/SystemFS/PowerOnOff/Image/poweron_13.img
PowerOnAniDelay13=90
PowerOnAniImage14=/SystemFS/PowerOnOff/Image/poweron_14.img
PowerOnAniDelay14=90
PowerOnAniImage15=/SystemFS/PowerOnOff/Image/poweron_15.img
PowerOnAniDelay15=90
PowerOnAniImage16=/SystemFS/PowerOnOff/Image/poweron_16.img
PowerOnAniDelay16=90
PowerOnAniImage17=/SystemFS/PowerOnOff/Image/poweron_17.img
PowerOnAniDelay17=90
PowerOnAniImage18=/SystemFS/PowerOnOff/Image/poweron_18.img
PowerOnAniDelay18=90
PowerOnAniImage19=/SystemFS/PowerOnOff/Image/poweron_19.img
PowerOnAniDelay19=90
PowerOnAniImage20=/SystemFS/PowerOnOff/Image/poweron_20.img
PowerOnAniDelay20=90
PowerOnAniImage21=/SystemFS/PowerOnOff/Image/poweron_21.img
PowerOnAniDelay21=90
PowerOnAniImage22=/SystemFS/PowerOnOff/Image/poweron_22.img
PowerOnAniDelay22=90
PowerOnAniImage23=/SystemFS/PowerOnOff/Image/poweron_23.img
PowerOnAniDelay23=90
PowerOnAniImage24=/SystemFS/PowerOnOff/Image/poweron_24.img
PowerOnAniDelay24=1000
PowerOffAniImage0=/SystemFS/PowerOnOff/Image/poweroff_00.img
PowerOffAniDelay0=100
PowerOffAniImage1=/SystemFS/PowerOnOff/Image/poweroff_01.img
PowerOffAniDelay1=100
PowerOffAniImage2=/SystemFS/PowerOnOff/Image/poweroff_02.img
PowerOffAniDelay2=100
PowerOffAniImage3=/SystemFS/PowerOnOff/Image/poweroff_03.img
PowerOffAniDelay3=100
PowerOffAniImage4=/SystemFS/PowerOnOff/Image/poweroff_04.img
PowerOffAniDelay4=100
PowerOffAniImage5=/SystemFS/PowerOnOff/Image/poweroff_05.img
PowerOffAniDelay5=100
PowerOffAniImage6=/SystemFS/PowerOnOff/Image/poweroff_06.img
PowerOffAniDelay6=100
PowerOffAniImage7=/SystemFS/PowerOnOff/Image/poweroff_07.img
PowerOffAniDelay7=100
PowerOffAniImage8=/SystemFS/PowerOnOff/Image/poweroff_08.img
PowerOffAniDelay8=100
PowerOffAniImage9=/SystemFS/PowerOnOff/Image/poweroff_09.img
PowerOffAniDelay9=100
PowerOffAniImage10=/SystemFS/PowerOnOff/Image/poweroff_10.img
PowerOffAniDelay10=100
PowerOffAniImage11=/SystemFS/PowerOnOff/Image/poweroff_11.img
PowerOffAniDelay11=100
PowerOffAniImage12=/SystemFS/PowerOnOff/Image/poweroff_12.img
PowerOffAniDelay12=100
PowerOffAniImage13=/SystemFS/PowerOnOff/Image/poweroff_13.img
PowerOffAniDelay13=100
PowerOffAniImage14=/SystemFS/PowerOnOff/Image/poweroff_14.img
PowerOffAniDelay14=100
PowerOffAniImage15=/SystemFS/PowerOnOff/Image/poweroff_15.img
PowerOffAniDelay15=100
PowerOffAniImage16=/SystemFS/PowerOnOff/Image/poweroff_16.img
PowerOffAniDelay16=100
PowerOffAniImage17=/SystemFS/PowerOnOff/Image/poweroff_17.img
PowerOffAniDelay17=100
PowerOffAniImage18=/SystemFS/PowerOnOff/Image/poweroff_18.img
PowerOffAniDelay18=100
PowerOffAniImage19=/SystemFS/PowerOnOff/Image/poweroff_19.img
PowerOffAniDelay19=100
PowerOffAniImage20=/SystemFS/PowerOnOff/Image/poweroff_20.img
PowerOffAniDelay20=100
PowerOffAniImage21=/SystemFS/PowerOnOff/Image/poweroff_21.img
PowerOffAniDelay21=100
PowerOffAniImage22=/SystemFS/PowerOnOff/Image/poweroff_22.img
PowerOffAniDelay22=100
PowerOffAniImage23=/SystemFS/PowerOnOff/Image/poweroff_23.img
PowerOffAniDelay23=100
PowerOffAniImage24=/SystemFS/PowerOnOff/Image/poweroff_24.img
PowerOffAniDelay24=100
SubLCDHeight=0
SubLCDWidth=0
PowerOnSubFrame=0
PowerOffSubFrame=0
LpmOnAniFrame=5
LpmOnSubFrame=0
LpmOnAniImage0=/SystemFS/PowerOnOff/ImageBattery/battery_01.img
LpmOnAniDelay0=1000
LpmOnAniImage1=/SystemFS/PowerOnOff/ImageBattery/battery_02.img
LpmOnAniDelay1=1000
LpmOnAniImage2=/SystemFS/PowerOnOff/ImageBattery/battery_03.img
LpmOnAniDelay2=1000
LpmOnAniImage3=/SystemFS/PowerOnOff/ImageBattery/battery_04.img
LpmOnAniDelay3=1000
LpmOnAniImage4=/SystemFS/PowerOnOff/ImageBattery/battery_05.img
LpmOnAniDelay4=1000
#PlayFlashInit
PowerOnFlash=power_on.swf
PowerOffFLash=power_off.swf
PowerOnSubFlash=subpower_on.swf
PowerOffSubFLash=subpower_off.swf
PowerOnAniFrame=1
PowerOffAniFrame=1
PowerOnSubFrame=1
PowerOffSubFrame=1
That being an ini file is just a settings file! jackpot! Ok keep digging and tell use what you find. ill be doing the same.
so since u know where and what it is can u make a thread and put up a tutorial on how to do it!? that would be helpful for the non techie guys!!
Good morning! I'm trying to put the sound "PowerOn.wav" at / SystemFS / PowerOnOff / Sound / with stun, but when I delete the original sound, it comes back. Can anyone tell me how to delete and replace the new sound.
hello guys, I've written a guide to change the sound boot
is here
you must change
PowerOnSound=/SystemFS/PowerOnOff/Sound/PowerOn.wav
PowerOffSound=/SystemFS/PowerOnOff/Sound/PowerOff.wav
to
PowerOnSound=/Mount/Mmc/PowerOnOff/Sound/PowerOn.wav
PowerOffSound=/Mount/Mmc/PowerOnOff/Sound/PowerOff.wav
in file: /Registry/PowerOnOff.ini
so u mean to say we need to keep a file named poweron.wav and poweroff.wav in our cards and wave should load from it?
it works , i can't post the link , but i wrote a guide on ipmart italia ,
i send you the link in pm
you could just post the guide here..
it's in italian
http://www.ipmart-forum.it/showthread.php?361204-cambiare-suoni-power-On-Off-Wave-s8500
ok so this was the boot sound... anything else can be modified using any similar method??
i don't know , we must search with stune ....
boot animation perhaps?????
Testing with another member.
i would like to create custom boot animation, how can i do it? how i need to compress those images etc?
i have tryed searching but havent managed to find much useful infos :/
solved this one. sorry for useless post
http://www.droid-life.com/2010/04/13/how-to-create-a-droid-custom-boot-animation/ <-- found this
hi, i am searching for a boot animation i have lost. it was a white background that was saying htc with sense 5 and had green wavy lines. does anybody have it? thank you
i have found this rom http://forum.xda-developers.com/showthread.php?t=2320080 that includes the bootanimation i want but it has 320x400p instead of 480x800 that i need.. can anybody help me?
Can someone please help me make a this a flash able boot screen for our device i find this so cool but its in gif here is the link http://patakk.tumblr.com/post/70792181110/sigur-ros-kveikur-x-patakk
Show me how to do it and also do it for me in case i mess up thanks