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