I have faced problem during sis installation for particular device
Hello All,
I am getting problem when i am installing sis file in E-65(for s60 3rd edition).
The Error is "Required application access not granted". May any one help me about this problem, i am waiting for valuable response from discussion board.
Thanks
Re: I have faced problem during sis installation for particular device
Basically if it installs to 3rd ed FP2 devies onwards, then its having [B]Location[/B] capability, and this capability can not be used with self-signed apps on devices having platform version older than 3rd ed FP2.
Re: I have faced problem during sis installation for particular device
Thank you Sir
But i have tried with two applications which are Symbian signed in the same device. And it is giving the same error every time.
Thanks
Re: I have faced problem during sis installation for particular device
What are the various capabilities included in the project(look for CAPABILITY key word in mmp file, if not known already) & depending upon the same you need to sign the application with a developer certificate or self-signing would do.
Have a look at the following links, explaining the capabilities & their use cases:
[url]http://www.developer.nokia.com/Community/Wiki/Capabilities[/url]
[url]http://www.developer.nokia.com/Community/Wiki/Capabilities_(Symbian_Signed)[/url]
Re: I have faced problem during sis installation for particular device
Hello Vineet
Thanks for your response.
Here are details of capabilities from my .mmp file-
#if SND_HAS_APS || SND_HAS_VAS
CAPABILITY NetworkServices LocalServices ReadUserData WriteUserData UserEnvironment MultimediaDD
#else
CAPABILITY NetworkServices LocalServices ReadUserData WriteUserData UserEnvironment
#endif
Is there any thing missing in this?.
Thanks
Re: I have faced problem during sis installation for particular device
Ok, And what about the signing part? Are you trying with self-signing or with dev cert.
NOTE: MultimediaDD will not work with self-signing
Re: I have faced problem during sis installation for particular device
[QUOTE=jai2713;909082]Thank you Sir
But i have tried with two applications which are Symbian signed in the same device. And it is giving the same error every time.
Thanks[/QUOTE]
What actual Symbian signing is used, i.e. are you using Certified signing, express signing or something else ?
Also Would suggest checking on what actual capabilities are included in the sis file, since your capability statement there has if-clauses, so its not really easy to see.
Re: I have faced problem during sis installation for particular device
Hello Vineet
I am using it with development certificate and also i have tried it with Symbian signed application also.
Thanks
Re: I have faced problem during sis installation for particular device
I am using Symbian Signed applications which is done by Symbian on uploading the link-
[url]https://www.symbiansigned.com/signedui/welcome[/url]
Thanks
Re: I have faced problem during sis installation for particular device
You are then [B]not[/B] using symbian signed as such, basically if you say you use symbian signed, then we here would assume that you are using the Express signed or Certified signed, i.e. the commercial signing.
As you are using developer signing(assuming you also don't have publisher ID either), you do not have possibilities on using MultimediaDD, see more information from:[url]http://www.developer.nokia.com/Community/Wiki/User_guide:_Symbian_Signed[/url]
Re: I have faced problem during sis installation for particular device
I am using Certified signed Applications on the device and it is showing same error.
Thanks
Re: I have faced problem during sis installation for particular device
Something seems to be confusing here. Do you already have a certified signed version of the app you are trying? i suppose you are still developing the application. So is this certified signed app is some other app which you are just trying & you downloaded it from somewhere?
Re: I have faced problem during sis installation for particular device
Hello Vineet
I am from a Symbian App. Developer Company, so i have many applications which are previously Certified signed from Symbian. And this time i am using another application which is in development phase and send client for testing, and client is using the device and report me the issue. Then i checked it and i got the same, then i tried with Certified signed applicaions on same device (Nokia E65) and all time error is same.
Thanks
Re: I have faced problem during sis installation for particular device
Ok, now one more clarification, which was asked in #10 already:
From where did you got the certificate using which you are signing the application(the same which you have sent to client)? Is it downloaded from SymbianSigned.com, if yes then please login into the account & see if its [B]verified[/B]( after logging in, see the top right hand side corner, just adjacent to the 'user name', either 'unverified' or 'verified' must be written)
Re: I have faced problem during sis installation for particular device
Hello Vineet
All things are right i have tried myself to fix the issue then after i asked in forum. It is downloaded from SymbianSigned.com, and my account is verified and i have generated developer certificate through the particular device IMEI number.
Thanks