diff options
Diffstat (limited to 'docs/idevicepair.1')
-rw-r--r-- | docs/idevicepair.1 | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/docs/idevicepair.1 b/docs/idevicepair.1 index 3576ce9..eb6e7d4 100644 --- a/docs/idevicepair.1 +++ b/docs/idevicepair.1 | |||
@@ -13,7 +13,13 @@ Manage host pairings with devices and usbmuxd. | |||
13 | .TP | 13 | .TP |
14 | .B \-u, \-\-udid UDID | 14 | .B \-u, \-\-udid UDID |
15 | target specific device by UDID. | 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 |
@@ -43,6 +49,24 @@ unpair device with this host. | |||
43 | .B list | 49 | .B list |
44 | list devices paired with this host. | 50 | list devices paired with this host. |
45 | 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. | ||
69 | |||
46 | .SH AUTHORS | 70 | .SH AUTHORS |
47 | Nikias Bassen | 71 | Nikias Bassen |
48 | 72 | ||