tihmstar / usbmuxd2

A socket daemon written in C++ to multiplex connections from and to iOS devices over USB and WIFI
GNU Lesser General Public License v3.0
181 stars 38 forks source link

Connection drops when phone locks #20

Closed johnfgoodman closed 6 months ago

johnfgoodman commented 1 year ago

I am not sure if this is usbmuxd2, libimobiledevice or ios issue, but when I mount my ios 15 device via wifi, it works fine as long as my screen stays on and phone is unlocked. But when my phone locks, the mount fails and when I try to access it I get an Input/output error and I must unmount, restart usbmuxd service and remount. Is this expected behavior, or is there a workaround? When I run idevicebackup2 vs. ifuse, the phone is able to continue syncing even when the phone is locked, so it seems like it should be possible when mounting via ifuse?

tihmstar commented 6 months ago

Code has undergone a major rewrite since this issue was created.