summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2016-07-08 21:48:31 +0200
committerGravatar Nikias Bassen2016-07-08 21:48:31 +0200
commit42c409eb2c9acb88e477021f217f31305034f1fd (patch)
tree29eecd0b6e0a6aede6a38cb6744b72ffa635189d
parent535f4b653efeed2428df49d6915332faadde348c (diff)
downloadidevicerestore-42c409eb2c9acb88e477021f217f31305034f1fd.tar.gz
idevicerestore-42c409eb2c9acb88e477021f217f31305034f1fd.tar.bz2
recovery: Use 'setpicture 4' as this is what iTunes does too
-rw-r--r--src/recovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recovery.c b/src/recovery.c
index 907b1f2..134742e 100644
--- a/src/recovery.c
+++ b/src/recovery.c
@@ -347,7 +347,7 @@ int recovery_send_applelogo(struct idevicerestore_client_t* client, plist_t buil
return -1;
}
- recovery_error = irecv_send_command(client->recovery->client, "setpicture 2");
+ recovery_error = irecv_send_command(client->recovery->client, "setpicture 4");
if (recovery_error != IRECV_E_SUCCESS) {
error("ERROR: Unable to set %s\n", component);
return -1;