-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
what's your plan to suppot win 10? #122
Comments
I cannot support windows unfortunately. It does not support libusb and I have not way to access USB devices there. |
can support windows, Use libusb-win32 (libusb0) to set configure index |
https://sourceforge.net/projects/libusb-win32/files/libusb-win32-releases/1.2.6.0/ |
have you ever been to try to do with it? |
yes i success, i can help this project |
Oh wow that is awesome! @ChinaGuCheng |
what a wanderful msg from you! @ChinaGuCheng |
//driver : libusb0.sys //1、install libusb0 driver(use zadig.exe or inf-wizard.exe) (inf-wizard.exe is can auto install driver) //next write code //3、open device //4、enable QT config //5、reopen device //6、get mux ep data and QT ep data //7、set QT config and interface(only libusb0 driver support windows usb_set_configuration) //8、usb_clear_halt //9、pair phone(stop amd services, running usbmuxd) //send ping |
would you mind uploading a git demo project? |
I am trying to get it to work and will upload a branch+demo if I can :-D |
thanks, if i can help msg me. |
Hi, may I ask if you tried this? Does it work? |
hi, may I ask when we change the driver to libusb, how can we run usbmuxed? it seems there are some conflicts. |
Dude is so cool! |
If you could send a PR, would be cool. It may sound dumb, but I cannot really test it because I do not own a Windows computer. |
I am trying to make it work on Windows. |
No description provided.
The text was updated successfully, but these errors were encountered: