Deodexing your stock ROM allows you to fully customize it. For a more indepth explanation of what is the difference between odexed and deodexed, check out this article.

First, let's list the requirements.
adb shell
su
stop
mount -o rw,remount /system/ /system/
cp /sdcard/done_app/* /system/app/
rm /system/app/*.odex
cp /sdcard/done_frame/* /system/framework/
rm /system/framework/*.odex
mount -o ro,remount /system/ /system/
reboot
After all of the above things are done, follow everything in the video below:
10 Dec 2012
 
Top