View Single Post
  #1 (permalink)  
Old 03-07-2010, 12:42 AM
SAShady's Avatar
SAShady
PPCGeeks Regular
Offline
Location: San Antonio, Tx
 
Join Date: Jul 2008
Posts: 126
Reputation: 155
SAShady is keeping up the good workSAShady is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Custom Boot Animations!

How do I get these on my phone?
1. Put your phone in recovery mode. (Vol Down + Talk + Power)

2. Open command prompt on PC and go to your android-sdk-windows\tools directory

3.
Code:
cd c:\android-sdk-windows\tools
4.
Code:
adb pull /system/framework/framework-res.apk framework-res.apk
5. Open the framework-res.apk in 7zip, navigate to /assets/images/

6. Replace the image files 00000.png, 00001.png.... with files you just downloaded. (Dragging the files automatically replaces previous ones)

7. Close 7zip. (Re-open, browse to images, and load the image to make sure its the right ones)

8.
Code:
adb push framework-res.apk /system/framework/framework-res.apk
9.
Code:
adb reboot
10. ENJOY


Here's a couple i came up with last night.


http://www.mediafire.com/download.php?wymyb4l2jit

http://www.mediafire.com/download.php?m2dkmzzknmo
__________________
Shady
Reply With Quote
This post has been thanked 4 times.