doronz88 / pymobiledevice3

Pure python3 implementation for working with iDevices (iPhone, etc...).
https://discord.gg/52mZGC3JXJ
GNU General Public License v3.0
1.33k stars 182 forks source link

USBMUX LIST Bug on windows #1040

Open omggodlike123 opened 3 months ago

omggodlike123 commented 3 months ago

Test environment

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 commented 3 months ago

@doronz88 @davesc63

omggodlike123 commented 3 months ago

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

doronz88 commented 3 months ago

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

omggodlike123 commented 3 months ago

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

doronz88 commented 3 months ago

Or the iTunes software

AnNEDoMini commented 3 months ago

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 commented 3 months ago

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 commented 2 months ago

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"