Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
dased14
Old
(Last edited by dased14; 5th October 2012 at 07:05 PM.)
#1  
dased14's Avatar
Recognized Themer - OP
Thanks Meter 5241
Posts: 6,315
Join Date: Dec 2010
Location: cincy,ohio

 
DONATE TO ME
Default How to make your own BootAnimations

So in this class we will learn how to put together our own bootanimation.
(There will be no request taking in this thread,none (I have a thread for that and I will still add to and take request in). I will Help if you have problems only and if your a grammer and puctuation and probably spelling nazi PISS OFF )


For starters we need a few supplies for this class(i will link as many as i can)

1) a movie editing program(i use windows live movie maker)

2) Gimp (press for dl link) or photshop(if using gimp i would dl David's batch processor as well)
3) Irfanview for extracting to individual frames
4)Notepad++ for make the desc
5)7zip for zipping our animation


6)Bootanimtion previewer (by despotovski01 ) pretty cool it also plays sound as well




CHAPTER 1

so to start we need a clip(youtube is full of'em). after we find and save the clip we want to use, we open it in the movie editing program and we need to edit it so that it runs the way we would like it to, and sometimes we may need to edit for lenght(i stay under 40 seconds).
Ok now we have it running the way we want and it's at the perfect lenght now we save it. OK we have it all saved and sitting in a nice new folder,now we open Irfanview and we open the file we have saved and then we press options and then extract all frame[/IMG][/COLOR]
[COLOR=black]Uploaded with ImageShack.us[/IMG] make a new folder and save
(i do it this way cause after its done all frames are numbered as well as extracted)
Now that we have all the frames extracted we move on to editing the frames(i use PS to remove the boarders cause it has an easier batch crop) but not everyone has photoshop, so we'll do it the gimp way. Depending on the amount of frames your clip has this may take awhile, so open up a few frames and go to image and press auto crop( after the first frame you can press ctrl f to repeat for every frame }boom boarder gone!)so we have all the frames boarderless now we open David's Batch Processer(this will resize,rotate (if you want landscape)and save frames as jpeg or png[/IMG][/URL]
Uploaded with ImageShack.us[/IMG[/URL]] so first thing we do is press input and pick our boarderless frames,then turn if you want it in landscape(skip if you dont),next is resize [/IMG][/URL]
Uploaded with ImageShack.us[/IMG]as[/URL] you can see check the ones in red, and as for size I use half the screen size(evo 3d 540x960=270x480. can be changed for other phones),next is the rename, here i like to create a new folder inside the folder that holds the frames we are using, and last is the saved image type(must open or it will save all frames as bmp) i like to save as jpeg because it helps keep the file size down, but you can use png.

Now we have all the frames edited so when we go into the folder it will be filled with the original frames and the folder we created with all the edited frames we are going to use,open the folder we created in David's Batch, now we have to make the folders that hold all the frames for the bootanimation(my rule is no more than 200 frames per folder) so look at your frame count and add new folders accordingly as we create those folders we need to name them I'm a fan of Part0,Part1 etc...
Ok we now have all the frames in their cozy little folders with pretty names, correct?

Now we'll add the desc this is where Notepad++ comes into play for this little project. Now you can do this two ways (1) you can use one from another bootanimation and edit it or (2) you can just write your own(we're going with opition B) So open Notepad++, in line 1 we write the size to be played at(again evo 3d 540x960) next is the speed (depends?) press enter, then we put P(lower case,i think thats for play) the 1(for play through once) then 0(no pause) press enter and we do that for every folder(note* if you want the last folder to loop you would write p 0 0 Part__){that first 0 is what makes the folder loop until phone boot up} NOW after we have a line for every folder we press enter(Thats a must)[/IMG][/URL]
Uploaded with ImageShack.us[/IMG[/URL]] and when its all wrote up save it and copy it to our animation folder so it should look like this. *Example*[/IMG][/URL]
Uploaded with ImageShack.us[/IMG[/URL]]

Now you will want to zip it up so open 7zip and go to your animation folder highlight all inside and press add [/IMG][/URL]
Uploaded with ImageShack.us[/IMG[/URL]] and it will open a pop box like the "Example". Name your file Sprint_bootanimtion(it will add the zip part when saving) and in compression level set it to store(major cause of the black screen if not done) and press enter. now you can run your newly make bootanimation in the previewer mentioned above or you can use root explorer (or es file explorer)to install, either way moving along.
Hit the THANKS BUTTON for anyone that has HELPED YOU.
Help me buy some redbull








Check me out at Google Play
The Following 27 Users Say Thank You to dased14 For This Useful Post: [ Click to Expand ]
 
dased14
Old
(Last edited by dased14; 9th July 2012 at 09:44 PM.)
#2  
dased14's Avatar
Recognized Themer - OP
Thanks Meter 5241
Posts: 6,315
Join Date: Dec 2010
Location: cincy,ohio

 
DONATE TO ME
ok so now you have a killer custom made bootanimation made by you and you want sound maybe?
To get sound(on most sense based roms) you will need the rom of your choice and you need to locate the default.xml
pretty easy to find just unzip rom and goto system/customize/CID
pull the default.xml and open with notepad++(link up there ^^^^)
then you need to scroll down and find this line
<BootAnimation animation="/system/customize/resource/Sprint_bootanimation.zip" /> and change it to this

<BootAnimation animation="/system/customize/resource/Sprint_bootanimation.zip" audio="/system/customize/resource/android_audio.mp3" /> (notice the change in blue you can name anything you like) save your changes and there are a few ways to move to phone

1.) adb = cd to where you have adb on pc and type in this adb push (drag file) system/customize/CID(must be caps) (hit enter)
2.) you can place on sdcard and using the file explorer of your choice copy to system/customize/CID (rename the og one to something like default.bak.xml or delete) and reboot
3.) or make it flashable along with the animation and sound(must have folder set up and named correctly)



