Yes, capabilities was the key I missed. I need to add
symbian:TARGET.CAPABILITY += ReadUserData
to the .pro file. Thanks a lot for the hint! Issue resolved.
Type: Posts; User: -tro-; Keyword(s):
Yes, capabilities was the key I missed. I need to add
symbian:TARGET.CAPABILITY += ReadUserData
to the .pro file. Thanks a lot for the hint! Issue resolved.
I am trying to read SMS inbox messages with QMessageManager::queryMessages. I got it working in Qt Simulator, but in my actual device (N8) it always returns 0 messages although there are SMS and...