How to Deodex Sony Ion (for noobs) - Sony Xperia S, Acro S, Ion

I know there is already a thread on how to deodex rom but i need help in figuring out how to rename the folders they are talking about. Can someone please inform me on how to do this. I'm a noob to the ion but i know how to do a few things since my old Samsung Infuse 4g was rooted and ran a flashed rom. I never heard of the Deodexing thing though, help would be much appreciate!!!!

What are you talking about - rename? look at post #2 - deodex your rom in the development thread. Post your question(s) there. I'm sure ganeshbiyer can help you out.
Sent from my LT28i using Tapatalk 2

cterrel7 said:
I know there is already a thread on how to deodex rom but i need help in figuring out how to rename the folders they are talking about. Can someone please inform me on how to do this. I'm a noob to the ion but i know how to do a few things since my old Samsung Infuse 4g was rooted and ran a flashed rom. I never heard of the Deodexing thing though, help would be much appreciate!!!!
Click to expand...
Click to collapse
I just deodexed through Rom Kitchen yesterday. I can help you out, but you have to be more specific about where you're stuck.

cterrel7 said:
I know there is already a thread on how to deodex rom but i need help in figuring out how to rename the folders they are talking about. Can someone please inform me on how to do this. I'm a noob to the ion but i know how to do a few things since my old Samsung Infuse 4g was rooted and ran a flashed rom. I never heard of the Deodexing thing though, help would be much appreciate!!!!
Click to expand...
Click to collapse
When I say rename the folders it means, if you are using xultimate, to get all your apks and frameworks, the folders created by the utility is origi_app and origi_frame, so rename them to app & framework respetively. The folder names created by the utility you use to get the apps and frameworks may give you different folders. But for the purpose of deodexing the directory names containing should be app and framework.
Sent from my LT28i using xda premium

Use adb pull is alot simplier!
For Apps
Code:
adb pull /system/app /Deodex_CWM/system/app
For framework:
Code:
adb pull /system/framework /Deodex_CWM/system/framework
Now you can go to my computer c:\Deodex_CWM and zip the system folder, then move the zip file to kitchen.
Sent from my LT28i using Tapatalk 2

ganeshbiyer said:
When I say rename the folders it means, if you are using xultimate, to get all your apks and frameworks, the folders created by the utility is origi_app and origi_frame, so rename them to app & framework respetively. The folder names created by the utility you use to get the apps and frameworks may give you different folders. But for the purpose of deodexing the directory names containing should be app and framework.
Thanks for helping me get through that. I'm stuck on step 10 now the version of x ultimate i have doesn't have a "24" option to choose from, and when i go to the 2nd menu the numbers go from '1-9' and then jumps to 99.
Click to expand...
Click to collapse

cterrel7 said:
ganeshbiyer said:
When I say rename the folders it means, if you are using xultimate, to get all your apks and frameworks, the folders created by the utility is origi_app and origi_frame, so rename them to app & framework respetively. The folder names created by the utility you use to get the apps and frameworks may give you different folders. But for the purpose of deodexing the directory names containing should be app and framework.
Thanks for helping me get through that. I'm stuck on step 10 now the version of x ultimate i have doesn't have a "24" option to choose from, and when i go to the 2nd menu the numbers go from '1-9' and then jumps to 99.
Click to expand...
Click to collapse
It is an option from Rom Kitchen Menu.
Click to expand...
Click to collapse

ganeshbiyer said:
cterrel7 said:
It is an option from Rom Kitchen Menu.
Click to expand...
Click to collapse
How do you open rom kitchen i have cygwin and everything downloaded. Sorry if i'm asking rhetorical questions, i've been doing research and trying to figure out where i'm going wrong but i can't find anything.
Click to expand...
Click to collapse

cterrel7 said:
ganeshbiyer said:
How do you open rom kitchen i have cygwin and everything downloaded. Sorry if i'm asking rhetorical questions, i've been doing research and trying to figure out where i'm going wrong but i can't find anything.
Click to expand...
Click to collapse
When you start cygwin for the first time it creates your home/user name folder. Copy from kitchen folder to the cygwin/ home/user name folder using explorer.
After copying go into the from kitchen/ kitchen folder and execute the command
chmod +x menu
./menu
Sent from my Xperia ION on Cm9 using XDA Premium app.
Click to expand...
Click to collapse

