Joom
WOOP
Posts: 4,206.7320 Threads: 417
Joined: 20th Mar 2009
Reputation: 5.41709
E-Pigs: 134.1772
|
Installing a Custom Boot Animation
This is a really cool way to customize your phone by replacing the stock animation with an even cooler one.
Now then, if you're a PSP theme designer, the method of designing one is very similar to making a wave. Using ADB, the terminal emulator, or a root file explorer, you'll find a file named bootanimation.zip in /data/local. Inside it are two folders containing JPGs or PNGs (depending on the phone). These images are used for the animation. The file "desc.txt" contains dimension information. If you want to create your own, I imagine the easiest way would be to make an animation then export the frames as JPGs or PNGs.
-Installing an animation
Note: Make a nandroid backup before doing this just in case you screw it up.
This is a bit simpler than making your own. Just place the ZIP containing the folders part0 and part1 and desc.txt to the root of your SD.
Quote:ADB
- Install the android SDK
- Open Command Prompt
- Locate the SDK tools folder where ADB is located (example: <cd c:\android-sdk-windows\tools>)
- Now enter the following code in Command Prompt
adb remount
adb push c:\temp\480x800_AndroidGlow1.zip /data/local/bootanimation.zip
adb reboot
Quote:Terminal Emulator
- Connect your phone to your computer via USB
- Copy the downloaded file to your sdcard
- Disconnect phone from computer
- Open Terminal Emulator on your phone and enter the code below (press enter after every line)
su
cp /sdcard/480x800_AndroidGlow1.zip /data/local/bootanimation.zip
reboot
Quote:Root Explorer
- Connect your phone to your computer via USB
- Rename the downloaded file to 'bootanimation.zip' and copy to your sdcard
- Disconnect phone from computer
- Open 'Root Explorer'
- Copy/Paste the /sdcard/bootanimation.zip to /data/local/ (make sure it's read/write)
- Reboot
This thread over at XDA has some great animations for beginners.
3DS Friend Code: 5000-6045-4964
(This post was last modified: 19/02/2011 10:13 PM by Joom.)
|
|
19/02/2011 08:41 PM |
|