[ODEX] on Any ROM | Now support AOSP ICS - Sony Ericsson Xperia Mini, Mini Pro, Xperia Pro, A

UPDATE AOSP ICS BOOTCLASSPATCH ODEX
Flash the zip using any CWM Recovery.
This zip should be compatible on ANY ANDROID DEVICE using CWM based Recovery.
Plase make backup before apply this zip.
There is plenty of free space on /system partition,what a waste if we don't use them. :-D
If you're planing to modify any framework on your device,do it before you apply this zip.after applying this zip you cannot modify the framework except /system/framework/framework.apk
This zip will only make odex on /system/framework and /system/app
App on /data partition will not affected
More info : DEODEX VS ODEX
NOTICE : SUPPORT UP TO GINGERBREAD ROM
download link : odex-cwm.zip
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

puppet13th said:
Flash the zip using any CWM Recovery.
This zip should be compatible on ANY ANDROID DEVICE using CWM based Recovery.
Plase make backup before apply this zip.
There is plenty of free space on /system partition,what a waste if we don't use them. :-D
If you're planing to modify any framework on your device,do it before you apply this zip.after applying this zip you cannot modify the framework except /system/framework/framework.apk
NOTICE : SUPPORT UP TO GINGERBREAD ROM
download link : odex-cwm.zip
Click to expand...
Click to collapse
Any method to revert this mod without using backup from cwm? I mean like a reverter or sth like that

This method seems really nice and I wanna try it but I have few questions in my mind as I haven't used CWM recovery ever before
Can I use flash tool to format and recover my ROM back after using this zip file?
Can I revert the change by any means?
Will I be able to use flashtool to update my ROM further in future cause I don't know anything about CWM...
Thanks.....

neroyoung said:
This method seems really nice and I wanna try it but I have few questions in my mind as I haven't used CWM recovery ever before
Can I use flash tool to format and recover my ROM back after using this zip file?
Can I revert the change by any means?
Will I be able to use flashtool to update my ROM further in future cause I don't know anything about CWM...
Thanks.....
Click to expand...
Click to collapse
U can revert this by usinf flastool,but it will reset anything And yes u will able to update further apdate if u use flashtool. Im thinkin is there any other way to revert it aside from using flashtool and cwm

Black_jackss said:
Any method to revert this mod without using backup from cwm? I mean like a reverter or sth like that
Click to expand...
Click to collapse
The easy way to revert is using CWM advanced restore
Only restore the /system partition
Before you do make sure you have about 100mb free internal space.
Sent from my ST17i

Nice but if im right isnt it used to speed up first five boots.
EDIT: you made de-odex zip for X8 so why not work on Minis or Walkman
Sent from my WT19i using Tapatalk

XperianPro said:
Nice but if im right isnt it used to speed up first five boots.
EDIT: you made de-odex zip for X8 so why not work on Minis or Walkman
Sent from my WT19i using Tapatalk
Click to expand...
Click to collapse
I made odex zip for x8.i have rewrite the script. Now it's should be compatible with any android device using CWM based Recovery.
My friend just applied the zip on zte blade, he says the zip applied successfully.
The main reason to use odex is user space optimization. Take a look at the screen shot.
Sent from my ST17i

Do I have to wipe dalvik cache?

garduna said:
Do I have to wipe dalvik cache?
Click to expand...
Click to collapse
It will automatically wipe the dalvik-cache
Just reboot after flashed the zip

Ummm.... I think Sony Stock roms arent odex'd... At least thats what i gor from the the kitchen when i tried to use it. Yaffs2 isnt odexed. Could be wrong...
Sent from my ST17i using XDA App

dumraden said:
Ummm.... I think Sony Stock roms arent odex'd... At least thats what i gor from the the kitchen when i tried to use it. Yaffs2 isnt odexed. Could be wrong...
Sent from my ST17i using XDA App
Click to expand...
Click to collapse
what are you trying to say?i can't get it.
odex have nothing to do with file system.
if you want to use kitchen,it need deodex framework,that why i said if you want to play with framework you need to modify the framework before doing odex.
if the rom was odexed,you can't use kitchen anymore.

Black_jackss said:
U can revert this by usinf flastool,but it will reset anything And yes u will able to update further apdate if u use flashtool. Im thinkin is there any other way to revert it aside from using flashtool and cwm
Click to expand...
Click to collapse
Thanks for help but see the twist in story...
I installed CWM on my XMP ... and i installed Xperia Mod ROM and found that this [ODEX] is already present in that rom
I got 40 MB Used and 380 MB Free Memory after flashing...

neroyoung said:
Thanks for help but see the twist in story...
I installed CWM on my XMP ... and i installed Xperia Mod ROM and found that this [ODEX] is already present in that rom
I got 40 MB Used and 380 MB Free Memory after flashing...
Click to expand...
Click to collapse
i just check.that one is not odex.
Code:
- v1.6 : Add features to install Dalvik2Cache (increase free space of /data over 60MB for more application)
it just move dalvik cache from /data/dalvik-cache to /cache/dalvik-cache
so it can free up some space on data partition.

Sorry it has been some time since I did the procedure. The thing is that there are no .odex files in order to de-odex
So basically Odexing allocates some memory from Sytem to Internal? hmmm...

