aspose file tools
The moose likes Java Micro Edition and the fly likes Getting IMEI from blackberry using MIDP api Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Mobile » Java Micro Edition
Reply Bookmark "Getting IMEI from blackberry using MIDP api" Watch "Getting IMEI from blackberry using MIDP api" New topic
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 ...
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Getting IMEI from blackberry using MIDP api
 
Similar Threads
converting BCD to string
Programmatically detecting device features
How to get IMEI number of Mobile using J2ME programming..
How to obtain infomations in SIM Cards wth J2ME?
IMEI Access