diff options
author | Nikias Bassen | 2020-06-24 02:20:18 +0200 |
---|---|---|
committer | Nikias Bassen | 2020-06-24 02:20:18 +0200 |
commit | 8df0db8deab2d20ca112c660a05bcf1865f9e3a2 (patch) | |
tree | 144daab9bcb8dc65f40795863373802b2b225f4e | |
parent | db7e9cf78f479bc3a50edca9b4df3853ce298ecb (diff) | |
download | idevicerestore-8df0db8deab2d20ca112c660a05bcf1865f9e3a2.tar.gz idevicerestore-8df0db8deab2d20ca112c660a05bcf1865f9e3a2.tar.bz2 |
README: Add info about usbmuxd being required for the restore procedure
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -81,6 +81,14 @@ make sudo make install ``` +**Important** + +idevicerestore requires a properly installed [usbmuxd](https://github.com/libimobiledevice/usbmuxd.git) +for the restore procedure. Please make sure that it is either running or +configured to be started automatically as soon as a device is detected +in normal and/or restore mode. If properly installed this will be handled +by udev/systemd. + ## Usage The primary scenario is to restore a new firmware to a device. |