Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -303,9 +303,9 @@ META_RESULT SmartPhoneSN::WriteNvramLoop() | @@ -303,9 +303,9 @@ META_RESULT SmartPhoneSN::WriteNvramLoop() | ||
| 303 | UpdateUIMsg("IMEI2 checksum FAIL!!!"); | 303 | UpdateUIMsg("IMEI2 checksum FAIL!!!"); |
| 304 | } | 304 | } |
| 305 | 305 | ||
| 306 | - if (strcmp(a_imei_ary,"352246078300483") == 0 || strcmp(a_imei_ary,"352246078300491")) | 306 | + if (strcmp(a_imei_ary,"352246078300483") == 0 || strcmp(a_imei_ary2,"352246078300491")) |
| 307 | { | 307 | { |
| 308 | - UpdateUIMsg("IMEI2 checksum FAIL!!!"); | 308 | + g_pMainDlg->GetDlgItem(IDC_RSLT_WRITE_IMEI)->SetWindowText("FAIL"); |
| 309 | iRet1 = META_FAILED; | 309 | iRet1 = META_FAILED; |
| 310 | iRet2 = META_FAILED; | 310 | iRet2 = META_FAILED; |
| 311 | } | 311 | } |
Please
register
or
login
to post a comment