[WIN][LINUX][OSX] Lordroid One Batch Deodexer To Rule'em All |Supports all versions

lord-ralf-adolf

Senior Member
Jul 30, 2012
255
371
0
31
Jijel

Lordroid batch deodex ODTRTA !
One Deodexer To Rule Them All

Code:
*** Disclaimer  
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


Hi all :D

First words :
First of all I want to say that I am not a big software engineer I am just a guy who knows a little about something and wanna make something useful out of it.

Back story:
A friend of mine asked me to make him a GUI batch deodexer to help him in the process of making stock base custom roms so I decided if I am going to do this I am going to do it right ,I fire up eclipse and stared coding what you are gonna find in this is the result of it.

Note :
Please note that even though I tested it and it is working just fine , there may be bugs I didn't run into because lets face it I can't test it for all available devices and ROMs and all PC OSs there is just too much out there so I tried to make the software as OS independent as humanly possible by using only java libraries and binaries (byte code binaries) the only thing that I used native binaries for it is the zipalign binaries because there is no java library for that (if there is I am open to suggestions).

Description:
Lordroid batch deodexer ODTRTA One Deodexer To Rule Them All ,is a free software writen in JAVA that can deodex any android rom with ease ,all you have to do is point the system folder and click the Deodex Now button ! it runs under any OS that have JAVA JRE 8 and higher (see pre-required for more details about this limitation) ,it is compatible with all Roms SDK levels and know architectures but you should note that it support list is the same as smali/backsmali && oat2dex(smaliEX) support list all roms not compatible with them will not be supported by this software since it uses those softwares to do the job.

Pre-required

1 - JAVA JRE 7 or higher.
2 - JAVA PATH needs to be set follow those links for more informations Windows | Linux | Mac
3 - If you are going to work with roms that have squashfs the tool only provides it for windows if you are using linux or mac OS refer to the Manual for instructions of how to install the squashfs-tool.
4- Linux command line users ,X-server needs to be running even when using command line tool (fix in progress )

Main Features
  1. Deodex any Rom from 1.6 and Above and YES 6.x is supported !
  2. Supports all Roms arch arm ,arm64 ,mips ,mips64 ,x86,x86_64
  3. Optional Zipalign all Apks after deodexing
  4. Optional resign all apks after deodexing
  5. Create a flashable zip of the deodexed Rom
  6. the Software can use up to 4 Threads to speed-up the deodexing
  7. Tools to only batch zippalign or sign apks in a given folder recursively
  8. Can be used on any system as long as there is JAVA JRE 7 or higher
  9. For Roms Lollipop and above the tool uses oat2dex to deodex if that tool fail we use the latest version of smali/baksmali to do the job which give a higher success rate
  10. From version 1.00 now you can pull system folder from device directly and deodex it !
  11. From v1.10 squashfs roms are supported please refer to the manual to make sure all dependencies are met !
  12. Detects apks that are under framework no need to copy them to app or priv-app folders ;)
  13. Multi Language English,French,Espagnol and Portuguese (PM me if you wanna translate or help with the spell errors ;) )


How to use (GUI) : (any system with JAVA JRE 7 installed)
1 - Open the program using JAVA SE or from command line with java -jar lordroid-ODTRTA.jar
2 - Select a system folder framework folder and build.prop needs to be there app and priv-app are optional
3 - If the chosen folder is valid, the Deodex now button will be activated other wise a log with the error will
be printed in the log panel
4 - Click on the deodex now and wait for it :D
5 - When the deodex process is done you can either copy the deodexed file and do what ever you want or you can click on create flashable zip to create a zip flashable from recovery for more details on this feature see the guide lines on POST2.
6 - When done a log file will be saved under logs/yyyy-MM-dd_hh-mm-ss.log & a more detailed log wwill be saved as logs/yyyy-MM-dd_hh-mm-ss_full.log check it out to see what happens or just scroll in the log Panel to see the logs
7 - The tool now have a tool to batch zipalign/sign in a given folder recursively (this particular will only zipalign/sign no deodex will be made !).

How to use Command line :
Code:
 _____________________________________________________________
