1idevicediagnostics(1) General Commands Manual idevicediagnostics(1)
2
3
4
6 idevicediagnostics - Interact with the diagnostics interface of a
7 device.
8
10 idevicediagnostics [OPTIONS] COMMAND
11
12
14 Interact with the diagnostics interface of a device which allows to
15 retrive all kinds of information including diagnostics data, mobi‐
16 legestalt data, remote access to the IORegistry and certain commands
17 like restart, shutdown and sleep. Only available for iOS 4 and later.
18 Accessing IORegistry is only supported on iOS 5 and later.
19
20
22 -u, --udid UDID
23 target specific device by its 40-digit device UDID.
24
25 -d, --debug
26 enable communication debugging.
27
28 -h, --help
29 prints usage information.
30
31
33 diagnostics [TYPE]
34 print diagnostics information from device optionally by TYPE.
35 This includes "All", "WiFi", "GasGauge" or "NAND". Default is
36 "All".
37
38 mobilegestalt KEY [...]
39 print values of mobilegestalt keys passed as arguments after the
40 command and seperated by a space.
41
42 ioreg [PLANE]
43 print IORegistry of device, optionally by PLANE like "IODevice‐
44 Tree", "IOPower"
45 or "IOService". Only available on iOS 5 and later.
46
47 shutdown
48 shutdown device
49
50 restart
51 restart device
52
53 sleep put device into sleep mode which also disconnects it from the
54 host.
55
56
58 Martin Szulecki
59
60
62 http://libimobiledevice.org
63
64
65
66 idevicediagnostics(1)