PDA

View Full Version : required application access not granted



darlene
13th May 2011, 02:13
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.exe" 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.

Lykurg
13th May 2011, 06:36
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.2/creator-deployment-symbian.html#creating-symbian-signed-smart-installer-packages

darlene
13th May 2011, 06:45
i have in my project



TARGET.CAPABILITY = NetworkServices \
LocalServices \
ReadUserData \
WriteUserData \
UserEnvironment


and i've read these are basic?

Lykurg
13th May 2011, 07:07
That's right. Maybe you are using any call inside your app which needs higher grants.