Hi all, Could any one of you have any idea about how to get device name,ie, model number,say, Nokia 6255 and phone number. It is needed at runtime. Thanx in advance.
To get the phone make/model, use System.getProperty("microedition.platform").
The only way to get the phone number that I know of is to insert the users phone number into the jad file when the midlet is requested (maybe via a Javaservlet) and retrieve it at runtime using MIDlet's getAppProperty() method.