After run cygwin, in cygwin navigate to kitchen folder then type ./menu to run kitchen.
Sent from my LT28i using Tapatalk 2

Related

[Q] Launcher question and I did my research

Hey guys i was wondering if there was an apk for the MIUI launcher b/c i really enjoy that launcher but it is unstable right now so if I can get a launcher that would be awesome.
I don't know but ill tell you how to get it. Download miui and then unzip the rom. Go to /system/app and look for an apk named launcher or something similar.
Sent from my PC36100 using XDA App
do I extract the file then copy it to my sd card then install from there?
Thanks so much if this works and if it doesn't thanks for the idea!
I just tried it and all i got was "! application not installed" should i try to zip it and flash it? or is there any other route i can take?
Yeah you can push it to /system/app using adb, or copy and paste with root explorer, or make a flashable zip file.
Sent from my PC36100 using XDA App
I am a big time noob, so what is the easiest way to do it. I have never used any of these routes and how do you zip a file so that it is flashable? thanks again so much for your help your are super helpful.
so i tried copying and pasting using root explorer and it did not work, i get a message saying "you cannot paste here becaue the file system is read only"
jiggajoe506 said:
so i tried copying and pasting using root explorer and it did not work, i get a message saying "you cannot paste here becaue the file system is read only"
Click to expand...
Click to collapse
In the upper right corner there I'd a bottom theft says mount rw(read/write) push that then try to paste there, but a lot of the time that will not work so if it does not you can use adb. you plug your phone in with debugging on, place your apk in your sdk tools folder.
My sdk tooks folder is located at c:/androidsdk/tools and say the apk you are using the launcher.apk so i would open the cmd and use the following commands.
cd c:/androidsdk/tools
adb remount
adb push launcher.apk system/app
adb reboot
After each command wait till its done after last command your phone will reboot.
Sent from my unrEVOked using xda app
Thanks a bunch for the advice but i have never used abd so I would need to know what the program is called and where to get it and what folder that is and maybe a few attempts at it. Sorry I'm such a noob, all I know how to do is download a rom or kernel and flash from recovery.
jiggajoe506 said:
Thanks a bunch for the advice but i have never used abd so I would need to know what the program is called and where to get it and what folder that is and maybe a few attempts at it. Sorry I'm such a noob, all I know how to do is download a rom or kernel and flash from recovery.
Click to expand...
Click to collapse
we were all noobs at one point if you post your apk here i will make you a flashable zip
Wow thank you So much man you are awesome and so are the other fellows that helped. I gotta un-noob myself at some point in my life. This is the launcher I got when I went into the zip file and went to system/apps/ of the miui rom whether there are other things that make it the way it is I don't know. (folders and no app drawer)
Thanks again guys
jiggajoe506 said:
Wow thank you So much man you are awesome and so are the other fellows that helped. I gotta un-noob myself at some point in my life. This is the launcher I got when I went into the zip file and went to system/apps/ of the miui rom whether there are other things that make it the way it is I don't know. (folders and no app drawer)
Thanks again guys
Click to expand...
Click to collapse
here is the flashable zip just put on your sdcard and flash from recovery besure to do a nandroid backup first and here is a link to using adb http://forum.xda-developers.com/showthread.php?t=532719
roscoenr said:
here is the flashable zip just put on your sdcard and flash from recovery besure to do a nandroid backup first and here is a link to using adb http://forum.xda-developers.com/showthread.php?t=532719
Click to expand...
Click to collapse
Your a lot of help.but kept force closing thanks for the extra work you did. Wish I could thank you more them once on here
not sure why it would be force closing unless it a bad apk if you find another apk you can open the zip up with 7-zip and replace the old one with the new one and close do not unzip it just open

Changing USER APPS ICONS! HELP

