[Install]
(Thanks to Jerry43812!)
1. Download the ZIP of the boot animation you would like to apply to your phone.
* For the first boot animation (with green flare, do not unzip the file. Just move it to your tools folder.
* For the second or third boot animations, please unzip the file you download from here, resulting with a folder with another ZIP - inside, called bootanimation.zip. Please move that bootanimation.zip to your Android-(SDK)-Tool-Folder
2. Open up a command prompt, and head into your local tools folder.
Quote:
cd C:\Android\tools |
3. Now, enter the following commands, one line at a time.
Quote:
adb remount adb mv adb push bootanimation.zip /system/media/bootanimation.zip adb push bootanimation.zip /data/local/bootanimation.zip adb reboot |
Quote:
cd C:\Android\tools adb remount adb shell rm /system/media/bootanimation.zip adb reboot |