CRT Animation for GALAXY FIT S5670
CRT Screen off animation for GALAXY FIT Gingerbread.
In SAMSUNG GINGERBREAD ROM this animation is disabled by default but code for this still present.
So Here are the steps to enable it in SAMSUNG FIT:
Quote:
Only for Stock ROM. Follow this step Only if u r having stock ROM and Stock theme as this file contains stock res. Otherwise skip this step.
Download the CRT ANIM.zip and extract it to ur sdcard.
And follow these steps.
ADB Commands:
Quote:
adb shell
su
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
stop
cp /sdcard/framework-res.apk /system/framework/
cp /sdcard/build.prop /system/
reboot
|
|
Quote:
For developers :
1. Get apk manager
2. Put framework-res.apk in "modding" folder
3. Run apk manager, decompile (option 9)
4. Go into projects\framework-res\res\values\bool.xml
5. Make config_animateScreenLights to false
6. Go back to apkmanager and select compile.
7. Say y
8. Say y
9. Delete resources.arsc from keep folder
10. Enter in apkmanager again
11. U'll find unsignedframework-res.apk in "modding" folder
|
Quote:
For users :
Copy the unsignedframework-res.apk to your sdcard and rename it to framework-res.apk.
It should be in root of ur sdcard.(not in any folder)
Code:
Quote:
adb shell
su
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
stop
rm /system/framework/framework-res.apk
cp /data/local/tmp/framework-res.apk /system/framework/
rm /data/local/tmp/framework-res.apk
reboot
|
|
Quote:
And at last u need to modify the build.prop
Pull it from ur mobile or use the one i attached. It is inside the CRT ANIM.zip file.
Open the build.prop file in any Text editors (i used notepad++) find "debug.sf.hw=1" and add # (making it comment) at first.
It should look like this:
#debug.sf.hw=1
And save.
Now copy it to ur sdcard and then use
Quote:
adb shell
su
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/build.prop /system/
reboot
|
|
Now the Screen off animation should work. 
Thanks to Daneshm90 who made this Guide. I made it to work on G-FIT.
Credits to Daneshm90 and to me for small changes.
If u like this post Then Please dont forget to press Thanks Button.
I am not responsible for any damage. Dont blame me if u didnt follow the steps correctly.
|