The table below defines the generic system properties used by the S60 platform.
System property |
Description |
Value |
---|---|---|
|
Name of the host platform or device. |
Defined in CLDC 1.0 and CLDC 1.1. |
|
Character encoding. |
Always returns |
|
Name and version of the supported configuration value is either “CLDC-1.0” or “CLDC-1.1”, depending on which configuration is implemented. |
Defined in CLDC 1.0 and CLDC 1.1. |
|
Names of the supported profile as specified in the MIDP 2.1 API specification. Devices that implement other profiles will also return names of those profiles. |
Defined in MIDP 2.1 ( |
|
The value is determined according to the language settings of the device. |
Defined in MIDP 2.1 ( |
|
Defined in MIDP 2.1 |
|
|
Returns the local host |
|
|
Defined in Java Technology for the Wireless Industry API specification, version 1.0. |
*) The set of locales supported by the device depends on the languages and region.
The table below defines the S60 specific system properties used by S60
platform. These system properties are available to the application by calling
method java.lang.System.getProperty
System property |
Description |
Value |
---|---|---|
|
Network access type of used active connection or a set default access point. |
|
|
The preferred date format indicated as a string pattern, which is formatted
according to the rules defined in Java 2, Standard Edition, version 1.4.1, Only subset of |
|
|
The preferred time format indicated as a string pattern, which is formatted
according to the rules defined in Java Standard Edition, version 1.4.1, Only subset of |
hh:mm a |
|
This can be used to query the available RAM in the operating system. This is a more realistic estimate of available RAM on the device than
what is returned by Note: This property is not available on all S60 3rd Edition devices. |
|
|
The battery charge level of device. |
Returns the percentage value of battery level. |
|
Current network country code. |
Returns the two-letter country code defined in ISO-3316. |
|
Whether the device is in home network or roaming currently. |
|
|
Network availability. |
|
|
Network identification parameters, such as network ID (NID in CDMA and MNC in GSM) and network short name. |
Returns two values:
|
|
Current (GSM/CDMA) network signal strength. The output format is as follows: |
Returns two values:
|
|
Identity or location label of the cell from which a mobile telephony call was made or received. |
Returns the cell ID. |
|
The IMEI (International Mobile Equipment Identity) of the device. |
Returns a 14 digit decimal number that uniquely identifies the device. |
|
The IMSI (International Mobile Subscriber Identity) stored in
the SIM card. Note that the access to this system property is limited with |
Returns the subscriber number associated with the device. The IMSI number is usually 14 decimal digits long, but it may be shorter. |
The com.nokia.mid.timeformat
and com.nokia.mid.dateformat
system
properties indicate the user preferences of date and time formats.
For example, in many devices there are settings available for user to indicate the date and time formatting settings: ordering of date, month and year components of date strings, separators used between components of date and time strings, whether 12 or 24 hour clock is used, and so on. The values of above system properties indicate the currently active user preferences for these settings. MIDlets can use these values to format date and time strings they, for example, need to display in user interfaces.