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.
First, let's list the requirements.
- Rooted phone
- xUltimate 2.3.3 - Click here to download.
- How to install and configure Android SDK for this guide - Click here for video.
- Commands:
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