-
Notifications
You must be signed in to change notification settings - Fork 50
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
aafm quietly fails to work when dir names include some chars #69
Comments
Okay, it fails to work also when other chars are in the file names: space, (, ), & and possibly others. |
I faced the same issue when accessing folders with special characters. A crude workaround would be to replace the shell arguments with back-slash escaping (for adb shell commands only, not for push/pull requests), and to add double-quotes around the path name. Modifying the
|
Yei it works! Thanks! |
I have now incorporated these changes into my fork, also escaping other chars like |
Note that it fails quietly, which is pretty dangerous in case of copying whole directory structure. Due to this bug, such a directory appears empty even when there are files in it.
The text was updated successfully, but these errors were encountered: