I received UIDs for Five IMEIs and what now?
Hello,
I received UIDs for five IMEI's and what should I do know? Should I paste each UID in *.pro file and test on device:
[I]symbian {
vendorinfo = \
"%{\"vendor\"}" \
":\"vendor\""
my_deployment.pkg_prerules = vendorinfo
TARGET.UID3 = [COLOR="Red"]xxx[/COLOR]
#0xE73E405A 0xeea770b1
TARGET.CAPABILITY += Location
TARGET.EPOCSTACKSIZE = 0x14000
TARGET.EPOCHEAPSIZE = 0x020000 0x800000
addFiles.sources = ling_pl.qm ling_de.qm ling_it.qm ling_fr.qm ling_ja.qm ling_es.qm
addFiles.path = .
DEPLOYMENT += addFiles my_deployment
}[/I]
What about the fixed UID (0x2002CCCF) ?
When I try to use Smart Installer I see this:
[IMG]http://img831.imageshack.us/img831/794/przechwytywaniebm.jpg[/IMG]
Re: I received UIDs for Five IMEIs and what now?
[QUOTE=radeknati;814123]Hello,
I received UIDs for five IMEI's and what should I do know? Should I paste each UID in *.pro file and test on device:
[I]symbian {
vendorinfo = \
"%{\"vendor\"}" \
":\"vendor\""
my_deployment.pkg_prerules = vendorinfo
TARGET.UID3 = [COLOR="Red"]xxx[/COLOR]
#0xE73E405A 0xeea770b1
TARGET.CAPABILITY += Location
TARGET.EPOCSTACKSIZE = 0x14000
TARGET.EPOCHEAPSIZE = 0x020000 0x800000
addFiles.sources = ling_pl.qm ling_de.qm ling_it.qm ling_fr.qm ling_ja.qm ling_es.qm
addFiles.path = .
DEPLOYMENT += addFiles my_deployment
}[/I]
What about the fixed UID (0x2002CCCF) ?
When I try to use Smart Installer I see this:
[IMG]http://img831.imageshack.us/img831/794/przechwytywaniebm.jpg[/IMG][/QUOTE]
Just use one of the UIDs.
Cheers :)
Re: I received UIDs for Five IMEIs and what now?
Ok, but I have also problem with package my app using smart istaller : [I] Cannot open ovidevcert.cer SIS creation failed[/I]. How should I do this? Thanks a lot for help
Re: I received UIDs for Five IMEIs and what now?
Yes, use one of the uid's in your pro file. Copy the .crt and .key files to your project folder and use those names when executing make... Before you can isntall the sis that this make on your device you have to install the . sis that came with the crt and key on your device. After succesful make sis have created a .pkg file yourapp_installer.pkg you open that in editor and replace testing UID (oxA000...) with this 0x2002CCCF UID you mentioned. Read more: [url]http://blogs.forum.nokia.com/blog/ovi-publisher-alert/2010/08/02/qt-content-qa[/url]
Re: I received UIDs for Five IMEIs and what now?
Hi there, I've solved a problem. The problem was with EXTENSION of Certficate wich I received from Nokia OVI Support
In the guide of using Smart Installer there is:
[I]C:\Sources\Application>make sis QT_SIS_CERTIFICATE=ovidevcert.[COLOR="Red"]cer[/COLOR] QT_SIS_KEY=ovidevcert.key[/I]
The extension of my certification I received today is [COLOR="Red"]*.crt[/COLOR]