summaryrefslogtreecommitdiffstats
path: root/docs/idevicerestore.1
blob: 8e0a884599e4cb6107dbc656db93c261585263d4 (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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
.TH "idevicerestore" 1
.SH NAME
idevicerestore \- Restore IPSW firmware FILE to an iOS device
.SH SYNOPSIS
.B idevicerestore
[OPTIONS] FILE

.SH DESCRIPTION

Restore firmware files to iOS devices while either erasing the device or 
updating to preserve content and settings.

.SH OPTIONS
.TP
.B \-i, \-\-ecid ECID
target specific device by its hexadecimal ECID e.g. 0xaabb123456 or 00000012AABBCCDD.
.TP
.B \-u, \-\-udid UDID
target specific device by its 40-digit device UDID.
NOTE: only works with devices in normal mode.
.TP 
.B \-e, \-\-erase
perform a full restore, erasing all data (defaults to update).
.TP 
.B \-c, \-\-custom
restore with a custom firmware.
.TP 
.B \-l, \-\-latest
use latest available firmware (with download on demand). \
DO NOT USE if you need to preserve the baseband (unlock)! \
USE WITH CARE if you want to keep a jailbreakable firmware! \
The FILE argument is ignored when using this option.
.TP
.B \-s, \-\-cydia
use Cydia's signature service instead of Apple's.
.TP
.B \-x, \-\-exclude
exclude nor/baseband upgrade.
.TP
.B \-t, \-\-shsh
fetch TSS record and save to .shsh file, then exit.
.TP
.B \-p, \-\-pwn
put device in pwned DFU mode and exit (limera1n devices only).
.TP
.B \-n, \-\-no\-action
do not perform any restore action. If combined with -l option the on demand
IPSW download is performed before exiting.
.TP
.B \-\-ipsw\-info
Print information about the IPSW at PATH and exit.
.TP
.B \-C, \-\-cache\-path DIR
use specified directory for caching extracted or other reused files.
.TP
.B \-d, \-\-debug
enable communication debugging.
.TP
.B \-h, \-\-help
prints usage information.
.TP
.B \-v, \-\-version
prints version information.

.SH AUTHORS
Martin Szulecki

Nikias Bassen

Joshua Hill

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

https://github.com/libimobiledevice/idevicerestore