mirror of
https://github.com/libimobiledevice/idevicerestore.git
synced 2026-03-18 19:52:26 +00:00
restore: Handle "Failed to mount filesystems" status message
This commit is contained in:
@@ -594,6 +594,9 @@ int restore_handle_status_msg(restored_client_t client, plist_t msg) {
|
||||
case 14:
|
||||
info("Status: Fail\n");
|
||||
break;
|
||||
case 27:
|
||||
info("Status: Failed to mount filesystems.\n");
|
||||
break;
|
||||
case 1015:
|
||||
info("Status: X-Gold Baseband Update Failed. Defective Unit?\n");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user