diff options
author | Nikias Bassen | 2016-07-08 21:48:31 +0200 |
---|---|---|
committer | Nikias Bassen | 2016-07-08 21:48:31 +0200 |
commit | 42c409eb2c9acb88e477021f217f31305034f1fd (patch) | |
tree | 29eecd0b6e0a6aede6a38cb6744b72ffa635189d /src/recovery.c | |
parent | 535f4b653efeed2428df49d6915332faadde348c (diff) | |
download | idevicerestore-42c409eb2c9acb88e477021f217f31305034f1fd.tar.gz idevicerestore-42c409eb2c9acb88e477021f217f31305034f1fd.tar.bz2 |
recovery: Use 'setpicture 4' as this is what iTunes does too
Diffstat (limited to 'src/recovery.c')
-rw-r--r-- | src/recovery.c | 2 |
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; |