SL8R.co.uk - Code Zone

Code, Code and Code

SL8R.co.uk - Code Zone header image 2

J2ME: Get System Details

March 28th, 2008 · No Comments

I have been trying to find a way of obtaining the phone details using J2ME and I think this will do it:

System.getProperty(”microedition.platform”);

For Nokia Devices, the format is generally: “Nokia XXXX/x.yz”,

The original source for this tip is: http://www.forum.nokia.com/document/Forum_Nokia_Technical_Library/contents/FNTL/system_property_microedition.platform_values_for_S60_devices.htm

For Sony Ericsson the information is likely to be in the form: SonyEricssonK700i/R2L001

in an emulator the firmware version string will be: JAVASDK

Tip Source: http://developer.sonyericsson.com/thread/20279

Tags: Code

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment