diff --git a/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/WinISP/FormISP_MSI.cs b/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/WinISP/FormISP_MSI.cs index 1d27f54..f5af911 100644 --- a/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/WinISP/FormISP_MSI.cs +++ b/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/WinISP/FormISP_MSI.cs @@ -1909,15 +1909,7 @@ namespace WinISP } frmISP.WriteLog("flashSectorInfo built. sectorCount = " + flashSectorInfo.Count + ", sectorSize = " + _flashSectorSize, "debug"); } - - string checkErr; - if (!ValidateMonitorVsBin(out checkErr)) - { - frmISP.WriteLog("[Validate-PreConnect] ValidateMonitorVsBin FAIL: " + checkErr, "error"); - SetStatusMsg(checkErr, true); - btnAuto.Enabled = false; - return; - } + prbProgress.Maximum = flashSectorInfo.Count; prbProgress.Value = 0; int imgNum = 0; @@ -1973,16 +1965,7 @@ namespace WinISP case 1: { frmISP.WriteLog("MTKChipType=TSUM", "info"); } break; case 2: { frmISP.WriteLog("MTKChipType=MST9U", "info"); } break; } - string verifyErr; - if (!ValidateMonitorVsBin(out verifyErr)) - { - frmISP.WriteLog("[Validate-PostConnect] ValidateMonitorVsBin FAIL: " + verifyErr, "error"); - SetStatusMsg(verifyErr, true); - SetISPStatus(false); - btnAuto.Enabled = false; - return; - } - + Application.DoEvents(); //init file info int rdSize = 0;