Auto deodex L90 (d415) stock ROM - LG Optimus L90

What is this: a CWM/TWRP-installable .zip of deodexed /system/app, /system/framework, and /system/priv-app folders from a FRESH stock LG L90 d415 (T-Mobile) ROM with SuperSU installed, and a script that will delete the .odex files in those directories before putting the deodexed .apk files to their directories.
I am not a developer and take as little credit for this as possible If you want to know why you'd want a deodexed rom, read this: http://forum.xda-developers.com/showthread.php?t=2200349
I used the following sources to make this package:
Kitkat Deodexer from here: http://forum.xda-developers.com/showthread.php?t=2725930
Stock ROM from here (my phone already has TWRP installed): http://forum.xda-developers.com/lg-l90/development/stock-rom-t2897683
After I installed the Stock ROM above, I let TWRP install SuperSU, then ran the Kitkat Deodexer.
Prerequisites for using this package:
an unlocked bootloader and CWM/TWRP installed.
A fresh stock d415 ROM that you want to have deodexed
Google Keyboard or another keyboard installed on your phone before flashing the .zip -- LG Keyboard does not like being deodexed, it would seem. You can get an .apk of Google Keyboard from here: http://forum.xda-developers.com/showthread.php?t=2312179. Once you reboot into the deodexed ROM, set Google Keyboard as your main input method.
Download link: http://d-h.st/6m4
I make absolutely no guarantees whatsoever. Backup your phone before installing this or any other package.

Related

[Q] dysfunktionel nordic keyboard in KingDroid ICS NoteMania Edition

Hi all..
Yesterday i installed KingDroid ICS NoteMania Edition 1.6 full rom. But running the setup guide after install, i noticed the keyboard is broken. I read the whole post, (all 99 posts) to try and troubleshoot. There were two others, who had the same problem, and wrote a possible solution.
"I used the T9DB folder in system/ from another rom with working nordic keyboard and just replaced it in the rom before flashing."
So i tried unzip the rom, download a custom rom i knew had a functional nordic keyboard. Then i copied the T9DB folder, from the other custom rom, and replaced it with the one in KingDroid. Afterwards compressed the folder to .zip file again, and moved the file to my SD card and rebooted to CMW. Now heres my problem.
When trying to install the zip file, i get an "install aborted"
What am i doing wrong?

[Q] [REQUEST] Email.apk for GB 2.3.6 (Meso ROM)

I loaded Meso ROM this week. I'm very happy with the performance and appearance thus far. It is very clean with all the bloatware removed.
Within the Meso ROM thread, there is a post stating all of the bloatware is available for download. Unfortunately there is no link to a download.
==Removed bloatware (removed samsung related apps)==
this is a flashable zip contains the removed bloatware. if u want to choose the apks u want to flash, then open the zip and in /system/app delete the files u don't want to install.
Does anyone have this zip file? How about stock apps that will work with this ROM?
I tried loading up JVU and extracting the Email.apk and Email.odex, but that didn't work.
Please help!
I don't want to switch. I really like the battery life with GB, and like the way this ROM works.
Contact alkhafaf developer of Mesorom...did you try that first or post on that page?
Try this email.apk : HERE
Copy it to system/app with Root Explorer then reboot phone

[Q] Odex rom from pc.

Hey guys,i didnt find a tutorial so i will ask you here.How can i download a rom and odex it from pc before i flash it?Because its not easy to odex every rom i download with universal odex script.Im too lazy to do this(and many times terminal print errors and i have to do this again).I know it could be happen cause many of you create roms and upload which already are odexed!Thanks guys for your help!
I found solution from alin.p. So here is a nice tutorial:
You have to flash it de-odexed first, then odex whatever part of your system you want with the Universal Odex Script which you'll find in the Mini forums, then extract the odex files from:
1. /system/app if you odexed system apps
2. /system/framework if you odexed the bootstrap or the framework
Put the extracted files inside the zip in the appropriate folders.
A little warning here: even a single (no matter how little) change inside the framework code, will break the whole ROM if it is odexed.
where do i find the script need it link please
[email protected] said:
where do i find the script need it link please
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2527268

How about some Lollipop apk's for ya .....