Can any experts help me with my little problem on changing icons on user applications, not the system apps icons because i was able to do that manually..
I had successfully changed all the icons of installed user applications on my SGY.
What i did was open it with WinRar and go to res / drawable ldpi (36x36) or mdpi (48x48) or hdpi (72x72) folder & replaced each icons there with proper file name and size..
After i finished it, i copied all modified apps to sd card and tried to install it one by one, but it says "applications not installed"..
And now i wonder what's wrong with what i did? I was able to replace the icons in system apps manually using the method which i used with this one but this one fails!
Any suggestions or instructions?
Any help would be much appreciated! Thank you!!!
After Editing You Have To Sign The App And Then Install It..
Try Zipsigner app... Might help...
Sent from my HTC Sensation 4g with Beats Audio
I've tried that method before too, when I was modding widgets, and it just doesn't work. What worked for me though was same method, but had it signed again with this little tool I found here in xda. I'll link you later when I get on desktop.
Sent from my GT-S5360 using xda premium
Silvane said:
I've tried that method before too, when I was modding widgets, and it just doesn't work. What worked for me though was same method, but had it signed again with this little tool I found here in xda. I'll link you later when I get on desktop.
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
what is the tool name???
Silvane said:
I've tried that method before too, when I was modding widgets, and it just doesn't work. What worked for me though was same method, but had it signed again with this little tool I found here in xda. I'll link you later when I get on desktop.
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Yeah, i totally forgot that there was a signing thing when modifying apks..
And Sir, can you please give me the link of that "little tool" you're talking about when you get back in your PC? Thanks so much!
Thank you to all who responded! I appreciate you all! Cheers!
I couldn't find the thread I found it from anymore so I can't link the source. But I attached the sign tool which I still have.
Basically you get the apk right. Rename it to zip, extract, delete META-INF folder and then replace whatever images you wanted. Zip it back up, rename back to apk.
To sign, extract the zip included here to a folder. Copy paste the modified apk to the root directory of the sign tool. Make sure only one apk file is in the folder. Run sign.bat and press any button when prompted.
If it signed successfully just install the apk, making sure you have the original one uninstalled.
On a side note, if you want to update the app to a newer version through the market, it will not work. You will have to uninstall the modded one, install from the market and then do the process above again if you still want to modify it.
There are other signing tools too, ones that could sign multiple apk's simultaneously but for some reason they've never worked for me. But you're free to try. Google for 'em.
I have tried this method manytimes
and it works everytime
are you replacingonly the icon in the app apk or any other files to
you have to sign the apk after modding
use the tool given by silvane
if the 7zip method dont work for you
you can use apktool to decompile and recompile the apk and then sign it
you are ready to go
Thanks @Silvane and @deadlylocker as well as others for helping me..
@Silvane: I already downloaded that "autosign" app this morning but i didn't know (phil. time) that it is necessary to delete the meta-inf folder while modding apks before i saw your post so i appreciate your effort of giving instructions! Thanks so much!
No problem.
Sent from my GT-S5360 using xda premium

Please need help regarding meta-inf

