Jump to content

Samsung Galaxy S deodexed/zipaligned XXJVK files


Recommended Posts

Guest Gary Crutcher
Posted (edited)

Samsung Galaxy S XXJVK system/app and system/framework files deodexed and zipaligned.

This also includes an expanded power menu (see image below).

This is for people who want deodexed files but want to keep their stock

look and feel.

PLEASE READ EVERYTHING IN THIS POST BEFORE INSTALLING.

Assumes you have rooted your phone.

post-557795-1301462522_thumb.png

MAKE A BACKUP BEFORE YOU START IN CASE SOMETHING GOES WRONG. VERY IMPORTANT!

1. Download the system.zip file Deodexed app/system files

2. unzip the system.zip file to a local drive (you should have 2 folders: app & framework)

3. using adb, do the following:

a. adb push app /sdcard/app/

b. adb push framework /sdcard/framework/

c. adb shell

d. su

e. stop

f. mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system

g. cp /sdcard/app/* /system/app/

h. cp /framework/* /system/framework/

i. rm /system/app/*.odex

j. rm /system/framework/*.odex

k. mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system

l. reboot

After the reboot it could take 2-3 minutes for the phone to completely boot as it has to refresh the dalvik cache. Have some patience at this point.

Please provide feedback as I have done extensive testing with this and have had no problems.

Edited by Gary Crutcher
  • 3 weeks later...
Guest krs360
Posted (edited)
Samsung Galaxy S XXJVK system/app and system/framework files deodexed and zipaligned.

This also includes an expanded power menu (see image below).

This is for people who want deodexed files but want to keep their stock

look and feel.

PLEASE READ EVERYTHING IN THIS POST BEFORE INSTALLING.

Assumes you have rooted your phone.

post-557795-1301462522_thumb.png

MAKE A BACKUP BEFORE YOU START IN CASE SOMETHING GOES WRONG. VERY IMPORTANT!

1. Download the system.zip file Deodexed app/system files

2. unzip the system.zip file to a local drive (you should have 2 folders: app & framework)

3. using adb, do the following:

a. adb push app /sdcard/app/

b. adb push framework /sdcard/framework/

c. adb shell

d. su

e. stop

f. mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system

g. cp /sdcard/app/* /system/app/

h. cp /framework/* /system/framework/

i. rm /system/app/*.odex

j. rm /system/framwork/*.odex

k. mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system

l. reboot

After the reboot it could take 2-3 minutes for the phone to completely boot as it has to refresh the dalvik cache. Have some patience at this point.

Please provide feedback as I have done extensive testing with this and have had no problems.

Had quite a few issues getting the framework to copy, but got there in the end... works nicely - thanks!

There is a typo in j., btw - missing an e off framEwork.

Edited by krs360

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.