Android File Structure

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
Note: this is very work in progress.
+
{{FormatInfo
 +
|formattype=electronic
 +
|subcat=Filesystem
 +
}} Note: this is very work in progress.
 
{| class="wikitable" style="width: 60%;"
 
{| class="wikitable" style="width: 60%;"
 
|-
 
|-

Revision as of 01:21, 25 November 2021

File Format
Name Android File Structure
Ontology
Note: this is very work in progress.
Path Description
/system Stores most system files. It can be accessed with file manager apps on an unrooted device, and written with root permission. An option in recovery mode can mount this partition to a PC, Macintosh, Chromebook, iDevice, or even another Android device.
/data Stores most user data. This is the hardest partition to access without root, hardware hacks, rootkit malware, or expensive forensic tools
/storage a root-point for shared storage, includes mounted sd cards and usb otgs and also internal storage.
/storage/emulated/0/ Stores regular storage that can be accessed by your local file manager app. This includes photos, music, and downloads.
/data/user/0/ Stores app data and cache.
/data/data/ Shortcut to /data/user/0/
/data/misc Stores miscellaneous data.
/data/misc/wifi Stores WiFi data including passwords.
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox