You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In /storage/sdcard1, there is a folder .android_secure which I cannot access via adb. There's also a bunch of perfectly fine directories in there, like Android and Music. However, executing adb shell busybox ls -1a --color\=none "/storage/sdcard1" contains the "Permission denied" error message, and that seems to cause adbfs to just return an I/O error when I do ls storage/sdcard1. Instead, it should be fine with not being able to access some of the directories in there.
The text was updated successfully, but these errors were encountered:
In
/storage/sdcard1
, there is a folder.android_secure
which I cannot access viaadb
. There's also a bunch of perfectly fine directories in there, likeAndroid
andMusic
. However, executingadb shell busybox ls -1a --color\=none "/storage/sdcard1"
contains the "Permission denied" error message, and that seems to cause adbfs to just return an I/O error when I dols storage/sdcard1
. Instead, it should be fine with not being able to access some of the directories in there.The text was updated successfully, but these errors were encountered: