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

USBMUX LIST Bug on windows #1040

Open
omggodlike123 opened this issue May 29, 2024 · 8 comments
Open

USBMUX LIST Bug on windows #1040

omggodlike123 opened this issue May 29, 2024 · 8 comments

Comments

@omggodlike123
Copy link

omggodlike123 commented May 29, 2024

Test environment

  • Host OS version. Windows 10
  • Target device model and iOS version. ios 17.5

Describe the bug
when i use pymobiledevice3 usbmux list on windows, it has a chance to get below bugs

To Reproduce
Steps to reproduce the behavior:

  1. connect iphone ios 17 to windows pc
  2. pymobiledevice3 usbmux list
  3. getting deviceVersion error

Logs
error2:exit status 1
Traceback (most recent call last):
File "pymobiledevice3_main_.py", line 156, in
File "pymobiledevice3_main_.py", line 98, in main
File "click\core.py", line 1157, in call
File "click\core.py", line 1078, in main
File "click\core.py", line 1688, in invoke
File "click\core.py", line 1688, in invoke
File "click\core.py", line 1434, in invoke
File "click\core.py", line 783, in invoke
File "pymobiledevice3\cli\usbmux.py", line 65, in usbmux_list
File "pymobiledevice3\lockdown.py", line 645, in create_using_usbmux
File "pymobiledevice3\service_connection.py", line 92, in create_using_usbmux
File "pymobiledevice3\usbmux.py", line 88, in connect
File "pymobiledevice3\usbmux.py", line 226, in connect
File "pymobiledevice3\usbmux.py", line 384, in _connect
File "pymobiledevice3\usbmux.py", line 407, in _send_receive
File "pymobiledevice3\usbmux.py", line 247, in _raise_mux_exception
pymobiledevice3.exceptions.BadDevError: got an error message: {'MessageType': 'Result', 'Number': 2}
[9600] Failed to execute script 'main' due to unhandled exception!

For community

⬇️ Please click the 👍 reaction instead of leaving a +1 or 👍 comment

@omggodlike123
Copy link
Author

@doronz88 @davesc63

@omggodlike123
Copy link
Author

usbmux list works perfectly on mac. only windows have this problem

@doronz88
Copy link
Owner

doronz88 commented May 29, 2024

Sounds like a bug in your iTunes. What would you expect pymobile to do?

@omggodlike123
Copy link
Author

omggodlike123 commented May 29, 2024

Sounds like a bug in your iTunes. What would you expect pymobile to do?

i did not install itunes on my windows. but i already installed apple usb driver using usbaapl64.inf

@omggodlike123 omggodlike123 changed the title USBMUX LIST Bug on windows getting deviceVersion error USBMUX LIST Bug on windows May 29, 2024
@doronz88
Copy link
Owner

Or the iTunes software

@AnNEDoMini
Copy link
Contributor

Sounds like a bug in your iTunes. What would you expect pymobile to do?

i did not install itunes on my windows. but i already installed apple usb driver using usbaapl64.inf

drivers are not enough. You need "Apple Mobile Device Service" which is installed with iTunes. you can download iTunes isntallator, and extract "AppleMobileDeviceService,msi" from it with winrar

@omggodlike123
Copy link
Author

Sounds like a bug in your iTunes. What would you expect pymobile to do?

i did not install itunes on my windows. but i already installed apple usb driver using usbaapl64.inf

drivers are not enough. You need "Apple Mobile Device Service" which is installed with iTunes. you can download iTunes isntallator, and extract "AppleMobileDeviceService,msi" from it with winrar

only see apple mobile device support.exe from itunes

@AnNEDoMini
Copy link
Contributor

Sounds like a bug in your iTunes. What would you expect pymobile to do?

i did not install itunes on my windows. but i already installed apple usb driver using usbaapl64.inf

drivers are not enough. You need "Apple Mobile Device Service" which is installed with iTunes. you can download iTunes isntallator, and extract "AppleMobileDeviceService,msi" from it with winrar

only see apple mobile device support.exe from itunes

Sry, exact file name is "AppleMobileDeviceSupport64.msi"

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

3 participants