Discussion Board

Results 1 to 3 of 3
  1. #1
    Registered User jmclaurin11's Avatar
    Join Date
    Jan 2010
    Posts
    43
    Hi,

    I would like to build Qt-Mobility libs in a .sis file for a device. I did this already but I'm not able to install them to the phone because of access rights. How can I get the rights to do the install of my qtm libs.


    Thanks
    Jim

  2. #2
    Nokia Developer Champion danhicksbyron's Avatar
    Join Date
    Nov 2009
    Location
    Minnesota, USA
    Posts
    3,209
    First you have to determine which rights you need for the specific functions you're using, and request them the PRO file. (Eg: "symbian:TARGET.CAPABILITY = NetworkServices".)

    Then you need to build a "self-signed" sisx file. There are instructions for that floating around. Basically you create a "self-signed" certificate with some command line mumbo-jumbo and then record the resulting info in the properties for your Carbide project.

    Except that for some of the rights (not sure which ones) you need to have a "real" signed file.

  3. #3
    Nokia Developer Expert AlexBl's Avatar
    Join Date
    Dec 2009
    Posts
    31
    Unfortunately you may not always be able to sign all libraries by yourself (even if you include OpenSigned) as some of them require capabilities which can not be obtained via Open signed. The bearer library requires NetworkControl for example. If you don't have it some calls will fail. In the case of Bearer the QNetworkSession::stop() call will not have the expected behavior.

    List of capabilites and their availability:

    http://developer.symbian.org/wiki/in...an_I_access.3F

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