puppet13th said:
i just check.that one is not odex.
Code:
- v1.6 : Add features to install Dalvik2Cache (increase free space of /data over 60MB for more application)
it just move dalvik cache from /data/dalvik-cache to /cache/dalvik-cache
so it can free up some space on data partition.
Click to expand...
Click to collapse
Ohh This is nice news
hey friend can you please tell me if i use this [ODEX] through CWM then will it work now? and will i get more free space ? like more 20 MB free ?

Deodex vs odex
dex --> dalvik executeable
this is executeable in android device.
this file like exe file in windows
in every apk contain a classes.dex file
DEODEX
after we install the apk the dalvik-vm extract classes.dex and optimized it to run on the device.that optimized dex file we call dalvik-cache that reside on /data/dalvik-cache
example :
Code:
APK
/data/app/com.rovio.angrybirds-1.apk
Optimized dex
/data/dalvik-cache/[email protected]@[email protected]
ODEX
ODEX stand for optimized dex
every apk and jar have it's pair
example angry bird in odex form :
Code:
APK
/data/app/com.rovio.angrybirds-1.apk
odex
/data/app/com.rovio.angrybirds-1.odex
in odex there is no classes.dex inside the apk and there is no dalvik-cache
comparison deodex vs odex
com.rovio.angrybirds-1.apk size --> 14.58MB
deodex form :
Code:
/data/app/com.rovio.angrybirds-1.apk --> 14.58MB
/data/dalvik-cache/[email protected]@[email protected] --> 1.09MB
total size 14.58MB+1.09MB = 15.67MB
odex form :
Code:
/data/app/com.rovio.angrybirds-1.apk --> 13.59MB
/data/app/com.rovio.angrybirds-1.odex --> 1.09MB
total size 15.59MB+1.09MB = 14.68MB
limitation on odex :
- the apk and odex file only can be used on the same dalvik-vm/device
- there is noway to modify framework in odex form

Whats difference in speed compared to "integrate dalvik cache to system ROM" in Titanium?

It worked for me!
I'll try and see the results
Thank you!

Dr_Quake said:
Whats difference in speed compared to "integrate dalvik cache to system ROM" in Titanium?
Click to expand...
Click to collapse
It's look like that new feature in Titanium was able to create odex.

Thanks for detail info
now I understood the difference
Just the freedom to edit firmware should have to be and then this would be awesomest and wowest

Related

New Battery styles + Reboot option in menu for Arc 2.3.4 / 42,58,62 firmwares

