Discussion Board

Results 1 to 2 of 2
  1. #1
    Regular Contributor Basu's Avatar
    Join Date
    Mar 2003
    Location
    Hyderabad.
    Posts
    99
    hi,
    Can any one please help me in retrieving the IMSI number from the mobile using j2me Api's.
    and If it is possible i want to whether it is possible for all device or only for limited number of devices.
    regards,
    vinod.

  2. #2
    Registered User sreekanthbellur's Avatar
    Join Date
    Oct 2006
    Posts
    30
    Hi Basu,

    IMSI as far as i know can only be got from motorola. But if you want to know more about IMEI, it is vendor specific.

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


    b) Samsung
    System.getProperty("com.samsung.imei");

    c) Sony-Ericsson
    System.getProperty("com.sonyericsson.imei");

    all the above methods return a string or null if they cannot find the package.

    For IMSI,
    System.getProperty("IMSI") returns the string. AFAIK, we had success only on motorolas with the IMSI

    Regards
    Shree
    Sreekanth Bellur,
    Symbian C++ Developer,
    Ravensoft Ltd.,
    Manchester,
    United Kingdom

Similar Threads

  1. Replies: 31
    Last Post: 2008-02-13, 16:45
  2. J2ME MIDlet is limited, why not Java applications on mobile?
    By chen_lin99 in forum Mobile Java General
    Replies: 11
    Last Post: 2007-12-29, 01:15
  3. WML & WMLSCript problem ????
    By gemini_shooter in forum Browsing and Mark-ups
    Replies: 0
    Last Post: 2006-01-14, 06:01
  4. J2ME Location API vs. Nokia Series 40 Position API
    By keyang_huang in forum Mobile Java General
    Replies: 1
    Last Post: 2005-04-27, 08:39
  5. Personal
    By JSmith77 in forum PersonalJava
    Replies: 4
    Last Post: 2003-07-30, 12:52

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved