summaryrefslogtreecommitdiffstats
path: root/docs/idevicedevmodectl.1
blob: 5edaa806e07478e727ea05fdd2245404ebd3757b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.TH "idevicedevmodectl" 1
.SH NAME
idevicedevmodectl \- Enable Developer Mode on iOS 16+ devices or print the current status.
.SH SYNOPSIS
.B idevicedevmodectl
COMMAND
[OPTIONS]

.SH DESCRIPTION

Enable Developer Mode on iOS 16+ devices or print the current status.

.SH NOTE
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.
The \f[B]enable\f[] command will try to enable it, and tell you if that's the case.
If the menu is not shown, you may use the \f[B]reveal\f[] command to reveal it.

.SH COMMANDS
.TP
.B list
Prints the Developer Mode status of all connected devices, or for a specific one if \f[B]\-\-udid\f[] is given.
.TP
.B enable
Enable Developer Mode (device will reboot), and confirm it after device booted up again.
.TP
.B arm
Arm the Developer Mode (device will reboot)
.TP
.B confirm
Confirm enabling of Developer Mode
.TP
.B reveal
Reveal the Developer Mode menu on the device under Settings -> Privacy & Security

.SH OPTIONS
.TP
.B \-u, \-\-udid UDID
target specific device by UDID
.TP
.B \-n, \-\-network
connect to network device
.TP
.B \-d, \-\-debug
enable communication debugging
.TP
.B \-h, \-\-help
print usage information
.TP
.B \-v, \-\-version
print version information

.SH AUTHORS
Nikias Bassen

.SH ON THE WEB
https://libimobiledevice.org

https://github.com/libimobiledevice/libimobiledevice