I need to find mobile OS name and OS version programmatically: like Symbian s40 3rd edition or 5th edition. How to achieve this in J2ME?
I need to find mobile OS name and OS version programmatically: like Symbian s40
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
System.getProperty("microedition.platform");It will return something like Nokia6310i/4.42.See http://www.developer.nokia.com/Community/Discussion/showthread.php?86604-j2me-system-properties
http://developers.sun.com/mobility/midp/questions/properties/
I am not sure it is exactly what you need but this is what I can offer you.