hi
i read "http://www.developer.nokia.com/Community/Blogs/blog/ovi-publisher-alert/2010/08/02/qt-content-qa"
Do first qmake && make release-gcce
after make sis qt_sis_certificate = developer.crt qt_sis_key = developer.key
(i have own developer certificate and key)
and have follow
d:\qt\app\ColorIt>make sis qt_sis_certificate = developer.crt qt_sis_key = devel
oper.key
make: *** empty variable name. Stop.
d:\qt\app\ColorIt>make sis qt_sis_certificate=developer.crt qt_sis_key=developer
.key
make -f Makefile ok_sis MAKEFILES=.make.cache
make[1]: Entering directory `d:/qt/app/ColorIt'
createpackage -g ColorIt_template.pkg RELEASE-armv5
Auto-patching self-signed package.
Patching package file and relevant binaries...
Patching: UID 0x200***E3 is not compatible with self-signing!
Patching: Package UID changed to: 0xE0035CE3.
Patching: Executable with SID in the protected range (0x200***e3) detected: "Col
orIt_patched_caps.exe". A self-signed sis with protected executables is not supp
orted.
Patching: Unable to patch the package for self-singing.
Use a proper developer certificate for signing this package.
ERROR: Automatic patching failed at D:\QtSDK\Symbian\SDKs\Symbian3Qt473\bin\crea
tepackage.pl line 357.
make[1]: *** [ok_sis] Error 2
make[1]: Leaving directory `d:/qt/app/ColorIt'
make: *** [sis] Error 2
Can you explain me this error?
Problem
Patching: UID 0x200***E3 is not compatible with self-signing!
Patching: Package UID changed to: 0xE0035CE3.
My uid don't work?
thanks




