This page was last modified 15:07, 7 May 2008.
Get software version
From Forum Nokia Wiki
You can get phone's software version with help of SysUtil class. The class contains a set of static functions.
NB: If you want to know the version of the platform running on the phone (eg S60_2nd_FP2), see section 7 of "S60 Platform Identification Codes".
MMP File
LIBRARY sysutil.lib
Include
#include <SysUtil.h>
Usage
GetSWVersion() returns software version string.
TBuf<KSysUtilVersionTextLength> versionBuf; SysUtil::GetSWVersion(versionBuf);
With GetSWVersion() you get almost the same info that is displayed if you dial *#0000#. For example:
2.0618.06.05 14-07-06 RM-89 (c)Nokia
GetLangSWVersion() returns software version with which the currently installed language package is compatible with.
TBuf<KSysUtilVersionTextLength> langSwVersionBuf; SysUtil::GetLangSWVersion(langSwVersionBuf);
Sample return:
2.0618.06.05_v12 14-07-06 RM-89 (c)Nokia
GetLangVersion() returns the version of the currently installed language pack.
TBuf<KSysUtilVersionTextLength> langVersionBuf; SysUtil::GetLangVersion(langVersionBuf);
Sample return:
12
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Series 60 SDK Appwizard on windows xp | moonjoor | Symbian Tools & SDKs | 15 | 2003-12-24 10:22 |
| can I make terminal side corba program without evaluation module? | pventurelli | Nokia M2M | 1 | 1970-01-01 02:00 |
| Nokia 6020 Memory problem | Kangaaz | Mobile Java General | 3 | 2005-10-17 22:55 |
| Bluetooth connection for PC Suite between 6310 and non-Nokia BT card | Nokia_Archive | Bluetooth Technology | 2 | 2002-05-31 09:49 |
| the best way to update/load software to a 7650 | PC Suite API and PC Connectivity SDK | 1 | 2002-12-05 06:08 | |
