Pages

[TUT]How to Deodex Your Defy Or Defy+

Monday 7 May 2012
Deodex Only Makes feel if you are Using Stock Rom if you are using Custom ROM it's already deodexed 


What is Deodexing? deodexed ROM allows users and developers to make easier modifications and themeing.


Warning! Im not responsible for Bricking Your Phone


RequireMents


Rooted Defy or Defy +


ADB Setup atleast having basic Knowledge\


Windows PC


xUltimate




Process:
1. Unzip xUltimate to a folder, and launch "Main.exe"
2. Plug in your Defy/Defy+ (USB debugging enabled)
3. If everything is OK, xUltimate should recognize the phone and make a connection. You now should see a list of options.
4. Run option 5. This is going to take a while. Don't panic.
5. When it's finished, exit xUltimate and put the phone in USB mass storage mode.
6. Go back into the xUltimate folder, copy "done_frame", and "done_app" and move them to the root of the sdcard.
7. Turn off the USB mass storage.
8. Open command promt, navigate to your ADB directory, and type in the following:







adb shell
su
cp /sdcard/done_app/* /system/app/
cp /sdcard/done_frame/* /system/framework/
rm /system/app/*.odex
rm /system/framework/*.odex
reboot


Now lets Reboot Your Phone now now your phone is deodexed.


Credits to  hsrars-d@XDA



2 comments:

Anonymous Says:
15 May 2012 at 17:19

wtf stolen from xda

Unknown Says:
15 May 2012 at 20:47

@Anonymous I Gave Proper Credits To The Authors..is it an issue?

Post a Comment