• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [Virgin Mobile] GUIDE: How to Easily Deodex Stock Apk's & Framework

HOW TO DEODEX ODEXED APPS & FRAMEWORK
Download Virtous Ten Studio @ http://virtuous-ten-studio.com/downloads/ and the system requirements for the program are:
Now that you have VTS setup click on the extras tab, next click on Deodexing Tool & follow the instructions. Enjoy!

HOW TO CHANGE YOUR STOCK MG5 VICTORY FROM ODEX TO DEODEX


Big Thanks to chamatht of ex dee A
Click this link if you would like to learn about odex/deodexing:
what-is-odex-and-deodex-in-android-complete-guide

I am going to make this really easy for anyone to do. First download the deodexed apk's/framework, extract the app & framework folder and name them to (apps) done_app (framework) done_frame. Copy both folders to your internal sd card to look like this:

/storage/sdcard0/done_app
/storage/sdcard0/done_frame

On your computer you should have android-sdk installed or at least a mini android-sdk so you can use adb. (I've attached the mini android-sdk tools.zip if you don't). Now that you are set make sure USB Debugging is on, plug the phone in your computer, open a command prompt and type:

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

That's it; very well. You now have a deodexed original stock rom. I've done this 3 times now and it worked like a charm. Yeah you right! You can cut the folders from your internal sd and paste them back to your computer or just delete them. Please let me know if I missed anything.

https://www.mediafire.com/?ud0yyuj1u1qb32a Apks
https://www.mediafire.com/?ayfoni8vig1078g Framework

BadBrainsEddie
New Orleans, LA
 

Attachments

Last edited:
I don't think titanium does framework. Not 100% on that though.
Which you would need if you're trying to deodex a stock odex ROM.
 
So essentially you're saying that the way to "Easily Deodex Stock Apk's & Framework" is to download them? I think you should change the title so people who want to actually do what the title says it's a guide for won't end up on this page.
 
Back
Top Bottom