所有的series60裝置都擁有乙個由製造商分配的唯一識別符號-機器uid;因此可以通過這一uid資訊來獲取手機型號;本文就介紹了這種方法.
常見的s60機型及其機器uid:
s60 1st edition (0.9):
nokia 7650 0x101f4fc3
s60 1st edition, fp1 (1.2):
nokia 3650 0x101f466a
nokia 3660 0x101f466a
sendo-x 0x101fa031
siemens sx-1 0x101f9071
s60 2nd edition:
nokia 6600 0x101fb3dd
s60 2nd edition, fp1:
nokia 3230 0x10200f97
nokia 6260 0x101fb3f4
nokia 6620 0x101f3ee3
nokia 6670 0x101fb3f3
nokia 7610 0x101fb3f3
s60 2nd edition, fp2:
nokia 6630 0x101fbb55
nokia 6680 0x10200f99
nokia 6681 0x10200f9c
nokia 6682 0x10200f9b
s60 2nd edition, fp3:
nokia n70 0x10200f9a
nokia n90 0x10200f98
other
nokia n-gage? 0x101f8c19
nokia n-gage? qd 0x101fb2b1
因此可通過以下**獲取手機型號:
void getphonemodel(tdes& /*amodebuf*/)
case 0x101f466a:
case 0x101f4fc3:
case 0x101fb3dd:
//需要在標頭檔案中include;在mmp檔案中加上hal.lib
支援NFC的Android手機型號
samsung nexus s samsung galaxy s ii i9101 samsung galaxy note i9220 htc stunning 驚豔 s715e 安卓4.0不支援nfc card emulation,但是多了個nfc beam p2p通訊 安卓2.3.3不支援nfc...
支援NFC的Android手機型號
samsung nexus s samsung galaxy s ii i9101 samsung galaxy note i9220 htc stunning 驚豔 s715e 安卓4.0不支援nfc card emulation,但是多了個nfc beam p2p通訊 安卓2.3.3不支援nfc...
iOS 獲取手機型號,系統版本
新新增判斷iphone 7 iphone 7 plus 我手裡沒有7,判斷不對錶打我 fq找的資料 1.手機系統 iphone os nsstring phoneversion uidevice currentdevice systemversion 2.手機型別 iphone 6 nsstring...