• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

NEED opensource deodexing tool android 9.0

aio developers

Android Enthusiast
I realized when deodexing you cant Deodex Old deodexer for New rom You must Update it If i remove all the .odex file Without Pathing apk maybe it can be called Di-Odexing Because all .odex file removed .
My question is which Open souce tool can i use for deodexing 9.0 FOR WINDOWS
 
Last edited:
OH bumbs Forgot to specify Windows

You want exceptional ease of use with Android? Use Linux, because Android is built with/from Linux.
If you're crippled without Windows, try Mint Cinnamon 19..
it's got a Window's style theme but isn't Windows. It's truly a great Linux distro for ppl used to Windows and makes Linux adaptation a lot easier. I can offer you this, tho:

@SuperR 's Kitchen has a Donate version that works with Windows..
 
@SPEEDEVS
Apktool is for decompiling and recompiling apks. You cannot de-odex with this tool.

Oat2dex.jar is for de-odexing apks, which seems what you're trying to do. This tool is open source and written in java which makes it cross-platform (ie. works on windows, mac, linux).

Oat2dex is based on smali/baksmali with the addition of oat file support. You cannot de-odex modern roms without dexing the oat file.
https://github.com/testwhat/SmaliEx

As you know, I told you a few times you need to be using linux for development. However, you told me you have an under-powered pc. So you need a light-weight linux distro. I recommend xubuntu for such a system as it's light, fast, and very customizable.
 
sir seeing the ISSUES in github it has Problem even with 8.0 apk
I remember advising you to learn github as it is essential to developers. If you look the issue you're referring to is from July and the tool was later updated in September.

My advice is to try the tool before focusing on issues that you have not experienced yourself.

Another thing to note, some apks with some OEM specific code cannot be de-odexed or decompiled. These are often called Magic apks.
 
I remember advising you to learn github as it is essential to developers. If you look the issue you're referring to is from July and the tool was later updated in September.

My advice is to try the tool before focusing on issues that you have not experienced yourself.

Another thing to note, some apks with some OEM specific code cannot be de-odexed or decompiled. These are often called Magic apks.
Ok no problemo still learning github
 
I remember advising you to learn github as it is essential to developers. If you look the issue you're referring to is from July and the tool was later updated in September.

My advice is to try the tool before focusing on issues that you have not experienced yourself.

Another thing to note, some apks with some OEM specific code cannot be de-odexed or decompiled. These are often called Magic apks.

I think I remember Xaomi having a history of those.. Then ppl get upset when it won't deodex and open issue report on github for something that can't really be fixed, Lol
 
means not universal
( •ิ_• ิ)
No. It means that the app in question is what @GameTheory had mentioned, a "magic app" can't be decompiled without those specific proprietary tools.. There isn't a Universal Deodexing tool in existence (that I'm aware of) which works on all magic apps. Look, nvm.. You asked for help and more information but it seems like you are just rebutting most of our suggestions without even trying.. We can only help you, help yourself with suggestions. Good luck
 
No. It means that the app in question is what @GameTheory had mentioned, a "magic app" can't be decompiled without those specific proprietary tools.. There isn't a Universal Deodexing tool in existence (that I'm aware of) which works on all magic apps. Look, nvm.. You asked for help and more information but it seems like you are just rebutting most of our suggestions without even trying.. We can only help you, help yourself with suggestions. Good luck
rebutting?
THE oat2dex and apk tool is ok i just want to know it more so i wont end up causing issues to someobe phone .
*Taking safety precautions* and testing
 
Back
Top Bottom