System.getProperty("microedition.platform") returns null for Nokia N78 (Known Issue)
Article Metadata
Tested with
Devices(s): Nokia N78
Compatibility
Platform(s): S60 3rd Edition, Feature Pack 2
Article
Keywords: System.getProperty("microedition.platform")
Created: User:Technical writer 1
(27 Jan 2009)
Last edited: hamishwillee
(29 Feb 2012)
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|write your reason here}}.
Description
System.getProperty("microedition.platform") returns null for Nokia N78.
How to reproduce
Form f;
String s;
..
f=new Form("System info");
s=System.getProperty("microedition.platform");
f.append(s);
Solution
No solution for Nokia N78.


(no comments yet)