Namespaces
Variants
Actions

How to get phone software version in Java ME

Jump to: navigation, search
SignpostIcon Code 52.png
Article Metadata

Article
Created: wang_shui (29 Mar 2007)
Last edited: hamishwillee (19 Jul 2012)

This can be retrieved using:

String details =  System.getProperty("microedition.platform");

In Nokia devices the 'details' consists of “Nokia”, the device model, and software version separated by “/”. There is no space between “Nokia” and the model number nor on either side of “/”. Formally, the syntax of the platform string is: Nokia MODEL_NUMBER “/” SW_VERSION. For example, Nokia6310i/4.42 or Nokia3510i/p1.25.

For more information see MIDP System Properties document on Nokia Developer.

This page was last modified on 19 July 2012, at 09:38.
89 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved