Page 1 of 1

data/data folder on Android 11

Posted: 2022-01-27, 19:07 UTC
by TbO2903
Hello, I didn't find anything about it here. I recently rooted my Samsung Tab A. Found out that Total Commander displays only its own directory in thje data/data folder. Tried different file managers like FX, Root Explorer and Mixplorer, they all show the complete directory tree and I can read, copy and write. The same goes for user_de. Nothing is displayed with Total Commander. Correct Root access has been given. Using version 3.24b5.

Is there any solution to this problem? Total is the best File Manager for me and I'm using it for years now.

Re: data/data folder on Android 11

Posted: 2022-01-28, 09:51 UTC
by ghisler(Author)
I have done some searching and found that on Android 11 and newer, the data of other apps is no longer accessible via /data/data, but via a new location:
/data_mirror/data_ce/null/0

See for example:
https://gist.github.com/muink/44f33ce2f4c6055a6d428e007569bb0a

Maybe I will put a link in /data/data, but who knows where Google will move the files in future versions. Thanks for nothing, Android system developers. :(

Re: data/data folder on Android 11

Posted: 2022-02-26, 10:04 UTC
by 1400700226
Not only /data/data isn't accessible, /data/user_de/ and some others are also incomplete.
To solve this issue, I saw tasker provides an option to use root global namespace, and sdmaid changelog wrote this
"SD Maid will now use Magisk's --mount-master to restore pre Android 11 behavior with regards to accessing /data/data."

Hope these info can help.