This page was last modified 22:10, 13 December 2007.
Fetch device model information
From Forum Nokia Wiki
Symbian OS phones the machine UID is unique for each device type. Unfortunately the UID can be same for device variants, such as Communicator variants (Nokia 9210, Nokia 9210i, Nokia 9290, and Nokia 9210c), and the UID cannot be used to distinguish between exact device models. The Symbian machine UID can be retrieved with the HAL::Get() method, using HALData::EMachineUid as a parameter.
#include <hal.h> // also link to hal.lib TInt mUid = 0; HAL::Get(HALData::EMachineUid, mUid);
For example:
Nokia 3650 0x101f466a Nokia 7650 0x101f4fc3 Nokia N-Gage 0x101f8c19 Nokia N-Gage QD 0x101fb2b1 Siemens SX1 0x101F9071 Nokia 6600 0x101fb3dd Nokia 7610 0x101fb3f3 Nokia 9500 0x101f3ee3 Nokia 6260 0x101fb3f4 Nokia 6630 0x101fbb55 Nokia 6680 0x10200F99 Nokia 3230 0x10200F97 Nokia 6682 0x10200F9B Nokia 6681 0x10200F9C N90 0x10200F98 N70 0x10200F9A
Check the document S60 Platform: Identification Codes available at Forum Nokia for a list of machine UIDs. Also the Forum Nokia device specifications contain the UIDs for S60 devices.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| help:关于MQikListBoxData的SetThumbnailImageL不能改变的问题 | Chenqs2100 | Symbian | 2 | 2007-07-06 08:02 |
| MMS capable handsets | ailinh | General Messaging | 2 | 2003-05-15 00:44 |
| Contacts from SDK -please help | ezchip | Symbian Tools & SDKs | 5 | 2007-02-21 18:03 |
| 6310 and retrive phone numbers from memory | phlienart | Smart Messaging | 3 | 2003-06-04 20:46 |
| how to fetch data from mobile phone set 5110 | adubey | PC Suite API and PC Connectivity SDK | 1 | 2002-07-11 09:14 |
