summaryrefslogtreecommitdiffstats
path: root/docs/idevicepair.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/idevicepair.1')
-rw-r--r--docs/idevicepair.161
1 files changed, 49 insertions, 12 deletions
diff --git a/docs/idevicepair.1 b/docs/idevicepair.1
index da76b7f..eb6e7d4 100644
--- a/docs/idevicepair.1
+++ b/docs/idevicepair.1
@@ -1,43 +1,80 @@
1.TH "idevicepair" 1 1.TH "idevicepair" 1
2.SH NAME 2.SH NAME
3idevicepair \- Manage pairings with iPhone/iPod Touch/iPad devices and this host. 3idevicepair \- Manage host pairings with devices and usbmuxd.
4.SH SYNOPSIS 4.SH SYNOPSIS
5.B idevicepair 5.B idevicepair
6[OPTIONS] COMMAND 6[OPTIONS] COMMAND
7 7
8.SH DESCRIPTION 8.SH DESCRIPTION
9 9
10Manage pairings with iPhone/iPod Touch/iPad devices and this host. 10Manage host pairings with devices and usbmuxd.
11 11
12.SH OPTIONS 12.SH OPTIONS
13.TP 13.TP
14.B \-u, \-\-uuid UUID 14.B \-u, \-\-udid UDID
15target specific device by its 40-digit device UUID. 15target specific device by UDID.
16.TP 16.TP
17.B \-w, \-\-wireless
18perform wireless pairing (\f[B]see NOTE\f[]).
19.TP
20.B \-n, \-\-network
21connect to network device (\f[B]see NOTE\f[]).
22.TP
17.B \-d, \-\-debug 23.B \-d, \-\-debug
18enable communication debugging. 24enable communication debugging.
19.TP 25.TP
20.B \-h, \-\-help 26.B \-h, \-\-help
21prints usage information. 27prints usage information.
28.TP
29.B \-v, \-\-version
30prints version information.
22 31
23.SH COMMANDS 32.SH COMMANDS
24.TP 33.TP
34.B systembuid
35print the system buid of the usbmuxd host.
36.TP
25.B hostid 37.B hostid
26print the host id of this computer. 38print the host id for target device.
27.TP 39.TP
28.B pair 40.B pair
29pair device with this computer. 41pair device with this host.
30.TP 42.TP
31.B validate 43.B validate
32validate if device is paired with this computer. 44validate if device is paired with this host.
33.TP 45.TP
34.B unpair 46.B unpair
35unpair device with this computer. 47unpair device with this host.
36.TP 48.TP
37.B list 49.B list
38list devices paired with this computer. 50list devices paired with this host.
51
52.SH NOTE
53Pairing over network (wireless pairing) is only supported by Apple TV
54devices. To perform a wireless pairing, you need to use the \f[B]\-w\f[]
55command line switch.
56
57Make sure to put the device into pairing mode first by opening
58Settings > Remotes and Devices > Remote App and Devices.
59
60The pairable device will become visible with a special UDID, and then you
61can run idevicepair like this:
62
63.B idevicepair -u fffc8:ab:cd:12:34:56fff -w pair
64
65idevicepair will then ask for the PIN that the device is displaying and
66continues with the pairing once entered.
67
68Please note that wireless pairing is currently not supported on Linux.
39 69
40.SH AUTHORS 70.SH AUTHORS
41Nikias Bassen 71Nikias Bassen
42 72
43Man page written to conform with Debian by Julien Lavergne. 73Martin Szulecki
74
75Julien Lavergne
76
77.SH ON THE WEB
78https://libimobiledevice.org
79
80https://github.com/libimobiledevice/libimobiledevice