m1stadev / deleo

A Python CLI tool for downgrading i(Pad)OS devices.
MIT License
45 stars 4 forks source link

Devices in recovery/DFU mode aren't detected on Linux in some cases #10

Closed m1stadev closed 2 months ago

m1stadev commented 2 months ago

pymobiledevice3's cli.restore.Command class expects usbmuxd to always be running, but on Linux systems usbmuxd is typically only running whenever an iOS device is connected in normal mode (via udev). I intend to PR a fix to pymobiledevice3, which should fix this.

m1stadev commented 2 months ago

pymobiledevce3 3.4.1 has released, fixing this issue. The only thing left is to update deleo's code to utilize this version.