Skip to content

Commit a88351d

Browse files
committed
Add hint that using custom firmware files only works with a bootrom exploit
1 parent 95b1243 commit a88351d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Version 1.0.0
88
- Updates the device by default or allows full restore erasing all data
99
- Download latest available firmware for device on demand
1010
- Cache downloaded firmware files
11-
- Restore using custom firmware files
11+
- Restore using custom firmware files (requires bootrom exploit)
1212
- Skip NOR/Baseband upgrade
1313
- Fetch TSS records as ".shsh" files
1414
- Put devices in pwned DFU mode (limera1n devices only)

src/idevicerestore.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ static void usage(int argc, char* argv[], int err)
120120
" -v, --version Print version information\n" \
121121
"\n" \
122122
"Advanced/experimental options:\n"
123-
" -c, --custom Restore with a custom firmware\n" \
123+
" -c, --custom Restore with a custom firmware (requires bootrom exploit)\n" \
124124
" -s, --cydia Use Cydia's signature service instead of Apple's\n" \
125125
" -x, --exclude Exclude nor/baseband upgrade\n" \
126126
" -t, --shsh Fetch TSS record and save to .shsh file, then exit\n" \

0 commit comments

Comments
 (0)