[TUTORIAL] How To Make Custom Bootanimation - Galaxy Grand 2 General

Hello Everyone
Here Is The Tutorial On How to Create Ur Own Boot Animation for U r Mobile...
Requirements :
1) Windows OS
2) BootAnimation Factory
3) Image Resizer (To change the resolution of the images)
4) Image Editing Software ( Your wish)
(A)Photoshop (B) GIMP
5) 7Zip
6) Notepad++
What Is BootAnimation??
The Android boot animation is contained within a an uncompressed zip file called bootanimation.zip that can be found in the media folder of the system partition i.e. /system/media on the internal memory of the device. This single file contains all the information required to play the boot animation, and is loaded automatically when the device boots.
What a Bootanimation.zip Contains??
. If you extract the contents of the bootanimation.zip file to your computer, you will see:
1) A desc.txt file
2) A part0 folder (Contains PNG images named in incremental numbers)
3) More part1, part2 etc. folders (May or may not be present)
As you can see, bootanimation.zip merely contains one text file and one or more folders with PNG images. The animation is played simply by displaying the images in a sequence, and the text file defines how they are to be played. In essence, first the PNG files in the part0 folder are displayed one after the other and afterwards, those in the part1 file – if it exists – are displayed, again one after the other, and so on. All of this is defined in the desc.txt file.hence desc.txt file is vital file for creating a bootanimation.
Now Will See What Each Files And Folder Does:laugh:
Imp : I Am Taking The Example Of My Samsung Galaxy Grand 2 SM-G7102 whose Resolution is 720x1280. This Guide is applicable to all Andriod Devices Difference u have to make is the RESOLUTION of u r Device.
The folders
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
These contain PNG images named in numbers, starting from something like 0000.jpg or 00001.jpg and proceeding with increments of 1. There has to be at least one folder, and there is no known upper limit to the number of folders.
The desc.txt file
This file defines how the images in the folder(s) are displayed during the boot animation, in the following format:
Width Height Frame-rate
p Loop Pause Folder1
p Loop Pause Folder2
An example of a desc.txt file is:
720 1280 30
p 1 0 part0
p 0 0 part1
As you can see, in the first line, 720 and 1280 define the width and height of the boot animation in pixels for this example. This must be the same as the screen resolution of your device for the boot animation to properly play in full screen. 30 is the frame rate in fps (frames per second) i.e. number of images to display per second.
The second and third lines have a same format, start with p, which stands for a part of the animation and end in part0 or part1, which denotes the folder in which the images for that part are present.
The number after ‘p’ defines how many times this part will loop (repeat playback) before switching to the next part (if present). Specifying 0 would make the part loop indefinitely till the phone has fully booted.
The next number is for the pause, and is expressed in the number of frames, which can be translated into time by dividing it by the frame rate. A pause of 15 for example, would mean pausing for the time it takes 15 frames to play and since the frame rate is 30 frames per second, 15 frames would take half a second.
Translating all of this in case of the above example, the boot animation will play at a resolution of 720 by 1280 pixels, at a frame rate of 30 fps, starting with the contents of part0 folder and after playing them in one loop, switching to contents of part1 folder and playing them continuously till the device fully boots.
Steps To Create Ur Own Bootanimations
1) Download All The Necessary Tools U need To For This.
2) Install The Necessary Softwares.
3) Go through the entire Inside the bootanimation.zip File Which I will attach at the end of this guide.
4) Plan how your boot animation will run. This includes how many distinct parts it will have, how long will each part play and what will be the sequence of the parts.
5) Make a new folder at any convenient location on your computer, and name it bootanimation.
6) In this folder, create a folder for each part of your boot animation, named part0, part1 and so on.
7) In the image editor of your choice (Adobe Photoshop,GIMP), make all the image files for each part of your boot animation with the proper dimensions equal to your phone’s screen resolution, and save them in the respective folder for each part, in PNG format. Up to 32 bit PNGs are supported.
Note: In case you are converting an existing boot animation to fit your phone’s screen, simply extract the images from it and resize each of them to your device’s screen resolution.
8) Make sure the images are named in numerical format and in proper sequence, i.e. the images in the first part should start with let’s say 00000.jpg and go on till 00075.jpg, and the images in the second part should then start off with 00076.jpg and go on till – for instance – 00123.jpg.
9) Now open the Boot Animation Factory Tool.
10) Click on “Create a New Boot Animation” Button.
11) There will be 2 options Asking for Source (1)From folder and (2) From GIF. Since In This Guide I have used Folder Method, Select Folder and click OK
12) Click On Choose folder and Select The bootanimation folder were u had stored all the necessary folders and images.
13) At the Right Hand Side You Can see the tab were the Resolution of The pics will be displayed..You can edit it and change the resolution and FPS too. Let the setting be “Don’t Repeat”
14) click on add loop button.
15) Select The Folder Ex: part0 . For this folder Set THE LOOP to 1 and TIME DELAY to 0 ( You Can Put your Custom delay if u wish) and Click ADD button.
16) Repeat the Step 15 but here Select the next part In Folder Ex : part1
17) If U have more part folders select the respective part and repeat the Step 15.
18) For last folder ( Ex : If part1 is last folder ) the SET THE LOOP to 0 . So that it Repeats
19) You can PREVIEW your bootanimation before saving by clicking on PREVIEW Button.
20) Click Save Boot Animation Button and name it has “bootanimation”
You Have Done A Bootanimation Successfully..:laugh::laugh:
How To Put It In Your Device?
File browser method (Rooted devices only):
1) Connect your phone to your computer via USB and mount the storage card for file transfer.
2) Copy the bootanimation.zip file that you want to install, to your SD card.
3) Unmount USB storage and launch the file browser of your choice on your phone.
4) Browse to /system/media, copy the existing bootanimation.zip file from there and paste it somewhere safe on your SD card.
5) Browse to the location on the SD card where you copied the new bootanimation.zip and copy it.
6) Browse to /system/media and paste the bootanimation.zip file there.
7) If you are using Root Explorer App, you will have to Touch ‘Mount R/W’. This will make your system partition writeable.
8) Check if the permissions are rw-r—r—. If not, change them to that.
9) Reboot And Enjoy Your New Bootanimation Done by You:laugh:
Credits :
despotovski01 for his AWESOME BOOTANIMATION FACTORY....
FOR SAMPLE SEE ATTACHEMENTS
:laugh:IF IT HELPED YOU KINDLY PRESS THANKS BUTTON SO THAT I WILL KNOW HOW MANY PEOPLE ARE BENEFITED FROM IT:laugh:

