required application access not granted
Hello!
this is my first qt app. i am trying to install the app on a phone but i get an error "required application access not granted"
here is the complier output:
Successfully created qtpromo.sis for debug-gcce using certificate: Self Signed!
The process "C:\NokiaQtSDK\Symbian\SDK\epoc32\tools\make.e xe" exited normally.
Deploying application to 'Nokia N8-00 USB Serial Port (COM41)'...
Copying "QtPromo.sis"...
Installing package "E:\Data\QtPromo.sis" on drive E:...
Installing package "E:\Data\QtPromo.sis" on drive E:...
Could not install from package E:\Data\QtPromo.sis on device: General OS-related error
Error while building project QtPromo (target: Symbian Device)
When executing build step 'Deploy'
help please...
thank you.
Re: required application access not granted
Let me guess: You are using the AllFiles capability (or any other advanced one)? Then you need need a trusted sign because self signing is not enough for that capabilities. As a short reference: http://doc.trolltech.com/qtcreator-2...aller-packages
Re: required application access not granted
i have in my project
Code:
TARGET.CAPABILITY = NetworkServices \
LocalServices \
ReadUserData \
WriteUserData \
UserEnvironment
and i've read these are basic?
Re: required application access not granted
That's right. Maybe you are using any call inside your app which needs higher grants.