To celebrate the return of DragonBall, I made a video of me performing the classic Kamehameha attack and made it my phone's boot animation. Here is the Vine of the video I made:
Grab the Adobe After Effects project of this video from here.
Here is how it looks while phone is booting:
Boot animation in android comes from the file called bootanimation.zip which is at /system/media. This file essentially consists of sets of sequences of images which have to be shown one after the other. Here we need to generate bootanimation.zip with just one sequence of images (extracted from the video) which runs in a loop. As there is no tool which can do this, I wrote a simple shell script.
Here we have to generate two things.
1. Folder with sequence of images.
2. Description of bootanimation.zip, which tells what to do with the images.
After running this script, bootanimation.zip is generated. Now move it to /system/media and set the permissions to 0644 (rw-r--r--)
Now reboot the phone and you are done!
KAAAAAAMEEEEEEEHAAAAAAMEEEEEHAAAAAAAAAAA!
No comments:
Post a Comment