From 41047b7b755f7ddb966ff50c18798608aadd3e1a Mon Sep 17 00:00:00 2001 From: tihmstar Date: Sun, 1 Jan 2017 18:48:54 +0100 Subject: [PATCH] always using restore identity for baseband, as it seems to be an issue otherwise and it doesn't really matter --- futurerestore/futurerestore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/futurerestore/futurerestore.cpp b/futurerestore/futurerestore.cpp index 9e1278d5..3e85d29d 100644 --- a/futurerestore/futurerestore.cpp +++ b/futurerestore/futurerestore.cpp @@ -469,7 +469,7 @@ int futurerestore::doRestore(const char *ipsw, bool noerase){ } - client->basebandBuildIdentity = getBuildidentity(_basebandbuildmanifest, getDeviceModelNoCopy(), noerase); + client->basebandBuildIdentity = getBuildidentity(_basebandbuildmanifest, getDeviceModelNoCopy(), 0); if (!_client->basebandBuildIdentity) reterror(-55, "BasebandBuildIdentity not loaded, refusing to continue");