summaryrefslogtreecommitdiffstats
path: root/docs/idevicediagnostics.1
blob: 209895599699aeb30e4191c000ff2b3d40af7cad (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
.TH "idevicediagnostics" 1
.SH NAME
idevicediagnostics \- Interact with the diagnostics interface of a device.
.SH SYNOPSIS
.B idevicediagnostics
[OPTIONS] COMMAND

.SH DESCRIPTION

Interact with the diagnostics interface of a device which allows to retrive
all kinds of information including diagnostics data, mobilegestalt data, remote
access to the IORegistry and certain commands like restart, shutdown and sleep.
Only available for iOS 4 and later. Accessing IORegistry is only supported on
iOS 5 and later.

.SH OPTIONS
.TP
.B \-u, \-\-udid UDID
target specific device by its 40-digit device UDID.
.TP 
.B \-d, \-\-debug
enable communication debugging.
.TP 
.B \-h, \-\-help
prints usage information.

.SH COMMANDS
.TP
.B diagnostics [TYPE]
print diagnostics information from device optionally by TYPE. This includes
"All", "WiFi", "GasGauge" or "NAND". Default is "All".
.TP
.B mobilegestalt KEY [...]
print values of mobilegestalt keys passed as arguments after the command and 
seperated by a space.
.TP
.B ioreg [PLANE]
print IORegistry of device, optionally by PLANE like "IODeviceTree", "IOPower"
 or "IOService". Only available on iOS 5 and later.
.TP
.B shutdown
shutdown device
.TP
.B restart
restart device
.TP
.B sleep
put device into sleep mode which also disconnects it from the host.

.SH AUTHORS
Martin Szulecki