You missed to refer not to use notepad to edit the .txt file
Sent from my SM-G7102

mobihack said:
You missed to refer not to use notepad to edit the .txt file
Sent from my SM-G7102
Click to expand...
Click to collapse
Ya you cannot use Notepad but u can use Notepad++ for editing the folder part no.. and my link is Notepad++ not Notepad...

Bro isnt there any process to make boot animation without pc?? I mean isnt there any way to do it with any app?
Sent from my SM-G7102 using Tapatalk

Hy guys, someone knows a bootanimation like asus rog for s3
Sent from my GT-I9300 using XDA Premium 4 mobile app

mauriziocasciano7 said:
Hy guys, someone knows a bootanimation like asus rog for s3
Sent from my GT-I9300 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Didn't get your question..:what:
Sent from my GT-I9082 using XDA Premium 4 mobile app

Hey plz tell me how to use the boot animations app
Sent from my SM-G7102 using Tapatalk

Anirban921 said:
Bro isnt there any process to make boot animation without pc?? I mean isnt there any way to do it with any app?
Sent from my SM-G7102 using Tapatalk
Click to expand...
Click to collapse
Sorry Bro But No right now no way coz for one or the other u need PC for it
Sent from my GT-I9082 using XDA Premium 4 mobile app

Anirban921 said:
Hey plz tell me how to use the boot animations app
Sent from my SM-G7102 using Tapatalk
Click to expand...
Click to collapse
boot animations app???:what:
Which one??? This guide uses PC software....
Sent from my GT-I9082 using XDA Premium 4 mobile app

great.. it worked

Related

::boot animations::shut down animations::tutorials for both::

