[I9003][NEWBIEGUIDE] XXKPE+XXKPH DEODEX w/ Vanilla Lockscreen+Screenshots

Misledz

Senior Member
Jun 1, 2011
6,273
8,308
263
Cebu City, Philippines
Edit: An easier method has been done here, If you feel the need to be challenged, This is your style, But if you prefer a hassle-less method, [Click Here]



Credits: Firstly, I thank member’s such as Skin,Vivek,Amit,trip,ron for their work and motive towards the project regarding our phones..

Note: This post has been heavily edited from it’s previous XXKPE RootExploitGuide. This was edited to make deodexing easier for newbies who are new to this.

Great Success :D.





Deodexing

-NOTE: The Already Deodexed files are placed in the download section, This will save a great amount of time, If you have downloaded the already deodexed files, proceed with Step

1. At this point before you start you must be rooted via SOC or any method you preferred. And you must have Busybox, If you use/flash Skin's CWM or Amit's version they already contain Busybox so your ready to go.

2. Once you've gotten the green signal , Copy done_app and done_frame to your sdcard *Download link in the downloads section* , not external_sd. Disconnect VIA storage and connect via Debugging mode.

3. Launch cmd by pressing Window Key+ R and type "cmd"

4. Launch adb by copying the path of adb into command prompt till it appears something like this







Code:
cd C:\Program Files (x86)\Android\android-sdk\platform-tools
Note: location may differ based on where you downloaded adb into.

5. Then type adb shell



6. Type

Code:
adb shell
$ su
# stop
# mount -o remount rw /system 
# rm /system/app/*.odex
# rm /system/framework/*.odex
# cp /sdcard/done_app/* /system/app/
# cp /sdcard/done_frame/* /system/framework/
# mount -o remount ro /system
# reboot
7. After this , Voila you are deodexed!.


- credits to Skin1980 for this.

Note: This is compatible with XXKPE+XXKPH

1. Install a root app such as Root Explorer

2. Navigate to your system/framework and copy android.policy.jar and back it up.

3. Copy and paste the attached to your system/framework and replace file.

4. Reboot :D

---------------------------



Download android.policy.jar

Download Deodexed System Files [COMPLETE XXKPE]

Download Deodexed System Files [COMPLETE XXKPH]



- Removed xUltimate and added completed deodexed files.
- Added Screenshot's to make it noob friendly.
- Revamped page and added additional info
- Added note on deodexed and outdated info.
- Removed outdated information and updated with latest one.
- Added already deodexed files for XXKPH
 
Last edited:

jasspreet

Senior Member
May 9, 2011
289
9
48
Flash the phone with pda file....can u please explain in detail...
Pls consider dis..i was never able to understand clock work mod...on kp9...pls can u guys..i mean thosewho acquie knowledge about dis stufff...can make videos for members like me..if possible plz...or explain in very detail

Sent from my GT-I9003 using XDA Premium App
 

vivekkalady

Inactive Recognized Developer
Aug 11, 2009
1,432
1,752
153
Trivandrum
Dude I can'd Deodex the Phone

I have used the xultimate to convert the files

But i cant copy files to my phone

CP command is not working!!!

I have installed the busybox

and when i take the busybox installer it installs the busybox
and the busy box path is shown but NOT WORKING(cp command)




Just testing the cp command
 

Attachments

Last edited:

fooman123

Senior Member
Jan 9, 2011
158
40
0
Dude I can'd Deodex the Phone

I have used the xultimate to convert the files

But i cant copy files to my phone

CP command is not working!!!

I have installed the busybox

and when i take the busybox installer it installs the busybox
and the busy box path is shown but NOT WORKING(cp command)




Just testing the cp command
try using the cp internal to busybox.

ie:

busybox cp /system/bin/am /system/am
 

vivekkalady

Inactive Recognized Developer
Aug 11, 2009
1,432
1,752
153
Trivandrum
@ fooman123

I made the cp command to work on my phone and i can copy any file with cp command but i cant copy the done_frame to system/frame

There is some problem with mounting sdcard
cp /sdcard/done app ......... Etc as defined in the dedoxing guide

Sent from my GT-I9003 using XDA Premium App
 

kchdeepak

Member
Sep 17, 2009
30
1
0
nellore, andhra pradesh
hi,
i done dedox well and i saw no.odex files system->app folder
but every time when i am replacing the framework file ... after rebooting my phone struck at the samsung logo ... then i use recovery (update.zip) to come back ... can anybody give me the process how to copy the framework file
 

vivekkalady

Inactive Recognized Developer
Aug 11, 2009
1,432
1,752
153
Trivandrum
hi,
i done dedox well and i saw no.odex files system->app folder
but every time when i am replacing the framework file ... after rebooting my phone struck at the samsung logo ... then i use recovery (update.zip) to come back ... can anybody give me the process how to copy the framework file
actually you haven't deodexed you only removed the odex file that doesn't mean you have deodexed.

by doing these 2 operations

rm /system/app/*.odex
rm /system/framework/*.odex

you are removing the odex files form the app & framework directory
but the next two steps are not working

so the files from the done_app and done_frame are not copying

so you cannot boot because of the error while copying(no files are copied)

this is the problem i am facing Too
 

vivekkalady

Inactive Recognized Developer
Aug 11, 2009
1,432
1,752
153
Trivandrum
hi,
i done dedox well and i saw no.odex files system->app folder
but every time when i am replacing the framework file ... after rebooting my phone struck at the samsung logo ... then i use recovery (update.zip) to come back ... can anybody give me the process how to copy the framework file
How did you create the update.zip ???
explain???
is it [I9003][CWM] ClockworkMod Recovery porting for I9003 ??
so you haven't reflash original??

i have to format each time when i try to deodex
 
Last edited:

bala242

Senior Member
Mar 6, 2011
232
73
58
panruti,tamilnadu
DEODEXd xxkpe with Vanilla Lockscreen

u must be rooted
busybox
note:when u first time run su command in ur mobile superuser ask allow unknown u have allow
adb config(optional)
right click computer->properties
from lift side advance system setting
click->advanced tab
click->environment variables
from second column->path
select edit->
add aftter ";" this C:\Program Files\Android\android-sdk\platform-tools\(this is ur adb location)
after this u can simply type cmd/run adb shell
download and extract two folder (done_app&done_frame) to sdcard(if u did sdswap u have copy to ur orgenal external sdcard)


in adb run this comound
$ su
# stop
# mount -o remount rw /system
# rm /system/app/*.odex
# rm /system/framework/*.odex
# cp /sdcard/done_app/* /system/app/
# cp /sdcard/done_frame/* /system/framework/
# mount -o remount ro /system
# reboot

after reboot u are done deodexd with vanilla lockscreen

download here
 
  • Like
Reactions: lockmunk

ronhoover88

Senior Member
Nov 25, 2010
2,116
544
193
Bangalore
actually you haven't deodexed you only removed the odex file that doesn't mean you have deodexed.

by doing these 2 operations

rm /system/app/*.odex
rm /system/framework/*.odex

you are removing the odex files form the app & framework directory
but the next two steps are not working

so the files from the done_app and done_frame are not copying

so you cannot boot because of the error while copying(no files are copied)

this is the problem i am facing Too
after deodexing are you copying the done_app and done_frameworks folders to your internal or external sd card...if you have copied it to external sd card its wrong...copy the folders to internal sd and give it a try