Welcome to my Post
Here you got
1) Different Eight battery styles + Reboot option in menu
Tested and worked with Arc 2.3.4
For 283, 42, 58, 62 firmwares
Please do not mirror my links
Requirments.......
1) your Phone should be rooted
2) root explorer should be installed
Updated 02-Feb-2012
What's New
...
>>>> now battery mods available for 62 firmware
Click to expand...
Click to collapse
How to avoid boot loop must read .....
>>>> I received so many comments that people try these mods to other xperia phone and have a boot loop.
First i want to tell you these mods are based on Arc Framwork-res apk and fully worked in Arc with no boot loop
but if some body wants to try these on their Phone then here is the method to avoid boot loop.
Before try these mods first copy your original framwork res apk, android.policy.jar & framework.jar from system/framwork folder and paste into PC
now download the zip file from here and replace the all three files that is inside this zip file with your original three files
now put this zip file into SD card now put your phone into CWM recovery
and flash this zip file from SD card through recovery and reboot your phone.
By using this method you can avoid to flash a whole Rom again if you are in boot loop because of framwork-res apk
you can also flash a custom kernel to put your phone into recovery
Zip file is attached in the end of this post with the name " framework-res recovery.zip "
The three files that are in zip file are the original Arc 42 firmware files
so if some one go back to original arc framwork-res they can also flash this zip
Click to expand...
Click to collapse
All the download links are posted down right after the star v1 mod
new) Original Arc V2
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Available for 62 firmware only
2) Original Arc V1
3) Dort v1
4) Blue+Green bubble battery V2
5) Gas meter V2
6) C-Style v1
7) Honey Comb
8) Landscape battery persent
9) Portrait battery persent
10) Stars v1
HTML:
Download from here
********************************************************************************
Without reboot mods Arc 2.3.4_62 firmware
http://www.mediafire.com/?ehao7uh7nxq5y
Without reboot mods Arc 2.3.4_58 firmware
http://www.mediafire.com/?hbk0lff8hgd28
Without reboot mods Arc 2.3.4_42 firmware
http://www.mediafire.com/?oc1t8busar7rt
With reboot mods Arc 2.3.4_42 firmware
http://www.mediafire.com/?1vnjt88erd796
********************************************************************************
To get Slide power Notification widgets go to my new post
http://forum.xda-developers.com/showthread.php?p=19666684#post19666684
********************************************************************************
Note:
The installation process is same for all files either it is system uI.apk or framwork-res.apk or the jar files
the method is describe below
How to install........
1. just download one of my mod
2. you will find framwork-res.apk file inside the RAR archive if you download without reboot option
if you are going to download with reboot option you will find two more files in it
3. extract RAR folder into you computer
4. put the apk file to your SD card
Before you copy my file into system, first copy and make a backup of your original files which you are going to replace
5. now copy my files from SD card to system
6. here first set the permissions to ( RW-R-R ) for all kind of files either it is apk file or jar file
7. like in this picture
8. Now move the file framwork-res.apk from system to framwork-res folder.
If you chose with reboot option mod then move both the jar files also in framwork-res folder, after set the permissions RW-R-R
if you are going to change system ui.apk then after setting permissions move it from system to apps folder
you will find system ui.apk file if you are going to download widgets notification bar Mod
9. Now close the root explorer and rebort your phone for taking effects..
************************************************************************
Hope you will like this
................
Best Regards
Zohaib Tariq
.............
nice......
but you can also use kitchen to do the same....and also you can do more modification by using kitchen....
anyone can confirm if they working Neo to??
Thanks!
Regards!
Taavi
taaviu said:
anyone can confirm if they working Neo to??
Thanks!
Regards!
Taavi
Click to expand...
Click to collapse
the will not work for neo as the files are for arc
you will end up in bootloop
but if u want to modify battery icons,you can use kitchen.......
abhisheak.bansal said:
the will not work for neo as the files are for arc
you will end up in bootloop
but if u want to modify battery icons,you can use kitchen.......
Click to expand...
Click to collapse
Kitchen im already use
Is there any differents arc and neo framework and settingsUi files? Themes works fine
But anyway...i gonna try and report results
Thanks anyway.
Good job.
Regards!
Taavi
It might work on the Neo when it's on the same firmware.
Works with themes so it should work with this, too.
Sent from my LT15i using XDA Premium App
DAMN! ive got xperia arc rooted 2.3.4 4.0.1.a.0.283 and i followed the steps
after replacing original file and rebooted. now it keeps on loading on sony ericsson screen again and again
looks like im gona have to flash my phone again
I put my power widgets from my neo to my arc n it turned the screen upside down so I think obviously there is something different in system ui
Sent from my LT15i using xda premium
Hi ! Can i use it for 2.3.3/.368 fw ?
I've installed the honeycomb version, and it works well
Thank you so much!!
Sent from my LT15i using xda premium
Excellent
Thank you very much, I'm using Honeycomb style and it's working great!!!
Keep up the good work
j2yo said:
DAMN! ive got xperia arc rooted 2.3.4 4.0.1.a.0.283 and i followed the steps
after replacing original file and rebooted. now it keeps on loading on sony ericsson screen again and again
looks like im gona have to flash my phone again
Click to expand...
Click to collapse
which file you try
Emrul said:
Hi ! Can i use it for 2.3.3/.368 fw ?
Click to expand...
Click to collapse
you can try this if some thing wrong then replace back the original one.
i did not try on 2.3.3
j2yo said:
DAMN! ive got xperia arc rooted 2.3.4 4.0.1.a.0.283 and i followed the steps
after replacing original file and rebooted. now it keeps on loading on sony ericsson screen again and again
looks like im gona have to flash my phone again
Click to expand...
Click to collapse
But ofcourse you made backup before start flashing new theme.? Someone pleas upload him stock files?
Sent from my MT15i using Tapatalk
hi, i have an unrelated question :
- how can you have a rooted 2.3.4 without battery issue ?
please share a working procedures to update to 2.3.4 without the battery issue.
thankx
yamaki123 said:
hi, i have an unrelated question :
- how can you have a rooted 2.3.4 without battery issue ?
please share a working procedures to update to 2.3.4 without the battery issue.
thankx
Click to expand...
Click to collapse
what kind of battery issue you are talking about ????
In my case, framework-res.apk is in /system/framework/
is it this one to replace ?
ChefChaudart said:
In my case, framework-res.apk is in /system/framework/
is it this one to replace ?
Click to expand...
Click to collapse
Yes and "systemUI" to.
Sent from my MT15i using Tapatalk
Tks but can i ask 2 dumb question:
1 - can i use those battery with this mod [MOD] Reboot Options in Power Menu [4.0.1.A.0.283] and what i need to do cause
Note: By replacing framework-res.apk you will remove any previously installed themes. And if you install another mod (framework-res.apk) you will need to copy back your stock android.policy.jar and framework.jar.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=14109467
2 - Where i can find the thanks button. Nvm, i didn't see it before F5
Thanks
rebirth2k2 said:
Tks but can i ask 2 dumb question:
1 - can i use those battery with this mod [MOD] Reboot Options in Power Menu [4.0.1.A.0.283] and what i need to do cause
http://forum.xda-developers.com/showthread.php?p=14109467
2 - Where i can find the thanks button. Nvm, i didn't see it before F5
Thanks
Click to expand...
Click to collapse
you can also used Xperia reboot option apk for this
and this app have many more options too
like
you can also download it from
http://www.mediafire.com/?ncxkayj6h5i6adg
Requirements
this app need a rooted phone and busy box installed done
reboot into recovery this option works with a custom kernel perfectly.......

[ROM][Neo/V] Spacious, smooth, lightweight 0.62 [27-03-2012]

Original thread -> http://forum.xda-developers.com/showthread.php?t=1566168
1. What is so special about this ROM?
The main feature is 390 MB is free (only if using this tweak, otherwise 350 MB) on /data for your apps!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is the highest free on any custom ROM for the Neo V.
2. How is this made possible?
a) This ROM has been ODEXed. Hence all dalvik files for system apk's are in the /system partition itself!
b) Dalvik-cache has been moved to the /cache partition.
3. Why ODEX the ROM?
a) ODEX ROM's load up faster the first time
b) ODEX'ed system apks do not create .dex files in dalvik-cache, hence size of dalvik-cache decreases. This is required so that there is enough room on the /cache partition for the dalvik-cache also.
4. What are the features of this ROM?
Based on stock .62 firmware for Neo V
Rooted and busybox (latest su binary and Superuser.apk)
12 Notification toggles with QuickPanel app for editing them.
Zipaligned (and script)
All included apps updated to latest version.
Many bloatware apps removed (see the attached list, i can post them on request)
ES File explorer, No Frills CPU control added
Google maps navigation unlocked for the whole world - credits brutall,ownhere.
Battery life is very good (thanks to the Night-elf kernel)
Many init.d scripts for smoothness and battery life.
UOT kitchen compatible
|
|
|
5. Where to get this ROM?
Download (Mediafire - 128 MB)
Patch for Xperia Neo - Not tested, please try and give feedback!
Addons: (Please mount /system first in CWM)
-
Percent battery mod (Jazzk)
- Battery revert to original
6. How to install this ROM.
Copy Downloaded files to SD card.
Flash Night-elf's kernel for stock (latest version 9) [ Instructions ]
Enter recovery by pressing the back key when you see the blue light.
If you were not on stock/stock-based ROM, wipe Data is safer [ AFTER NANDROID BACKUP ]
Install zip followed by any addon required.
Reboot to you new Spacious, Smooth and Lightwieght ROM
7. Any disadvantages of ODEX'ed ROM?
The only disadvantage is that you cannot install custom themes on the ROM.
But, mind you, UOT kitchen can be used to change a lot of the UI.
8. But why not use Link2SD or Dalvik2SD?
It has its own problems, most important being io speeds from the card and problems when card is removed.
9. No donate button?
You wont find that on any of my threads.
And also, this is my daily driver ROM, made for me. I am just sharing it with the hope that it will be useful to somebody else.
Also, all credits to the kernel dev and all those who made custom ROM's possible!
question sir, it the same on 420mb data tweak (by flashing method) or is it better/larger?
This ROM is good, but when I flash this 10 in 1 statusbar widget it FC status bar and systemui.apk
In thread is that this status bat working on stock .42 and .62. I was using it normally on .42 fw.
I like it, because there is 2G/3G toggle button.
Must it be deodexed first to use on this rom?
pawleonhart said:
question sir, it the same on 420mb data tweak (by flashing method) or is it better/larger?
Click to expand...
Click to collapse
Sorry for not clarifying in the OP. You'll get 390 MB free if you use the 420 MB data tweak. If on the default 380 MB data partition, you'll only get 350 MB and not 390 MB.
pawo99 said:
This ROM is good, but when I flash this 10 in 1 statusbar widget it FC status bar and systemui.apk
In thread is that this status bat working on stock .42 and .62. I was using it normally on .42 fw.
I like it, because there is 2G/3G toggle button.
Must it be deodexed first to use on this rom?
Click to expand...
Click to collapse
12-in-one status toggles already in-built in this ROM. To change that, you'll have to de-odex.
shardul_seth said:
Sorry for not clarifying in the OP. You'll get 390 MB free if you use the 420 MB data tweak. If on the default 380 MB data partition, you'll only get 350 MB and not 390 MB.
12-in-one status toggles already in-built in this ROM. To change that, you'll have to de-odex.
Click to expand...
Click to collapse
ok thanks for the clarification.
Tried for neo didnt boot with neo patch, i was on stock .62 and wiped everything
Sent from my MT15i using xda premium
Did you flash the Night-elf kernel first?
yeah.
of course im not noob on these things
Oh ok.
I asked because your signature says "locked bootloader"!!
---> If i helped you SMASH THANKS <---
Current Setup:
.62 Stock rom
Locked bootloader
Stock kernel
Really i love when you use search
Really i love when you dont spam
Really i love when you follow the rules
Really i love android and all about it
Akizella -
Click to expand...
Click to collapse
sorry
i always forget to update my signature ^^ maybe i should remove those informations
hello, i've a problem with the camera....it's red and upside down...
any idea? thanks
Aruze said:
hello, i've a problem with the camera....it's red and upside down...
any idea? thanks
Click to expand...
Click to collapse
You need to flash the camera patch...
Clicked on thanks by mistake in mobile
Sent from my MT11i using xda premium
palimatix said:
You need to flash the camera patch...
Clicked on thanks by mistake in mobile
Sent from my MT11i using xda premium
Click to expand...
Click to collapse
where can i find this patch? thanks
EDIT: found it! thanks!
Aruze said:
hello, i've a problem with the camera....it's red and upside down...
any idea? thanks
Click to expand...
Click to collapse
You flashed the Neo patch, that is the problem.
Neo patch is for the Neo, not for the Neo V
Do i have to use link2sd for this ROM ? Sorry for this question, i don't know anything about odexed roms yet
rizkywingrove said:
Do i have to use link2sd for this ROM ? Sorry for this question, i don't know anything about odexed roms yet
Click to expand...
Click to collapse
Only if 400 mb is not enough for you
For most average users, there is no need to.. I am using almost 100 apps and still have space free..
YOU SIR ARE A LEGEND, as far as i am concerned you are my god. this rom not only is SUPER SMOOTH but it also has amazing battery life and plays temple run AMAZINGLY.
WILL YOU MARRY ME?
moonytoonyking said:
YOU SIR ARE A LEGEND, as far as i am concerned you are my god. this rom not only is SUPER SMOOTH but it also has amazing battery life and plays temple run AMAZINGLY.
WILL YOU MARRY ME?
Click to expand...
Click to collapse
[OFFTOPIC]
Thanks for the compliments, but sorry, already married
And beware of human "gods"!!
[/OFFTOPIC]
System apps updates
What happens when a system app gets an update?
The dalvik-cache needs to be rebuild and goes to app data partition?
I can re-send it back to the system with Titanium Backup Pro?
Thanks.
lucasfais said:
What happens when a system app gets an update?
The dalvik-cache needs to be rebuild and goes to app data partition?
I can re-send it back to the system with Titanium Backup Pro?
Thanks.
Click to expand...
Click to collapse
Yes

Increasing NEO /System and /Data partitions

Hello Team.
Not everyone knows that the NEO was somewhat offended. For some unknown reason to me NEO section /System and /Data partitions are smaller than on other models Xperia 2011.
It is should be fixed!
We will need:
- FlashTool latest versions (version above 8)
- Installed driver in the system (located in the flashtool\drivers)
- Downloaded NEO V (MT11) .587 FW (Find it in the header. Localization does not matter, I Used nordic) (another .587 FWfor NEO V)
- Installed CWM on the phone, or you can find it in the custom kernel (to make a backup of the installed firmware, and restore it after that)
1. Go to the CWM and do a full backup of your ROM. (you can skip, but will have to re-install the ROM again)
2. Run FlashTool and Flash previously downloaded FW from NEO V 587 with this markers:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
3. After flashing reboot and go back to CWM. Do factory reset, wipe cache, wipe dalvik cache. And restores the previously made backup.
So what we had:
And what we have now:
As you can see /System increased from 312.5 to 400MB, and /Data from 380 to 420mb.
Need someone to confirm …
Sent from my Xperia Neo using xda app-developers app
vinhpz0 said:
Need someone to confirm …
Sent from my Xperia Neo using xda app-developers app
Click to expand...
Click to collapse
Should work as many have confirmed. But be aware of the drawback before deciding if this mod is the right for you.
Me - not (explained in an another topic)
Sent from my MT15i using xda app-developers app
What's the drawback, I haven't experienced any problems and I've been using it for a few days now.
I just used the one from http://forum.xda-developers.com/showthread.php?t=1766539 but we need to fix the camera if we used stock ROM
MaxWorks said:
Hello Team.
Not everyone knows that the NEO was somewhat offended. For some unknown reason to me NEO section /System and /Data partitions are smaller than on other models Xperia 2011.
It is should be fixed!
We will need:
- FlashTool latest versions (version above 8)
- Installed driver in the system (located in the flashtool\drivers)
- Downloaded NEO V (MT11) .587 FW (Find it in the header. Localization does not matter, I Used nordic)
- Installed CWM on the phone (to make a backup of the installed firmware, and restore it after that)
1. We go to the CWM and do a full backup of your ROM. (you can skip, but will have to re-install the ROM again)
2. Run FlashTool and Flash previously downloaded FW from NEO V 587 with this markers:
3. After flashing reboot and go back to CWM. Do factory reset, wipe cache, wipe dalvik cache. And restores the previously made backup.
So what we had:
And what we have now:
As you can see /System increased from 312.5 to 400MB, and /Data from 380 to 420mb.
Click to expand...
Click to collapse
thanks mate ! it works ! ^^
Every Xperia Neo user should have done this. Great tutorial there. I've been using it for about 5 month now and never experience drawbacks or whatsoever.
where is the downloaded FW from NEO V 587 ?
i can't find it ?
can you give me link for download it
sorry for bad english
I've been using it for 2 months and no problems !
It's good that you didn't notice any drawback. it means this mod worked for you as you wanted.
Here is the reason I don't want that.
After the mod, /system increased from 312.5MB to 400MB (88MB difference) and /data from 380MB to 420MB (40MB increased).
From where the space from? It is from the partition intended for /system/vendor. After modding - /system/vendor mount point disappeared, means its contents is now in /system partition.
As I do not use stock rom, the 133MB partition intended for /system/vendor can be wasted. But thanks to alliance kernel, it is (automatically) mounted and used for dalvik cache (described HERE). Without it all the dalvik cache would occupy a lot of space in /data.
In MY CASE, the dalvik cache directory is as big as 98MB. By a simple calculation, I just think the mod can increase the data partition in 40MB, but will cause 98MB of dalvik cache to be moved to /data. So I decided that this new partitioning schema is not for me. I need more space in /data rather than /system.
Could I flash neo v kernel into neo ?
danisariandi said:
Could I flash neo v kernel into neo ?
Click to expand...
Click to collapse
I don't know about all.... But mostly it works!
Correct me seniors if I'm wrong
Sent from my MT11i using xda premium
For Locked bootloader the tutorial is much more long.
After flashing neo V system we need to flash .062 neo v kernel, make root, flash .587 neo kernel, install cwm, restore backup of the rom.
Sent from my MT15i using xda app-developers app
Bertellio said:
For Locked bootloader the tutorial is much more long.
After flashing neo V system we need to flash .062 neo v kernel, make root, flash .587 neo kernel, install cwm, restore backup of the rom.
Sent from my MT15i using xda app-developers app
Click to expand...
Click to collapse
You can шадфыр ROM without kernel, and load CWM via fastboot command:
fastboot boot kernel_with_cwm.img and restore ROM
i did but nothing happens
how could i check this method is working correctly
Confirmed.
It works. But flashing new firmware of Neo via Flashtool removes the partition and takes it back to old size.
So the solutions are:
1. Don't flash firmwares via Flashtool (flashing other ROMs via CWM doesn't crash the partition)
2. When you use flashtool,- just flash ROM from Neo V, and than any custom ROM via CWM.
engahmed91 said:
i did but nothing happens
how could i check this method is working correctly
Click to expand...
Click to collapse
Install any terminal emulator from the Market.
Enter to it and enter df command.
You will se full list of your partitions
MaxWorks said:
Install any terminal emulator from the Market.
Enter to it and enter df command.
You will se full list of your partitions
Click to expand...
Click to collapse
thank u
but now i`m sure that nothing change
any ideas?
MaxWorks said:
You can шадфыр ROM without kernel, and load CWM via fastboot command:
fastboot boot kernel_with_cwm.img and restore ROM
Click to expand...
Click to collapse
?
For locked bootloader root user is given from the rom, not from the kernel. The same is for cwm, as we lose it if we format /system.
Sent from my MT15i using xda app-developers app
Bertellio said:
?
For locked bootloader root user is given from the rom, not from the kernel. The same is for cwm, as we lose it if we format /system.
Sent from my MT15i using xda app-developers app
Click to expand...
Click to collapse
with fastboot boot you didn't flash kernel, only load kernel into phone, and after restart it's gone.

Moved

http://forum.xda-developers.com/showthread.php?t=2390162
For Now I Think It's Better To ODEX Only All Framework (dexo -fr)
Update v4.2.3
Changelog:
Universal Odex Script Version 4.2.3
- Add Command dexo -dat To Odex App In Data
How cab I check my free memory in System so I will know if I can run the all option?
Thanks
Sent from my GT-I9100 using Tapatalk 2
ophirb said:
How cab I check my free memory in System so I will know if I can run the all option?
Thanks
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
To check your free memory install root explorer (pay) or titanium backup (free)
To run all option you must have a lot of free space in system (at least 250mb)
Did not work for me. Getting this line:
unzip: zip flags 1 and 8 are not supported.
Any ideas?
Thanks
ophirb said:
Did not work for me. Getting this line:
unzip: zip flags 1 and 8 are not supported.
Any ideas?
Thanks
Click to expand...
Click to collapse
Your kernel?
MatrixDJ96 said:
Your kernel?
Click to expand...
Click to collapse
I'm on illusion ROM with it's kernel.
I believe it is Slim bean kernel.
Thanks
Sent from my GT-I9100 using Tapatalk 2
Hi
Thanks for this script
But we have pb with sammy JB Rom same my Rom or another...
Do you know we haven't more free space is "system" for use this script....
I can say this script not working on sammy JB Rom....
Goodluck
Armin.
Sent from my GT-I9100 using xda premium
Biftor said:
Hi
Thanks for this script
But we have pb with sammy JB Rom same my Rom or another...
Do you know we haven't more free space is "system" for use this script....
I can say this script not working on sammy JB Rom....
Goodluck
Armin.
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
Await... I have created version 4.3 and I still test it
Sent from my GT-S5570 using xda app-developers app
MatrixDJ96 said:
Await... I have created version 4.3 and I still test it
Sent from my GT-S5570 using xda app-developers app
Click to expand...
Click to collapse
Ok
Thanks
Did you already add odex for "perload"?
We are waiting....
Goodluck
Armin.
Sent from my GT-I9100 using xda premium
Biftor said:
Ok
Thanks
Did you already add odex for "perload"?
We are waiting....
Goodluck
Armin.
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
In the last version (4.3) i add support for preload partion
Sent from my GT-S5570 using xda app-developers app
Working on galaxy wonder! Now my wonder fully odexed and I feel more power and performance. Good job sir!:thumbup::thumbup:
Sent from my GT-I8150 using xda premium
Update v5.0
Changelog:
Universal Odex Version 5.0
- Add Command dexo -psa To Odex App In Preload (if your phone has preload partition)
- Skip Odex Of RootExplorer If Is Installed In System Or Preload Or Data (beacause old version can't be odexed and i prefer old version)
- Fixed A Lot Of Bug
- Changed The Interface
- Complete Universal Now
- Add New Script (Type 'fixbox') To Fix Error Of Busybox (Like clear: not found)
- Simple To Use
MatrixDJ96 said:
Update v5.0
Changelog:
Universal Odex Version 5.0
- Add Command dexo -psa To Odex App In Preload (if your phone has preload partition)
- Skip Odex Of RootExplorer If Is Installed In System Or Preload Or Data (beacause old version can't be odexed and i prefer old version)
- Fixed A Lot Of Bug
- Changed The Interface
- Complete Universal Now
- Add New Script (Type 'fixbox') To Fix Error Of Busybox (Like clear: not found)
- Simple To Use
Click to expand...
Click to collapse
Hi thanks
But what about space needed????
Did you remember I said we haven't more space in system in Sammy JB SGS2...
I said to you this script not working on SGS2 If need space in system partion...
This is better you work on this pb first....
Goodluck
Armin.
Sent from my GT-I9100 using xda premium
Why we can't use internal memory for odexing rom? Why your script use system memory?
Alex-stroev said:
Why we can't use internal memory for odexing rom? Why your script use system memory?
Click to expand...
Click to collapse
? Why my script doesn't use data memory? Because odex file must be with apk file
Sent from my GT-S5570 using xda app-developers app
New Update
Update v5.1
Changelog:
Universal Odex Version 5.1
- Fixed Bug Of Odex System And Preload
Hi !
thanks for v5.1
i try dexo -sys in my second rom and i have a pb with supersu now :
Unfortunately, SuperSu has stopped.
i have a supersu.odex file now in my \system\app and some other, 5 exactly, so there are all corresponding with apks in \system\app\
Because i use JB 4.1.2 in second rom using a "certain exotic but good method", i dont use preload folder and all apks system are in \data\sec_data\ folder of ROM and they are symlinked (in \system\app\ folder) like if they were in \preload\ folder (as in 1rst rom normal use)
so i made some change in your dexo script and i suppose it works because of odex existens
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
now i try dexo -psa and odex files take very long time to come visible in \data\sec_data\, process take long long time
can you give me issue for supersu ?
thanks .
EDIT : PPL have to now that android screen became switch off but it work, home, power, back dont light too, so dont force reboot (like in windows xp freeze !), phone reboot itself when script has finished .
Troubadour666 said:
Hi !
thanks for v5.1
i try dexo -sys in my second rom and i have a pb with supersu now :
Unfortunately, SuperSu has stopped.
i have a supersu.odex file now in my \system\app and some other, 5 exactly, so there are all corresponding with apks in \system\app\
Because i use JB 4.1.2 in second rom using a "certain exotic but good method", i dont use preload folder and all apks system are in \data\sec_data\ folder of ROM and they are symlinked (in \system\app\ folder) like if they were in \preload\ folder (as in 1rst rom normal use)
so i made some change in your dexo script and i suppose it works because of odex existens
now i try dexo -psa and odex files take very long time to come visible in \data\sec_data\, process take long long time
can you give me issue for supersu ?
thanks .
EDIT : PPL have to now that android screen became switch off but it work, home, power, back dont light too, so dont force reboot (like in windows xp freeze !), phone reboot itself when script has finished .
Click to expand...
Click to collapse
i don't now why supersu's going in fc... try to reinstall it with market
reboot is normal because at the end there is command reboot
Sent from my GT-S5570 using xda app-developers app

[MOD]{CM10.1}{CM10.2}{CM11}{AOSP}Working Int2Ext for Xperia 2011 [ART-compatible]

After days of looking for a solution to the problem of every 2011 device I've finally managed to do it!
Many of you wanna enable ART functionnality in 4.4.2 because the device start "flying" with such a pill. So I've managed to modify the Int2Ext v2 script to run it lagless and conserving initial performance.
Prerequesites:
1. You have to make an EXT partition (I've got an EXT4 1 GB partition)
2. Flash the script BEFORE the first boot (like any other package such as gapps).
3. (Optionnal) Reboot once, and enable ART in developement menu.
4. Enjoy!
What it does exactly?
1. Increase the readahead cache for your sd to 4096 kb
2. Transfers /data/app & /data/app-private to the ext partition of the SD
3. Everything that a CronMod-INT2EXT script does
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
All credits goes to the creator of the original script. Ive simply deleted a line inside
You're welcome for testing.:good:
Small FAQ & corrected verision to avoid signal loss:
nos1609 said:
1. Tested in couple with Vanir/Carbon - unstable under ART, Dalvik recommanded
Tested on PAC working like a charm on both ART & Dalvik
2. To avoid reboots / FCs try flashing ART compatible gapps
3. About the "internal memory waste" Guys, please check the description of what the script is doing and what folders are moved onto EXT-partition. If everything would so simle as that, even ART mode couldn't overcome the laggynes and the lack of performance after moving everything to sdcard. The script is moving ONLY APKs to the EXT-partition. Dalvik, libs etc remains on the 470 Mb NAND to conserve initial performance. But enen that amount of free space is not enough to run ART experience at it full potential. because of very large dalvik-cache size.
4. EXT partition. Just google, XDA contains tons of manuals and tools to create one. If you'd like to simply try ART 512 MB one will be enough, you'll reach the internal NAND limitation. If you want using it in normal mode you can make the partition as large as you like.
5. Concerning the loss of signal, I think there are some lack of time for the device itself to get the new location of the files, so try this new package.
Click to expand...
Click to collapse
UPDATE: Working fix for signal loss
It's running brilliantly onthe latest CarbonRom on my Satsuma. The partitions now mean I don't need Link2SD. Seems stable so far. Many thanks. Great idea.
nos1609 said:
After days of looking for a solution to the problem of every 2011 device I've finally managed to do it!
Many of you wanna enable ART functionnality in 4.4.2 because the device start "flying" with such a pill. So I've managed to modify the Int2Ext v2 script to run it lagless and conserving initial performance.
Prerequesites:
1. You have to make an EXT partition (I've got an EXT4 1 GB partition)
2. Flash the script BEFORE the first boot (like any other package such as gapps).
3. (Optionnal) Reboot once, and enable ART in developement menu.
4. Enjoy!
What it does exactly?
1. Increase the readahead cache for your sd to 4096 kb
2. Transfers /data/app & /data/app-private to the ext partition of the SD
3. Everything that a CronMod-INT2EXT script does
All credits goes to the creator of the original script. Ive simply deleted a line inside
I'll upload some screens tomorrow. Meanwhile, you're welcome for testing.:good:
Click to expand...
Click to collapse
Do I have to flash script immediately after install the rom?
Edsephiroth said:
Do I have to flash script immediately after install the rom?
Click to expand...
Click to collapse
Yes, just before booting first time
nos1609 said:
Yes, just before booting first time
Click to expand...
Click to collapse
I experimented, and found that it only worked if I flashed after first boot.
-Flash Kernel
-Flash Rom
-Flash GApps
-Boot
-Flash Script
-Reboot
-Turn on ART
-Reboot
Wow it looks great I wanna try but whether it should work only in a fresh install of Rom??
Sent from my WT19i using XDA Premium 4 mobile app
---------- Post added at 06:04 AM ---------- Previous post was at 05:43 AM ----------
And have anyone try it on Ext3?
Sent from my WT19i using XDA Premium 4 mobile app
Mine got problem storage running out and can't install any app (from Play Store & apk) even with fresh installation.
any idea?
Problem!!
I flashed the script before booting first time after flashing the rom but it dod not work. Then i flashed the script after first boot,it worked. But now my phone is not detecting sim card and also in settings baseband version,IMEI number are gone. Please help!!
-deleted-
acoongg said:
-deleted-
Click to expand...
Click to collapse
Thank you bro.Flashing kernel again worked. But everytime i restart the phone i have to flash kernel again to make phone detect sim card
Its work...
thanks :good:
Coconut90 said:
Its work...
thanks :good:
Click to expand...
Click to collapse
did'nt face error like unknown baseband?
acoongg said:
did'nt face error like unknown baseband?
Click to expand...
Click to collapse
Nope
I think
Just check my screenies before and after flash script
Im tested it with VanirAOSP 4.4.2 | Unofficial.
Now im testing with Carbon so after check give u report.
Sent from my WT19i using xda premium
Coconut90 said:
Nope
I think
Just check my screenies before and after flash script
Im tested it with VanirAOSP 4.4.2 | Unofficial.
Now im testing with Carbon so after check give u report.
Sent from my WT19i using xda premium
Click to expand...
Click to collapse
It didn't work on Beanstalk 4.4.270. I flashed before and after first bot, always clean install, but it stucks on boot logo.
Sorry for my noob but can someone please guide me through making an ext4 partition? (._.)
I would love to use ART without lack of space
Sent from my WT19i using XDA Premium 4 mobile app
Some more confirmation pics for other friends to try out
Sent from my WT19i using xda premium
coolancool said:
Sorry for my noob but can someone please guide me through making an ext4 partition? (._.)
I would love to use ART without lack of space
Sent from my WT19i using XDA Premium 4 mobile app
Click to expand...
Click to collapse
use this link
Some One Can You help me
I'm Use CM11 Than I Do instal Your Script But My Signal (3G) Has been Lost & No Signal, How About This Problem?
This My Steps :
1. I' m Flash CM11 In My Smultron Device...
2. Than Flash Gapps, & Restart First
3. I'm Flash Your Script
5. I'm Restart My Device But (3G) Signal Has been Lost...
6. I'm Remove Your Script Signal Has been Normaly
7. The Script is Working But my Network Lost
8. How About This?
SigitCGumilars said:
Some One Can You help me
I'm Use CM11 Than I Do instal Your Script But My Signal (3G) Has been Lost & No Signal, How About This Problem?
This My Steps :
1. I' m Flash CM11 In My Smultron Device...
2. Than Flash Gapps, & Restart First
3. I'm Flash Your Script
5. I'm Restart My Device But (3G) Signal Has been Lost...
6. I'm Remove Your Script Signal Has been Normaly
7. The Script is Working But my Network Lost
8. How About This?
Click to expand...
Click to collapse
How big is your ext4 partition?
Sent from my Xperia Mini Pro using Tapatalk
acoongg said:
How big is your ext4 partition?
Sent from my Xperia Mini Pro using Tapatalk
Click to expand...
Click to collapse
Before I did much as 728MB FAT32 partition. This is caused because I did not do a partition with label Ext-4?

Categories

Resources