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

A tunnel created with usbmux in the window environment cannot be used to start an application #1044

Open cyrilchans opened 3 months ago

cyrilchans commented 3 months ago

Test environment iphone 12 ios17.5.1 Describe the bug A tunnel created with usbmux in the window environment cannot be used to start an application,An error occurs when executing related commands。

Original mode:

1

In usbmux mode: 2

doronz88 commented 3 months ago

In order to start the tunnel with usbmux:

# NOT over remote which IS NOT usbmux, but instead over remoted
pymobiledevice3 lockdown start-tunnel

Also, as I cannot reproduce your issue, feel free to debug it further and submit a PR of a working fix