i installed "4.0.3 Leak On Screen Buttons" which was in zip having two folders
1 - meta- inf [which has a com folder (with files in it update-binary and updater-script) and with three files CERT.RSA, MANIFEST.MF and CERT.SF]
2 - system (in it framework-res.apk)
so i installed this zip via cwm, but i didn't liked the concept as it wasn't looking good,etc
so as i had already backed up my original framework-res.apk , so using root explorer i moved it back in sys/framework folder
restarted my phone and all got fine....
Though my question is as those files : update-binary and updater-script ---- CERT.RSA, MANIFEST.MF and CERT.SF are not searchable and i guess should not be deleted as they were just updated .. so still would they be impacting my phone or its all kool as i havn't been able to search them or delete them ?!
is it important to find and delete them or its no need for that and its ok ?!
Hope someone understands what i am trying to ask and reply appropriately please i would highly appreciate the same!
Think them like busybox (so you can mount delete etc)
And script file, that includes commands to do.
Every cwm zip files includes them. when you install zip file, these commands executed.
Sent from my LT18i using xda premium
eryen said:
Think them like busybox (so you can mount delete etc)
And script file, that includes commands to do.
Every cwm zip files includes them. when you install zip file, these commands executed.
Sent from my LT18i using xda premium
Click to expand...
Click to collapse
Awesome!
Just ease me by telling that so its nothing but just used for commands, so i need not to be worried for them could be hampering my phone's performance ?!
a yes answer will do
eryen said:
Think them like busybox (so you can mount delete etc)
And script file, that includes commands to do.
Every cwm zip files includes them. when you install zip file, these commands executed.
Sent from my LT18i using xda premium
Click to expand...
Click to collapse
shantusingh said:
Awesome!
Just ease me by telling that so its nothing but just used for commands, so i need not to be worried for them could be hampering my phone's performance ?!
a yes answer will do
Click to expand...
Click to collapse
Just to clarify,
That folder contains the Zip signatures and file manifests. as well as the CWM controll scripts. ect. these should never be coppied to the phone on a flash. likewise if you edit them the zip will prob not work without resigning the zip.
Pvy.
pvyParts said:
Just to clarify,
these should never be coppied to the phone on a flash. likewise if you edit them the zip will prob not work without resigning the zip.
Pvy.
Click to expand...
Click to collapse
thank you for your reply but now this got way over my head, m not that deep into this stuff so would appreciate if i get a simple answer to my question only please?
like asked in first post that i installed this zip via cwm, but i didn't liked the concept as it wasn't looking good,etc
so as i had already backed up my original framework-res.apk , so using root explorer i moved it back in sys/framework folder
restarted my phone and all got fine....
Though my question is as those files : update-binary and updater-script ---- CERT.RSA, MANIFEST.MF and CERT.SF are not searchable and i guess should not be deleted as they were just updated .. So still would they be impacting my phone or its all kool evn if as i havn't been able to search them and delete them ?!
is it important to find and delete them or its no need for that and its all ok now as i just moved the original framework back ?!
shantusingh said:
thank you for your reply but now this got way over my head, m not that deep into this stuff so would appreciate if i get a simple answer to my question only please?
like asked in first post that i installed this zip via cwm, but i didn't liked the concept as it wasn't looking good,etc
so as i had already backed up my original framework-res.apk , so using root explorer i moved it back in sys/framework folder
restarted my phone and all got fine....
Though my question is as those files : update-binary and updater-script ---- CERT.RSA, MANIFEST.MF and CERT.SF are not searchable and i guess should not be deleted as they were just updated .. So still would they be impacting my phone or its all kool evn if as i havn't been able to search them and delete them ?!
is it important to find and delete them or its no need for that and its all ok now as i just moved the original framework back ?!
Click to expand...
Click to collapse
Sorry if I didn't make it clear.
They are not flashed. Hence you can't find them. So no need to worry.
Pvy.
Sent from my TEAM Powered Arc S
pvyParts said:
Sorry if I didn't make it clear.
They are not flashed. Hence you can't find them. So no need to worry.
Pvy.
Sent from my TEAM Powered Arc S
Click to expand...
Click to collapse
Awesome thank you! I understood they just help in probably installing that particular app giving its own correct signatures and file manifests w.e so it gets installed via cwm and nothing more . And as i just backed up my original framework-res.apk to framework folder so its ofcourse all back to normal, though my phone is fine always as it was, I just had this doubt in my mind and m glad it got cleared thanks again!!
Cheers!!
Where did you place the Meta-INF files? I know system files goto system/framework but I cant find where Meta-INF files go. I'm using a root file manager.
chipdawg said:
Where did you place the Meta-INF files? I know system files goto system/framework but I cant find where Meta-INF files go. I'm using a root file manager.
Click to expand...
Click to collapse
You are not correct about the system files. And I recommend you do some more reading on how these zips work.
Metainf is FOR THE ZIP. And has been prety well explained above.
Pvy
Sent from my GT-P5110 using Tapatalk 2

My custom camera icon is not showing.

So, I'm trying to customize my camera icon through the res and ect.. I got one of the apks to flash but, then I noticed it was very jagged and not clean at all so I decided to fix it up and now I can't get it to flash. When I do flash it the icon disappears and there is no camera app to be found. I have a feeling that my sizes or resolution of the picture of the (not working icon) are off or something. I will attach the not working and working camera apk below. If someone could tell me where I went wrong I would be very thankful.
Not working apk: https://dl.dropbox.com/u/37484095/(Not_Working)HTCCamera.apk
Working apk: https://dl.dropbox.com/u/37484095/(Working)HTCCamera.apk
Is the Rom odex? If it is, then you have to deodex the HTCCamera.apk
Sent from my PC36100 using xda app-developers app
bennyboy78 said:
Is the Rom odex? If it is, then you have to deodex the HTCCamera.apk
Sent from my PC36100 using xda app-developers app
Click to expand...
Click to collapse
I believe it is considering the file on the side of it is .odex. I apologize for not being the most knowledgeable on the subject. Would I deodex it in a kitchen? Like a rom kitchen of course.
I'm confused why one apk worked and the other didn't though?
EDIT: How would I go about deodexing??? I've been researching and tried using baksmali but, I keep getting error messages. I'm pretty lost right now.
Not really sure as to why it would just disappear like that if you only modified some images in the res folder... Did you mess with baksmali ? Possibly modifying something in there would cause it to dissapear.
As for deodex, get dsixdas kitchen, set it up, then just making a working folder out of the Rom you want to modify. After that's done, go to advanced options and select deodex a file or something. It should give you the option of the whole Rom or just a single apk. It's the long way, but its easier than baksmali, imo.
Sent from my PC36100 using xda app-developers app
I tried baksmali I'm not completely sure if I did it right but it gave me an out folder and then I used smali to make it into a classes.dex I'm not really sure what to do with that file. I assume you're supposed to zip it with the apk...but, when I do that I get a parse error.
My process for changing the images in res is I decompile the apk with apktool. I then go into the res folder switch out the ic launcher icon for the one I made. I then rebuild the apk with apk tool. From there I'm not sure if you're supposed to flash it in a zip or I can just adb push it....
Sent from my PC36100 using xda app-developers app
You need to take META-INF folder, and maybe the Manifest.xml from the original apk and place it in your modified one. Then push via adb or move to system with a root file manager.
Also fix permission, 644 (rw-r-r)
An enviousOG
I'll try once I get home. Thank you.
Sent from my PC36100 using xda app-developers app
Robobob1221 said:
You need to take META-INF folder, and maybe the Manifest.xml from the original apk and place it in your modified one. Then push via adb or move to system with a root file manager.
Also fix permission, 644 (rw-r-r)
An enviousOG
Click to expand...
Click to collapse
Alright, so how do I do the last command "fix permission 644 (rw-r-r)?"
steam374 said:
Alright, so how do I do the last command "fix permission 644 (rw-r-r)?"
Click to expand...
Click to collapse
If you use a root file manager (es explorer etc)
long press the apk and select permissions, then change to look like the image attached
If you're using adb:
Code:
adb shell chmod 644 /system/app/nameofapk.apk
Big thank you to both of you! Especially bennyboy78 I deodexed the apk in the rom kitchen like he said and just threw my customized icon in the apk and it worked! Thank you so much!

Odex ANY touchwiz ROM for the GN2 #moreperformance

“ADMIRAL WILL YOU PLEASE COLOR CODE THAT WALL OF TEXT?” – why yes I will.
GREEN = Informational stuff about what we are doing.
BLUE = Instructions for process
RED = IMPORTANCE, PLEASE DO NOT DISREGARD
BLACK = not too important
PINK = very manly
####################################################################
DISCLAIMER – THIS WILL IMPROVE PERORMANCE (again…lolllll) AND FURTHER AND FARTHER OPTIMIZE YOUR DEVICE, SAVE STORAGE SPACE ON YOUR INTERNAL SD, AND PUT YOUR /SYSTEM/FRAMEWORK DIRECTORY AND ALL CONTENTS ON THE MOST POTENT ANABOLIC STERIODS KNOWN TO MAN. I AM NOT RESPONSIBLE IF/WHEN YOU FINISH READING THIS THREAD YOUR DEVICE RUNS OFF WITH YOUR GIRLFRIEND/WIFE/FAMILY/JOB BECAUSE IT IS NOW MORE “MANLEY” THAN YOU (see wut I did there…manley..rofl…).
####################################################################
Ok on to the serious part….
First, why odex? And what does it mean?
1.Odexing has the following benefits: Saves space in your /data directory, speeds up boot times SLIGHTLY, boosts loading of apps (in this case the apps that compose your framework), zip aligns framework and corresponding .odex files, reduced CPU cycles by optimizing framework.
2.So what is an “odex” file? Android applications similar to zip files. APK stands for “android package” and all of them contain java code, which is the second language in android aside from Linux. This code speaks to the device to execute operations that in turn speak to other system files, then ultimately the kernel, hardware, etc etc etc… we’ll not get into that. Java code is packed into a file within the APK called a “classes.dex” file and this file is parsed (copied) by the dalvik JVM and a cache of the processed classes.dex file is stored in the device’s /data/dalvik-cache directory.
An odex file is basically an already processed version of the classes.dex file that is “execution ready” for Dalvik. When xxxx application is “odexed”, the classes.dex is removed from the APK entirely and the information is converted to an odex file, and stored aside its owner APK (or in this case framework file). So rather than have two copies of the same file, and in different locations, you have one copy of that file, in the same location of the APK, all ready to go, and therefore making it more optimized for access by you – the user.
The benefits of doing this are tremendous! I have been doing this to all of my ROMs since I can remember. This process is detailed, but simple, just read carefully. I outlined the directions as simple and clear as I possibly could
On to the fun part>>>>>
FIRST, BEFORE YOU CONTINUE, BEAR IN MIND I DO NOT CURRENTLY HAVE A SCRIPT MADE TO UNDO THIS MOD, ONCE IT IS DONE, IT IS DONE! IT IS SAFE, HOWEVER, JUST FOLLOW DIRECTIONS CAREFULLY!
ALSO, MAKE SURE YOU ALREADY HAVE YOUR FAVORITE THEME INSTALLED! I WILL NOT BE RESPONSIBLE IF YOU APPLY THIS MOD THEN TRY TO FLASH XXXXX THEME AND GET CAUGHT IN A BOOT LOOP BECAUSE YOU COULDN’T DECIDE IF YOU WANTED GREEN OR BLUE BATTERY ICONS THEN CHANGED YOUR MIND ABOUT IT AFTER DOING THIS…..just don’t waste your time posting in this thread if you do that. But if you MUST bother such a story, here is your answer to the problem… “flash your ROM again, no need to wipe data, your device will boot now”############
Instructions:
1.Download Terminal emulator and FX file explorer and FX root add on from market.
2.Download the zip file at the end of this post named “odex.zip” to your device.
3.Open FX file explorer, find the odex.zip file, long press on it and select “open with” then select “Archive Extractor” then hit “extract here”
4.After it is done, you will then find a folder named “odex” in the same location of the downloaded “zip” version. Llong press on that folder and select copy
5.Navigate to the home screen of the FX file app, and select the red system logo (this is the one that allows you to explore as root.
6.Navigate to /data/local/tmp, when you get to tmp, select the icon at the top right corner of the app that says “clipboard” and paste the folder into /data/local/tmp
You should now have a folder there named “odex”
7.Long press on the folder, select “permissions” and check ALL of the 3 boxes for Read, Write, and Exec(ute)… if you have done this successfully the bottom left of that little popup window for setting permissions should say 0777, hit “ok” to commit the changes.
8.Now go into the odex folder, and inside of it repeat step 7 for ALL 5 files. They should all have FULL permissions.
9.After that is done, hit back until you are at the root directory, seeing “System (Root)” at the top of the FX file window with the red box with a # symbol inside of it. You’ll notice as well, the top right corner there is a yellow lock icon, inside a green box. We need that to be red, with an “unlocked” lock icon. Select it, and disregard built in FX file warning about how the world is going to end etc etc etc if you don’t know what you are doing – you know what you are doing, so no worries. If it is already red and “unlocked” then awesome, skip to step 10.
10.Scroll down a bit, and you will see “system” folder, this is your system directory. Go in there, and again make sure we are “red” and “unlocked” in the top right corner. You are a savage animal at this point, on a mission. Your device needs optimizing, disregard doomsday warnings about the T1000 enslaving the human race and how your brother will likely turn into a cylon if you unlock your /system directory (or make it read/writable… which is all this is doing)
NOW! The really fun part. You got your favorite theme? Sweet. Got your odex files all cocked and ready to rock? Check. Got your kids addicted to Teletubbies in case you mess up your ***t and you need like an hour to fix it?!?! Kidding… that won’t happen…
FIRST BEFORE YOU CONTINUE!!!!! PUT YOUR DEVICE INTO AIRPLANE MODE!!!!!!! You do not want to get a phone call or something while this script is executing. Interruptions will be rude and unkind… Please follow this instruction, please. For the love of the last terrible terminator movie.
11.Open terminal emulator, and type the following commands WITHOUT the quotes, hitting enter after each line:
“su” (if it asks for super user permission, grant it, obviously, if it doesn’t ask, you have already granted it)
“/data/local/tmp/odex/odex”
About 8.7 seconds later, it should be done, and you will see a little message saying “reboot to recovery and wipe cache and dalvik cache one more time” at the very end.
12.Hold power button, select “reboot options” then “recovery” hit ok, boom. If you don’t have that neat little modification to your android.policy.jar file, then power off, and boot into recovery by holding the volume up, home, and power button. In that order, until you see something on your screen. If you are NOT RUNNING EXT2… meaning you are not running Malicious ROM and/or you have not used my ext2 modificaitons…. Then simply type “reboot recovery” in terminal emulator, hit enter, and skip all the previous crap in “12”… “but then y u no say that first admiral?” … “Don’t question me son, it is for the good of the nation and humanity, and noobs who would read “oh ok reboot recovery BOOM” then they corrupt a file somewhere because of an unclean shutdown and are back at step -1 of this entire instruction which is restoring their backup… if they were pansy enough to make a backup. The admiral is manley, he has no use for backups. But he also knows what to do in case he needs one and doesn’t have one, cadet.”
ALSO IMPORTANT!!!!! Before you wipe dalvik cache again from recovery… if you are running my ext2 modification for /system /data/ and /cache…. MAKE SURE YOU VERIFY “THE BOX” is checked in twrp settings… you know which one I am talking about at this point. lol. It is the “format with yadda yadda rm command”
Wipe dalvik cache from recovery once more, then reboot the device.
DONE! Your ROM is now odexed!
-Admiral
http://db.tt/na11Ma9L
Another may mod. I'm not the only one who enjoys odexed. I was actually going to make the next release odexed... or was at least tossing the idea around in my head
Sent from my SGH-T889 using xda app-developers app
kintwofan said:
Another may mod. I'm not the only one who enjoys odexed. I was actually going to make the next release odexed... or was at least tossing the idea around in my head
Sent from my SGH-T889 using xda app-developers app
Click to expand...
Click to collapse
Well now you can.
I'm a firm believer in odexing. Most efficient way to run. I'm all about efficiency
Sent from my SM-N900T
Is tweaked odexed?
Sent from my SGH-T889 using xda premium
Tweaked is not odexed by default. You can find out if the ROM you are running is odexed or not by going to /system/framework with a file explorer. If you see a bunch of files in there with ".odex" tags on the tail end of them, then it is odexed.
If they are not there, then it is not odexed.
Sent from my SM-N900T
AngryDinosaur said:
Is tweaked odexed?
Sent from my SGH-T889 using xda premium
Click to expand...
Click to collapse
Non if the custom ROMs are odexed. It's more of a stock thing
Sent from my SGH-T889 using xda app-developers app
Alright
Sent from my SGH-T889 using xda premium
I keep getting this
Sent from my SGH-T889 using xda premium
Can we Odex our roms with XPosed framework mod installed? Or can we only Odex the apps and not system? Thanks a bunch for sharing.
Noellenchris
noellenchris said:
Can we Odex our roms with XPosed framework mod installed? Or can we only Odex the apps and not system? Thanks a bunch for sharing.
Noellenchris
Click to expand...
Click to collapse
you can odex any framework with this...
Not sure what you mean by the second part of your question, though. This is odexing your framework... which is found in /system ...?
ezsoulja said:
I keep getting this
Sent from my SGH-T889 using xda premium
Click to expand...
Click to collapse
For some reason it is thinking you are trying to execute a folder? And not a file?
Not cutting or flaming you in any way, but this is a user error. You typed the command properly, and everything looks like it SHOULD have executed. Go back to the step where you are moving the odex folder to the /data/local/tmp directory, make sure you did everything correctly, and retry.
Admiral Sir Manley Power said:
you can odex any framework with this...
Not sure what you mean by the second part of your question, though. This is odexing your framework... which is found in /system ...?
For some reason it is thinking you are trying to execute a folder? And not a file?
Not cutting or flaming you in any way, but this is a user error. You typed the command properly, and everything looks like it SHOULD have executed. Go back to the step where you are moving the odex folder to the /data/local/tmp directory, make sure you did everything correctly, and retry.
Click to expand...
Click to collapse
i made sure of it, i extracted the folder to the tmp folder and changed the odex folder 1 and 2 to 777 and all the files inside the 2nd odex folder and had both the root of the system and folder unlocked with the red icon. im not sure what could else be missing. im on tweaked 2.4.1 btw
ezsoulja said:
i made sure of it, i extracted the folder to the tmp folder and changed the odex folder 1 and 2 to 777 and all the files inside the 2nd odex folder and had both the root of the system and folder unlocked with the red icon. im not sure what could else be missing. im on tweaked 2.4.1 btw
Click to expand...
Click to collapse
Why do you have two odex folders?
Sent from my SGH-T889 using Tapatalk 2
Admiral Sir Manley Power said:
you can odex any framework with this...
Not sure what you mean by the second part of your question, though. This is odexing your framework... which is found in /system ...?.
Click to expand...
Click to collapse
With XPosed installed it can modify the framework, I'm afraid if I odex the framework, the xposed add on will crash my system. There is also an application on XDA called "Odex Me" which only Odex's the Applications and not the framework, that's what I was talking about in my second part of the question. I suppose I can do a backup and give it a go and see what xposed does.
Also Xposed also does other system mods other than framework. So it may only disable the framework modding portions after I odex the framewok.
Noellenchris
Admiral Sir Manley Power said:
Why do you have two odex folders?
Sent from my SGH-T889 using Tapatalk 2
Click to expand...
Click to collapse
For some reason when I extracted it, that's the way it came.. So it's basically just like the line says /data/local/tmp/odex/odex
EDIT: just removed one of the odex folders from within the odex folder and transfered the files to the first folder and everything worked from that point on..
Sent from my SGH-T889 using xda premium
noellenchris said:
With XPosed installed it can modify the framework, I'm afraid if I odex the framework, the xposed add on will crash my system. There is also an application on XDA called "Odex Me" which only Odex's the Applications and not the framework, that's what I was talking about in my second part of the question. I suppose I can do a backup and give it a go and see what xposed does.
Also Xposed also does other system mods other than framework. So it may only disable the framework modding portions after I odex the framewok.
Noellenchris
Click to expand...
Click to collapse
You'll be fine.
Go ahead and do it. Just make a backup of your /system if you wanna be safe, that's what they are there for
The DL link isn't working
Edit: Got it downloaded and working thanks for the odex man.
P.S What can be modified without messing up the odex for example will xposed framework modules cause the rom and odex to have complications. Thanks in advance
Sent from my SGH-T889 using xda premium
gonnapushthru06 said:
The DL link isn't working
Edit: Got it downloaded and working thanks for the odex man.
P.S What can be modified without messing up the odex for example will xposed framework modules cause the rom and odex to have complications. Thanks in advance
Sent from my SGH-T889 using xda premium
Click to expand...
Click to collapse
It may or may not. Honestly, either way it will require a little bit of work on your part after you flash it (assuming it actually boots, but it should...)
Just, best thing to do, like I said in the OP... Is flash your themes first, then odex. It will save you from the extra headaches and work trying to do the process in reverse.
Admiral Sir Manley Power said:
You'll be fine.
Go ahead and do it. Just make a backup of your /system if you wanna be safe, that's what they are there for
Click to expand...
Click to collapse
I've odex'd and it seems fine with xposed, after reading info on xposed they say it works on deox and odex roms, and it's running smooth. For some reason the screen appears brighter and sharper, probably some mod is not working but either way it is smooth and placebo maybe but looks great. Thanks again. I've done this in the past, but never to the system, just apps.
Noellenchris

Categories

Resources