Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't fail entire directory if it contains a single unreadable file #19

Open
RalfJung opened this issue Aug 2, 2015 · 1 comment
Open

Comments

@RalfJung
Copy link

RalfJung commented Aug 2, 2015

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.

@rodneyrod
Copy link

Has there been a fix to this yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants