[GUIDE] Enabling old-school CRT off animation in Gingerbread
For this you need to be running the ROOTED Gingerbread leak on a Droid X.
IF YOU HAVE MADE MODIFICATIONS TO YOUR FRAMEWORK-RES.APK, DO NOT USE THIS FILE. You'll have to make your own.
All thanks go to the guys in this thread for directions. This is just the finished framework-res.apk
Flashable zip:
Quote:
Originally Posted by johnclevenger
I posted this in the other thread as well. I created a zip that you can flash from clockwork.
1. download to somewhere on sdcard
2. boot into clockwork
3. make a backup
4. install zip from sdcard, etc.
5. reboot
http://www.multiupload.com/FD85GYCAJM
|
Manual Instructions
Download: http://www.megaupload.com/?d=4TTAF6OM
Rename to framework-res.apk
Connect your phone via adb and run these commands
Code:
adb remount
adb push framework-res.apk /data/local/tmp/framework-res.apk
adb shell
su
stop
rm /system/framework/framework-res.apk
cp /data/local/tmp/framework-res.apk /system/framework/
rm /data/local/tmp/framework-res.apk
reboot
Your phone should reboot and be good to go.
Verified working on a rooted Droid X 2.3
|