Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7694547
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T21:20:43+00:00 2026-05-31T21:20:43+00:00

Android stores it’s programs in APK format, which is a modified version of ZIP/JAR.

  • 0

Android stores it’s programs in APK format, which is a modified version of ZIP/JAR.

When these APK files are installed, they are stored in /system/app/$APKNAME.apk.

Some of the apps in this dir also have a $APKNAME.obex file.

These APK files contain some of the fallowing

META-INF
    MANIFEST.MF
    CERT.RSA
    CERT.SF
SHA1-Digest
res
AndroidManifest.xml
classes.dex
resources.arsc

So what I want to know is what are the .obex files and are androids program decompressed from the APK/ZIP/JAR at runtime and how?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T21:20:44+00:00Added an answer on May 31, 2026 at 9:20 pm

    The way that this works is pretty interesting, and gives some key insights into Android’s runtime model. The first thing I’d recommend watching is Dalvik VM internals, if you plan on doing any serious amount of systems stuff with Android. (Although, it’s obviously old.) Now, when the Android package manager gets an intent which requires starting a new app it forks off a new virtual machine from an already running zygote process. This is basically a technique which allows the system to get a lot of nice memory properties (sharing the pages mapped, etc..). Then, the system loads up a (potentially pre optimized and verified) file to load so the vm can start executing it. You should read this document, which will tell you quite a bit about how this works. (Perhaps this thread will also help.) Keep in mind that as all systems are different — for example, if you’re on a new architecture, you won’t get JIT support unless you explicitly write it! — you can’t know for sure how Dalvik will load code to run your app.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to know in which format the contact details are stored in android
I have a View in Android that has an onTouchEvent which stores the x
I'm working on a application which stores its images in the Android/data folder. The
I have a custom Android ContentProvider which stores and retrieves data from a SQLite
I've just written a short Android app which stores userdata in the phone-side sqlite
i am working on an android app which stores data in sqlite db i
As Google stores your purchases of Android apps, I was wondering if they are
I have an SQLite database within my Android application, which stores dates as integers.
I'm currently trying to build an authentication application in Android which stores users' username
Hi we have an Android app that currently stores its data in xml files

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.