How can I get the phone name, model, and firmware versioan in an application?
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.
Best bet is
System.getProperty("microedition.platform"). That provides all the information you need on some handsets such as Nokias or SonyEricssons, but on some handsets it just returns “J2ME”.An alternative could be to make an HTTP request to a server somewhere, and have the server check the user-agent for you.