badbrainseddie
Member
HOW TO DEODEX ODEXED APPS & FRAMEWORK
Download Virtous Ten Studio @ http://virtuous-ten-studio.com/downloads/ and the system requirements for the program are:
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
Download Virtous Ten Studio @ http://virtuous-ten-studio.com/downloads/ and the system requirements for the program are:
- Windows Vista or later (including Windows 8). Windows XP support is only available for a few older versions
- Microsoft .net framework 4.5 (.net 4.0 for Windows XP)
- Lastest Java Runtime (JRE) (32-bit)
- Working ADB drivers if you want to take advantage of the ADB integration
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: