idevicerestore icon indicating copy to clipboard operation
idevicerestore copied to clipboard

restore iPhone 11 restore_device message - info:Status: Verification Error

Open jo03211 opened this issue 2 years ago • 0 comments

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.

log_i11.txt

jo03211 avatar Apr 20 '22 10:04 jo03211