Results 1 to 4 of 4

Thread: How to get Nokia's IMEI number through J2ME application

  1. #1
    Join Date
    Jul 2009
    Posts
    96

    How to get Nokia's IMEI number through J2ME application

    Hi,

    I have recently purchased Nokia 3110. I have installed an application through GPRS on my mobile. I want to access the IMEI no. through that application. Can you tell me the normal way to access IMEI no through J2ME application. Thanks for help !!!

  2. #2
    Join Date
    May 2008
    Posts
    390

    re: How to get Nokia's IMEI number through J2ME application

    There is a property of the system on some newer phones called com.nokia.mid.imei. In S60 3rd edition phones / supporters this string) that works for all midlets on Series 40 phones (those that support the string) the MIDlet should be signed on the manufacturer or operator domain.

  3. #3
    Join Date
    May 2008
    Posts
    353

    re: How to get Nokia's IMEI number through J2ME application

    I have the solution for you, to get Nokia's IMEI through J2ME application,But remember it requires signed midlet. S60 3rd edition device does not requires signing for this to work. :

    System.getProperty("phone.imei");
    System.getProperty("com.nokia.IMEI");
    System.getProperty("com.nokia.mid.imei")

  4. #4
    Join Date
    May 2008
    Posts
    279

    re: How to get Nokia's IMEI number through J2ME application

    A MIDlet is not signed will be placed in the untrusted domain, which has more restrictions on access to certain APIs. If the MIDlet has been signed and the certificate shall be stored in the certificate store on the phone, the MIDlet will be placed in the field of protection to which the certificate has been linked. You can try dialing *#06# on phone that has been unique IMEI number for all mobiles.

Similar Threads

  1. No IMEI number in my nokia N900
    By Cayleigh in forum Portable Devices
    Replies: 3
    Last Post: 13-08-2011, 08:11 PM
  2. what is IMEI number
    By lorric in forum Portable Devices
    Replies: 4
    Last Post: 16-02-2011, 04:35 AM
  3. How to validate IMEI number of Lephone a1
    By SANG18 in forum Portable Devices
    Replies: 4
    Last Post: 11-12-2009, 03:16 PM
  4. How can I get new IMEI number for mobile?
    By rashmi_ay in forum Portable Devices
    Replies: 4
    Last Post: 11-12-2009, 03:10 PM
  5. information on IMEI number
    By Aloke in forum Portable Devices
    Replies: 3
    Last Post: 01-12-2009, 01:14 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,489,432.01063 seconds with 17 queries