[ODEX] on Any ROM | Now support AOSP ICS

Search This thread

don juancho

Member
Oct 10, 2011
22
2
manila/bulacan
I,ve tried this stuff and whoah I got a 90mb free ram on gingerdx v22 thats my first time since using gingerdx rom...and I just wanna ask if there s a need to use this often coz I observed that after a few a days my free ram is down to 60 to 70 mb? any advise...
 

puppet13th

Senior Member
I,ve tried this stuff and whoah I got a 90mb free ram on gingerdx v22 thats my first time since using gingerdx rom...and I just wanna ask if there s a need to use this often coz I observed that after a few a days my free ram is down to 60 to 70 mb? any advise...

you just need to run it once.
 

Blitzkri3g

Senior Member
Dec 4, 2010
153
10
46
Athens
I m gonna give it a try ie the CWM version and report back!
I m currently backing up my X8 with GingerDX v22 ROM.
N.

PS.Unfortunately I installed the generic CWM odex zip found in your other thread.
Hope this doesnt cause any issues with my X8.
PS2.After first reboot nothing spectacular happened.Just the usual 28-30MB of RAM free...
 
Last edited:

Blitzkri3g

Senior Member
Dec 4, 2010
153
10
46
Athens
So,even though there are odex files created I still get the same amount of free RAM with or without ODEXing.Did I do something wrong or what?
N.
 

dj_mol3y_x8

Senior Member
Aug 30, 2011
931
513
Thanks used cwm zip works well. Faster boot and more phone storage.
95fe3d9d-c8e8-b819.jpg


Sent from my X8 using XDA Premium App
 
Last edited:

Blitzkri3g

Senior Member
Dec 4, 2010
153
10
46
Athens
I don't know why I was under the impression that free RAM would be more too.Anyway,its working great! :-D
 

asrupesh

Senior Member
Apr 16, 2011
175
74
Chennai
i have install it with CWM recovery..
after i reboot....... the mobile gets to sony ericsson logo and reboots itself... pls help:(
 

Blitzkri3g

Senior Member
Dec 4, 2010
153
10
46
Athens
Just yesterday I unlocked my Bootloader and flashed LinuxDX 004 Kernel.
I m backing up just to run this CWM ODEX update again.
Faster booting is always nice.RAM,too I guess...
N.
 

semdxd

Senior Member
Jan 4, 2012
445
95
Cairo
odex now slows down my SD Card Speed!
and Boot takes longer about 2 minutes
and apps work normally
why?
i realized that in antutu benchmark
 

Top Liked Posts

  • There are no posts matching your filters.
  • 72
    I have made 2 method to do create odex on any ROM.
    1. Using ADB script (need PC/Laptop)
    2. Flash zip using CWM Recovery

    I have tested this on
    - Stock ROM with JiT enabled
    - FroyoBread v23b
    - GingerDX v13

    Benefit of odex :
    - Slightly faster boot
    - APP startup faster
    - Save space on /data/dalvik-cache

    This script will only create odex from /system/framework and /system/app
    in odex process it will take some space on /system make sure you have minimal 30MB free space on /system

    WARNING : MAKE NANDROID BACKUP BEFORE PROCEED

    Step by step using ADB script
    a. Reboot into recovery
    b. mount /system and /data from Recovery menu
    c. tick usb debug and plugin usb cable (make sure you have installed ADB driver)
    d. double click odex.cmd

    CWM Recovery : flash odex-edify-x8.zip

    download link :
    odex-ADB
    odex-edify-x8

    Notice :
    There is noway to make update.zip for xRecovery,because xRecovery using amend script,and amend script does not support run program in update script.

    UPDATE odex for AOSP ICS is here

    WARNING : THIS ZIP ONLY FOR AOSP ICS BOOTCLASSPATH AND IT WILL REMOVE ALL LIB FROM SYSTEM APP AND SAVE IT TO /SYSTEM/LIB
    This zip tested on my ST17i and should be compatible with any CM9 build that use AOSP BOOTCLASSPATH

    Download :
    odex-lib2sys-ICS-cwm.zip

    Tested with FXP CM9 122 :)

    FXP CM9 will create dalvik-cache for system framework and system app on /cache/dalvik-cache

    check this out :
    Code:
    ~ # df -h
    df -h
    Filesystem                Size      Used Available Use% Mounted on
    tmpfs                   173.8M     60.0K    173.8M   0% /dev
    tmpfs                   173.8M         0    173.8M   0% /mnt/asec
    tmpfs                   173.8M         0    173.8M   0% /mnt/obb
    /dev/block/mtdblock0    400.0M    196.4M    203.6M  49% /system
    /dev/block/mtdblock3    420.0M      9.9M    410.1M   2% /data
    /dev/block/mtdblock2    101.5M      2.3M     99.2M   2% /cache
    /dev/block/vold/179:1
                             13.8G     11.3G      2.5G  82% /mnt/sdcard
    /dev/block/vold/179:1
                             13.8G     11.3G      2.5G  82% /mnt/secure/asec
    ~ #
    7
    Once more this guy bringing useful stuff to the community :D

    One question, will the ROM ODEXed, increase the use of nand Flash memory?

    Thank you biscoitu,i just want to share with every one here. ;)
    it will increase usage on /system partition but slightly reduce usage on /data partition.look at this comparasion :

    Code:
    before odex
    /system: 210944K total, 154236K used, 56708K available (block size 4096)
    /data: 216832K total, 64100K used, 152732K available (block size 4096)
    
    odex system framework
    /system: 210944K total, 163544K used, 47400K available (block size 4096)
    /data: 216832K total, 48088K used, 168744K available (block size 4096)
    
    /system	: + 9308K
    /data	: -16012K
    dif	: - 6704K
    
    odex system app
    /system: 210944K total, 171360K used, 39584K available (block size 4096)
    /data: 216832K total, 34764K used, 182068K available (block size 4096)
    
    /system	: + 7816K
    /data	: -13324K
    dif	: - 5508K
    
    dif total
    /system	: +17124K
    /data	: -29336K
    dif	: -12212K
    3
    @Everyone who is posting does it work on "..." ROM ( dots are name of ROM :p )

    Is it too hard to create backup of your ROM, flash this script and then:

    1. If it works and you are satisfied with it, leave it

    2.And if doesnt work, simple restore the backup you have made


    :D
    3
    I,ve tried this stuff and whoah I got a 90mb free ram on gingerdx v22 thats my first time since using gingerdx rom...and I just wanna ask if there s a need to use this often coz I observed that after a few a days my free ram is down to 60 to 70 mb? any advise...

    you just need to run it once.
    2
    can i odex cm10 rom??
    if can't,,there is other way to odex cm10 rom??

    Currently only support upto AOSP ICS ROM.i am planing to create new script to support all ROM.stay tuned. :D

    Sent from my ST17i using Tapatalk 2