獲取手機的IMEI與IMSI

2021-04-17 21:37:30 字數 431 閱讀 7192

一.原理

使用了pocket pc sdk的extapi

實現過程如下:

1.首先加如標頭檔案:

#include "tapi.h"

#include "extapi.h"

#define tapi_api_high_version   0x00020000

#define ext_api_low_version     0x00010000

#define ext_api_high_version    0x00010000

2.引入庫檔案cellcore.lib

3.輸入**即可:

bool getdevicesiminfo(cstring &strimei,cstring &strimsi)

}if(bsus)

return bsus;

}

IMSI與IMEI的區別

imsi是相對手機卡而言的 國際移動使用者識別碼 imsi international mobile subscriber identification number imsi共有15位,其結構如下 mcc mnc msin mcc mobile country code,移動國家碼,mcc的資源由...

IMSI和IMEI的意思

以下內容從網上蒐集得到 uim卡介紹 目前cdma終端在全球絕大多數地區仍採用機卡合一的方式,即所有的資訊都是儲存在cdma終端的nam name address module 儲存區中,運營商可通過ota over the air 技術進行nam資料的更改。中國聯通在推廣cdma時,首次採用了機卡...

MTK手機獲取imsi號

簡介 獲取sim卡的imsi碼 sim卡唯一標識 imsi 國際移動使用者識別碼 imsi international mobile subscriber identification number 是區別移動使用者的標誌,儲存在sim卡中,可用於區別移動使用者的有效資訊。imsi由mcc mnc ...