-
Notifications
You must be signed in to change notification settings - Fork 68
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
Errors on Windows #97
Comments
As this is an error reported by Then, the question becomes: Why does your windows user somehow not have the permission to open that device ? My first thought was Searching a bit, I find libusb/libusb#1300 which suggests to me the 32bits library (and hence main executable ?) may somehow not be allowed to open devices running on a 64bits machine. What bit-width the python interpreter you are using is compiled for ? |
Another approach to this question: here are two projects which implement the adb command in python, and both happen to use my module to access the USB bus: https://github.com/google/python-adb (archived) https://github.com/JeffLIrion/adb_shell (active) EDIT: ...and I forgot to finish my thought: I'm not suggesting you use these projects' code (though you may decide to), just that they could maybe have bug reports or code which could point you in the direction of how to resolve the present issue. |
I tried to use this library to access android devices via python script. So far I can:
adb
toolWinUSB
Did I miss anything?
The text was updated successfully, but these errors were encountered: