Wasn't too sure if this may go beyond the realm of MiX, but ill give it a go.
I am rooted, running a Pixel 4a with the latest android 11 (5 Jan 2021)
There are 2 "however s" in the following...
When I browse to the folder /storage/emulated in MiX it shows it as empty
However (No. 1), If I open an adb shell the following brings back a list of my SDCard as expected.
ls - l /storage/emulated/0;
However (No 2), if i try the same on the lower folder, I get an error (i.e. it mimics MiX)
Code:
1|sunfish:/storage # ls -l /storage/emulated
ls: /storage/emulated: Permission denied
I checked and /storage/emulated has a weird permission of 771 (no resd to group or other) and it can't be changed.
Is it this unchangeable permission or something else that is stopping MiX from managing this folder?