| Author |
Getting IMEI from blackberry using MIDP api
|
Rita Smith
Greenhorn
Joined: Mar 29, 2005
Posts: 10
|
|
I'm running a J2ME app on Blackberry 8100. No RIM APIs are used. Manually I can get the no by pressing *#06#. Does anyone know how to get the IMEI no from the device using MIDP api? System.getProperty("IMEI") will get the IMEI on motorola devices. How about the Blackberry? thanks in advance, RS
|
 |
Eduardo Marques
Ranch Hand
Joined: Feb 19, 2005
Posts: 231
|
|
There is no standard way of retrieving the IMEI using MIDP. Look for something that works with Blackberry/specific model you're using. You can at most get the SMSc, details on BT connectitivity, etc ... but not the IMEI. Check here http://developers.sun.com/techtopics/mobility/midp/questions/properties/index.html Regards [ April 09, 2007: Message edited by: Eduardo Marques ] [ April 10, 2007: Message edited by: Eduardo Marques ]
|
Eduardo Marques
Get ready for your SCMAD certification at J2MECertificate.com - See what all the buzz is about ...
|
 |
 |
|
|
subject: Getting IMEI from blackberry using MIDP api
|
|
|