Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User the_ether's Avatar
    Join Date
    Dec 2008
    Posts
    3
    Does anyone know how to find out what the manufacturer and / or model number of the phone is from within my J2ME app?

  2. #2
    Super Contributor grahamhughes's Avatar
    Join Date
    Jun 2003
    Location
    Cheshire, UK
    Posts
    7,394
    There is no definitive way to do this. Best is:

    Code:
    String platform = System.getProperty("microedition.platform");
    This will return useful information on Nokias and Sonys, probably Motorolas. On many devices, it will just return "j2me", which isn't much use.

    The format of the information will vary. Nokias are generally consistent, as are Sonys (though, not with each other).

Similar Threads

  1. phone model and link manager version
    By igge in forum Bluetooth Technology
    Replies: 0
    Last Post: 2007-02-09, 10:33
  2. N93 phone cant find folders Can anyone HELP!!
    By MagicMan in forum General Development Questions
    Replies: 1
    Last Post: 2007-01-22, 03:15
  3. How to make phone call without default phone UI?
    By ppiggy in forum Symbian C++
    Replies: 7
    Last Post: 2006-03-31, 07:56
  4. Nokia Image Converter
    By davidpurdie in forum General Development Questions
    Replies: 0
    Last Post: 2004-02-18, 15:31

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