Changes made added alot of shutdown animations to existing boot animations. Download links have been updated with the newest versions. Just download and reflash. If you run into any issues feel free to ask me or anyone else that can help you out.
:: It was brought to my attention that I forgot to mention that this will only work on kernels that support bootanimation.zip.::
::Videos::
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Finger Print
http://www.youtube.com/watch?v=BYB4h1boHA4
Office Space
Ironman
Neronix (boot is the same as shutdown with linda's voice from bionix credit to team wiskey)
Knight rider boot and shutdown
Matrix Punch boot and shutdown
http://www.youtube.com/watch?v=a6RCJCmdccY
Full Metal Jacket
http://www.youtube.com/watch?v=64qLOVrd0gQ
Axura
http://www.youtube.com/watch?v=y-BPF7y8nN4
Nero boot and shutdown
http://www.youtube.com/watch?v=kiLvdH73gD0
Blackhole
http://www.youtube.com/watch?v=JnHJ0LWOOQo
Droid Vibrant
http://www.youtube.com/watch?v=fbQZMZz8A6c
Android Does
http://www.youtube.com/watch?v=OjwhiA0_KrY
Bullet boot and shutdown
http://www.youtube.com/watch?v=2GV9v1gi-9c
Keyboard Smash
http://www.youtube.com/watch?v=PdsPsFGBhHM
:: Download ::
All in one file
http://uploadmirrors.com/download/0TAPSKBU/Completed_Animations.zip
::Boot Animation Tutorial::​_______________________________________________
::Tools Needed::
Virtualdub = http://virtualdub.sourceforge.net/
Editpad lite = http://www.editpadlite.com/index.html#download
Photo editing software = http://www.gimp.org/downloads/ or you can use Photoshop if you have it.
Winrar = http://www.rarlab.com/download.htm
_______________________________________________
1. First things first locate the video file you wish to use for your boot animation.
2. Open your video in VirtualDub
3. Hit the play button
4. After the video has played through go to File>Export>Image Sequence.
5. Leave the file name blank this way the images are numbered 0-whatever.
6. Open your photo editing software and resize all images to 200X356 and rotate
them 90° and save.
::This is best done using photoshop as you can use actions to repeat the
same task for each image::
7. Create two folders one named part0 and one named part1.
8. Take the first half of the images and put them in the folder called part0.
9. Take the second half of the images and put them in the folder called part1.
10. Open editpad lite
11. Type 480 800.
::this is the resolution or size the video will be displayed. (I know the Vibrant has a resolution of 480X800)::
12. Type 30 hit return
::This is your FPS or frames per second.::
13. Type p 0 0 part0 hit return.
::this just explains what part to play, how many times to play it and how long of a pause after playing it.::
14. Type P 0 10 part1.
15. Save the file as desc.txt
If you want a more detailed description of what each thing does in the desc.txt go here http://www.droidforums.net/forum/droid-hacks/33932-bootanimation-zip-file-explained.html
16. Open winrar locate the two folders and the desc.txt in winrar and highlight them hit alt+A.
17. You should be at a screen that says "Archive name and parameters".
Looks like this
18. In the Archive format box select ZIP.
19. In the compression method select store.
20. Type in the name of the file at the top bootanimation.zip
21. Hit the OK button at the bottom.
::Your bootanimation.zip file is done::
::Shutdown Animation Tutorial::​
First things first you need your images. To get images follow the Boot Animation Tutorial above.
_______________________________________________
Rules of the road
All images need to be named ::shutdown_1.png, shutdown_2.png, shutdown_3.png and so on.::
All images have to be in png format.
You can have up to 60 images with out needing a .cfg file.
Be sure you images are 480X800 for portrait or 800X480 for landscape
_______________________________________________
Ok lets get started.
1. On your desktop make a folder called shutdown.
2. Open the folder
3. Drag and drop the image files into the folder.
4. Open EditPad Lite.
::If you dont have EditPad Lite see Boot Animation Tutoral.::
5. Type this
6. Go to File/Save As
7. In the File name section type shutdown.cfg
8. In the Save as type dropdown box select any.
9. Save this to your shutdown folder you created on your desktop that contains the shutdown_#.png files.
::it should look like this::
10. Your Shutdown folder is completed.
If you have any issues getting a boot animation to work please feel free to PM me and I will help with the issue.
not bad sir very nice
http://www.youtube.com/watch?v=2GV9v1gi-9c
how come i dont see the sound file in the zip?
xtone said:
how come i dont see the sound file in the zip?
Click to expand...
Click to collapse
Uploaded the poweron.wav file for everyone. Sorry about that didnt know if people would actually want that.
Thanks and thank you for posting the link.
Sent from my GT-I9000 using XDA App
this animation looks really great, i'd love to add it as a selectable option in my section of rom manager for the vibrant and fascinate, with all credit to you. please let me know if that's alright with you. I'll also host an update.zip installer for it you can link to if you want.
Sounds good to me let me know about the update.zip.
Sent from my GT-I9000 using XDA App
great, got it uploaded, the link is www.androiddoes.net/sonofskywalker3/bootanimations/wanted.zip let me know if that doesn't download, or wont flash right.
sonofskywalker3 said:
great, got it uploaded, the link is www.androiddoes.net/sonofskywalker3/bootanimations/wanted.zip let me know if that doesn't download, or wont flash right.
Click to expand...
Click to collapse
flashed fine but no sound? do i need to flash the poweron.zip? looks great thanks p,s are you going to make more?
Tonicacid said:
This is my first post on this forum and also my first attempt at creating a bootanimation.zip. I have always loved the head shot from the movie "Wanted" so I decided to make it my boot up screen. I'm running it on Macnut R13.
I have a video of the animation in action up on youtube, however seeing as this is my first post I can not post the link. I someone would be so nice as to look up "Youtube/Tonicacid" on youtube and post the link to the video that would be greatly appreciated.
Also if anyone has any great movie clips they can think of that I could attempt to create a boot animation out of please let me know. I'm always up for a new project.
P.S. You may need to adjust the desc.txt file depending on how fast your phone boots.
Click to expand...
Click to collapse
great work will you be making more? thanks
shaynes vibrant said:
flashed fine but no sound? do i need to flash the poweron.zip? looks great thanks p,s are you going to make more?
Click to expand...
Click to collapse
You will have to extract the wav file from the zip then use root explore to put the file in the system/etc folder.
I will be making more just have to come up with some ideas.
Sent from my GT-I9000 using XDA App
How did you apply an actual video clip (as opposed to a bunch of pngs) to be your boot animation? i would love to know how to do this
TopShelf10 said:
How did you apply an actual video clip (as opposed to a bunch of pngs) to be your boot animation? i would love to know how to do this
Click to expand...
Click to collapse
The video is a bunch of jpg files. You have to break the video down to individual frames. The difficult part for me was getting the frame rate correct.
Sent from my GT-I9000 using XDA App
Tonicacid said:
The video is a bunch of jpg files. You have to break the video down to individual frames. The difficult part for me was getting the frame rate correct.
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
yah i just extracted the .zip and saw that it was a bunch of jpegs. i watched the youtube video and its so damn smooth that i actually that it was just a videoclip playback. god that would be so sexy if we were able to do that.....anyway is it possible you could PM me a quick tutorial on how to do this?
TopShelf10 said:
yah i just extracted the .zip and saw that it was a bunch of jpegs. i watched the youtube video and its so damn smooth that i actually that it was just a videoclip playback. god that would be so sexy if we were able to do that.....anyway is it possible you could PM me a quick tutorial on how to do this?
Click to expand...
Click to collapse
+1 on that tutorial this would be very useful
V5 custom vibrant
I will put together the tutorial this afternoon.
Sent from my GT-I9000 using XDA App
I would love a tutorial on this as well this is cool
This certainly looks amazing. Interesting movie choice for a boot animation. I think I can speak for more than a few people when I say that a boot animation of the guy in the movie smacking his friend with the keyboard would be kickass. Just think . . . as soon as your Vibrant logo disappears you see him swinging his keyboard and F U C K Y O U slowly pops up on the screen
thanks for uploading the sound file!
( M3GA ) said:
This certainly looks amazing. Interesting movie choice for a boot animation. I think I can speak for more than a few people when I say that a boot animation of the guy in the movie smacking his friend with the keyboard would be kickass. Just think . . . as soon as your Vibrant logo disappears you see him swinging his keyboard and F U C K Y O U slowly pops up on the screen
Click to expand...
Click to collapse
I think I will be doing this exact one next.

Share Your Boot Animations! + Guide to DIY

here's one of my earliest retakes of the boot animation
it isn't that good but it's better than stock...
tutorial on how to install and edit is all around xda...
i'll consolidate soon.
please feel free to add your custom boot animations for X10 Mini/Mini Pro
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
added new one w/o the branding so you can add your own...
it loops forever til the lock screen shows...
MY LAST ONE
can't test this anymore cause i've lost my phone...
maybe some of you guys can start making some too...
click image below to download
HOW TO REPLACE your bootanimation.zip with Root Explorer
no need to extract just rename to bootanimation.zip if it has a different name...
move bootanimation.zip to /system/media/
or to /data/local as snusdus pointed out...eats up precious space for your apps tho...
w the following permissions:
INFO on Bootanimation.zip
There is a file called bootanimation.zip stored in /system/media/ in the root file system. This file contains two things:
1) A description file (desc.txt) that outlines how the animation progresses, what images to use, image size etc.
2) Folder(s) that contain the images for the animation.(you can use JPGs as well as PNGs...)
The basic structure of the bootanimation.zip file is as follows:
bootanimation.zip
|-- desc.txt
|-- part0
`-- part1
part0 and part1 are directories that contain a series of images for example, in part 0 there is:
part0
|-- boot_00001.png
|-- boot_00002.png
|-- boot_00003.png
|-- boot_00004.png
|-- boot_00005.png
|-- boot_00006.png
|-- boot_00007.png
|-- boot_00008.png
|-- boot_00009.png
`-- boot_00010.png
And in part 1 there are:
part1
|-- boot_00011.png
|-- boot_00012.png
|-- boot_00013.png
|-- boot_00014.png
|-- boot_00015.png
|-- boot_00016.png
|-- boot_00017.png
|-- boot_00018.png
|-- boot_00019.png
`-- boot_00020.png
These images form the 'part0' and 'part1' animations that are combined as outlined in the 'desc.txt' file to form the overall startup animation. The images are ordered by number and run in sequence.
The 'desc.txt' file outlines how the animation progresses and a sample is as follows:
240 320 30
p 1 0 part0
p 0 0 part1
'240' is the width of the animation
'320' is the height of the animation
'30' is the desired fps of the animation
'p' is a separator, because it actually ignores line feeds and carriage returns.
1st line says: play 1 time -- pause for 0 frames (name of folder)
2nd line says: play infinite number of times -- pause for 0 frames before looping (name of folder)
You can name the folders whatever you want and use as many as you want, and you don't have to loop anything if you don't want to. Note that if your frame rate is "15", then for a 2-second pause you'd use "30". You don't have to use the width and height of the screen as your width and height. You can use smaller dimensions and it will fill the rest of the space with black, or you can use larger dimensions but it will crop to only show the center of the animation.
FOUND MORE INFO FROM THIS GUY elektronikbadger
s defines a sound for a part
sounds will be loaded from /data/local
oggs with loop points will loop automatically
only one sound will play at a time
timing is driven by the part, not the sounds
if you want no sound, declare 'none'
You can edit the desc.txt on any bootanimation to play whatever sound you want,
as long as the sound is called in the desc.txt and is also located in the /system/media/ folder.
haven't been able to make this work though...anyone's free to experiment
*apparently we need a bootanimation executable that supports audio on boot...still looking for
a suitable bootanimation...if anyone can post one from a phone that supports audio on boot...
/system/bin/bootanimation
Make sure to press enter after the last line in your desc.txt file.
Always make sure your ZIP is created in "store" mode, meaning that it has no compression. And make sure you delete any hidden files inside the ZIP, like "Thumbs.db" from Windows or ".AppleDouble" from a Mac.
Maybe wrong thread but anyways
I want to install custom boot animation but it dont works .. I have used some program (dont know what it was called, that worked) but then i put back my original and now i cant change bootanimation manual..
Please help
EDIT:Solved
im having trouble changing the bootanimation manually please tell me how and where exactly i should put the zip file and what is the permission used
hey your boot animation won't work on my Xperia x10 mini pro
i changed to the correct permissions etc... put it in the correct place via root explorer so i extracted the file and had a nosey it's different to other modern 2.1 animations
tekken179 said:
hey your boot animation won't work on my Xperia x10 mini pro
i changed to the correct permissions etc... put it in the correct place via root explorer so i extracted the file and had a nosey it's different to other modern 2.1 animations
Click to expand...
Click to collapse
i think so ..
Not working!
Sent from my U20i
thanks for the responses...
probably ticked the wrong file...
it should work now...
I have this in the file you gave me in the pm ozzy:
240 320 30
p 1 42800 part0
p 0 0 part1
What does that '42800' mean?
still doesnt work tested on 2.1 x10 mini pro, replaced using rootexplorer in
system/media - bootanimation.zip
with rw-r--r--
Manny- said:
I have this in the file you gave me in the pm ozzy:
240 320 30
p 1 42800 part0
p 0 0 part1
What does that '42800' mean?
Click to expand...
Click to collapse
it's a quick fix...
you can edit it to look like this:
Code:
240 320 30
p 1 0 part0
p 0 0 part1
don't forget to put a blank line after the last line...
just press enter after 'part1'
and save as is...
tekken179 said:
still doesnt work tested on 2.1 x10 mini pro, replaced using rootexplorer in
system/media - bootanimation.zip
with rw-r--r--
Click to expand...
Click to collapse
just updated first post w proper permissions...
sorry for not being thorough w the DIY...
i'm still learning myself...
When i put in /system/media/bootanimation.zip it didnt work
Then i test to put in /data/Local/bootanimation.zip and that worked .. so if you having problem test that..
Snusdus said:
When i put in /system/media/bootanimation.zip it didnt work
Then i test to put in /data/Local/bootanimation.zip and that worked .. so if you having problem test that..
Click to expand...
Click to collapse
Snusdus, what phone do you have?
Installed it, looks great
I installed it too (xperia one), pretty awesome, thanks.
Sent from my mind using my neurons' telepathetic waves.
Can you please make som more bootanimations, please! This was awsome.
ozzy1212 said:
Snusdus, what phone do you have?
Click to expand...
Click to collapse
U20i / x10 mini pro ..
i'll be updating soon...
working on a new tutorial and bootscreens...
If anyone can share, feel free to post yours
Worked on my mini..!
Thanks!
I do not understand why you made a new topic but it is nice, that you wrote a little how to, anyways in this thread are some more bootanimations: http://forum.xda-developers.com/showthread.php?t=831374
and I'm using this one right now http://www.youtube.com/watch?v=LjkcYzPnbOI

[Boot Animation] 2 Hitchhikers Guide To The Galaxy boot animations (1 old 1 new)

See, it is of my opinion that any tablet/ebook reader out there should have a HHGTTG boot animation at least...because c'mon...that's what it is...almost...
Ok, so far I have some old gif's from the original TV show, so they are kinda low res and sketchy, I've compiled it into a package...and i've got it working...so the bootanimation.zip at the bottom of this post is the old school TV show animation...compiled from these 3 gifs, in the same order and ending with the blue background "Don't Panic"
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
they are a little slower on purpose and only looped twice...
and it ends with this picture
and then, if you have a slow boot time, it will loop as many times as it takes to boot...but yep..there we go
for examples on how to push this over to your device here are two threads
http://forum.xda-developers.com/showthread.php?t=863439
http://nookdevs.com/NookColor_Boot_Animation_editing_and_replacement
thank you!
------------------------------------------------------------------------
Tablet tweaked old school HHGTTG boot animation
------------------------------------------------------------------------
if you downloaded this and like it..please gimme a thanks
the animation posted above is the wonky one...with the old stuff...i'll work on it so it fits the NC and isn't all wonky
this boot animation is this video in landscape mode..i clipped the last 2 seconds off so that the don't panic is bright
and i ended with this image
so all you have to do is put the bootanimation.zip into data/local and system/bin
you're welcome my geeks...you now have a copy of The Guide
well as long as you have the wikidroid app installed
EDIT: now it is smoother and nicer looking...it may not make it to the end for us who have a faster boot time...but *shrug* at least it doesn't look like the guide is on speed
-----------------------------------------------------------------------------
NEW SCHOOL HHGTTG boot animation taken from the most recent movie
-----------------------------------------------------------------------------
if you downloaded this and like it..please gimme a thanks
Sounds like an awesome idea, looking forward to it.
some more news...
ok so far i've converted the mp4 file into 4 gif files, simply because my NC boots up in less than a minute, there is no reason for my boot animation to have over 300 frames....but i may try it still just to see if it works...
the great thing about making your own boot animation is if it doesn't work...your device will boot up as a black screen....no bricking worries or anything...it's a good spot to start with the developing of your android device....I personally love it because it is something that is an instant change and noticeable, whereas some of the other behind the scenes stuff, kernels and whatnot, sometimes the changes with those aren't as noticeable. *shrug*
anyways. i have 3 different excerpts from the movie...so i can possibly make 3 different animations...it will probably take me a while...i do not have much free time, but i am dedicated.
i'm having a hard time figuring out how to split this mp4 into image files.....converting it to a gif and then to png images is not a good way to do so...so if anyone has any input on how to do this it would be greatly appreciated.
Super
I believe Super Media File Converter will do what you want (the /Super directory under erightsoft . com), but I'm not positive (I'm not at my pc right now).
i will try this when i get home
EDIT: i found this link from a friend over on SDX... so if any of you are interested in making your own boot animation...here you go
how to make your own boot animation SDX
If you have Photoshop, you can open the GIF, go to files -> scripts -> export layers to files, and select PNG. It will export each frame of the gif as a separate PNG file and use any naming scheme you choose.
Similarly, VirtualDub has the option to export a sequence of images from a video file. You can then batch resize them in Photoshop.
That said, I haven't had any luck at all getting my custom boot animation to work though, I just wanted to test to see if I could make one and it displays a blank screen every time, can someone tell me what I am doing wrong?
brezhnevv said:
If you have Photoshop, you can open the GIF, go to files -> scripts -> export layers to files, and select PNG. It will export each frame of the gif as a separate PNG file and use any naming scheme you choose.
Similarly, VirtualDub has the option to export a sequence of images from a video file. You can then batch resize them in Photoshop.
That said, I haven't had any luck at all getting my custom boot animation to work though, I just wanted to test to see if I could make one and it displays a blank screen every time, can someone tell me what I am doing wrong?
Click to expand...
Click to collapse
Or after effects.
brezhnevv said:
If you have Photoshop, you can open the GIF, go to files -> scripts -> export layers to files, and select PNG. It will export each frame of the gif as a separate PNG file and use any naming scheme you choose.
Similarly, VirtualDub has the option to export a sequence of images from a video file. You can then batch resize them in Photoshop.
Click to expand...
Click to collapse
i don't have photoshop and i ended up finding a movie to jpg conversion software which works wonders
That said, I haven't had any luck at all getting my custom boot animation to work though, I just wanted to test to see if I could make one and it displays a blank screen every time, can someone tell me what I am doing wrong?
Click to expand...
Click to collapse
ok my first boot animation i built i kept having the same problem....what option are you compressing it at?....you should not be compressing it at all and using the "Store" option....it's easiest to do so in WinRar
that and your desc.txt file is not edited properly
nookdevs.com said:
The contents of desc.txt for the NookColor are explained as follows:
600 1024 30
p 1 0 part0
p 0 1 part1
Line 1 contains the x and y dimensions of the bootanimation, and the requested frames-per-second. The dimensions assume the phone is in Portrait mode.
Line 2 says "We're going to have a bootanimation part here, it will be executed one time, after this part finishes we will pause for zero seconds.
Line 3 says "We're going to have another part here, it will be executed forever, until android boots, and each time you go through it, you will pause at the end for one second.
The part0 and part1 at the end of the line are required. The part numbers must count up from 0.
You can add a part2 if your needs are more complex. Each line is structured:
p space (number of times to loop, 0 means forever) space (seconds to pause between loops) partname
partnames must start at part0 and count up to part9 (max)
Pause seconds can not exceed 9. Loop counts can not exceed 9. (one digit.)
Click to expand...
Click to collapse
so you are going to want to have it say
600 1024 24
p 0 1 part0
instead of
600 1024 24
p 0 0 part0
so try this one i attached
DONE!
got the animation for the new movie done...see post #2
mine still won't work
yours does (and is very nice), and every other custom boot screen i have tried does, but mine doesn't.
brezhnevv said:
mine still won't work
yours does (and is very nice), and every other custom boot screen i have tried does, but mine doesn't.
Click to expand...
Click to collapse
What folders are you putting it in?...and let me try it out...I'll see if I can get it working for you....did you try the one I reposted for you?
yeah i tried that one, it's definitely in a zip set to store (no compression) and the images are all the right size, but... nothing. i tried the one you gave me, i tried editing the desc.txt file, still just displays a blank screen.
maybe it's the images? that's all i can think of now. i've had problems with using weird GIF colour palettes in GIFs before, I wonder if the files are reacting poorly to being 24 bit PNGs that only have like 18 colours in them?
hmm....well i'll figure it out for you by this evening...
EDIT: Solved.. you have the files named improperly...look at my first post and it has 2 links to how to make an animation for the nook color...
nookdevs.com said:
How to modify and generate a Boot Animation
If you want to modify the bootanimation.zip there are some rules:
The zip file may not be compressed. When you save the zip file, you must choose to STORE the files in it without compression.
The file names of the image files must be of the form 480_427_xxxxx.png as above.
The files in the part0 folder must start with 480_427_00000.png and then count up.
The files in the part1 folder must pick up the numbering sequence from part0 and go on.
Click to expand...
Click to collapse
so i'm going to fix it for you
here you go...it should work now...
Do you want me to have a crack?
thanks BC but i figured it out...i just don't have much free time
i'm sitting on my laptop at work right now f-ing around
apparently i'm missing a security token so i cannot upload files anymore to Xda...i dunno what that means but i will figure it out...until then you all get mediafire links
make mirrors if you want to
plasticarmyman said:
hmm....well i'll figure it out for you by this evening...
EDIT: Solved.. you have the files named improperly...look at my first post and it has 2 links to how to make an animation for the nook color...
so i'm going to fix it for you
here you go...it should work now...
Click to expand...
Click to collapse
still nope! somehow. not sure what's going on, i think it MUST be the way the files are.
I tried using my old version of photoshop and imageready to so the exporting - but I gave up and used ffmpeg (http://ffmpeg.org/), a simple command line tool to do the exporting from movies to png for me.

[TUT]How to make your own boot animations (with sound if you want)

Firstly this tutorial is by despotovski01
Introducion
Hi guys!
Today, I'm going to teach you how to make your own boot animations. Please read this thread carefully to the end, in order to succeed in making your boot animation.
Requirements:
-A photo-editing program (GIMP and Photoshop are the best), which can save pictures in .png format
-A text editor (everyone has that)
-An archive-managing program (Power Archiver, WinZip), that is capable of making .zip archives
Tutorial:
1. Create part0 and part1 folders (in this folders, the frames of the boot animation are stored. Usually, there are only 2 parts in a boot animation, but you can add as many as you want. The frames in the part0 folder are usually repeated once, and the frames in part1 folder are usually looped several times, or infinite.)
2. Draw every frame of your boot animation manually (save every frame as you do it. Save the first one as 10001.png, the second one as 10002.png, and so on. Save them in the part0 and part1 folders - the frames in part0 folder will be showed only once, and the frames in part1 folder will be looped. But, you can change that if you want. Changing the looping property will be discussed in the following steps. WARNING: ALWAYS SAVE THE FRAMES IN .PNG OR .JPG FORMAT!)
3. Make a desc.txt file in the directory where the part0 and part1 folders are and edit it as following:
320 480 30
p 1 0 part0
p 0 0 part1
Click to expand...
Click to collapse
(The numbers 320 and 480 is the resolution of your boot animation. Change them as you want. The number 30 means the speed of the animation. Speed set to 30 is good for me. Then, the "p 1 0 part0" property means that the frames in part0 folder will be repeated once - you point that with the first number in the "p 1 0 part0" property, which in this case is 1. The second number is the delay between loops, and it's expressed in milliseconds (1000ms = 1s). I've set it to 0 because I don't want to be any delay between my loops (p 1 0 part0). And last, but not least, you set the folder with the folder name - in this case is part0. Then, you type the property for the part1 folder - that's "p 0 0 part1". The first "0" means that the folder will be looping infinite times, the second "0" means there's no delay between loops, and then we set the folder to part1. Note: if you have more folders, you'll have to write properties for them too! WARNING: DON'T FORGET TO LEAVE AN EMPTY LINE AT THE END OF THE DESC.TXT FILE!)
4. Compress the folders and the desc.txt file in a zip file (WARNING: MAKE SURE YOUR COMPRESSION METHOD IS STORE! OTHERWISE, THE BOOT ANIMATION WON'T WORK!)
5. Open your new boot animation and check the folders, if there are Thumbs.db files. If there are Thumbs.db files in your boot animation, delete them from the archive.
6. Install your boot animation on your device with one of the following methods:
Root Explorer method:
1. Rename your boot animation to bootanimation
2. Put it on your SD card
3. Open Root Explorer and copy bootanimation.zip to /system/media. This will replace the existing boot animation
4. Reboot your phone
ADB method:
1. Make sure you have downloaded android sdk
2. Put android sdk in C:\
3. Set the directory of command prompt to C:\android-sdk-windows\platform-tools. Click here for a video tutorial.
4. Rename your boot animation to bootanimation and put it in C:\android-sdk-windows\platform-tools
5. Open cmd
6. Type in order:
-adb remount
-adb push bootanimation.zip /system/media/bootanimation.zip
-adb reboot
7. Enjoy your new boot animation!
Note: It's far easier to create and install boot animations with my program Boot Animation Factory. Oh, and you can preview them on your computer too!
How to add sound:
Originally Posted by hockeyfamily737
0. It's recommended to do a nandroid backup first!
1. Download the "bootsnd.sh" file and put it on the root of your sd card.
2. Download the "android_audio.mp3" file and using root explorer copy it to /system/media
3. Open Terminal Emulator and type the following commands using the stock keyboard. Press enter after each line:
su
cd /sdcard
sh bootsnd.sh
reboot
4. As the device boots up you will be greeted by the "Dolby THX" test sound heard before movies. You are now free to replace the android_audio.mp3 file in /system/media with any .mp3 file you like as long as you rename it to "android_audio.mp3"
5. DO NOT ATTEMPT TO OUTSMART THESE DIRECTIONS OR YOU WILL BE RESTORING YOUR NANDROID BACKUP!
6. Enjoy
http://dl.dropbox.com/u/30200380/bootsnd.sh
http://dl.dropbox.com/u/30200380/android_audio.mp3
Common mistakes that people make:
-Wrong compression method: you MUST set the compression method to Store!
-Missing empty line at the end of the desc.txt file: an empty line is needed! Otherwise, the boot animation won't work!
-Frames drawn in wrong color mode: you MUST draw your frames in RGB 8bit or RGB 16bit COLOR MODE!
there is a error in this see post#2 for maintain
YOU CAN CLICK THANKS
lemme point out errors here
SGY has a resolution of 240x320 LDPI
so its not 320x480 thats for MDPI/HDPI
p 1 0 part1
p- means string for images
1- means repeat and loop images
0- means dont repeat
30- not nessessarily 30, it is the FPS (Frames-per-second) rate
part[?]- not nessessarily need to be part1 you can also make it "donuts1" just make the folder "donuts1" too, it is where the images are stored
Click to expand...
Click to collapse
reduce all images to 320x240 so that it will work otherwise all you see is a black screen
your method is too complicated,
you can do it via adb,
adb remount
adb push [file location in PC]/bootanimation.zip /system/media
Click to expand...
Click to collapse
set permissions to rw-r-r via root explorer
the file for soundboot is "poweron.ogg"
found in /system/etc
adb remount
adb push [file location in PC]/poweron.ogg /system/etc
Click to expand...
Click to collapse
set permissions to rw-r-r via root explorer
im sorry but i just want to give constructive criticism so you can make this guide better
deathnotice01 said:
lemme point out errors here
SGY has a resolution of 320x240 LDPI
so its not 320x480 thats for MDPI/HDPI
reduce all images to 320x240 so that it will work otherwise all you see is a black screen
your method is too complicated,
you can do it via adb,
set permissions to rw-r-r via root explorer
the file for soundboot is "poweron.ogg"
found in /system/etc
set permissions to rw-r-r via root explorer
im sorry but i just want to give constructive criticism so you can make this guide better
Click to expand...
Click to collapse
i dont mind thanks
explodeaamir said:
i dont mind thanks
Click to expand...
Click to collapse
sorry posted incorrectly,
its actually 240x320
lol
i'll edit my top post
LOL,Double-thread?
EliTSamsunG said:
LOL,Double-thread?
Click to expand...
Click to collapse
yea,
i think the other guide he made was much better with screenshots and the app to make it
deathnotice01 said:
yea,
i think the other guide he made was much better with screenshots and the app to make it
Click to expand...
Click to collapse
i also think so.....
thank you
there is errors in bootsnd.sh
how to fix
ramzidjoudi said:
thank you
there is errors in bootsnd.sh
how to fix
Click to expand...
Click to collapse
sorry i cant help you
please wait.....
i am out of house
Simple way use bootanimation creator search on android software development with thays stuff u can port and make ur bootanimation in free ways
Just singgle one click and u done with ur bootanimation
Sent from my GT-S5360 using xda premium
explodeaamir said:
sorry i cant help you
please wait.....
i am out of house
Click to expand...
Click to collapse
never mind i found another way to change boot sound
thak's
evanlocked said:
Simple way use bootanimation creator search on android software development with thays stuff u can port and make ur bootanimation in free ways
Just singgle one click and u done with ur bootanimation
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Ya.. why bother so much with codes when couple of button clicks can do the job!!
NeelDroid said:
Ya.. why bother so much with codes when couple of button clicks can do the job!!
Click to expand...
Click to collapse
ya with a couple of button u can done it
but the guide is here to give basic element knowledge to user.....
always automaticity is not enough
....
Hi there. Been trying to get boot sound on my phone for a while now. Keep getting this error:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Can anyone help
Sent from my GT-I9100 using xda premium
explodeaamir said:
ya with a couple of button u can done it
but the guide is here to give basic element knowledge to user.....
always automaticity is not enough
....
Click to expand...
Click to collapse
I prefer to learn things and so manual way is the best!
Thanks aamir! :thumbup:
Sent from my MT11i using xda premium
Ghostfreak NB said:
I prefer to learn things and so manual way is the best!
Thanks aamir! :thumbup:
Sent from my MT11i using xda premium
Click to expand...
Click to collapse
THNX BRO
I just successfully created a boot animation from scratch. I used a free video to jpg software to create image files from a video file. I then used Samsung theme designer to create qmg files. I however am still unsure of how to figure the correct duration/fps to get the desire animation play out length I'd like. I have the images resized to 1024*768. Id appreciate any direction to find how to figure setting the proper duration/fps settings

[MOD][JB][XT925]Full screen HD 720p BLUE Boot Animations (For Rooted users)

Disclaimer: Now in this thread I shall be sharing some full screen Boot Animations for our 720p screens that I´ve modified. My contribution to these animations was to increase the resolution of the graphics to 720p so that they would cover our full screens, optimizing the base jpgs so that the file sizes were as reduced as possible without compromising the image quality and restructuring the corresponding zip packages, but that was all. This means that these animations are not my original work, only modified by me, and since I only found the original contributor to just one of these three animations I would love if you guys could tell me if you know who the original author of the base files was so I can credit him or her accordingly.
Hey all!!!
Now here´s the first boot animation of this thread, the same Razr M HD 720p Boot animation I posted before on my other thread but now in Vibrant Blue for all of you who have either ROMS or just themes that go better with blue than with red (Like me, for instance):
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Now to install, and please remember that YOUR PHONE NEEDS TO BE ROOTED for this to work:
1.- Download both of the files that are attached to this post to your computer.
2.- Once both these downloaded files are in your computer, unzip the droidsm.ogg.zip file and extract the droidsm.ogg file inside it and put it together in the same place or folder with the bootanimation.zip file. At this point you can delete the zip that contained the ogg file you extracted and just keep the bootanimation zip and the ogg file in the same folder in your computer
3.- Copy both the downloaded bootanimation.zip and the extracted droidsm.ogg files to a folder inside your phone.
4.- Using your preferred android File Manager (Root Browser, ES File Explorer, etc.) go to the folder System/Media of your phone. Within that folder, there should already be a file named bootanimation.zip that holds your current boot animation graphics. Rename that existing bootanimation.zip file to bootanimation.zip.bak, so you can easily go back to it later on if need be.
5.- Now still using the File Manager, go back to the folder inside your phone into which you copied the downloaded bootanimation.zip file and the extracted droidsm.ogg file from your computer, and either copy or move them both to the System/Media folder of your phone.
6.- Once the new bootanimation.zip file is in your phone´s System/Media folder, you NEED to change the file permissions for the bootanimation.zip to rw-r--r-- under the file´s properties (or 0644 if your file manager asks for the attributes code instead).
7.- Do the same permissions change for the droidsm.ogg file and set its permissions to rw-r--r-- too.
8.- Now with those changes made, you can exit your file manager, reboot your phone and just enjoy your new amazing Droid HD boot animation!!! :victory:
P.S.: If anything goes like it shouldn´t, just go back to the System/Media folder of your phone using your android File Manager of choice, and then delete both the bootanimation.zip file and the droidsm.ogg file that you previously copied in there. Then just rename the bootanimation.zip.bak that should still be there back to its original name before you changed it (by removing the .bak from the last part of the file´s name). Reboot and all should be as it was before .
MachineAzul 720p HD
Now to the second Boot Animation of this thread, this one is in my opinion one of the most beautiful Boot Animations ever made for Android, and it looks even more astonishing at 720p resolution. This one has no sound, but it´s so pretty in my opinion that it doesn´t suffer any for it. Here you go:
Now to install, and please remember that YOUR PHONE NEEDS TO BE ROOTED for this to work:
1.- Download the file that is attached to this post to a folder in your computer.
2.- Copy the downloaded bootanimation.zip file to a folder inside your phone.
3.- Using your preferred android File Manager (Root Browser, ES File Explorer, etc.) go to the folder System/Media of your phone. Within that folder, there should already be a file named bootanimation.zip that holds your current boot animation graphics. Rename that existing bootanimation.zip file to bootanimation.zip.bak, so you can easily go back to it later on if need be.
4.- Now still using the File Manager, go back to the folder inside your phone into which you copied the downloaded bootanimation.zip file and either copy or move it to the System/Media folder of your phone.
5.- Once the new bootanimation.zip file is in your phone´s System/Media folder, you NEED to change the file permissions for the bootanimation.zip to rw-r--r-- under the file´s properties (or 0644 if your file manager asks for the attributes code instead).
6.- Now with those changes made, you can exit your file manager, reboot your phone and just enjoy your new amazing Droid HD boot animation!!! :victory:
P.S.: If anything goes like it shouldn´t, just go back to the System/Media folder of your phone using your android File Manager of choice, and then delete the bootanimation.zip file that you previously copied in there. Then just rename the bootanimation.zip.bak that should still be there back to its original name before you changed it (by removing the .bak from the last part of the file´s name). Reboot and all should be as it was before.
RAZR M HD ICS Blue
Now this third one I can finally!!! credit to the original poster, he posted a 960x540 version of this file in a Galaxy S3 thread and it was easy to resize and adjust for our needs. Full credit goes to user Kryten2k35 for this contribution!
Now this is yet another version of the RAZR M full screen 720p HD Boot Animation, only this time in the Light Blue ICS theme color. I understand this much lighter color is the preferred option for the ICS based roms and for some versions of Cyanogenmod, either way here it is for your enjoyment:
Now to install this one, just follow EXACTLY THE SAME INSTRUCTIONS as they appear on the first post of this thread, and you should be golden. Enjoy!!!
AWESOME!!!
I just tried every single one of them and you guys rock!!!!!!
RAZR HD XT925
:good:
beautiful!!
Thanks
fabiobatera said:
beautiful!!
Thanks
Click to expand...
Click to collapse
My pleasure
No sound??
Hi, I just tried installing the first boot animation you posted but although I set the permissions for both the bootanimation.zip and droidsm.ogg correctly, I'm not getting the sound when I reboot my phone (LG Optimus G E973, not sure if it matters). Can somebody give me any explanations for why this might be?
This animation as excellent!! Works great and looks outstanding on my Razr HD. Thanks!
inverzion said:
Hi, I just tried installing the first boot animation you posted but although I set the permissions for both the bootanimation.zip and droidsm.ogg correctly, I'm not getting the sound when I reboot my phone (LG Optimus G E973, not sure if it matters). Can somebody give me any explanations for why this might be?
Click to expand...
Click to collapse
I've only had that happen to me when the system volume setting is all the way down, so far. Weird issue, haven't really heard anyone else with that problem either, sorry

Categories

Resources