|         Lordroid One Deodexer To Rule'em All v1.20        |
|-----------------------------------------------------------|
|                                                           |
| USAGE :                                                   |
| java -jar Launcher.jar <source> [OPTIONS]                 |
|-----------------------------------------------------------|
| <source> can be either                                    |
|-----------------------------------------------------------|
| PATH to System Folder exemple : /path/system              |
|                   OR                                      |
| e : to extract systemFolder directlly from device         |
|-----------------------------------------------------------|
|                                                           |
| Options :                                                 |
|-----------------------------------------------------------|
| c : create a flashabe zip  after deodexing the rom        |
| z : zipalign every apk after deodexing it                 |
| s : sign every apk after deodexing                        |
| h : print this help page                                  |
| please note that options should'nt be separated by spaces |
|                                                           |
|-----------------------------------------------------------|
| Exemple :                                                 |
|-----------------------------------------------------------|
| java -jar Launcher.jar /path/system zsc                   |
| this command will deodex   and sign and zipalign          |
| and then creates a flashable zip file                     |
| java -jar Launcher.jar e  zsc                             |
| this command will extract and deodex                      |
| from connected device                                     |
| then sign and zipalign                                    |
| and then creates a flashable zip file                     |
|                                                           |
|-----------------------------------------------------------|
| NOTE :                                                    |
|-----------------------------------------------------------|
|extracted systems will be under extracted_system_folders   |
|create flashable zip will be under flashable_zips_out      |
|-----------------------------------------------------------|
|                 © Rachid Boudjelida 2016                  |
|             Software distributed under GPL V3             |
|___________________________________________________________|



Release notes

V1.27
1 - Update es translations
2 - Add hk translations (Traditional Chinese)
3 - Separate tool to create a flashable zip from already dodexed system folder (reffer to manual about this feature)
4 - Adb is now excuted from path if available
5 - New option in settings to choose a custom adb binary
6 - Fix unsquashfs (sony roms ) once and for all hopefully
7 - Some code optimizations
You can also see all the commits here
V1.26
1 - add app-data,vendor,plugin folder to the deodexing process
2 - Update it,es,pt,zh translations
3 - Update flashable zip delete script (no odex leftover)
4 - Update oat2dex ,smali and baksmali built from the latest sources
5 - Some code cleaning and optimizations
You can also see all the commits here
V1.25
1 - add support for auto deodexing apks under /vendor and /plugin
2 - optimize files search and files detection logics
3 - fix a bug with aapt compression method
4 - now the logs are gathered each session in a folder (to help you track logs)
5 - track apk fails and warn if creating flashable zip with apk files
6 - make sure that on fail boot.oat and odex files will not be deleted
You can also see all the commits here
V1.24
1 - add support for ROMs with gzip compressed odex files
2 - add extra support for MIUI Roms and fix problems with their non-standard zip header
3 - add support for .sqsh Roms and latest sony's Roms 6.x
4 - add Italian translations.
5 - UI improvement
6 - better detection for fail tasks and remove abusive logging.
You can also see all the commits here
V1.23
1 . Add auto update feature never miss a new release don't need to surf to get new version it will come right to you and install it self !
2 . More settings have became available ,more will come
3 . Multiple compression method are available now , aapt ,7z or native java J4Zip ,it's always a good thing to have a choice the default is aapt because it is more compatible ,but you can change it to what ever you want
4 . check updates on startups (can be disabled in settings )
5 . MAX heap size can be changed in settings now
6 . Fix bugs reported recently causing OutOfBoundException.
You can also see all the commits here
V1.22
1- Fix bootloops (I made a huge mistake somehow I was copying classes2.dex and classes3.dex to all boot jars after framwork.jar sorry for all the trouble I caused you guys ,big thanks to @wertzPH for his testing and usefull feedbacks )
2- Fix spell mistakes in English and French translations
You can also see all the commits here
V1.21
1 - use aapt to repack apks for better compatibility and better on device performance
2 - work around heap size limitation (Hopefully no OutOfMemoryException will be thrown any more)
3 - Add Portuguese translations thanks to Raphael Mangini
4 - Reduced the HDD io usage by approximately 88% saving at least 1.3 minutes in overall
You can also see all the commits here
V1.20
1 - New Look and Feel using Weblaf
2 - Now the logs are coloured cording to their status info , warning ,error
3 - Fix outOfMemoryException minimum amount of ram needed is 512m
4 - More optimized algorithms
5 - Fix infinite wait screen
6 - Now only apk and jar files are copied to the flashable zip (some devices had bootloops otherwise)
7 - Fix unsquash being reported as success when it has fail.
8 - More Logging to help me track bugs better
V1.10
1 - Fix chosen zip/folder name bug one more time this time fixed for good !
2 - Fix native commands hang (tool freezes with no log error )
3 - Add support for squashfs roms (still in testing but should works as long as you follow the Manual )

