HOW TO CREATE YOUR OWN BOOT ANIMATION ON ANDROID(FOR ROOTED SMARTPHONE)
Hello friends,
today we will discuss about android boot animation on smartphones. In this world of internet this is very trivial thing to change anything on our smartphone and we will talk about it. so lets start with the same things...
WHAT IS BOOT ANIMATION ?

Here are some points which are to be followed while changing boot animation of android smartphone...
- 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.
STEPS TO CREATE AND IMPLEMENT YOUR BOOT ANIMATION ON ANDROID

Follow the simple steps to Create your own Boot Animation on Android (Rooted Devices)
- On your computer, create two folders; I named mine part0 and part1.
- On part0, put the image/images that you want to appear on the whole duration of the boot animation.
- In part1, put those images that you want to be repeated, the number of times you want in the animation. Please note that, for this process to work, the images on both folders must be in PNG or JPG formats.
- Using your text editor of choice, create an info.txt file. Write the following codes on it- 320 480 30 p 1 0 part0 p 0 0 part1
- The following should be the appearance of the info.txt file:
- In the first , 320 480 is your boot animation’s resolution. You can change it appropriately. The number 30 represents the speed at which the boot animation will be played. You can change the speed as you wish.

- The second line sets the properties for the folder part0 you had created. The first number-1- is the duration that the images on that folder will be repeated, and in this case it is once. The next digit-0- is the delay between the chosen images, and in our case it is zero.
- The third line sets the properties of the folder part1. As the case in the previous folder, the first 0 is the number of times the images will be repeated, which in our case is infinite since zero represents an infinite loop. The second digit is the delay between the images, and in this case it is 0.
- After the above three lines, press the ENTER key, this will save the text file. This step is very important so you should not skip it.
- Now you should select all the three- part0, part1 and info.txt and zip them using the Store compression method. After zipping them, check if it has a thumbs.db file created. If this is the case, delete the file and zip it again.
- Download the Root Explorer from the market. You should now rename the zip file to boot animation. Please do not include any spaces, then save it on the SD card.
- Proceed to open Root Explorer and copy this zip to /system/media.
- You can now comfortably reboot your phone.
So friends use this best trick for your smartphone and enjoy a new boot animation which you want and make your smartphone new for today..
thank you.
No comments:
Post a Comment