Discussion Board

Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    Registered User GTO_India's Avatar
    Join Date
    Nov 2010
    Posts
    867
    Please tell me the easiest way to generate the sis file for symbian applications.

    Iam follwing the Enable AutoBuild procedure in carbide C++ which is provided under Run->

    Run Configuarations -> Enable auto build.

    In this it genareates sis and sisx files but frequently I see " Requested application Access Not granted"

    while installing the sisx file.

  2. #2
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    It is not about complexity, but the certification. Your certificate (let it be self-signed or some devcert) does not cover all the capabilities you need (e.g. specified in the .mmp file). You can check the actual capabilities directly from the .exe file via running elftran -dump s your.exe in the container folder (epoc32\release\gcce\urel for example).

  3. #3
    Registered User GTO_India's Avatar
    Join Date
    Nov 2010
    Posts
    867
    I have followed the below procedure.

    http://www.developer.nokia.com/Commu...gn_Certificate

    After getting the self sign sis file when I try to install on the device I get this " Error"


    "Requested Application Access not granted"

    In command promt the procedure is as follows


    C:\Symbian\Carbide>cd App1

    C:\Symbian\Carbide\App1>cd sis

    C:\Symbian\Carbide\App1\sis>makekeys -cert -password World123 -len 1024 -dname "CN=World User OU=Development OR=WorldCompany CO=FI EM=World@test.com" WorldKey.key WorldCert.cer

    Generating DSA key .................................Generated!

    Created key: WorldKey.key Created certificate: WorldCert.cer

    C:\Symbian\Carbide\App1\sis>signsis App1_S60_3_X_v_1_0_0.sis.sis App1_S60_3_X_v_1_0_0.sis WorldCert.cer WorldKey.key World123 file I/O fault, cannot open App1_S60_3_X_v_1_0_0.sis.sis.

    C:\Symbian\Carbide\App1\sis>signsis App1_S60_3_X_v_1_0_0.sis App1_S60_3_X_v_1_0_0.sis WorldCert.cer WorldKey.key World123

    C:\Symbian\Carbide\App1\sis>


    Please guide me where I went wrong > Iam tesing on C6 i.e 5th edition device.
    You can mail to svn_k1@yahoo.co.in also.

  4. #4
    Registered User GTO_India's Avatar
    Join Date
    Nov 2010
    Posts
    867
    I want to know the resons for the error as "Requested appliaction access not granted"

    during the installation of sis or sisx file.

    I follow the following procedure as below: To generate or build sis file

    In carbide c/c++ Projects->Build configurations->Manage->Set Active

    Project ->Properties->Build configurations->Configuartion->Manage->Sis Builder->ADD->SIS properties

    Run->Run Configurations->Enable Auto Bulid

    After this when I run I get the sis and sisx file generated. when I install sisx file Iam getting the above error.

  5. #5
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,671
    either you are using capabilities that are not accessible by the certificate used for signing, or you are trying to use protected range UID with self-made certificate.

  6. #6
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,671
    I answered that in your other thread: http://www.developer.nokia.com/Commu...ss-not-granted

  7. #7
    Registered User GTO_India's Avatar
    Join Date
    Nov 2010
    Posts
    867
    what are the capabilities that are not accessible?

    what is protected range UID?

    I bulid with enable auto build option in Run->Run configurations in Carbide c/c++

  8. #8
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    Threads are merged now.
    You can read about capabilities in the SDK Help, the on-line Library or the Wiki. Like http://www.developer.nokia.com/Commu...i/Capabilities
    Self-signed certificates enough for user-grantable capabilities, which the user can approve on installation time. Others require some trusted signing, like a developer certificate.
    UID article: http://www.developer.nokia.com/Community/Wiki/UID
    Carbide.c++ is an intelligent text editor, but it can not fix this for you automatically.

  9. #9
    Registered User GTO_India's Avatar
    Join Date
    Nov 2010
    Posts
    867
    Some capabilities can be self signed, which are they refer to the article http://www.developer.nokia.com/Commu...i/Capabilities . I presently have capabilities like

    LocalServices Location NetworkServices ReadDeviceData ReadUserData SwEvent UserEnvironment WriteDeviceData WriteUserData
    .

  10. #10
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,671
    and you can not use ReadDeviceData SwEvent WriteDeviceData capabilities with self-signing.

  11. #11
    Registered User GTO_India's Avatar
    Join Date
    Nov 2010
    Posts
    867
    Thank you your idea has worked for one application of mine .I have removed the 3 capabilities as said by you and my app got installed. But where as in other app I have done the same and try to install it could not install y? Browser launcher code to paly rtsp video.

  12. #12
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,671
    What was the error note shown when you try installing it ?

    Also note that you can not use protected range (i.e 0x1xxx, or 0x2xxx) UIDs with selfmade certificates.

  13. #13
    Registered User GTO_India's Avatar
    Join Date
    Nov 2010
    Posts
    867
    Requested application access not granted.

  14. #14
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,671
    Then do full clean-up for the project (after you have checked the points discussed earlier), and make the sis file again.

  15. #15
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    You may also consider trying that elftran stuff.

Page 1 of 2 12 LastLast

Similar Threads

  1. Requested Application Access not Granted
    By hoooopy in forum Symbian
    Replies: 3
    Last Post: 2011-07-03, 22:11
  2. Requested Application access not granted
    By yannifan in forum [Archived] Nokia Smart Installer for Symbian
    Replies: 3
    Last Post: 2011-04-01, 19:23
  3. Requested application access not granted
    By Enoz in forum Symbian Tools & SDKs
    Replies: 14
    Last Post: 2010-11-11, 08:29
  4. Requested application access not granted
    By diverman in forum Python
    Replies: 4
    Last Post: 2010-03-31, 13:56
  5. Requested application Access not granted
    By islamfunny in forum Symbian Networking & Messaging (Closed)
    Replies: 7
    Last Post: 2009-04-28, 07:05

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