From 8b3abd4c25adca06fdebeb4bd1eca40018b51b9f Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 24 Jun 2020 02:25:56 +0200 Subject: Print note about usbmuxd when device fails to enter restore mode --- src/idevicerestore.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/idevicerestore.c') diff --git a/src/idevicerestore.c b/src/idevicerestore.c index 8003fe4..0148974 100644 --- a/src/idevicerestore.c +++ b/src/idevicerestore.c @@ -1337,6 +1337,7 @@ int idevicerestore_start(struct idevicerestore_client_t* client) if (client->mode != &idevicerestore_modes[MODE_RESTORE] || (client->flags & FLAG_QUIT)) { mutex_unlock(&client->device_event_mutex); error("ERROR: Device failed to enter restore mode.\n"); + error("Please make sure that usbmuxd is running.\n"); if (delete_fs && filesystem) unlink(filesystem); return -1; -- cgit v1.1-32-gdbae