you are viewing a single comment's thread
view the rest of the comments
[–] 19 points 3 years ago* (5 children)

Please someone tell me why androids filesystem structure is so damn confusing, I've wondered this forever but have never looked it up

  • source
  • hideshow 5 child comments
  • [–] 14 points 3 years ago (2 children)

    I have spent weeks setting up LineageOs for my unsupported phone and I think I understood it.

    • So /storage/emulated/0 is practically your home directory, all folders you can easily change are there.
    • I don’t understand these memes, everything gets saved to /Downloads. The default file explorer is just crap. I use amaze
    • the only really weird directory is the camera, it is saved in DCIM
    • If you care about app specific app data go to /Android/data (for me its like the .config directory)
  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 3 years ago

    Well usually you had your Download folder like in pc. Now every app has its own secured workspace where only it can access it's files. If you want to download to the original download folder your app needs full storage access. And since people don't know how to code they download into the secure app storage often.

    So now your download is in Android/media/domain.app.name/Download

    Great, isn't it.

  • source
  • parent