mirror of
https://github.com/tihmstar/futurerestore.git
synced 2024-12-22 17:35:29 +00:00
always using restore identity for baseband, as it seems to be an issue otherwise and it doesn't really matter
This commit is contained in:
parent
1b15ea1beb
commit
41047b7b75
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue