Required application access not granted error while installing sis file
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.
Re: Required application access not granted error while installing sis file
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.
Re: Required application access not granted error while installing sis file
for WriteDeviceData ReadDeviceData you need to get developer certificate from symbian signed, for more information, visit [url]www.symbiansigned.com[/url]
yucca
Re: Required application access not granted error while installing sis file
Re: Required application access not granted error while installing sis file
Just for your information, I have written a blog about various certificate error messages in S60 3rd Edition. Check it out at [url]http://mobile.antonypranata.com/2006/06/16/interpreting-signing-error-messages-in-s60-3rd-edition/[/url].
Just in case, you see other messages.
Antony
Re: Required application access not granted error while installing sis file
antonypr thanks for this site, it's very helpful. Good job!
Re: Required application access not granted error while installing sis file
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.
Re: Required application access not granted error while installing sis file
[QUOTE=antonypr;245887]Just for your information, I have written a blog about various certificate error messages in S60 3rd Edition. Check it out at [url]http://mobile.antonypranata.com/2006/06/16/interpreting-signing-error-messages-in-s60-3rd-edition/[/url].[/QUOTE]
Nice blog. You say in it: [QUOTE]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.[/QUOTE]
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.
Re: Required application access not granted error while installing sis file
[QUOTE=UncleOp;440787]
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.[/QUOTE]
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.
Re: Required application access not granted error while installing sis file
[QUOTE=ltomuta;440897]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.[/QUOTE]
Hello,
I'm having trouble to apply for a certificate.
I tried to access symbiansigned.com at [url]https://www.symbiansigned.com/app/page[/url]
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
Re: Required application access not granted error while installing sis file
[QUOTE=alfonso78;713515]Hello,
I'm having trouble to apply for a certificate.
I tried to access symbiansigned.com at [url]https://www.symbiansigned.com/app/page[/url]
[/QUOTE]
That is the correct place to apply for a certificate. They also have a support forum, hosted at [URL="http://developer.symbian.org/forum/forumdisplay.php?f=5"]http://developer.symbian.org[/URL]
[QUOTE=alfonso78;713515]
I would like to get an offline certificate but I cannot register with my personal email.
[/QUOTE]
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=alfonso78;713515]
How come free developers cannot get a signing certificate? How can I overcome this limitation?
[/QUOTE]
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.
Re: Required application access not granted error while installing sis file
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.
Re: Required application access not granted error while installing sis file
[quote]In theory, I should be able to sign it ONLINE (symbiansigned) and install it on my device (a Symbian S60 FP3 Release 2).[/quote] you meant OpenSigning Online ?
Re: Required application access not granted error while installing sis file
Why That???
[IMG]http://img231.imageshack.us/img231/15/42026027.png[/IMG]
[IMG]http://img204.imageshack.us/img204/4632/94963773.png[/IMG]
Re: Required application access not granted error while installing sis file
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.