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

Root Deodexing GB.......

I didn't even see it since I don't use xultimate anyway. ... installing wine as I type -__- smh

Well got wine set up and ran Xultimate and it hangs on waiting for phone. So it's up to you Bo!
 
I keep getting an error. I can pull the system apps and framework apps, but when I go to deodex, I get an error, I think xUltimate needs to be updated due to opcode changes (might need modified smali.jar and baksmali.jar).

Error:
Capture1-2.png

Yep brother. I was talking to a buddy of mine that has a lot more android knowledge than I do and he said I need to wait till ultimate updates. Then it would be fairly easy. Once that happens I'll package an update.zip. unless you beat me to it. Lol.
 
so xultimate works now that its updated? looks like I know what I'll be doing this morning lol

unless someones already put together a .zip?
 
Got a quick question. I just used XUltimate for the first time and used option 5 to deodex all and I now have everything on my laptop and it completed successfully but how am I supposed to get these back on my phone?
 
Got a quick question. I just used XUltimate for the first time and used option 5 to deodex all and I now have everything on my laptop and it completed successfully but how am I supposed to get these back on my phone?

Process:
Unzip xUltimate v2.2, and launch "Main.exe"
If everything goes well xUlt should recognize the phone and make a connection. You now should see a list of options.
Run option 1. After option 1 is done, run option 2.
Now these well take a while. Run option 3.
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.
Now run option 4, and wait.
Exit xUltimate, and put the phone in USB mass storage.
Go back into the xUltimate folder and copy "done_frame", and "done_app", and move them to the root of the sdcard.
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

This is from another thread and the instructions I follow.
[HOW-TO] Manually deodex your phone.
 
Thanks for the help. Funny thing is that I did option 5 - Pull and deodex all and it worked great. Wonder why they said this.

"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."
 
Uploading right now, it's about 50MB.

I've been waiting for you to wake up, lol...... You again my friend are the man..... I will put the link in the first post if you don't mind?? LMK.:D

Unless you were going to make a post seperately??
 
Does anyone know if the WJD designs black keyboard mod or the D2 keyboard from third eye will work on GB????
 
Thanks for the help. Funny thing is that I did option 5 - Pull and deodex all and it worked great. Wonder why they said this.

"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."

Oh sorry, I forgot that those instructions are for an older version. I did not delete anything. I did the pull, deodex and push/copy and all is good.
 
Back
Top Bottom