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.
hello guys!
i'm trying to create a theme and i started modding the images but i've found some images in framework-res.apk that i can't locate where they are in the ui
can you tell me what is the purpose of these files? (maybe with an image where they are to be found in the ui)
battery_charge_background.png
bottom_bar.png
btn_check_label_background.9.png
btn_close_normal.png
btn_keyboard_key_fulltrans_normal.9.png
btn_square_overlay_normal.png
quickcontact_badge_pressed.9.png
sym_keyboard_num9.png
thanks guys!
Hi, I'm sorry if this is a silly question. But how do I install Themes for the xperia arc S. I found a few themes that I would like to install, what should I do ? Do I need to download them into my phone ? or can I download them directly into my SD card? I'm sorry but I'm really new to android and dont want to take any risks in breaking my device. thanks i advance.
anyone ? just point me towards the thread and ill read it myself. thanks
http://forum.xda-developers.com/showthread.php?t=1213888
I suggest start here..
download the themes, extract, copy to sdcard, then install the apks
hope this helps
Look around or use the search function, dude.
It's not hard to find articles like that and wait before posting again.
I dont get it, I'm reading some of the guides here to install themes and they sounds complicated with replacing files and setting permissions. On the other hand, I browsed the web out of this forum and found out that I can simply install ADW Launcher and download themes very easily that way. What are the differences between these 2 methods ?
Replacing makes it inbuilt while awd launcher overwrites i.e. It's above default inbuilt theme. For the first method, you need to root your phone and need a root explorer.
Feel free to write if you are not aware .
Press thanks
Xperia Arc (rooted)
Hello everybody,
I search a boot animation from Mass Effect.
I found this but
i want an animation with the Normandy like that :
http://www.youtube.com/watch?v=ipqJ-rZEoUY
If anybody can't help me, maybe you can tell me how i can make that animation with a tuto.
Thx.
Little advice: Try to download the video, break it down into separate PNGs. From there, search for Boot Animation Creator (something like that) to make it.
I'd help out some more, but school is killing me right now .
wrong thread sorry