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:

17 comments:

  1. hei mitko its me na33m10, i have a problem,my antivirus said it is a virus!!WTF

    ReplyDelete
    Replies
    1. 4shared said that too. This program was made by a trusted member at
      DroidForums and I basically just mirrored the zip without touching it.

      It's probably false alarm.

      Delete
  2. Hey is there any replacement for android sdk because my data plan didn't allow me to download such a heavy file.

    ReplyDelete
    Replies
    1. Well basically all you need is the folder with the adb files.

      I could archive only that part into a zip and send it if you like?

      Delete
    2. Thanks.
      I'll be very thankful to you mitko.
      Send the link in reply or any.

      Delete
    3. http://www.mediafire.com/download.php?k97j7v2g52jqxdr

      Delete
  3. please make link workable if not then open copy the link how i open without typed ... thank

    your awesome work

    ReplyDelete
  4. i get this error as soon as i pull system app

    http://tinypic.com/r/xdf4vt/6

    help plz :'(

    ReplyDelete
  5. well i gettin problen when i about to download commands google says this link not exist pls mAke this link workable i really need

    ReplyDelete
  6. Commands can now be viewed directly on the post.

    ReplyDelete
  7. where I can find this odex and apk files????

    ReplyDelete
  8. I 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 ;)

    ReplyDelete
  9. In that case instead of just cp use busybox cp


    Example:
    busybox cp /sdcard/done_app/* /system/app/

    ReplyDelete

 
Top