libimobiledevice / libusbmuxd

A client library to multiplex connections from and to iOS devices
https://libimobiledevice.org
GNU Lesser General Public License v2.1
589 stars 270 forks source link

Error connecting to device: Success #142

Closed raybbian closed 3 months ago

raybbian commented 3 months ago

Hello, running inetcat -l -d -d 7000 results in the following output:

[libusbmuxd] usbmuxd_connect: Reading connect result...
[libusbmuxd] usbmuxd_connect: Connect failed, Error code=3
Error connecting to device: Success

I am currently on Linux trying to connect to an iPad on iPadOS 17. Why is this?

raybbian commented 3 months ago

Fixed: Caused by my own misunderstanding

I updated usbmuxd to latest, and also realized that an app must be listening to the port on the iPad side in order for the TCP port to be open.