Making Boot Animation For Android Without Using Softwares
By
rawr
Android Development
0
comments
1. Create PNG images for your animation.
Tip: You can create GIF animations easily using a free online tools and then extract PNG images from the GIF animation.
2. Rename and resize those PNG images starting with a 4 digit number for the first frame and ascending for each consecutive frame. The images in part1 folder should start where the last image in part0 folder has ended.
For example the original boot animation in your android phone has images from 0000.PNG to 0009.PNG in part0 folder and 0010.PNG to 0082.PNG in part1 folder.
3. Create a custom desc.txt and add the following in it.
230 230 24
p 1 0 part0
p 0 0 part1
4. We must resize the png first and in desc.txt we put the exact png size as we have re-size. Place part0, part1 and desc.txt in a folder renamed as �bootanimation�. Zip the folder (using an archiving utility such as 7Zip). Set the �Compression level� setting to �store� (which means no compression), before you archive. Compression will make it unreadable for your android fone.
5. Copy bootanimation.zip file from your PC to your SDCard root.
6. Mount file system read/write using root explorer.
6. Make a backup of the original boot animation using root explorer.
/system/media/bootanimation.zip
7. Now copy the bootanimation.zip file from your SDcard to your phone�s memory.
8. Now reboot an enjoy!!!
How's This post? Any Doubts Or Suggestions? Pass your Comments, We Are Glad To help you
Tip: You can create GIF animations easily using a free online tools and then extract PNG images from the GIF animation.
2. Rename and resize those PNG images starting with a 4 digit number for the first frame and ascending for each consecutive frame. The images in part1 folder should start where the last image in part0 folder has ended.
For example the original boot animation in your android phone has images from 0000.PNG to 0009.PNG in part0 folder and 0010.PNG to 0082.PNG in part1 folder.
3. Create a custom desc.txt and add the following in it.
230 230 24
p 1 0 part0
p 0 0 part1
4. We must resize the png first and in desc.txt we put the exact png size as we have re-size. Place part0, part1 and desc.txt in a folder renamed as �bootanimation�. Zip the folder (using an archiving utility such as 7Zip). Set the �Compression level� setting to �store� (which means no compression), before you archive. Compression will make it unreadable for your android fone.
5. Copy bootanimation.zip file from your PC to your SDCard root.
6. Mount file system read/write using root explorer.
6. Make a backup of the original boot animation using root explorer.
/system/media/bootanimation.zip
7. Now copy the bootanimation.zip file from your SDcard to your phone�s memory.
8. Now reboot an enjoy!!!
How's This post? Any Doubts Or Suggestions? Pass your Comments, We Are Glad To help you
0 comments: