BOOT ANIMATION GUIDE.

How To Change, Customize & Create Android Boot Animation [Guide]



The boot animation is the first thing that you see when powering on your Android phone or tablet, after the operator or manufacturer logo. Although it does not serve a purpose functionally, an eye-catching boot animation can certainly make your device stand out while booting. In this third installment of our Android customization series, we will take a look at how to change or even create your Android boot animation and will feature some of the prettiest and geekiest boot animations we have come across.


Customizing Android Boot Animation


This guide is a part of our series on how to customize the looks of your Android device. Other guides in this series include:
  1. Introduction to Android customization
  2. Make & Flash your own Android Splash Screen with Splash Screen Creator
  3. How to Change, Customize & Create Android Boot Animation (Currently viewing)
  4. How To Replace and Customize Android Lock Screen
  5. The Ultimate Guide to Android Wallpapers
  6. Replace and Personalize your Home Screen with the Best Android Launchers
  7. Themes
  8. Widgets
  9. Fonts
  10. Icons
  11. Status / Notification Bar
  12. Combining it all in your own custom ROM
Note that there may be changes in this layout as we proceed, and we will be updating the links as we keep publishing the parts.
Let’s now proceed with customizing the boot animation. This guide in itself will be organized as follows:
  • The Basics
  • Inside the bootanimation.zip file
  • Featured Boot Animations
  • Create Your Own Boot Animation
  • Apply a Boot Animation

The Basics

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. Thus, customizing or changing the boot animation is simply the process of editing or replacing this file.

Inside The Bootanimation.Zip File

This section is for those interested in finding out how the Android boot animation works. If you just want to install one without bothering yourself about what’s in the file, feel free to move on to the next section, as this one will get a little technical. Though it should be easy and simple enough for anyone to grasp.
While the Android boot animation might appear to be in a video format during playback, it is in fact a little different. If you extract the contents of the bootanimation.zip file to your computer, you will see:
  • A desc.txt file
  • A part0 folder (Contains PNG images named in incremental numbers)
  • 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.
Let’s see how it works in a little detail by taking a closer look at the contents of the file.
The folders
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:
480 800 30
p 1 0 part0
p 0 0 part1
As you can see, in the first line, 480 and 800 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 480 by 800 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.
A note on resolution: Most high-end Android devices with large screens have a resolution of 480 x 800 pixels, and are referred to as HDPI. Some mid-range devices have a resolution of 320 x 480 pixels and are called MDPI. Lastly, the screen resolution of some low-end devices is 340 x 320 pixels and these are called LDPI, though these are either the really old Android phones or the cheapest Chinese models.
As a rule, a boot animation made for a lower resolution device will run fine on a high resolution one but it will be centered on the screen, with the extra screen space around it not being used. Using a high resolution boot animation on a low resolution device will result in the boot animation not fully displaying on the screen, with its outer parts being cut off due to being outside the screen’s bounds.

Featured Boot Animations

There are hundreds of boot animations out there for a range of device resolutions. Some of them come as stock with certain devices and get extracted by users to be made available for others to install on their devices, while others are custom built by users and shared with the community.
As promised, we are featuring here a few boot animations that caught our eye.
The Droids series by Dysgenic:

AndroidGlow1
 AndroidGlow2
AndroidMinimal1
AndroidParticles2
Android Particle Ring by Dysgenic (Modified by aph):
Android Particle Ring Bootanimation Green 
Android Particle Ring Bootanimation Cyan
 Android Particle Ring Bootanimation Red
Android BIOS by frysee:
This one has both a phone version and a tablet version. The preview shown is of the tablet version.
Android BIOS Boot Animation Tablet
Honeycomb by Google:
0057
Click the above image for a full animated preview.
More:
There are a lot more boot animations floating all over the internet and searching on Google is bound to return you several. An excellent resource is the XDA-Developers Forum where users share hundreds of ported and new boot animations, though if you truly want to make your device stand out, why not make your own? It’s easy as pie!

Create Your Own Boot Animation

So you want to put the artist inside you at work and create your very own boot animation? It’s so easy even a child can do it, and we are going to show you how.
If you have found a boot animation that is made for higher resolution devices and you have a low resolution one, you can use this method to edit those to fit your device as well.
Requirements:
  • A zip/unzip utility like 7-Zip
  • Image editor of your choice like PhotoShop, GIMP, Paint.NET, heck even MS Paint will do.
  • A plain text editor of your choice. Using Windows Notepad for editing text files that are to be used in Linux is not always a good idea, so use something like Notepad++ instead.
  • As much time and creativity as you are willing to put into the task.
  • You must know the screen resolution of your device if you don’t know it already. You can find the resolution by searching for your device specifications on Google.
    Note: A high resolution device will be able to play a boot animation made for a low resolution device but it will not take up the whole screen, while a high resolution boot animation will not display completely on a low resolution screen device.
