Joined
·
47 Posts
Hey all! I know whitehawkx has the deodexing down for us, but I'm impatient... So i searched... and searched... here you go! have FUN!!!
TOOLS:
ROOTED DEVICE
Android SDK, with adb set up correctly.
Windows
xUltimate
INSTRUCTIONS: (READ AT LEAST ONCE BEFORE ATTEMPTING)
Unzip xUltimate, and launch "Main.exe"
xUltimate will detect your SGS4G and give you a list of options:
RUN OPTIONS 1-3 IN SUCCESSION, STARTING WITH OPTION 1. (note: these can take awhile. BE PATIENT.)
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 the 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:
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
Now you are DEODEXED!!!
TOOLS:
ROOTED DEVICE
Android SDK, with adb set up correctly.
Windows
xUltimate
INSTRUCTIONS: (READ AT LEAST ONCE BEFORE ATTEMPTING)
Unzip xUltimate, and launch "Main.exe"
xUltimate will detect your SGS4G and give you a list of options:
RUN OPTIONS 1-3 IN SUCCESSION, STARTING WITH OPTION 1. (note: these can take awhile. BE PATIENT.)
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 the 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:
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
Now you are DEODEXED!!!