[Release] Fully DEODEXED Samsung Galaxy Tab

mike919

Member
Joined
Mar 24, 2010
Messages
656
Reaction score
0
Location
Erie, PA
First off, HUGE thanks to Xeudoxus for updating his xUltimate to be compatible with the Samsung Galaxy tab.

Ok, now to it... but first... the disclaimer. Myself nor Droidforums claim any responsibility for what you do to your device. ALWAYS make a backup yada yada yada.

This was actually kind of tricky at first because the Galaxy tab didn't have enough space in the system to push the new deodexed files without removing some first. Note that I have ALL bloat still on my tab so I'm sure that had something to do with it. Anyways... This is for VZW TABS ONLY. i have not tested these files on ANYTHING other then VZW

The Services.jar in done_frame has also already been patched for transparency.

Prerequisites:
Root
CWM recovery
knowledge of ADB (follow simple commands)
Knowledge of Heimdall or Odin to restore in WORST case scenerios (you REALLY have to screw something up for a backup not to work)
A BACKUP

Step one: Run ROM manager and MAKE A BACKUP. PLEASE. it will save yourself headache and support thread space :)

Note that when I reference my tools folder for ADB commands, my directory is c:\tools (yours may differ)

Ok, next you will need these two .zip files. They contain the Deodexed framework and app files.
http://dl.dropbox.com/u/10474936/done_app.zip
http://dl.dropbox.com/u/10474936/done_frame.zip

Unzip those two folders and COPY the entire FOLDER to your ADB "tools" folder.
My directories once I copy both folders will be:
c:\tools\done_app
c:\tools\done_frame

After your backup is made, use ROM Manager to boot into CWM recovery 3.0.0.0 (or do it manually however you prefer) with your galaxy tab already connected to your PC. Wait a couple seconds and then launch your command prompt.

On your tablet, select Mounts and Storage, and MOUNT system.
Back at your command prompt, type:
cd c:\tools (or where ever your directory is)
adb shell
#cd /system/app
#rm *.odex
#exit

This should bring you back to your C:\tools directory. What that did was give your Galaxy Tab /system/ enough space to accept the new Deodexed files.

At the C:\tools line, type (REMEMBER, your directory may be different. if it is, use the same commands, but substitute your directory)
adb push C:\tools\done_app /system/app

Once that finishes, type,
adb push C:\tools\done_frame /system/framework

Once that finishes, all your new deodexed files are pushed. Now we just need to do some cleanup.

at C:\tools type
adb shell
#cd /system/app
#chmod 644 *.apk
#cd /system/framework
#chmod 644 *.jar
#chmod 644 *.apk
#rm *.odex
#exit

You can now close your command prompt.
You can now UNMOUNT the system.

IMPORTANT!!!
When you reboot, this WILL take some time. If you have waited more then 8-10 minutes, turn your tab off by HOLDING the power button until it shuts off and power back up and see if it boots the second time. If it does NOT boot the second time, boot into CWM recovery (power and volume up) and run that handy BACKUP YOU MADE :)

Once your tab boots up, congrats, you are now fully Deodexed and should have at least 32MB of free space in /system

If someone more experienced wants to put this in an update.zip with install scripts, it'd definitely benefit more people... Thanks all.
 

blkghost

New Member
Joined
Jan 7, 2010
Messages
6
Reaction score
0
First off, HUGE thanks to Xeudoxus for updating his xUltimate to be compatible with the Samsung Galaxy tab.

Ok, now to it... but first... the disclaimer. Myself nor Droidforums claim any responsibility for what you do to your device. ALWAYS make a backup yada yada yada.

This was actually kind of tricky at first because the Galaxy tab didn't have enough space in the system to push the new deodexed files without removing some first. Note that I have ALL bloat still on my tab so I'm sure that had something to do with it. Anyways... This is for VZW TABS ONLY. i have not tested these files on ANYTHING other then VZW

The Services.jar in done_frame has also already been patched for transparency.

Prerequisites:
Root
CWM recovery
knowledge of ADB (follow simple commands)
Knowledge of Heimdall or Odin to restore in WORST case scenerios (you REALLY have to screw something up for a backup not to work)
A BACKUP

Step one: Run ROM manager and MAKE A BACKUP. PLEASE. it will save yourself headache and support thread space :)

Note that when I reference my tools folder for ADB commands, my directory is c:\tools (yours may differ)

Ok, next you will need these two .zip files. They contain the Deodexed framework and app files.
http://dl.dropbox.com/u/10474936/done_app.zip
http://dl.dropbox.com/u/10474936/done_frame.zip

Unzip those two folders and COPY the entire FOLDER to your ADB "tools" folder.
My directories once I copy both folders will be:
c:\tools\done_app
c:\tools\done_frame

After your backup is made, use ROM Manager to boot into CWM recovery 3.0.0.0 (or do it manually however you prefer) with your galaxy tab already connected to your PC. Wait a couple seconds and then launch your command prompt.

On your tablet, select Mounts and Storage, and MOUNT system.
Back at your command prompt, type:
cd c:\tools (or where ever your directory is)
adb shell
#cd /system/app
#rm *.odex
#exit

This should bring you back to your C:\tools directory. What that did was give your Galaxy Tab /system/ enough space to accept the new Deodexed files.

At the C:\tools line, type (REMEMBER, your directory may be different. if it is, use the same commands, but substitute your directory)
adb push C:\tools\done_app /system/app

Once that finishes, type,
adb push C:\tools\done_frame /system/framework

Once that finishes, all your new deodexed files are pushed. Now we just need to do some cleanup.

at C:\tools type
adb shell
#cd /system/app
#chmod 644 *.apk
#cd /system/framework
#chmod 644 *.jar
#chmod 644 *.apk
#rm *.odex
#exit

You can now close your command prompt.
You can now UNMOUNT the system.

IMPORTANT!!!
When you reboot, this WILL take some time. If you have waited more then 8-10 minutes, turn your tab off by HOLDING the power button until it shuts off and power back up and see if it boots the second time. If it does NOT boot the second time, boot into CWM recovery (power and volume up) and run that handy BACKUP YOU MADE :)

Once your tab boots up, congrats, you are now fully Deodexed and should have at least 32MB of free space in /system

If someone more experienced wants to put this in an update.zip with install scripts, it'd definitely benefit more people... Thanks all.
when I was doing the rm *.odex it gives me a command saying rm? When this happens do I type in y for yes till I get the end
 
OP
mike919

mike919

Member
Joined
Mar 24, 2010
Messages
656
Reaction score
0
Location
Erie, PA
what operating system? did you do rm(space)*.odex ? I've never had to answer y, it should just do a mass push... little more info on your process so I can help.
 

Coolsaber57

Member
Joined
Jan 7, 2010
Messages
345
Reaction score
0
I took a look at the archive and I don't think that all of the .apks are there from a stock tablet. For example: MobilePrint.apk.
 
OP
mike919

mike919

Member
Joined
Mar 24, 2010
Messages
656
Reaction score
0
Location
Erie, PA
per Xeudoxus, mobile print would not successfully deodex I'll have to check my gChat records to give you an exact explination. It was not pulled due to this. but the adb commands listed will not remove it from /system/app

What exactly does mobile print do? I've never used it. nor have i seen it in the app drawer?
 
OP
mike919

mike919

Member
Joined
Mar 24, 2010
Messages
656
Reaction score
0
Location
Erie, PA
i have been running fully deodexed from using xUltimate and i haven't run into any issues FC wise/shutdown wise/usability wise. Not one. Sure some apps aren't optimized for the tab yet, but thats not do to the system being deodexed...
 

blkghost

New Member
Joined
Jan 7, 2010
Messages
6
Reaction score
0
what operating system? did you do rm(space)*.odex ? I've never had to answer y, it should just do a mass push... little more info on your process so I can help.
im on the verizon verison with windows 7.... i dont understand i need to just type y... for ex (this is just a sample not sure what is said before) rm / cardock.odex?
 

hasankamal

New Member
Joined
Feb 4, 2011
Messages
6
Reaction score
0
Samsung Galaxy Tab is the first major tablet release since the apple ipod launched.Samsung believes the Galaxy Tab can topple the Apple iPad from its tablet tower. The 16GB model costs £530, which is £100 more than the Wi-Fi only version of the iPad. It is, however, exactly the same price as the cheapest 3G iPad.its 7-inch screen is dwarfed by the iPad's 9.7-incher.

 
Top