idevicerestore
idevicerestore copied to clipboard
restore iPhone 11 restore_device message - info:Status: Verification Error
iPhone 11 entered restore mode, app uploaded data to device, and finally get message: "info:Status: Verification Error", then quit.
Please help me to check which part I need to check
function : restore_device
// status messages usually indicate the current state of the restored // process or often to signal an error has been encountered
else if (!strcmp(type, "StatusMsg")) {
err = restore_handle_status_msg(restore, message); // read status codee = 0xFFFFFFFFFFFFFFFFLL;
if (restore_finished) {
plist_t dict = plist_new_dict();
plist_dict_set_item(dict, "MsgType", plist_new_string("ReceivedFinalStatusMsg"));
restored_send(restore, dict);
plist_free(dict);
client->flags |= FLAG_QUIT;
}
}
Attach a portion of the log.