Procedure:
  1. Go through the entire Inside the bootanimation.zip File section of this guide first, if you haven’t already done so.
  2. 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.
  3. Make a new folder at any convenient location on your computer, and name it bootanimation.
  4. In this folder, create a folder for each part of your boot animation, named part0, part1 and so on.
  5. In the image editor of your choice, 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.
  6. 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.
  7. Once you have the images for all the parts done and saved with proper names in each folder, create a text file named desc.txt in the main bootanimation folder.
  8. Open the text file in a text editor and edit it in the format described in detail in the desc.txt filesection above. Do consider that a frame rate higher than 30 fps can give issues on many devices.
    Note: In case you are converting an existing boot animation to fit your phone’s screen, keep everything the same as in the original desc.txt file and change only the resolution.
  9. Now select everything inside the bootanimationfolder and zip them into a new uncompressed zip archive using your favorite compression utility. Here is the method using 7-zip:
    1. Select everything inside the bootanimation folder.
    2. Right-click on any of the selected files/folders and from the 7-zip menu, select ‘Add to archive’.
    3. Use ‘zip’ as the archive format and ‘Store’ as the compression level, and click OK. This will create a file called bootanimation.zip in the same folder.
That’s it – you have created your own Android boot animation! The only thing left now is to apply it to your device, so let’s get on with it.

Apply A Boot Animation

So you have found a boot animation that you want to install on your phone? Created one of your own and can’t wait to see it in action on your device? All you have to do is copy it at a certain location on your device. There are two locations you can copy it: /data/local and /system/media, and both have their advantages and disadvantages.
Advantages of copying it to /data/local is that you will not require root access for it and it should work for all non-rooted devices without running the risk of changing anything in the /system partition. Furthermore, if a bootanimation.zip file is found in both locations, Android ignores the one found in /system/media and gives priority to the one in /data/local. A disadvantage of this method is that upon a hard reset (also called a full data wipe or a factory reset), the new boot animation will be lost.
Copying the boot animation to /system/media/ is possible only if your device is rooted and you have read+write access to the /system partition. An advantage of this method is that upon a hard reset, the new boot animation will still remain and there will be no need to apply it again. A disadvantage is that it requires ADB or a root level file browser such as Root Explorer or Super Manager.
Had enough of the details? Here’s how to get on with applying the boot animation. We will tell you how to copy the file to any of the above mentioned locations and will use ‘All devices’ for the /data/local path method and ‘Rooted devices only’ for the /system/media path method.
UPDATE: It has been brought to our attention that the following method will not work for some devices running stock ROMs because their manufacturers have made the ridiculous decisions of either using their own proprietary format for their boot animations (we’re talking about you, Samsung!), or choosing a non-standard path for the bootanimation.zip file and removing the ability to override it by copying a new one to /data/local (that would be you, HTC!).
In case of the proprietary format used by Samsung, there is little we can do. However, the HTC devices use the same format but at a different path i.e. /system/customize/resource/ instead of the usual /system/media. This means users with rooted and S-OFF HTC devices can still replace the original one using the following method, by simply changing /system/media to /system/customize/resource/ but those without rooted and S-OFF devices are simply out of luck, as the /data/local method will not work on such phones.
Requirements:
  • Android phone or tablet running Android 2.2 Froyo or later. Tested to work on Froyo and Gingerbread; may or may not work on earlier or later versions due to different file locations.
  • A root file browser such as Root Explorer or Super Manager.
    Note: If you already have ADB installed or if you are comfortable with the command line, you can use it instead. For ADB installation help, see what is ADB and how to install it. We will also provide you with the ADB method below.
  • The boot animation of your choice in bootanimation.zip name and format.
    Note: To check which format is it in, open it using a zip/unzip utility and see its contents. If it contains the files and folders mentioned above in our ‘Inside the bootanimation.zip file’ section, it is the right format. If you see folders amongst which one is called META-INF, it is in recovery flashable format but you can still find the bootanimation.zip file inside the archive in the /system/media folder, and extract that file from the recovery flashable zip file, for using it with this method.
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 /data/local and paste the bootanimation.zip file there to override the default system boot animation without replacing it.
    OR
    Browse to /system/media and paste the bootanimation.zip file there.
    If you are using Super Manager, you will have to enable its root function first from the settings. Furthermore, you may need to mount the /system partition as read-write first too upon entering it.
    Note: If you had earlier on copied a custom bootanimation.zip file into /data/local, you will also need to delete it or else the new one from /system/media will not be loaded.
ADB method:
  1. Enable USB debugging on your device in Settings > Applications > Development.
  2. Connect your device to the computer via USB.
  3. Launch a command prompt/terminal window on your computer.
  4. Navigate to the location where you have the bootanimation.zip file saved.
  5. Rooted/Unrooted devices:Enter these commands:
    adb pull /data/local/bootanimation.zip c:\
    adb push bootanimation.zip /data/local/
    OR
    Rooted devices only: Enter these commands:
    adb pull /system/media/bootanimation.zip c:\
    adb remount
    adb push bootanimation.zip /system/media/
Whichever method you used, you should now have the new boot animation successfully installed on your device. Simply restart it and you should see it running upon boot.
Restoring the original boot animation:
If you want to revert back to the original boot animation, you can easily do so, since we backed up the original one in both the above methods. In the file browser method, you can find it on the storage card at the location where you backed it up in step 4, while in the ADB method, it was backed up to the C drive. Simply follow any of these methods with the original bootanimation.zip file and you’ll have it back.

No comments:

Post a Comment