diff options
author | Martin Szulecki | 2020-06-15 20:22:53 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-15 20:22:53 +0200 |
commit | a88351d58f9041ae104a794ec9b747d7d0790084 (patch) | |
tree | 3a987a2bf93c10814160c7c5ec4cee557ae6b16a | |
parent | 95b124354cd40bb11e2217c56ed5d3d682a5d21a (diff) | |
download | idevicerestore-1.0.0.tar.gz idevicerestore-1.0.0.tar.bz2 |
Add hint that using custom firmware files only works with a bootrom exploit1.0.0
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | src/idevicerestore.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ Version 1.0.0 - Updates the device by default or allows full restore erasing all data - Download latest available firmware for device on demand - Cache downloaded firmware files - - Restore using custom firmware files + - Restore using custom firmware files (requires bootrom exploit) - Skip NOR/Baseband upgrade - Fetch TSS records as ".shsh" files - Put devices in pwned DFU mode (limera1n devices only) diff --git a/src/idevicerestore.c b/src/idevicerestore.c index 0ffe5a8..8003fe4 100644 --- a/src/idevicerestore.c +++ b/src/idevicerestore.c @@ -120,7 +120,7 @@ static void usage(int argc, char* argv[], int err) " -v, --version Print version information\n" \ "\n" \ "Advanced/experimental options:\n" - " -c, --custom Restore with a custom firmware\n" \ + " -c, --custom Restore with a custom firmware (requires bootrom exploit)\n" \ " -s, --cydia Use Cydia's signature service instead of Apple's\n" \ " -x, --exclude Exclude nor/baseband upgrade\n" \ " -t, --shsh Fetch TSS record and save to .shsh file, then exit\n" \ |