Results 1 to 4 of 4

Thread: required application access not granted

  1. #1
    Join Date
    Apr 2011
    Posts
    7
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows Symbian S60

    Default 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.
    Last edited by darlene; 13th May 2011 at 04:13.

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default 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

  3. #3
    Join Date
    Apr 2011
    Posts
    7
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows Symbian S60

    Default Re: required application access not granted

    i have in my project

    Qt Code:
    1. TARGET.CAPABILITY = NetworkServices \
    2. LocalServices \
    3. ReadUserData \
    4. WriteUserData \
    5. UserEnvironment
    To copy to clipboard, switch view to plain text mode 

    and i've read these are basic?

  4. #4
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: required application access not granted

    That's right. Maybe you are using any call inside your app which needs higher grants.

  5. The following user says thank you to Lykurg for this useful post:

    darlene (13th May 2011)

Similar Threads

  1. Replies: 8
    Last Post: 23rd March 2011, 10:13
  2. Replies: 3
    Last Post: 21st February 2011, 00:20
  3. TCP server-client application with external access
    By dominate in forum Qt Programming
    Replies: 3
    Last Post: 4th February 2011, 19:18
  4. Access Violation - Crashing Application
    By LIRiot in forum Qt Programming
    Replies: 9
    Last Post: 5th December 2010, 23:10
  5. access to ui in a threaded application
    By mastupristi in forum Qt Programming
    Replies: 3
    Last Post: 17th June 2010, 10:31

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.