android modding (filesystem structure)

ofcourse every device have a little another structure as android is open source. here is most common configuration in phones:

/

-> data (here are all user apps and data of it)

-> dev (here structure is same or similar to linux - contains hardware devices stored as files with some drivers)

-> storage (list of hard drives connected to phone both with internal storage)

-> root (home user for system administrator. mostly empty)

-> system (contains system modifications of manufacturer or custom roms, like bootanimation, some apps or fonts. also some hardware device configurations in build.prop and addon.d)

-> sys (contains kernel and its modules)

-> cache (contains OS and recovery cache)

-> mnt (contains list of all mount points and its contents - shortcuts)

Comments