Status Update
Comments
ri...@google.com <ri...@google.com>
sp...@google.com <sp...@google.com>
sa...@google.com <sa...@google.com> #2
I just tried on a Pixel running Android 13 and adb shell pm list packages
worked. The issue may be related to Samsung build. Tomas, can you attach the output of adb shell getprop | grep "ro."
to this bug?
to...@gmail.com <to...@gmail.com> #3
Here is the requested shell call.
to...@gmail.com <to...@gmail.com> #4
I never understood how my older issue could be a duplicate of the newer issue. And especially when it has much less information in the description. But I'm not angry about that, just interested ;-)
sa...@google.com <sa...@google.com> #5
The other bug entry does mention that the issue is related to Samsung "Secure Folder" feature so I elected to close this one.
to...@gmail.com <to...@gmail.com> #6
In mine is also mentioned "secure folder" ;-). But OK it doesn't matter, the most important is, if it will be possible to fix it.
Description
Since the update to A13 Device Explorer stops to showing the content of the data/data folder. At least on Samsung, I'm not sure if it affects another device. It works with the emulator.
I tried to call pm list packages from
adb sheell
And it fails onjava.lang.SecurityException: Shell does not have permission to access user 150
Why it trying to access user 150 by default? 150 is a secure folder on Samsung.
When I explicitly add --user 0 it works.
So the solution is simple, just add --user 0 to the shell call Or allow to manually configure user ID to be used in Device Explorer.