[PLUG] Trying to get my Apple Iphone connected to my linux computer
American Citizen
website.reader3 at gmail.com
Thu Feb 13 16:42:23 UTC 2025
I found out by testing that there is a space character between the
option flag and the <UDID> string which causes failure on my linux
system for this CLI command
> owner at localhost:~> idevicepair -udid
> 2f18f3c102023eac82ed86492318b4a6b941bd17 pair
> ERROR: Invalid command '2f18f3c102023eac82ed86492318b4a6b941bd17'
> specified
By removing the space, I can get things to work correctly
> owner at localhost:~> idevicepair
> -u2f18f3c102023eac82ed86492318b4a6b941bd17 pair
> No device found with udid 2f18f3c102023eac82ed86492318b4a6b941bd17.
so did someone forget to mention that the space character cannot be
between the option flag and the <UDID> string?
On 2/12/25 22:18, King Beowulf wrote:
> and thus
>
> $ idevicepair --udid <UDID> pair
>
> OR
>
> $ idevicepair -u <UDID> pair
>
> -ed
More information about the PLUG
mailing list