mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-17 21:00:10 +10:00
Added listening for the HID interface (charging) and bug fixing
This commit is contained in:
@@ -143,6 +143,14 @@ namespace WPinternals
|
||||
if (SecurityStatus == null)
|
||||
IsBootLoaderUnlocked = (Info.Authenticated || Info.RdcPresent || !Info.SecureFfuEnabled);
|
||||
|
||||
if (RootKeyHash == null)
|
||||
{
|
||||
RootKeyHash = Info.RKH;
|
||||
|
||||
if (RootKeyHash == null)
|
||||
RootKeyHash = new byte[32];
|
||||
}
|
||||
|
||||
TestPos = 3;
|
||||
|
||||
if (Info.FlashAppProtocolVersionMajor < 2)
|
||||
|
||||
Reference in New Issue
Block a user