We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, When I performed "device.FileSystem.Exists("/sdcard/testfolder")" from my wpf application , following error were shown.
Managed.Adb.Exceptions.PermissionDeniedException: 'The remote execution returned: 'lstat '//pds' failed: Permission denied''.
Please give some suggestions for getting the permission. device used is Moto G were used.
The text was updated successfully, but these errors were encountered:
Tried following the code snippet here: https://gist.github.com/camalot/9021e6c39ee20a6e122b#file-syncservice-pullfile-cs But still I'm getting the same permissions issue. I am also using a physical device.
Are we doing something wrong or is this a bug? Thank you
Sorry, something went wrong.
No branches or pull requests
Hi,
When I performed "device.FileSystem.Exists("/sdcard/testfolder")" from my wpf application , following error were shown.
Managed.Adb.Exceptions.PermissionDeniedException: 'The remote execution returned: 'lstat '//pds' failed: Permission denied''.
Please give some suggestions for getting the permission.
device used is Moto G
were used.
The text was updated successfully, but these errors were encountered: