What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

D2 Will NOT DeOdex!!

Dustin.

Member
Using xUltimate(latest version)
Ran the process, no interruptions, no errors.

Check file system and ALL .odex files were still there.

Any suggestions? Help? Tips? Please let me know what else I can do to get this thing DeOdexed.
 
Once you run the processes in xUltimate, it creates two folders, done_app and done_frame I think. You need to use something like Root Explorer or ADB likewise and copy the done_app folder to the system/app folder and copy the done_frame to the system/framework folder. I beleive there is a thread on here or over on XDA that has step by step to do this the proper way via ADB.
 
Using xUltimate(latest version)
Ran the process, no interruptions, no errors.

Check file system and ALL .odex files were still there.

Any suggestions? Help? Tips? Please let me know what else I can do to get this thing DeOdexed.

Place done_app and done_frame folders from xUltimate folder tp the root of your sd card (/sdcard/done_app /sdcard/done_frame).

Make sure your phone is plugged into the USB cable and PC Mode is selected and that you have debugging enalbed on the phone application settings.​


Open DOS prompt and type the following commands or paste them at the DOS prompt.
adb shell
su
stop
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/done_app/* /system/app/
cp /sdcard/done_frame/* /system/framework/
rm /system/app/*.odex
rm /system/framework/*.odex
reboot​
 
"adb" is not recognized as an internal or external command, operable program or batch file.

Thats the error message i keep on getting.
 
Are you deodexing so you can apply a theme?

FWIW, 928Droid is going to be releasing a D2 theme/updater this week (maybe today/tomorrow) that will both deodex and apply his BEAUTIFUL Black Glass D2 theme automatically.

A nice treat.
 
No, I MIGHT be installing a theme, but as of right now, just looking to DeOdex so I can change a couple of things.
 
"adb" is not recognized as an internal or external command, operable program or batch file.

Thats the error message i keep on getting.

Are you running the command from the directory where you installed the Android SDK, or have you added that path to your windows path?

For instance, on my computer ADB is in c:\Android\Tools...
 
Got everything going good until it came time to remove the .odex files...

saying that ".odex is a read-only file system?"
 
Last edited:
What error message...are you still messed up, or ?

Worst case, you might have to SBF back to stock and start again, if you can't resolve this and don't have a Clockwork Recovery backup you can restore...
 
I got the error message then CMD crashed, then my d2 started the bootloop.

I've already restored back to working condition of course.

And I'm still NOT DeOdexed. About to give up imo.
 
I got the error message then CMD crashed, then my d2 started the bootloop.

I've already restored back to working condition of course.

And I'm still NOT DeOdexed. About to give up imo.

Just go to the 2.4.0 ROM. If you want to stay on the official current then look for a thread of mine that contains the latest official files in deodex form.
 
I got the error message then CMD crashed, then my d2 started the bootloop.

I've already restored back to working condition of course.

And I'm still NOT DeOdexed. About to give up imo.

Just go to the 2.4.0 ROM. If you want to stay on the official current then look for a thread of mine that contains the latest official files in deodex form.

And in worst case scenario, what COULD happen?
 
Nothing, really...other than having to SBF back to 2.2.20 if you got into a weird state somehow.

Motaboy's ROMs are very solid - you shouldn't have any issues if you follow instructions.
 
Back
Top