[Guide] How to Deodex Xperia C Stock rom JB 4.2.2 B# 16.0.B.2.6

Search This thread

Xenon1978

Senior Member
Mar 7, 2014
167
80
Bangalore
How to Deodex Xperia C Stock rom JB 4.2.2 B# 16.0.B.2.6 without cwm
This way I was able to get it done & working

I am not responsible if You Brick your devices

Credits to All Dev's who given us good tools & made it Simple to get it done
All XDA users who have give easy tips.



Requried tools to get the job done


Holox Tool To back your Rom

If you like if press thanks

Universal Deodexer V4 to Deodex Apk's/jar's

Android SDK to push search here on xda to install & setup SDK


1. Download Holox Tool here & give credits there
Holox Tool here and follow the steps there how to backup Rom

2.Download Universal Deodexer V4[ALL DEVICES!!] & give credits there
Universal Deodexer and follow the steps there how to Deodex Apk's/jar's

1. Pull Framework files from Phone
2. Deodex all jar's file framework folder
3. make new folder & name "done_frame" copy all Deodex jar's files framework done_frame folder now
4. Now got Holox Tool folder & copy all apps *.apk & *.odex files from HoloxTool\ROM\app
also don't forget to deodex from framework folder SemcGenericUxpRes.apk & SemcGenericUxpRes.odex
5. make new folder & name "done_app" copy all Deodex apk's files framework done_app folder now
6. Connect your Phone to pc done_app & done_frame folders to root of sd card.

Now go here How to Push

Improtant Follow this steps to push files
Follow this steps to Push files & give credits there
Deodex ICS Strictly for Xperia S


Code:
adb shell

su

stop

mount -o rw,remount /system/ /system/

cp /sdcard/done_app/* /system/app/

rm /system/app/*.odex

cp /sdcard/done_frame/* /system/framework/

rm /system/framework/*.odex

mount -o ro,remount /system/ /system/

reboot

Reboot & enjoy
now your Phone is Deodexed

Now if you can edit or help us edit/theming.
 
Last edited:

Xenon1978

Senior Member
Mar 7, 2014
167
80
Bangalore
proof
 

Attachments

  • Screenshot_2014-03-09-11-51-22.png
    Screenshot_2014-03-09-11-51-22.png
    138.2 KB · Views: 1,140
  • Screenshot_2014-03-09-11-51-30.png
    Screenshot_2014-03-09-11-51-30.png
    165.4 KB · Views: 913
  • Screenshot_2014-03-09-11-51-54.png
    Screenshot_2014-03-09-11-51-54.png
    142.7 KB · Views: 838
  • Screenshot_2014-03-09-11-51-59.png
    Screenshot_2014-03-09-11-51-59.png
    147.3 KB · Views: 677
  • Like
Reactions: metalrules321

blaster282

Member
Mar 15, 2014
17
0
How to Deodex Xperia C Stock rom JB 4.2.2 B# 16.0.B.2.6 without cwm
This way I was able to get it done & working

I am not responsible if You Brick your devices

Credits to All Dev's who given us good tools & made it Simple to get it done
All XDA users who have give easy tips.



Requried tools to get the job done


Holox Tool To back your Rom

If you like if press thanks

Universal Deodexer V4 to Deodex Apk's/jar's

Android SDK to push search here on xda to install & setup SDK


1. Download Holox Tool here & give credits there
Holox Tool here and follow the steps there how to backup Rom

2.Download Universal Deodexer V4[ALL DEVICES!!] & give credits there
Universal Deodexer and follow the steps there how to Deodex Apk's/jar's

1. Pull Framework files from Phone
2. Deodex all jar's file framework folder
3. make new folder & name "done_frame" copy all Deodex jar's files framework done_frame folder now
4. Now got Holox Tool folder & copy all apps *.apk & *.odex files from HoloxTool\ROM\app
also don't forget to deodex from framework folder SemcGenericUxpRes.apk & SemcGenericUxpRes.odex
5. make new folder & name "done_app" copy all Deodex apk's files framework done_app folder now
6. Connect your Phone to pc done_app & done_frame folders to root of sd card.

Now go here How to Push

Improtant Follow this steps to push files
Follow this steps to Push files & give credits there
Deodex ICS Strictly for Xperia S


Code:
adb shell

su

stop

mount -o rw,remount /system/ /system/

cp /sdcard/done_app/* /system/app/

rm /system/app/*.odex

cp /sdcard/done_frame/* /system/framework/

rm /system/framework/*.odex

mount -o ro,remount /system/ /system/

reboot

Reboot & enjoy
now your Phone is Deodexed

Now if you can edit or help us edit/theming.

Can you show me exactly what did you do to deodex, because i tried so many times but failed:(. Plz. Sorry for my bad English
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    How to Deodex Xperia C Stock rom JB 4.2.2 B# 16.0.B.2.6 without cwm
    This way I was able to get it done & working

    I am not responsible if You Brick your devices

    Credits to All Dev's who given us good tools & made it Simple to get it done
    All XDA users who have give easy tips.



    Requried tools to get the job done


    Holox Tool To back your Rom

    If you like if press thanks

    Universal Deodexer V4 to Deodex Apk's/jar's

    Android SDK to push search here on xda to install & setup SDK


    1. Download Holox Tool here & give credits there
    Holox Tool here and follow the steps there how to backup Rom

    2.Download Universal Deodexer V4[ALL DEVICES!!] & give credits there
    Universal Deodexer and follow the steps there how to Deodex Apk's/jar's

    1. Pull Framework files from Phone
    2. Deodex all jar's file framework folder
    3. make new folder & name "done_frame" copy all Deodex jar's files framework done_frame folder now
    4. Now got Holox Tool folder & copy all apps *.apk & *.odex files from HoloxTool\ROM\app
    also don't forget to deodex from framework folder SemcGenericUxpRes.apk & SemcGenericUxpRes.odex
    5. make new folder & name "done_app" copy all Deodex apk's files framework done_app folder now
    6. Connect your Phone to pc done_app & done_frame folders to root of sd card.

    Now go here How to Push

    Improtant Follow this steps to push files
    Follow this steps to Push files & give credits there
    Deodex ICS Strictly for Xperia S


    Code:
    adb shell
    
    su
    
    stop
    
    mount -o rw,remount /system/ /system/
    
    cp /sdcard/done_app/* /system/app/
    
    rm /system/app/*.odex
    
    cp /sdcard/done_frame/* /system/framework/
    
    rm /system/framework/*.odex
    
    mount -o ro,remount /system/ /system/
    
    reboot

    Reboot & enjoy
    now your Phone is Deodexed

    Now if you can edit or help us edit/theming.