I am trying to get my application to start a call using the good old dbus com.nokia.csd.Call.CreateWidth method but, of course, can't get aegis to grant me access to it.<br><br>When I start it from QtCreator it works just fine. When I try to start the application on the phone I get:<br>
<br>QDBusMessage(type=Error, service="", error name="org.freedesktop.DBus.Error.AccessDenied", error message="Rejected send message, 2 matched rules; type="method_call", sender=":1.2976" (uid=29999 pid=9857 comm="/opt/callout/bin/callout ") interface="com.nokia.csd.Call" member="CreateWith" error name="(unset)" requested_reply=0 destination="com.nokia.csd.Call" (uid=30000 pid=634 comm="/usr/sbin/csd -z -p call autorej=0,autoans=0,ecall"))", signature="", contents=() )<br>
<br>Qt creator was "nice enough" to create the aegis file for my package and even include the credentials to allow my app to access the address books using the mobility contacts but, as far as the dbus goes, it only tells me: <!--<span style=" color:#c0c0c0;"> </span>Application<span style=" color:#c0c0c0;"> </span>accesses<span style=" color:#c0c0c0;"> </span>DBus<span style=" color:#c0c0c0;"> </span>libraries<span style=" color:#c0c0c0;"> </span>directly.<span style=" color:#c0c0c0;"> </span>--> go figure out! :)<br>
<br>Any hints?<br><br>Thanks, <br>Felipe<br><br><br>