[Theme] 928Droid Black Glass X for DROID 2 !!!

I have searched all over and can not find an answer. How do I Deodex? is it a program or app? I love the theme but want to try the deodex version.
 
Im deodex-ing my phone now so ill throw up some more pics once im done and loaded the theme

BTW, thank you very much for all the Screen Caps!!!

no prob, im just waiting for mediafire to come back up, your link has been going to a page load error for the past hour or so

I have searched all over and can not find an answer. How do I Deodex? is it a program or app? I love the theme but want to try the deodex version.

http://www.droidforums.net/forum/xeudoxus/47283-release-xultimate.html
 
Im deodex-ing my phone now so ill throw up some more pics once im done and loaded the theme

BTW, thank you very much for all the Screen Caps!!!

no prob, im just waiting for mediafire to come back up, your link has been going to a page load error for the past hour or so

Yeah, MediaFire is down for me too, BUT I just purchased a Premium account at MegaUpload also to create a Mirror for all the files. Uploading files now, but it is gonna take a while.
 
Not sure what I did wrong. I used option 5 on xUltimate (Pull and Deodex all), and installed the theme with D2 bootstrapper. Everything seems to work on the theme except the white clock and white date. I downloaded the theme from megaupload.

The end of the log.txt on xultimate says:
**IT ALL WORKED** -main- (14:04:30.17 Tue 09/07/2010)

So I'm not sure what to do. Will try the whole process again when I get back. If I did anything wrong, please let me know. Thanks.
 
I used this process to deodex

What you'll need:
A Windows based machine
xUltimate v2.2
Patience

Process:

Phone in PC Mode

  1. Unzip xUltimate v2.2, and launch "Main.exe"
  2. If everything goes well xUlt should recognize the phone and make a connection. You now should see a list of options.
  3. Run option 1. After option 1 is done, run option 2.
  4. Now these well take a while. Run option 3.
  5. IMPORTANT: After you have run option 3, you MUST navigate to the xUltimate folder and find "origi_frame" folder, and delete "guava.odex". It's a bad file, and interferes with deodexing process.
  6. Now run option 4, and wait.
  7. Exit xUltimate, and put the phone in USB mass storage.
  8. Go back into the xUltimate folder and copy "done_frame" and "done_app" and move them to the root of the sdcard. (I also copied them to my C:\android sdk\tools folder on my PC)
  9. Open a command prompt, and do the following:
Code:
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
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
reboot

 
Last edited:
I used this process to deodex

What you'll need:
A Windows based machine
xUltimate v2.2
Patience

Process:

Phone in PC Mode

  1. Unzip xUltimate v2.2, and launch "Main.exe"
  2. If everything goes well xUlt should recognize the phone and make a connection. You now should see a list of options.
  3. Run option 1. After option 1 is done, run option 2.
  4. Now these well take a while. Run option 3.
  5. IMPORTANT: After you have run option 3, you MUST navigate to the xUltimate folder and find "origi_frame" folder, and delete "guava.odex". It's a bad file, and interferes with deodexing process.
  6. Now run option 4, and wait.
  7. Exit xUltimate, and put the phone in USB mass storage.
  8. Go back into the xUltimate folder and copy "done_frame" and "done_app" and move them to the root of the sdcard. (I also copied them to my C:\android sdk\tools folder on my PC)
  9. Open a command prompt, and do the following:
Code:
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
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
reboot

I tried it this way and just using xultimate. Using this way I get no files found on the /* part
 
is there anyway to put the percentages in the battery icon and when you pull down the notifications bar half the date is blacked out?

Too funny, everyone complained about the Battery percentages so I took them out.

Read the last page of Posts concerning thr CLock and Date issue with Odexed ROMs.... it is what it is.

Well that's them screw them lol why would anyone not want to know how long their battery will last

I dont know if it is possible but i have seen it in other roms/themes can there be an option listed for it somewhere to turn it on/off
 
Last edited:
is there anyway to put the percentages in the battery icon and when you pull down the notifications bar half the date is blacked out?

Too funny, everyone complained about the Battery percentages so I took them out.

Read the last page of Posts concerning thr CLock and Date issue with Odexed ROMs.... it is what it is.

Also i downloaded and installed the deoxed version and when i pull down the notifications tab half the date is blacked out?

never mind sorry i see this may be fixed will download and give it a try
 
Last edited:
I used this process to deodex

What you'll need:
A Windows based machine
xUltimate v2.2
Patience

Process:

Phone in PC Mode

  1. Unzip xUltimate v2.2, and launch "Main.exe"
  2. If everything goes well xUlt should recognize the phone and make a connection. You now should see a list of options.
  3. Run option 1. After option 1 is done, run option 2.
  4. Now these well take a while. Run option 3.
  5. IMPORTANT: After you have run option 3, you MUST navigate to the xUltimate folder and find "origi_frame" folder, and delete "guava.odex". It's a bad file, and interferes with deodexing process.
  6. Now run option 4, and wait.
  7. Exit xUltimate, and put the phone in USB mass storage.
  8. Go back into the xUltimate folder and copy "done_frame" and "done_app" and move them to the root of the sdcard. (I also copied them to my C:\android sdk\tools folder on my PC)
  9. Open a command prompt, and do the following:
Code:
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
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
reboot


Worked great. Thanks!
 
I used this process to deodex

What you'll need:
A Windows based machine
xUltimate v2.2
Patience

Process:

Phone in PC Mode

  1. Unzip xUltimate v2.2, and launch "Main.exe"
  2. If everything goes well xUlt should recognize the phone and make a connection. You now should see a list of options.
  3. Run option 1. After option 1 is done, run option 2.
  4. Now these well take a while. Run option 3.
  5. IMPORTANT: After you have run option 3, you MUST navigate to the xUltimate folder and find "origi_frame" folder, and delete "guava.odex". It's a bad file, and interferes with deodexing process.
  6. Now run option 4, and wait.
  7. Exit xUltimate, and put the phone in USB mass storage.
  8. Go back into the xUltimate folder and copy "done_frame" and "done_app" and move them to the root of the sdcard. (I also copied them to my C:\android sdk\tools folder on my PC)
  9. Open a command prompt, and do the following:
Code:
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
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
reboot

Worked great. Thanks!


cp /sdcard/done_app/* /system/app/
cp /sdcard/done_frame/* /system/framework/
rm /system/app/*.odex
rm /system/framework/*.odex

are these exact? I get file not found at /* / what get put in there if not?
 
Did you copied the 2 done_ folders to your C:\android sdk\tools folder on your PC? I had the same issue until I did that.

Installed the update. Looks awesome. Thanks for you work and effort.
 
Deodexed theme works great! Only issue I've noticed is the ongoing notifications text is black.

EDIT: nevermind, looks like that was just in Dolphin browser
 
Back
Top