diff --git a/ViewModels/LumiaUnlockBootViewModel.cs b/ViewModels/LumiaUnlockBootViewModel.cs index 4a92792..7d6a045 100644 --- a/ViewModels/LumiaUnlockBootViewModel.cs +++ b/ViewModels/LumiaUnlockBootViewModel.cs @@ -210,7 +210,9 @@ namespace WPinternals GPT GPT = FlashModel.ReadGPT(); if ((GPT.GetPartition("IS_UNLOCKED") != null) || (GPT.GetPartition("BACKUP_EFIESP") != null)) { - AlreadyUnlocked = true; + ExitMessage("Phone is already unlocked", null); + return; + //AlreadyUnlocked = true; } }