and this also works for adding sound to downanimations just change this line:

<ShutdownAnimation image_png="/system/customize/resource/Sprint_downanimation.zip" image="" fps="15" />

to this and save

<ShutdownAnimation image_png="/system/customize/resource/Sprint_downanimation.zip" audio="/system/customize/resource/audio_out.mp3" image="" fps="15" />

and enjoy



(as always I or XDA,god,the government or space aliens are NOT responsible if you brick,bootloop,get smacked or get your ass kicked by some crazy ass person cause you wanted to show off the new animation that you made and added sound too.)
Hit the THANKS BUTTON for anyone that has HELPED YOU.
Help me buy some redbull








Check me out at Google Play
The Following 10 Users Say Thank You to dased14 For This Useful Post: [ Click to Expand ]
 
dased14
Old
(Last edited by dased14; 9th July 2012 at 09:44 PM.)
#3  
dased14's Avatar
Recognized Themer - OP
Thanks Meter 5241
Posts: 6,315
Join Date: Dec 2010
Location: cincy,ohio

 
DONATE TO ME
I'll take this one instead
Sent From My Sweet Ass EVO LTE :P[/QUOTE]



Sent From My Sweet Ass EVO LTE :P
Hit the THANKS BUTTON for anyone that has HELPED YOU.
Help me buy some redbull








Check me out at Google Play
The Following 4 Users Say Thank You to dased14 For This Useful Post: [ Click to Expand ]
 
wileout
Old
#4  
wileout's Avatar
Senior Member
Thanks Meter 619
Posts: 1,519
Join Date: Oct 2011
Location: el paso
Glad to see you over here and finally posting buddy i need some tips so ill pm you later if thats ok

Sent from my EVO using xda premium

sent from my nightmarish EVOl EVO 4G LTE
The Following User Says Thank You to wileout For This Useful Post: [ Click to Expand ]
 
dased14
Old
#5  
dased14's Avatar
Recognized Themer - OP
Thanks Meter 5241
Posts: 6,315
Join Date: Dec 2010
Location: cincy,ohio

 
DONATE TO ME
Always is

Sent From My Sweet Ass EVO LTE :P
Hit the THANKS BUTTON for anyone that has HELPED YOU.
Help me buy some redbull








Check me out at Google Play
The Following 2 Users Say Thank You to dased14 For This Useful Post: [ Click to Expand ]
 
jeffsanace
Old
#6  
jeffsanace's Avatar
Recognized Contributor / Themer
Thanks Meter 2773
Posts: 2,788
Join Date: May 2010
Location: Wilmington, De.

 
DONATE TO ME
How the heck am I supposed to remember all that? Can't you just do it for me? Lmao! Seriously though, very nice tutorial. How the H@ll am I the only thanks???? Show some love people!

121 views and 1 thanks. WTF!

One Bad Seed creates another.


If I have helped you, Please hit the the THANKS BUTTON!

The Following User Says Thank You to jeffsanace For This Useful Post: [ Click to Expand ]
 
dased14
Old
#7  
dased14's Avatar
Recognized Themer - OP
Thanks Meter 5241
Posts: 6,315
Join Date: Dec 2010
Location: cincy,ohio

 
DONATE TO ME
Quote:
Originally Posted by jeffsanace View Post
How the heck am I supposed to remember all that? Can't you just do it for me? Lmao! Seriously though, very nice tutorial. How the H@ll am I the only thanks???? Show some love people!

121 views and 1 thanks. WTF!

One Bad Seed creates another.
Dual screen ftw

Sent From My Sweet Ass EVO LTE :P
Hit the THANKS BUTTON for anyone that has HELPED YOU.
Help me buy some redbull








Check me out at Google Play
 
wileout
Old
#8  
wileout's Avatar
Senior Member
Thanks Meter 619
Posts: 1,519
Join Date: Oct 2011
Location: el paso
Is there a way to do this on ubuntu or does it have to be done on windows?

Sent from my EVO using xda premium

sent from my nightmarish EVOl EVO 4G LTE
 
dased14
Old
#9  
dased14's Avatar
Recognized Themer - OP
Thanks Meter 5241
Posts: 6,315
Join Date: Dec 2010
Location: cincy,ohio

 
DONATE TO ME
Quote:
Originally Posted by wileout View Post
Is there a way to do this on ubuntu or does it have to be done on windows?

Sent from my EVO using xda premium
Dont know never tried but I'll look in to it. I know some of those programs are available in linux such as gimp, 7zip
I'll have to check out a notepad++ and a movie editing program and irfanview type program
Sent From My Sweet Ass EVO LTE :P
Hit the THANKS BUTTON for anyone that has HELPED YOU.
Help me buy some redbull








Check me out at Google Play
 
wileout
Old
#10  
wileout's Avatar
Senior Member
Thanks Meter 619
Posts: 1,519
Join Date: Oct 2011
Location: el paso
Quote:
Originally Posted by dased14 View Post
Dont know never tried but I'll look in to it. I know some of those programs are available in linux such as gimp, 7zip
I'll have to check out a notepad++ and a movie editing program and irfanview type program
Sent From My Sweet Ass EVO LTE :P
thanks bro id appreciate it i got giimp and 7zip downloaded already on linux but i just need to know what to use for the editing and whatever infranview is for...i got a sick ass korn/nightmare music vid i want as the new ani soo the sooner i can learn the better lol....then again i suppose i could just boot up into windows and do it that way since you already have the tutorial up for windows i just think its a lot easier to use linux for some things you know...btw did you get my pm earlier

 
Post Reply+
Tags
bootsani's, great guide, teaching kw123 to read
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...