Required application access not granted during installation
| Tue, 2008-04-15 08:04 | |
|
Hi All, I am trying to install self sign sis file on my device. I am getting this message "Required application access not granted". I searched in forum and found that this is problem due to capability problem. I have this capability in my .mmp. I think I can use this capability with self sign Please reply any one.. Thanks & Regards Symbian OS 9.1,S60 3rd edition MR,and CodeWarrior 3.1 |
|






Forum posts: 462
To understand the capability requirements, the best way is to remove all capabilities and check the epocwind.out to see what capabilities are needed.
As for what capability is ok for self-signing, guess you should use the same advise you give on many threads..check the documents
Forum posts: 128
Hi Neil,
Thank you very much for your reply. I will do as you told me to understand the capability requirements.
First I try to self sign with above capability and its install on my device but that is not working. Again I try in same way as I did earlier but it is not working.
Thanks & Regards
Ram
Symbian OS 9.1,S60 3rd edition MR,and CodeWarrior 3.1
Forum posts: 128
Hi Neil,
I removed the capability and complie and run my application. Then trying to find out epocwind.out. I am not able to find epocwind.out file. I searched all directory. Please give some more details like in which folder I will found this file.
waiting for reply .
Thanks & Regards
Ram
Symbian OS 9.1,S60 3rd edition MR,and CodeWarrior 3.1
Forum posts: 128
Hi Neil,
I checked temp directory and found epocwind.out file. These are the capability which is available in epocwind.out file.
LocalServices+ReadUserData+WriteUserData+UserEnvironment+NetworkServices+ReadDeviceData+WriteDeviceData+NetworkControl+CommDD+AllFiles.
Now I am going to include this capability in my .mmp file ,then I will try to install application on my device.
Thanks & Regards
Ram
Symbian OS 9.1,S60 3rd edition MR,and CodeWarrior 3.1
Forum posts: 462
A 'dir epocwind.out /s' is what it would take to find the file.
Anyway, when I do that it gives me this path : C:\Documents and Settings\[Neil]\Local Settings\Temp
Edit : sorry I didnt notice that you had more messages below the one I read..each one actually telling each step that you are doing
Edit 2: I believe you had already found your solution in http://discussion.forum.nokia.com/forum/showthread.php?t=131708&highlight=capability
)
Anyway..happy posting (Gosh I could have made 3 posts instead of editing the same one 3 times
Forum posts: 128
Hi Neil,
I found solution but when I am installing on my device then it installation process will go upto half then I am seeing message "Unable to install". Still I am trying to install sis file on my device.
Thanks & Regards
Ram
Symbian OS 9.1,S60 3rd edition MR,and CodeWarrior 3.1
Forum posts: 462
This message may come up when your installation file (.sis/.sisx) copies files to other application's private folder or trying to install files where it shouldn't. So check in that respect.
Forum posts: 128
Hi Neil,
Thanks for reply. Now I am able to install sis file on my device. Now I am getting new message that is "Unable To Execute file for Security reason".
To solve this problem I am taking help from this post. http://discussion.forum.nokia.com/forum/showthread.php?t=109491.
Thanks & Regards
Ram
Symbian OS 9.1,S60 3rd edition MR,and CodeWarrior 3.1
Forum posts: 462
Issue seems to do with capability. Check on that issue.
Another possibility could be that you are trying to install a binary with a name which already exist on the Z drive.
Forum posts: 128
Hi Neil,
Thanks for reply, and I understand capability issue . Can you tell me what is mean by trying to install a binary with a name which already exist on the Z drive.
Once again thanks for help and your time.
Thanks & Regards
Ram
Symbian OS 9.1,S60 3rd edition MR,and CodeWarrior 3.1
Forum posts: 462
Maybe you have another application with the same name installed (Thats what the installer might be saying)
Regarding capability, carbide 1.3 has got a capability scanner which might be useful to you (Note: I dont know if its available for all versions, but its available in my developer edition atleast)
edit : just noticed that you got codewarrior
anyway info will always help!!
Forum posts: 128
Hi Neil,
Thank you for your reply and help. Yes, I am using Codewarrior 3.1.
Thanks & Regards
Ram
Symbian OS 9.1,S60 3rd edition MR,and CodeWarrior 3.1