diff options
| author | 2022-12-10 02:22:12 +0100 | |
|---|---|---|
| committer | 2022-12-10 02:22:12 +0100 | |
| commit | a6775bc588db13838bebec42b139748d337e7189 (patch) | |
| tree | d4e929e40bb8b2c812fcc38443033abf65bffdb6 /docs | |
| parent | b314f04bd791b263cf43fadc6ac0756e67ab4ed0 (diff) | |
| download | libimobiledevice-a6775bc588db13838bebec42b139748d337e7189.tar.gz libimobiledevice-a6775bc588db13838bebec42b139748d337e7189.tar.bz2 | |
tools: Add idevicedevmodectl tool
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Makefile.am | 1 | ||||
| -rw-r--r-- | docs/idevicedevmodectl.1 | 58 |
2 files changed, 59 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 9cdf82e..4a4c56f 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am | |||
| @@ -16,6 +16,7 @@ man_MANS = \ | |||
| 16 | idevicecrashreport.1 \ | 16 | idevicecrashreport.1 \ |
| 17 | idevicename.1 \ | 17 | idevicename.1 \ |
| 18 | idevicedebug.1 \ | 18 | idevicedebug.1 \ |
| 19 | idevicedevmodectl.1 \ | ||
| 19 | idevicenotificationproxy.1 \ | 20 | idevicenotificationproxy.1 \ |
| 20 | idevicesetlocation.1 | 21 | idevicesetlocation.1 |
| 21 | 22 | ||
diff --git a/docs/idevicedevmodectl.1 b/docs/idevicedevmodectl.1 new file mode 100644 index 0000000..5edaa80 --- /dev/null +++ b/docs/idevicedevmodectl.1 | |||
| @@ -0,0 +1,58 @@ | |||
| 1 | .TH "idevicedevmodectl" 1 | ||
| 2 | .SH NAME | ||
| 3 | idevicedevmodectl \- Enable Developer Mode on iOS 16+ devices or print the current status. | ||
| 4 | .SH SYNOPSIS | ||
| 5 | .B idevicedevmodectl | ||
| 6 | COMMAND | ||
| 7 | [OPTIONS] | ||
| 8 | |||
| 9 | .SH DESCRIPTION | ||
| 10 | |||
| 11 | Enable Developer Mode on iOS 16+ devices or print the current status. | ||
| 12 | |||
| 13 | .SH NOTE | ||
| 14 | Passcode-protected devices will NOT allow enabling of Developer Mode from the command line. It has to be enabled on the device itself under Settings -> Privacy & Security -> Developer Mode. | ||
| 15 | The \f[B]enable\f[] command will try to enable it, and tell you if that's the case. | ||
| 16 | If the menu is not shown, you may use the \f[B]reveal\f[] command to reveal it. | ||
| 17 | |||
| 18 | .SH COMMANDS | ||
| 19 | .TP | ||
| 20 | .B list | ||
| 21 | Prints the Developer Mode status of all connected devices, or for a specific one if \f[B]\-\-udid\f[] is given. | ||
| 22 | .TP | ||
| 23 | .B enable | ||
| 24 | Enable Developer Mode (device will reboot), and confirm it after device booted up again. | ||
| 25 | .TP | ||
| 26 | .B arm | ||
| 27 | Arm the Developer Mode (device will reboot) | ||
| 28 | .TP | ||
| 29 | .B confirm | ||
| 30 | Confirm enabling of Developer Mode | ||
| 31 | .TP | ||
| 32 | .B reveal | ||
| 33 | Reveal the Developer Mode menu on the device under Settings -> Privacy & Security | ||
| 34 | |||
| 35 | .SH OPTIONS | ||
| 36 | .TP | ||
| 37 | .B \-u, \-\-udid UDID | ||
| 38 | target specific device by UDID | ||
| 39 | .TP | ||
| 40 | .B \-n, \-\-network | ||
| 41 | connect to network device | ||
| 42 | .TP | ||
| 43 | .B \-d, \-\-debug | ||
| 44 | enable communication debugging | ||
| 45 | .TP | ||
| 46 | .B \-h, \-\-help | ||
| 47 | print usage information | ||
| 48 | .TP | ||
| 49 | .B \-v, \-\-version | ||
| 50 | print version information | ||
| 51 | |||
| 52 | .SH AUTHORS | ||
| 53 | Nikias Bassen | ||
| 54 | |||
| 55 | .SH ON THE WEB | ||
| 56 | https://libimobiledevice.org | ||
| 57 | |||
| 58 | https://github.com/libimobiledevice/libimobiledevice | ||
