Commit 5e1c3fbf32fa642a2a5b8c63c4a353d8980ee82a

Authored by xiemeng
1 parent a5f48b93

检测到版本号错误时回显IMEI

Showing 1 changed file with 2 additions and 1 deletions
@@ -4378,7 +4378,8 @@ void SmartPhoneSN::ThreadMainEntryPoint() @@ -4378,7 +4378,8 @@ void SmartPhoneSN::ThreadMainEntryPoint()
4378 #ifdef __TOPWELL_QCTEST__ 4378 #ifdef __TOPWELL_QCTEST__
4379 SPMETA_DLL::SP_META_GetTargetVerInfoV2_r(m_hSPMetaHandle, &a_v2cnf, &a_token,NULL); 4379 SPMETA_DLL::SP_META_GetTargetVerInfoV2_r(m_hSPMetaHandle, &a_v2cnf, &a_token,NULL);
4380 { 4380 {
4381 - UpdateUIMsg("读取到版本信息"); 4381 + UpdateUIMsg("SW version from mobile");
  4382 + UpdateUIMsg(a_v2cnf.BUILD_DISP_ID);
4382 int len=strlen(g_sMetaComm.check_sw_ver); 4383 int len=strlen(g_sMetaComm.check_sw_ver);
4383 4384
4384 /* strcpy(tmp_checkSwVer,g_sMetaComm.check_sw_ver); 4385 /* strcpy(tmp_checkSwVer,g_sMetaComm.check_sw_ver);
Please register or login to post a comment