Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Problems with QtMobility and Aegis on N950

Problems with QtMobility and Aegis on N950

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 1.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Den123
    wrote on last edited by
    #1

    Hi!

    I have simple application for sending SMS.
    This app does not contains icons for showing on device desktop, I use console for starting it.

    Aegis file is pretty simple:

    @
    <aegis>
    <request>
    <credential name="Cellular" />
    <credential name="TrackerReadAccess" />
    <credential name="TrackerWriteAccess" />

                <for path="/opt/SimpleSMS/bin/SimpleSMS" />
        </request>
    

    </aegis>
    @

    When I run this app on device from QtCreator, I see following errors in log:

    SendRequest::finished() : "org.freedesktop.Telepathy.Error.Terminated" : "Channel request failed"

    accli (accli -p <PID> -I ) shows me, that process owner is developer and process has all necessary credentials.

    So, it is impossible to run QtMobility apps from QtCreator?

    When I install app on device from deb-file (as user from file manager) and run it from console, I see a lot of other errors in log:

    GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Rejected send message

    accli shows, that process owner is user and process does not has necessary credentials.

    I do not understand, how to solve these issues... Any hints?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved