mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-08-11 02:21:14 +10:00
Fixes
This commit is contained in:
@@ -779,6 +779,14 @@ namespace WPinternals.Models.UEFIApps.Flash
|
||||
ExecuteRawMethod(Request);
|
||||
}
|
||||
|
||||
// Erases MODEM_FS1 and MODEM_FS2, and restores MODEM_FSG to MODEM_FS1
|
||||
internal void DoFactoryReset()
|
||||
{
|
||||
byte[] Request = new byte[4];
|
||||
ByteOperations.WriteAsciiString(Request, 0, FactoryResetSignature);
|
||||
ExecuteRawMethod(Request);
|
||||
}
|
||||
|
||||
internal void EndAsyncFlash()
|
||||
{
|
||||
byte[] Request = new byte[7];
|
||||
|
||||
Reference in New Issue
Block a user