mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-14 03:16:40 +10:00
Disable re-unlocking functionality for Spec B
This commit is contained in:
@@ -210,7 +210,9 @@ namespace WPinternals
|
|||||||
GPT GPT = FlashModel.ReadGPT();
|
GPT GPT = FlashModel.ReadGPT();
|
||||||
if ((GPT.GetPartition("IS_UNLOCKED") != null) || (GPT.GetPartition("BACKUP_EFIESP") != null))
|
if ((GPT.GetPartition("IS_UNLOCKED") != null) || (GPT.GetPartition("BACKUP_EFIESP") != null))
|
||||||
{
|
{
|
||||||
AlreadyUnlocked = true;
|
ExitMessage("Phone is already unlocked", null);
|
||||||
|
return;
|
||||||
|
//AlreadyUnlocked = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user