Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
Qt Creator 2.3.0
-
None
-
I'm using the Creator version that ships with the Qt SDK 1.1.3
(Qt Creator 2.3.0 - Based on Qt 4.7.4 (32 bit)- Built on Aug 25 2011 at 15:26:28 - From revision 0c9dc89d0b)
I'm running Windows 7 64-bit.
Description
When I try and deploy my app to a device connected by USB, I get the following error message:
--------------------------------------------------------------------------------------------------
make[1]: Leaving directory `C:/Qt/Code/nameofmyproject'
The process "C:\QtSDK\Symbian\SDKs\SymbianSR1Qt474\epoc32\tools\make.exe" exited normally.
Deploying application to 'Nokia E7-00 USB Serial Port (COM5)'...
Deployment has been cancelled.
Error while building project nameofmyproject (target: Symbian Device)
When executing build step 'Deploy'
The package created will not install on a device as some of the defined capabilities are not supported by the certificate: LocalServices UserEnvironment NetworkServices ReadUserData WriteUserData Location SwEvent SurroundingsDD ProtServ PowerMgmt ReadDeviceData WriteDeviceData TrustedUI
Error while building project nameofmyproject (target: Symbian Device)
When executing build step 'Create SIS Package'
--------------------------------------------------------------------------------------------------
Still, when I go to "Projects > Symbian Device > Run" and click on "Certificate's details", Creator displays the right info:
--------------------------------------------------------------------------------------------------
Type:
Developer certificate
Issued by:
Nokia
Issued to:
Nokia
Valid from:
20.09.2011
Valid to:
30.08.2014
Capabilities:
LocalServices Location NetworkServices ReadUserData UserEnvironment WriteUserData PowerMgmt ProtServ ReadDeviceData SurroundingsDD SwEvent TrustedUI WriteDeviceData CommDD DiskAdmin MultimediaDD NetworkControl AllFiles DRM
Supporting 50 device(s): [ETC...]
--------------------------------------------------------------------------------------------------
So all the capabilities allegedly "not supported by the certificate" are actually there!