Discussion Board

Results 1 to 7 of 7
  1. #1
    Regular Contributor sbdavid's Avatar
    Join Date
    Nov 2008
    Posts
    60
    Hello,
    I want to make my applicaton can only be installed on N95, E71.
    what should I write in pkg file?

    and
    I found the Machine Uid list in http://wiki.forum.nokia.com/index.ph..._3rd_Ed.2C_FP1
    but there is no id for E71.

    thanks.

  2. #2
    Nokia Developer Moderator skumar_rao's Avatar
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    9,968
    Updated the same Link.

  3. #3
    Nokia Developer Champion kiran10182's Avatar
    Join Date
    Mar 2006
    Location
    Helsinki, Finland
    Posts
    8,236
    Quote Originally Posted by sbdavid View Post
    Hello,
    I want to make my applicaton can only be installed on N95, E71.
    what should I write in pkg file?

    and
    I found the Machine Uid list in http://wiki.forum.nokia.com/index.ph..._3rd_Ed.2C_FP1
    but there is no id for E71.

    thanks.
    It is 0x2000249B. Check this: http://www.forum.nokia.com/devices/E71 (Search for ProductID in that page)

    You will find Product Id of all the phones from here, generally. http://www.forum.nokia.com/devices/matrix_all_1.html

    Now to restrict installation to only N95 and E71, do the following in your .pkg file.

    Code:
    IF(MachineUID=0x2000060B OR MachineUID=0x2000249B)
    ....
    ....
    ;Install these files
    ENDIF
    Nokia Developer Wiki Moderation team

  4. #4
    Nokia Developer Champion savaj's Avatar
    Join Date
    Oct 2007
    Location
    જુનાગઢ - India
    Posts
    3,034
    Yes use machine UID, 0x2000249b is of E71.

  5. #5
    Regular Contributor sbdavid's Avatar
    Join Date
    Nov 2008
    Posts
    60
    thank you for reply.
    if user try to install on other device, I want to put the error message.
    is it possible?

    thank you.

  6. #6

  7. #7
    Nokia Developer Champion kiran10182's Avatar
    Join Date
    Mar 2006
    Location
    Helsinki, Finland
    Posts
    8,236
    Quote Originally Posted by sbdavid View Post
    thank you for reply.
    if user try to install on other device, I want to put the error message.
    is it possible?

    thank you.
    Of course it is possible.

    See this article. http://wiki.forum.nokia.com/index.ph...n_installation

    Code:
    IF(MachineUID=0x2000060B OR MachineUID=0x2000249B)
    ....
    ....
    ;Install these files
    ELSE
    ;Display warning message from file. See the link given above.
    ENDIF
    Nokia Developer Wiki Moderation team

Similar Threads

  1. Replies: 3
    Last Post: 2008-10-14, 08:53
  2. [Moved] Max File Count in J2ME Devices
    By deepal_qa in forum Mobile Java General
    Replies: 4
    Last Post: 2008-08-29, 06:52
  3. [moved] VPN Policy Installation error:
    By martin_Prabakar in forum General Development Questions
    Replies: 1
    Last Post: 2008-07-28, 13:14
  4. PA type installation does not work anymore after first removal
    By iulian_moldovan in forum Symbian C++
    Replies: 5
    Last Post: 2006-09-28, 14:26
  5. Alerting on BT devices out of range or off
    By jameelh in forum Bluetooth Technology
    Replies: 8
    Last Post: 2006-04-07, 15:44

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