V1.01
1 - Fix chosen zip/folder name bug (invalid path name error)
2 - Fix progress frozen on Roms before lollipop
V1.00
1 - Now you can pull system folder directlly from device and deodex it !
2 - Fix the process hang on some windows versions
3 - New settings panel were you can change language and threading options
4 - Now an offline manual is included you can check it out for more info about how to use
5 - New Spanish translations thanks to @pabloc97 (still not full if you wanna help translate contact me )
V0.8-beta3
1 - Now supports odex that have 3 classes files
2 - New feature to create flashable zip from the deodexed system folder
3 - New tool to only batch sign/zipalign (no deodexing)
4 - Now the minimum JRE required is JRE7 or higher (8 is not necessary now)
5 - The full log now contain native commands outputs for a better low level debugging (include it in you bug reports)

V0.7-beta3
1 - Better system folder recognition.
2 - better error logging ,some Errors will prompt the user specially if it is about the system folder validity
3 - now the program handle Roms which have odexed apks under /framework.
4 - a full log will be saved to /logs/*data*_full.log that contains more details send me that log when reporting errors
V0.6-beta2
1 - New command line tool java -jar lordroid-ODTRTA.jar -h for more details
2 - Better detection for already deodexed roms
3 - You can now choose the Max threads to be used !
4 - Code optimized for less HDD IOs may reduce the deodexing time.
5 - better handling of some Exceptions.
6 - you can get ride of the alert pop-up messages after the first appearance.
V0.5-beta1

1 - Please keep in mind this is a beta even though I tested it it might be bugs that I didn't run into.
2 - this version supports all rom versions and all architectures.
3 - The software detects every thing on it's own no actions are needed from the user for that matter.
4 - The software uses two Threads to work no settings is available to change that right now.


Screen Shots







Program in action


Download :
If you like this software consider rating this thread or just click the thanks button (means a lot to me and it's free :good: )
Download Latest version


Build from source
Never wait for for a release ever again !

in order to build you gonna need to have ant 1.7 or higher (any Os as long as you have java and ant)
Let create a folder to put the source code in it
Code:
mkdir deodexer
lets clone the repository to the created folder
Code:
git clone https://github.com/lord-ralf-adolf/Lordroid_One_Deodexer_To_Rule_Them_ALL.git deodexer
lets enter the folder
Code:
cd deodexer
# to make sure you repo is synced with the remote repo tape this command before building
Code:
 git pull
# to build a for test type the command
Code:
 ant
# to create a release .tar.gz archive type the command
# the tar.gz will be under re-dist folder
Code:
 ant release
# to clean the repo
Code:
 ant clean

Bug reports and suggestions:
Open an issue ticket on github or email me at : rachidboudjelida(at)gmail.com or PM me pull request are welcome.
Need quick assistance ? join #lordroid channel on freenode
Source code : https://github.com/lord-ralf-adolf/Lordroid_Universal_Batch_deodexer

Special Thanks :
@testwhat for smaliEX , @JesusFreke for smali/baksmali ,@wertzPH for testing and usefull feedbacks ,@Rapha88 for Portuguese translations , ,@pabloc97

XDA:DevDB Information
Lordroid Batch deodex, Tool/Utility for all devices (see above for details)

Contributors
lord-ralf-adolf
Source Code: Lordroid_Universal_Batch_deodexer
Java docs: LOBDTRTA docs



XDA:DevDB Information
Lordroid One Batch Deodexer To Rule'em All, Tool/Utility for all devices (see above for details)

Contributors
lord-ralf-adolf
Source Code: https://goo.gl/RCWR4l


Version Information
Status: Stable
Current Stable Version: v1.27
Stable Release Date: 2016-04-04

Created 2016-02-11
Last Updated 2016-04-13
 

Attachments

Last edited:

lord-ralf-adolf

Senior Member
Jul 30, 2012
255
371
0
31
Jijel
Reserved

Guide lines & troubleshooting :

  1. make sure there is a build.prop file in the selected folder
  2. make sure there is a framwork folder under the selected folder.
  3. make sure the rom is odexed ! make a search in system folder with the request ".odex" if no results are there then your rom is deodexed and you don't need to run this tool on it.
  4. make sure JRE 7 or higher is the default JRE see the output of java -version you should see 1.8.x or 1.7.x if lower the tool will not work.
  5. make sure the system folder you chose is writeable (means you have the right to write inside it) otherwise the tool will not work.
  6. if your rom is sdk > 20 make sure you have a boot.oat file any where under framework/* other wise the tool will not work.
  7. if you followed all those instructions and you are still having trouble send me the log files located under logs/* when reporting the bug I can't help you without it ,it you are worried about your privacy ,the project is open source and the log files are in plain text read it yourself !
  8. if you use the create flashable zip using the program please flash the ODEXED ROM first than flash the created zip the zip MUST be flashed on the same ROM version and it DOES NOT contain the FULL ROM it only contain system/app system/priv-app and system/framework and only apks and jars are included you have been warned
 
Last edited:

kirito9

Inactive Recognized Contributor
Oct 30, 2013
3,125
1,354
113
looking forward to your feedback :D enjoy
So I've tested this tool on both KK and LP ROMs. Although it said it was going to take some time, it took like almost forever and it still wasn't completed. It hanged on certain apps in the app folder on the GUI screen but on the command interface, I could see it got pass that app long time and was already in the framework folder where it hanged. I will try again and give it more time. :good: That was the KK ROM btw.

Tried the LP ROM this morning with CM12.1 and it just wouldn't work. I've attached both screenshots below. Maybe sdk 22 isn't supported or CM12.1 ROM.
 

Attachments

lord-ralf-adolf

Senior Member
Jul 30, 2012
255
371
0
31
Jijel
Thanks man, I will give it a try using AOSP KK and CM12.1 LP.
So I've tested this tool on both KK and LP ROMs. Although it said it was going to take some time, it took like almost forever and it still wasn't completed. It hanged on certain apps in the app folder on the GUI screen but on the command interface, I could see it got pass that app long time and was already in the framework folder where it hanged. I will try again and give it more time. :good: That was the KK ROM btw.

Tried the LP ROM this morning with CM12.1 and it just wouldn't work. I've attached both screenshots below. Maybe sdk 22 isn't supported or CM12.1 ROM.
I didn't test on cm12.1 because I didn't know it is odexed point me to the rom download page so I can do more testing
 
  • Like
Reactions: speedy56

kirito9

Inactive Recognized Contributor
Oct 30, 2013
3,125
1,354
113
ok , thanks I added a new filter to know if the rom is already deodexed and show that to the user to let him know in case he is trying to deodex an already deodexed Rom thanks for pointing that out :D
Great I'm sure others will point out something that we both missed :good:

Sent from my 4032A using Tapatalk
 
  • Like
Reactions: lord-ralf-adolf

lord-ralf-adolf

Senior Member
Jul 30, 2012
255
371
0
31
Jijel
Great work, i'm trying to deodex a mm lg g3 .. Isn't possible ? I think no.. I get this.. A long timr


Enviado desde mi LG-D855 mediante Tapatalk
it's possible ,I tested it on mm official roms for nexus ,can you please show me a list of files under the system folder you are trying to deodex ?
do this open a "cmd" navigate to your system folder on PC and tape tree than right click and choose "select text" select the output and past it to a text file then send me the text file ,or point me the the rom so I can download it and test on it

now that I am looking to the codes I see that an infinite tmr can happend only if boot.oat couldn't be find (somehow between the first check and when the deodex thread is launched because of an IOException or couldn't be deodexed send me the list of files or the rom link so i can test ,thanks in advance
 
Last edited:

pabloc97

Senior Member
Jun 15, 2014
98
54
0
Sevilla
it's possible ,I tested it on mm official roms for nexus ,can you please show me a list of files under the system folder you are trying to deodex ?
do this open a "cmd" navigate to your system folder on PC and tape tree than right click and choose "select text" select the output and past it to a text file then send me the text file ,or point me the the rom so I can download it and test on it

now that I am looking to the codes I see that an infinite tmr can happend only if boot.oat couldn't be find (somehow between the first check and when the deodex thread is launched because of an IOException or couldn't be deodexed send me the list of files or the rom link so i can test ,thanks in advance
│ │ └───oat
│ │ └───arm
│ ├───LeakagePowerDetector
│ │ └───oat
│ │ └───arm
│ ├───Leccp
│ │ └───oat
│ │ └───arm
│ ├───LGActionManager
│ │ └───oat
│ │ └───arm
│ ├───LGAlarmClock
│ ├───LGApplicationManager
│ │ └───oat
│ │ └───arm
│ ├───LGBackup
│ ├───LGBluetoothSetting
│ ├───LGBrowser
│ │ └───oat
│ │ └───arm
│ ├───LGCalculator
│ ├───LGCalendar
│ ├───LGCalendarProvider
│ │ └───oat
│ │ └───arm
│ ├───LGCameraApp
│ ├───LGConciergeBoard
│ ├───LGContacts
│ ├───LGContactsProvider
│ │ └───oat
│ │ └───arm
│ ├───LGCover
│ ├───LGDMSClient
│ │ ├───lib
│ │ │ └───arm
│ │ └───oat
│ │ └───arm
│ ├───LGDownloadProvider
│ ├───LGDownloadProviderUi
│ │ └───oat
│ │ └───arm
│ ├───LGEasyHome
│ │ └───oat
│ │ └───arm
│ ├───LGEmail
│ ├───LGFileManager
│ ├───LGFormManager
│ ├───LGGallery
│ ├───LGGestureAnswering
│ │ └───oat
│ │ └───arm
│ ├───LGHome
│ │ └───oat
│ │ └───arm
│ ├───LGInCallUI
│ ├───LGInputDevices
│ │ └───oat
│ │ └───arm
│ ├───LGInstallService
│ │ └───oat
│ │ └───arm
│ ├───LGLDB
│ │ └───oat
│ │ └───arm
│ ├───LGLIA
│ ├───LGLiveWallpapersPicker
│ │ └───oat
│ │ └───arm
│ ├───LGLW_MultiPhoto
│ │ └───oat
│ │ └───arm
│ ├───LGMapUI
│ ├───LGMediaProvider
│ │ └───oat
│ │ └───arm
│ ├───LGMessage
│ ├───LGMusic
│ ├───LGMusicWidget
│ │ └───oat
│ │ └───arm
│ ├───LGMyGuide
│ │ └───oat
│ │ └───arm
│ ├───LGMyWellness
│ │ └───oat
│ │ └───arm
│ ├───LGNetworkSettings
│ │ └───oat
│ │ └───arm
│ ├───LGP2pService
│ │ └───oat
│ │ └───arm
│ ├───LGPartnerBookmarksProvider
│ │ └───oat
│ │ └───arm
│ ├───LGPCSuiteService
│ ├───LGPrivacylock
│ │ └───oat
│ │ └───arm
│ ├───LGRcsCall
│ │ └───oat
│ │ └───arm
│ ├───LGRCSServices
│ │ └───oat
│ │ └───arm
│ ├───LGSettings
│ ├───LGSettingsAccessibility
│ │ └───oat
│ │ └───arm
│ ├───LGSettingsProvider
│ │ └───oat
│ │ └───arm
│ ├───LGSmartSharePush
│ │ └───oat
│ │ └───arm
│ ├───LGStartupwizard
│ │ └───oat
│ │ └───arm
│ ├───LGSystemServer
│ │ └───oat
│ │ └───arm
│ ├───LGSystemUI
│ ├───LGSystemUI_Provider
│ │ └───oat
│ │ └───arm
│ ├───LGTasksProvider
│ │ └───oat
│ │ └───arm
│ ├───LGTelecom
│ ├───LGTelephonyProvider
│ │ └───oat
│ │ └───arm
│ ├───LGTeleService
│ ├───LGUpdateCenter
│ │ └───oat
│ │ └───arm
│ ├───LGVidClip
│ │ └───oat
│ │ └───arm
│ ├───LGVideo
│ │ └───oat
│ │ └───arm
│ ├───LGVoiceRecorder
│ │ └───oat
│ │ └───arm
│ ├───LGWfdsServices
│ │ └───oat
│ │ └───arm
│ ├───LGWifiSettings
│ │ └───oat
│ │ └───arm
│ ├───LIAInformant
│ ├───LIAS4URecommender
│ │ └───oat
│ │ └───arm
│ ├───ManagedProvisioning
│ │ └───oat
│ │ └───arm
│ ├───MmsService
│ │ └───oat
│ │ └───arm
│ ├───NfcSettings
│ │ └───oat
│ │ └───arm
│ ├───Phonesky
│ ├───ProxyHandler
│ │ └───oat
│ │ └───arm
│ ├───qcrilmsgtunnel
│ │ └───oat
│ │ └───arm
│ ├───QtiTetherService
│ │ └───oat
│ │ └───arm
│ ├───RCSProvider
│ │ └───oat
│ │ └───arm
│ ├───SetupWizard
│ ├───SharedStorageBackup
│ │ └───oat
│ │ └───arm
│ ├───Shell
│ │ └───oat
│ │ └───arm
│ ├───SmartConfig
│ │ └───oat
│ │ └───arm
│ ├───SplitWindowService
│ │ └───oat
│ │ └───arm
│ ├───StatementService
│ │ └───oat
│ │ └───arm
│ ├───velvet
│ │ └───lib
│ │ └───arm
│ ├───VpnDialogs
│ │ └───oat
│ │ └───arm
│ ├───WallpaperCropper
│ │ └───oat
│ │ └───arm
│ ├───WapService
│ │ └───oat
│ │ └───arm
│ └───WiseScreen
│ └───oat
│ └───arm
├───sounds
│ └───lgeSounds
├───tts
│ └───google
├───usr
│ ├───hyphen-data
│ ├───icu
│ ├───idc
│ ├───keychars
│ ├───keylayout
│ ├───share
│ │ ├───bmd
│ │ └───zoneinfo
│ └───srec
│ └───en-US
├───vendor
│ ├───bin
│ ├───etc
│ │ └───chargerimages
│ ├───firmware
│ ├───lib
│ │ ├───egl
│ │ ├───hw
│ │ ├───mediadrm
│ │ ├───qcdrm
│ │ │ └───playready
│ │ │ └───lib
│ │ └───soundfx
│ ├───media
│ ├───overlay
│ │ ├───com.android.browser
│ │ ├───com.android.calculator2
│ │ ├───com.android.calendar
│ │ ├───com.android.cellbroadcastreceiver
│ │ ├───com.android.contacts
│ │ ├───com.android.gallery3d
│ │ ├───com.android.incallui
│ │ ├───com.android.mms
│ │ ├───com.android.phone
│ │ ├───com.android.providers.contacts
│ │ ├───com.android.providers.downloads.ui
│ │ ├───com.android.providers.partnerbookmarks
│ │ ├───com.android.providers.settings
│ │ ├───com.android.settings
│ │ ├───com.android.settingsaccessibility
│ │ ├───com.android.wallpaper.livepicker
│ │ ├───com.lge.appbox.client
│ │ ├───com.lge.bluetoothsetting
│ │ ├───com.lge.camera
│ │ ├───com.lge.clock
│ │ ├───com.lge.concierge
│ │ ├───com.lge.doyouknow
│ │ ├───com.lge.easyhome
│ │ ├───com.lge.email
│ │ ├───com.lge.eula
│ │ ├───com.lge.filemanager
│ │ ├───com.lge.fmradio
│ │ ├───com.lge.ia.task.informant
│ │ ├───com.lge.ime
│ │ ├───com.lge.launcher2
│ │ ├───com.lge.launcher2.theme.optimus
│ │ ├───com.lge.lgdmsclient
│ │ ├───com.lge.lgmapui
│ │ ├───com.lge.lifetracker
│ │ ├───com.lge.lockscreensettings
│ │ ├───com.lge.mlt
│ │ ├───com.lge.mtalk.sf
│ │ ├───com.lge.music
│ │ ├───com.lge.NfcSettings
│ │ ├───com.lge.pcsyncui
│ │ ├───com.lge.privacylock
│ │ ├───com.lge.qmemoplus
│ │ ├───com.lge.qremote
│ │ ├───com.lge.qvoiceplus
│ │ ├───com.lge.settings.easy
│ │ ├───com.lge.sizechangable.weather
│ │ ├───com.lge.sizechangable.weather.platform
│ │ ├───com.lge.smartcover
│ │ ├───com.lge.updatecenter
│ │ ├───com.lge.videoplayer
│ │ ├───com.lge.voicerecorder
│ │ ├───com.lge.wernicke.nlp
│ │ └───com.lge.wifisettings
│ └───pittpatt
│ └───models
│ ├───detection
│ │ ├───multi_pose_face_landmark_detectors.8
│ │ └───yaw_roll_face_detectors.7.1
│ └───recognition
└───xbin

C:\Users\PABLO\Desktop\Nueva carpeta (3)\Unpack-IMG\system.new_>
I'm uploading the rom, when i finish i send you the downloads links
 

lord-ralf-adolf

Senior Member
Jul 30, 2012
255
371
0
31
Jijel
I'm uploading the rom, when i finish i send you the downloads links
the file structure seems fine ,I don't know if the "cmd" tree doesn't return the files it returns only the folders in the output you showed me ,it should work normaly , I will wait for the link to be up ,please let me know when the upload is done so I can test
PS: new beta will be up shortly with lots of more optimisation and with a command line implementation of the tool like
Code:
java -jar lordroid-ODTRTA.jar <systemFolder> [Options] 
Options : -z to zipalign and -s to resign