veniosg / Dir

A modern File Manager for Android
http://veniosg.github.io/Dir
Apache License 2.0
187 stars 44 forks source link

Not loading /storage/emulated #89

Closed Lonami closed 6 years ago

Lonami commented 6 years ago

Testing this application from F-Droid, hope the issue wasn't solved yet. Anyway the application starts correctly in /storage/emulated/0 on my Xperia M4 (Marshmallow, 6.0), but if I go a level up to /storage/emulated, then it shows no folder at all. Had a similar issue programming myself, not sure how to solve it. Maybe check the roots available and show items you know from the root path (e.g. from such path you could know you had to show a 0 folder there).

veniosg commented 6 years ago

I'm convinced this is because Android read protects that directory. Can you try with a file manager that has root access? I don't have any rooted devices myself :)

Lonami commented 6 years ago

Both Ghost Commander and Amaze fail to load /storage/emulated without root (oops), and they both work once I give them root.

veniosg commented 6 years ago

Thanks for checking! I'll close this then because it's just a side effect of #2