I saw the video for the port of Fabolous's Apex rom and wanted the window animations "flip and fly in" without having to actually flash the rom. I did some research and found out how to do this to the stock rom and thought I would fill you all in.
The link to the video which shows the animations:
[video=youtube;Rv4fhgWQQb0]http://www.youtube.com/watch?v=Rv4fhgWQQb0"]YouTube - ApeX 1.2 ROM For Droid X Overview and Features[/video]
First you must be rooted and have terminal emulator, and a file manager on your phone. I also had to download 7zip for my computer.
Download flip and fly in by Fabolous
Multiupload.com - upload your files to multiple file hosting sites!
1. Download the anim folder above and copy the framework-res.apk from the rom you're interested in modifying (/system/framework/framework-res.apk) to the root of your sd card. "I used astro file manager and copy and pasted it to the root of the SD "
2. Open up the framework-res.apk in 7zip (right click on it, and select "open archive"). "I opened it up in 7zip straight from the root of my SD while my sdcard was mounted"
3. Drag the anim folder with the animations (which you can download below) into /res folder in your framework-res.apk. This will replace the files currently in /res/anim.
4. Exit out of 7zip.
5. You now need to push the modified framework-res.apk onto the phone. You can do this by placing the modified framework-res.apk in the root sdcard folder (if it is not already there), and entering the following into terminal emulator on your phone or using ADB when the sdcard is mounted "note that there are spaces in the comand lines":
*If you're using terminal emulator, your phone will probably reboot before you finish re-mounting and/or typing reboot. After reboot finish entering in the rest of the commands.*
su
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/framework-res.apk /system/framework
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
reboot
*If you're using terminal emulator, your phone will probably reboot before you finish re-mounting and/or typing reboot. After reboot finish entering in the rest of the commands.*
Almost all of the information and files have been taken from a post by johnclevenger from xda. His post also referenced MagnusRagnarok (initial post) and ronhova (detailed instructions) on XDA. Thanks to Fabolous for coming up with the animation mix and those above who came up with the detailed instructions!!!
More animation can be found at Johnclevenger's original post:
[How To] + [MOD] Custom Transition Animations (UPDATED) - xda-developers
The link to the video which shows the animations:
[video=youtube;Rv4fhgWQQb0]http://www.youtube.com/watch?v=Rv4fhgWQQb0"]YouTube - ApeX 1.2 ROM For Droid X Overview and Features[/video]
First you must be rooted and have terminal emulator, and a file manager on your phone. I also had to download 7zip for my computer.
Download flip and fly in by Fabolous
Multiupload.com - upload your files to multiple file hosting sites!
1. Download the anim folder above and copy the framework-res.apk from the rom you're interested in modifying (/system/framework/framework-res.apk) to the root of your sd card. "I used astro file manager and copy and pasted it to the root of the SD "
2. Open up the framework-res.apk in 7zip (right click on it, and select "open archive"). "I opened it up in 7zip straight from the root of my SD while my sdcard was mounted"
3. Drag the anim folder with the animations (which you can download below) into /res folder in your framework-res.apk. This will replace the files currently in /res/anim.
4. Exit out of 7zip.
5. You now need to push the modified framework-res.apk onto the phone. You can do this by placing the modified framework-res.apk in the root sdcard folder (if it is not already there), and entering the following into terminal emulator on your phone or using ADB when the sdcard is mounted "note that there are spaces in the comand lines":
*If you're using terminal emulator, your phone will probably reboot before you finish re-mounting and/or typing reboot. After reboot finish entering in the rest of the commands.*
su
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/framework-res.apk /system/framework
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
reboot
*If you're using terminal emulator, your phone will probably reboot before you finish re-mounting and/or typing reboot. After reboot finish entering in the rest of the commands.*
Almost all of the information and files have been taken from a post by johnclevenger from xda. His post also referenced MagnusRagnarok (initial post) and ronhova (detailed instructions) on XDA. Thanks to Fabolous for coming up with the animation mix and those above who came up with the detailed instructions!!!
More animation can be found at Johnclevenger's original post:
[How To] + [MOD] Custom Transition Animations (UPDATED) - xda-developers