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
hei mitko its me na33m10, i have a problem,my antivirus said it is a virus!!WTF
ReplyDelete4shared said that too. This program was made by a trusted member at
DeleteDroidForums and I basically just mirrored the zip without touching it.
It's probably false alarm.
Hey is there any replacement for android sdk because my data plan didn't allow me to download such a heavy file.
ReplyDeleteWell basically all you need is the folder with the adb files.
DeleteI could archive only that part into a zip and send it if you like?
Thanks.
DeleteI'll be very thankful to you mitko.
Send the link in reply or any.
http://www.mediafire.com/download.php?k97j7v2g52jqxdr
Deleteplease make link workable if not then open copy the link how i open without typed ... thank
ReplyDeleteyour awesome work
i get this error as soon as i pull system app
ReplyDeletehttp://tinypic.com/r/xdf4vt/6
help plz :'(
well i gettin problen when i about to download commands google says this link not exist pls mAke this link workable i really need
ReplyDeleteCommands can now be viewed directly on the post.
ReplyDeletethanks alot man
ReplyDeleteyr it is nt wrking plz help me
ReplyDeleteThanks :D
ReplyDeletewhere I can find this odex and apk files????
ReplyDeleteme too
ReplyDeleteI have a problem: "CP not found" in this part "cp /sdcard/done_app/* /system/app/" what i must be doing (sorry about my bed english ;)
ReplyDeleteIn that case instead of just cp use busybox cp
ReplyDeleteExample:
busybox cp /sdcard/done_app/* /system/app/