Discussion Board

Page 1 of 4 1234 LastLast
Results 1 to 15 of 51
  1. #1
    Regular Contributor muralidharvvk's Avatar
    Join Date
    Sep 2006
    Location
    Bangalore
    Posts
    51
    Hello,

    I am newBie for symbian.
    I am able to installing by using sis file in the basic application like helloworld.
    By disabling the signed application in device.

    When i am trying to do the same for an messaging application i am getting the error on device "Required application access not granted".

    Please help me out in this.

    Thanks & regards,
    Muralidhar.

  2. #2
    Regular Contributor muralidharvvk's Avatar
    Join Date
    Sep 2006
    Location
    Bangalore
    Posts
    51
    Extension for my above Post..

    I am trying to install on E70 3rd generation phone..
    LANG SC
    CAPABILITY NetworkServices ReadUserData WriteUserData WriteDeviceData ReadDeviceData

    I heard that i need these capabilities for my application.

    I want to know there is any other way other than signing the application to get the above capabilities.

    Because my application is in still development phase. When it developed completely only i can send it for testing and get the certification.

    Thanks in advance,
    Muralidhar.

  3. #3
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,664
    for WriteDeviceData ReadDeviceData you need to get developer certificate from symbian signed, for more information, visit www.symbiansigned.com

    yucca

  4. #4
    Regular Contributor muralidharvvk's Avatar
    Join Date
    Sep 2006
    Location
    Bangalore
    Posts
    51
    Thanks a lot yucca..

  5. #5
    Super Contributor antonypr's Avatar
    Join Date
    May 2003
    Location
    Vancouver, Canada
    Posts
    985
    Just for your information, I have written a blog about various certificate error messages in S60 3rd Edition. Check it out at http://mobile.antonypranata.com/2006...0-3rd-edition/.

    Just in case, you see other messages.

    Antony

  6. #6
    Registered User jarkoos's Avatar
    Join Date
    Jan 2007
    Location
    Warsaw, Poland
    Posts
    16
    antonypr thanks for this site, it's very helpful. Good job!
    paranoia is faith in a hidden order behind visible

  7. #7
    Registered User tristanjmoore's Avatar
    Join Date
    Jul 2007
    Posts
    1
    The "Required application access not granted" error can be as a result of using an older version the DevCertRequest tool. Moving from version 2.0 to 2.3 there were an extra 4 capabilities that I could allow my application to perform which it required. Using the older version didn't allow these and hence caused this message to appear during installation.

  8. #8
    Regular Contributor UncleOp's Avatar
    Join Date
    Dec 2007
    Posts
    62
    Quote Originally Posted by antonypr View Post
    Just for your information, I have written a blog about various certificate error messages in S60 3rd Edition. Check it out at http://mobile.antonypranata.com/2006...0-3rd-edition/.
    Nice blog. You say in it:
    If your application requires one of the extended capabilities, for example SwEvent, you cannot sign it with self-signed certificate. In this case, apply for developer certificates from Symbian Signed.
    Note that the current openSignedOnline site *does* allow for SwEvent. So perhaps you should pick a different capability, or explain why it won't work even though OSO allows it.

  9. #9
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    Quote Originally Posted by UncleOp View Post
    Note that the current openSignedOnline site *does* allow for SwEvent. So perhaps you should pick a different capability, or explain why it won't work even though OSO allows it.
    The statement is still valid. Open Signed Online (OSO) is not self-signed, the signing is done with a devcert which is valid for one IMEI-only. The only thing changed is that the devcert is not given to you (as in the offline version) but generated on the fly on the server side and then deleted after use.

  10. #10
    Registered User alfonso78's Avatar
    Join Date
    Aug 2008
    Posts
    7
    Quote Originally Posted by ltomuta View Post
    The statement is still valid. Open Signed Online (OSO) is not self-signed, the signing is done with a devcert which is valid for one IMEI-only. The only thing changed is that the devcert is not given to you (as in the offline version) but generated on the fly on the server side and then deleted after use.
    Hello,

    I'm having trouble to apply for a certificate.

    I tried to access symbiansigned.com at https://www.symbiansigned.com/app/page

    I would like to get an offline certificate but I cannot register with my personal email.
    How come free developers cannot get a signing certificate? How can I overcome this limitation?

    Thank you,

    alfonso

  11. #11
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    Quote Originally Posted by alfonso78 View Post
    Hello,

    I'm having trouble to apply for a certificate.

    I tried to access symbiansigned.com at https://www.symbiansigned.com/app/page
    That is the correct place to apply for a certificate. They also have a support forum, hosted at http://developer.symbian.org
    Quote Originally Posted by alfonso78 View Post
    I would like to get an offline certificate but I cannot register with my personal email.
    It all depends on where you email is hosted. Te get a developer certificate (offline) you must have a Publisher ID, which is only granted to registered companies (be those a one man shop with the simplest form of registration allowed in a given country). The expectation is that if you have a company you may as well have a domain name and a mail server under it, so that you don't use a public service such as @ovi.com or the rest.
    Quote Originally Posted by alfonso78 View Post
    How come free developers cannot get a signing certificate? How can I overcome this limitation?
    There is no such thing as free developers. There's only developers. But the general expectation is that you are doing a business, looking to gain profit from this software development activity or at least able to cover the costs.
    There was a time when every developer could get a developer certificate for offline use. The system was unfortunately abused by end-users and by developers releasing unsigned applications. The current situation is a reaction to that and it means that if you cannot prove that you are a company then you cannot prove that you are a developer either, and the only option available for you is seld-signed and Open Signed Online for R&D purposes and self-signing as a releases option.

  12. #12
    Registered User aspedal's Avatar
    Join Date
    Apr 2009
    Posts
    4
    Hi all!

    I really need some help on this...

    I have an application with the following Capabilities:

    CAPABILITY NetworkServices ReadDeviceData WriteDeviceData ReadUserData WriteUserData LocalServices SwEvent

    An those UID: 0x100039CE 0xEFAED3C8

    In theory, I should be able to sign it ONLINE (symbiansigned) and install it on my device (a Symbian S60 FP3 Release 2).

    But I get the error "Required application access not granted".
    What I should look for? There is any other setting in the .pkg or in the .mmp file that I should change to avoid this error???

    Thank you very much.

  13. #13
    Nokia Developer Moderator skumar_rao's Avatar
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    9,968
    In theory, I should be able to sign it ONLINE (symbiansigned) and install it on my device (a Symbian S60 FP3 Release 2).
    you meant OpenSigning Online ?

  14. #14
    Registered User Mkiller's Avatar
    Join Date
    Jul 2010
    Posts
    10
    Why That???



  15. #15
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    Feel free to read the rest of the thread. The application has some capability which is not granted by the certificate used for signing it.

Page 1 of 4 1234 LastLast

Similar Threads

  1. SIS file question: Application may not be compatible
    By marksmith in forum Symbian Tools & SDKs
    Replies: 6
    Last Post: 2006-08-25, 09:23
  2. recreate signed sis file
    By rahulsingh in forum Symbian C++
    Replies: 2
    Last Post: 2005-10-28, 10:37
  3. Replies: 1
    Last Post: 2005-05-26, 14:22
  4. Replies: 0
    Last Post: 2002-06-10, 12:24
  5. How to Access 9210 Dbms file from my desktop application?
    By Nokia_Archive in forum Symbian Networking & Messaging (Closed)
    Replies: 0
    Last Post: 2002-06-03, 03:46

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