Hi please help me quickly. odex to dex - General Questions and Answers

I have a file.odex file and I want to convert as classes.dex file format without using Android device

Related

[Q] how to install a zipped android file without any apk file inside

please i have come across a lot of these zipped android application files that when i unzip them on the laptop i cant find any apk file therein i only find some folders with the name
lib
META-INF
and then some files with these names
AndroidManifest
classes.dex
resources.arsc
please can someone explain to me how i can install such zip files
Hello sir, I have the same problem.
What is the solution, please ?
mortallkombat said:
please i have come across a lot of these zipped android application files that when i unzip them on the laptop i cant find any apk file therein i only find some folders with the name
lib
META-INF
and then some files with these names
AndroidManifest
classes.dex
resources.arsc
please can someone explain to me how i can install such zip files
Click to expand...
Click to collapse
An APK file by nature is a ZIP file. The reported files/folders make up an APK file.
Read also here:
Structure of an Android App Binary (.apk)
Structure of an Android App Binary (.apk)
www.appdome.com
To install the APK replace file's extension "ZIP" by "APK".
Hello thank you sir,
but the problem I have exactly, is, when I download a zip file from github, your mentioned method wouldn't work.
Maybe you have another solution

[Q] how to convert files from ext package to a file (*.mui, *.dll)

hi!,
can somebody advice me to make a file from package.
for ex. - I have a two files (imageinfo.bin and S000) in a folder tapres.dll.0419.mui
I need to make a file tapres.dll.0419.mui for adding directly to phone windows

Android APK analysis Easy way !!!

I am new in this forum... please help me to make my tut more effective and easy. and ya sorry for my bad bad bad English !!
Lets start the tut..
Software You Need.
1. Winrar
2. Dex2Jar
3. jd-gui (Java Code Decompilation)
4. .Net Framework 2.0 or version 3 (Recommanded if your using XP)
1.You need to extract codes and resources from the .apk file. Download and Install winrar
open your apk file with winrar. Check screenshot below
Step 2
Now we need to convert .dex (Dalvik Executable) into .jar file
copy your .dex file in same in dex2jar folder and open cmd and locate the dex2jar directory.
type this command in cmd:
>>> "dex2jar.bat classes.dex" without quotes
After successfully you converted your dex file into jar.
Step 3
Now we need to extract .class files from converted .jar file
Now select classes_dex2jar.jar file and Click Extract files " wait until the extraction process compelete"
Step 4
Now open classes_dex2jar folder. Now look all around there are lots of .dex files.
now we need to open .class files for Analysing the Decompiled Code. !!!
Now Open "jd-gui.exe"
Now Open any .class file you want u can easily read All codes...
Please comment and Say thanks.... if you think this tutorial see helpfull for you..
Great.. it works !!!!!!!
thank u :laugh:

[Q] There is no classes.dex file in Lollipop telephony-common.jar.

Hi!
I need to modify smsmessage.smail file in classes.dex.
But, There is no classes.dex file in Lollipop telephony-common.jar.
Please tell me where smsmessage.smali in lollipop.

[Q] How to convert .oat file to .dex file?

Hi!
There is boot.oat in Lollipop Factory Image File
I would like to know how to convert .oat file to .dex file.

Categories

Resources