Hi every one,
while developing a Qt application -for Meego N950 device - that uses GPS to get current position coordinates i got this error in the application output window:
DBus error:
org.freedesktop.DBus.Error.AccessDenied
Rejected send message, 2 matched rules; type="method_call", sender=":1.155" (......etc) interface="com.nokia.positioningd.client" member="registerListener" error name="(unset)" requested_reply=0 destination="com.nokia.positioningd.client" (uid=29999 pid=850 comm="/usr/bin/positioningd "))
after some investigation it turn out that using GPS needs what so called special credential to be added to the manifest file:
<request>
<credential name="Location" />
...
the problem is that after creating that manifest file manually i get those errors related to that manifest file in the compile output window :
aegis-manifest: No checksum found in 'myapp.aegis'.
aegis-manifest: The manifest file was most likely not generated by this tool.
aegis-manifest: This file will be placed to the resulting archive as-is.
aegis-manifest: Run 'aegis-manifest -f' to force overwrite.
First of all can anyone tell me what is that tool and how to use it ?
secondly can anyone tell me how to run 'aegis-manifest -f' to force overwrite?![]()



Reply With Quote

