[BOOTANIMATION] Android & Galaxy S Pulsar
Android & Galaxy S Pulsar Bootanimation
I want to present you my two selfmade bootanimations.
They are both optimized for HDPI devices like Galaxy S (GT-I9000).
Works best with a screen resolution of 480 x 800 px. 25 fps.
Android Pulsar
DOWNLOAD
Galaxy S Pulsar
DOWNLOAD
Installation
Be sure to make a backup of your old bootanimation.zip in case
you want to reuse it later again! First rename the downloaded
file into bootanimation.zip!
1. Place bootanimation.zip in the folder
Code:
/Android/android-sdk-windows/platform-tools/
then use adb from Android SDK:
Code:
adb push bootanimation.zip /system/media or
adb push bootanimation.zip /data/local
2. Place the file on your sdcard root directory. Then use a
Terminal Emulator or adb shell:
Code:
su
cp /sdcard/bootanimation.zip /system/media or
cp /sdcard/bootanimation.zip /data/local
|