Here are some of the google lollipop 5.0 apks I pulled from my nexus 7 (2013). As well as a zip containing all the 5.0 stock apks. Zip is not flashable, just extract and use a root browser to manually copy and paste into system/apps folder only after you have uninstalled the one you are replacing.
As always make a backup before doing any of this. And I'm not responsible for what you do to your device.
I couldnt install all the apks but I got several of them to install.
Good luck.
Google Music
https://docs.google.com/file/d/0B2OabWtEBQcpUTZUUUNBZmx3WDg/edit?usp=docslist_api
5.0 apps zip. Not flash able.
https://docs.google.com/file/d/0B2OabWtEBQcpdEprYS1NZ3JRQ2s/edit?usp=docslist_api
Why it Says that a different Signature version is installed?
Sent from my LG G Flex F340K Stock KitKat 4.4.2 Rooted
using XDA Free mobile app

[Complete Guide] What Is Odex And Deodex In Android !

As an Android newbie, what bothered me most was coming across terminology beyond my comprehension. Not coming from a Linux background it became hard to keep up with the oh-so-commonly-used words spread all across the development community. Likewise, since I didn’t understand the terms, consequently I was unable to determine is something was of any use to me or not. From what I have seen, this problem extends to many novice and even average users.
One commonly occurring word when playing with custom ROMs and firmware, and even themes is deodexed and odexed. Most users fail to understand what these terms actually imply, and while developers would boast again and again about their themes and ROMs being deodexed, the average user is left clueless as to what is going on.
WHAT IS AN ODEX FILE?
In Android file system, applications come in packages with the extension .apk. These application packages, or APKs contain certain .odex files whose supposed function is to save space. These ‘odex’ files are actually collections of parts of an application that are optimized before booting. Doing so speeds up the boot process, as it preloads part of an application. On the other hand, it also makes hacking those applications difficult because a part of the coding has already been extracted to another location before execution.
THEN COMES DEODEX
Deodexing is basically repackaging of these APKs in a certain way, such that they are reassembled into classes.dex files. By doing that, all pieces of an application package are put together back in one place, thus eliminating the worry of a modified APK conflicting with some separate odexed parts.
In summary, Deodexed ROMs (or APKs) have all their application packages put back together in one place, allowing for easy modification such as theming. Since no pieces of code are coming from any external location, custom ROMs or APKs are always deodexed to ensure integrity.
HOW THIS WORKS
For the more geeky amongst us, Android OS uses a Java-based virtual machine for running applications, called the Dalvik Virtual Machine. A deodexed, or .dex file contains the cache used by this virtual machine (referred to as Dalvik-cache) for a program, and it is stored inside the APK. An .odex file, on the other hand, is an optimized version of this same .dex file that is stored next to the APK as opposed to inside it. Android applies this technique by default to all the system applications.
Now, when an Android-based system is booting, the davlik cache for the Davlik VM is built using these .odex files, allowing the OS to learn in advance what applications will be loaded, and thus speeds up the booting process.
By deodexing these APKs, a developer actually puts the .odex files back inside their respective APK packages. Since all code is now contained within the APK itself, it becomes possible to modify any application package without conflicting with the operating system’s execution environment.
ADVANTAGES & DISADVANTAGES
The advantage of deodexing is in modification possibilities. This is most widely used in custom ROMs and themes. A developer building a custom ROM would almost always choose to deodex the ROM package first, since that would not only allow him to modify various APKs, but also leave room for post-install theming.
On the other hand, since the .odex files were supposed to quickly build the dalvik cache, removing them would mean longer initial boot times. However, this is true only for the first ever boot after deodexing, since the cache would still get built over time as applications are used. Longer boot times may only be seen again if the dalvik cache is wiped for some reason.
For a casual user, the main implication is in theming possibilities. Themes for android come in APKs too, and if you want to modify any of those, you should always choose a dedoexed custom ROM.
Was this article helpful? If you are confused with some other terms and want us to help explain them, please let us know in the comments.
Screen Shots
Reserved 2.
Help for getting the deodexed files onto Galaxy Tab S 8.4
I have deodexed the 'app', 'priv-app', and 'framework' folders and the build.prop file using the JoelDroid batch deodexer tool (as outlined in this thread). I am looking for help for getting the deodexed files onto my Samsung Galaxy Tab S 8.4 (running Lollipop 5.0.2). My ROM is currently rooted with Knox 0x0 and I used FlashFire to get my device rooted and updated to lollipop (as outlined in this thread) - and as a result - I don't have a custom recovery such as TWRP installed. I read this guide that calls for deleting the old 'app', 'priv-app', and 'framework' folders and (via recovery) copying the new folders (with the deodexed files) to /system.
Since I don't have a custom recovery installed - what's the best way to get the deodexed files onto my device so that I can have a deodexed ROM (& still retain my Knox 0x0 status)?
Thanks for the help!
I think the only way is by installing Custom Recovery,
but, i will look for a way.
UPDATE: use your deodexer tool while following this steps without using the tool given there, the only downside is you need TWRP installed.
link : http://forum.xda-developers.com/galaxy-tab-s/themes-apps/how-to-deodex-stock-rom-t3254734
rob.allen78 said:
I have deodexed the 'app', 'priv-app', and 'framework' folders and the build.prop file using the JoelDroid batch deodexer tool (as outlined in this thread). I am looking for help for getting the deodexed files onto my Samsung Galaxy Tab S 8.4 (running Lollipop 5.0.2). My ROM is currently rooted with Knox 0x0 and I used FlashFire to get my device rooted and updated to lollipop (as outlined in this thread) - and as a result - I don't have a custom recovery such as TWRP installed. I read this guide that calls for deleting the old 'app', 'priv-app', and 'framework' folders and (via recovery) copying the new folders (with the deodexed files) to /system.
Since I don't have a custom recovery installed - what's the best way to get the deodexed files onto my device so that I can have a deodexed ROM (& still retain my Knox 0x0 status)?
Thanks for the help!
Click to expand...
Click to collapse
Thank you so much! I recently started to explore things like custom ROMs on my SM-T800. I can definitely use a crash course in things like this. Especially since I have not (yet) been able to get Xposed on CM 12.1, pacman-ROM and Phoenix-ROM.
Thanks!
rob.allen78 said:
Since I don't have a custom recovery installed - what's the best way to get the deodexed files onto my device so that I can have a deodexed ROM (& still retain my Knox 0x0 status)?
Thanks for the help!
Click to expand...
Click to collapse
Either create a flashable zip with those files or unpack the whole system image and replace those files/folders and create a flashable zip from that. Flash with flashfire.
You will need to set the correct permissions so best to use something like archi kitchen to automate it.
However considering there are a plethora of deodex roms currently available why bother?
DUHAlgerianSkills said:
I think the only way is by installing Custom Recovery,
but, i will look for a way.
UPDATE: use your deodexer tool while following this steps without using the tool given there, the only downside is you need TWRP installed.
link : http://forum.xda-developers.com/galaxy-tab-s/themes-apps/how-to-deodex-stock-rom-t3254734
Click to expand...
Click to collapse
Thank you for the reply. I was hoping that there was a way to do it without having a custom recovery. If I am not mistaken, flashing a custom recovery will trip Knox correct?
---------- Post added at 10:45 AM ---------- Previous post was at 10:34 AM ----------
ashyx said:
Either create a flashable zip with those files or unpack the whole system image and replace those files/folders and create a flashable zip from that. Flash with flashfire.
You will need to set the correct permissions so best to use something like archi kitchen to automate it.
However considering there are a plethora of deodex roms currently available why bother?
Click to expand...
Click to collapse
I may explore creating a flashable zip (any links for newbie to creating flashable zips?) The reason being is that there aren't any deodexed ROMS (stock tw) running the latest official build for my tablet (I am running bulld LRX22G. T700XXU1BOI1)
Thanks for these explanations
Create a flashable zip for your tab using this
https://play.google.com/store/apps/details?id=zip.me
i donno how it works but seems legit, check it out.
rob.allen78 said:
Thank you for the reply. I was hoping that there was a way to do it without having a custom recovery. If I am not mistaken, flashing a custom recovery will trip Knox correct?
---------- Post added at 10:45 AM ---------- Previous post was at 10:34 AM ----------
I may explore creating a flashable zip (any links for newbie to creating flashable zips?) The reason being is that there aren't any deodexed ROMS (stock tw) running the latest official build for my tablet (I am running bulld LRX22G. T700XXU1BOI1)
Click to expand...
Click to collapse

Categories

Resources