I having lots of troubles to update my app in Ovi store.
Now I'm having this the error when testing the sis file
"Application is not trusted and may be harmful to your phone"
"Unable to install a protected application from a suplier that is not trusted"
Here's the steps I made:
1) Correct this critical bug, that messed my app compatibility with S60 devices https://bugreports.qt.nokia.com//browse/QTSDK-702
2)Put the corrrect UI in the pro file
3) Compiled the app. the sis file is createdCode:symbian: { VERSION = 1.0.1 ICON = app.svg TARGET.UID3 = 0x200xxxxx //supplied by nokia #TARGET.UID3 = 0xE4560520 vendorinfo = \ "%{\"xxxxxxxx\"}" \ ":\"xxxxxxxx\"" my_deployment.pkg_prerules = vendorinfo DEPLOYMENT += my_deployment DEPLOYMENT.installer_header = 0x2002CCCF }
4) Update the app_installer.pkg file so I can chose where to install the app.
change it from
toCode:"C:/nokiaqtapps/app/app.sis" - "c:\private\2002CCCE\import\app.sis" @"C:/QtSDK/Symbian/SDKs/Symbian1Qt463//smartinstaller.sis",(0x2002CCCD)
It seems I should fix the pro file first, so I can get the correct pkg file after running qmake, but I dont know how to do it.Code:"C:/nokiaqtapps/app/app.sis" - "!:\private\2002CCCE\import\app.sis" @"C:/QtSDK/Symbian/SDKs/Symbian1Qt463//smartinstaller.sis",(0x2002CCCD)
5)In the Qt 4.6.3 Symbian^1 command prompt I run:
Now I have my app_installer.sys wich fails miserably with the above described errors. I first have installed the OviPublishCert_07_14_2011.sis, supplied by Nokia, wich should be valid until October 2, so any help will greatly appreciated. Also the remote compiler doesnt help, it compiles fine but the supplied sis doenst allow to choose were to install the app, this really should be fix.Code:make installer_sis QT_SIS_CERTIFICATE=OVI_2011-07-04.crt QT_SIS_KEY=OVI_2011-07-04.key make ok_installer_sis QT_SIS_CERTIFICATE=OVI_2011-07-04.crt QT_SIS_KEY=OVI_2011-07-04.key
I also try the option in QtCreator "Deploy Project" but got errors:
RegardsCode:Running Making SIS file C:/QtSDK/Symbian/SDKs/Symbian1Qt463/epoc32/tools/make.exe installer_sis make -s -f Makefile sis error: bad language count. file I/O fault, cannot open mathgraphica_unsigned.sis. SIS creation failed! make -s -f Makefile ok_installer_sis Error : Cannot find file : C:/nokiaqtapps/MathGraphica/MathGraphica.sis (28) : error: file I/O fault. file I/O fault, cannot open mathgraphica_installer_unsigned.sis. SIS creation failed! Done.
Joao



