Hi all!
I'm trying to set system time using MeeGo::QmTime::setTime(), but it required a timed::TimeControl resource token. Unfortunately aegis doesn't allow it at installation time:
As a result setTime() doesn't work without that token, it always return zero (false).Package myapp: denied 'timed::TimeControl' -- origin '' does not allow it
Package myapp: denied 'timed::TimeControl' for '/opt/myapp/bin/myapp' -- origin '' does not allow it
SDK's help documentation and aegis configuration on the real device are different.
So is there any way to set system time from my own code?

Reply With Quote


