I'm also interested in a solution.
.pro:
resulting .pkg:
Would this solve the OVI problem?
Type: Posts; User: tineursic; Keyword(s):
I'm also interested in a solution.
.pro:
resulting .pkg:
Would this solve the OVI problem?
Just for the reference, my QSettings problem was also solved.
Next time I'll probably use tamhanna's solution.
Thank you.
Solved.
Simply made a subdir in the private folder and store the settings file there.
//set Settings file path
QString thePath =...
I have a similar problem (here)
Have you found a solution?
The private dir fixes the issue on 5th and ^3. But it doesn't work on 3rd (Qt4.6.3 or Qt4.7.3)
QSettings *settings;
settings = new...
....sems my post was lost somehow.
A bit shorter version:
Tried hiding the widgets (visibility=false), which it seems to fix the problem.
But if "setVisible(false)" is called right after the...
We're having a problem implementing a larger list of widgets (500+ objects).
At the moment we're using QListWidget and add a QListWidgetItem which includes a QWidget with one picture (20x20pix),...
Just to clarify. It was the Qt version. We used Qt4.6.2 (as stated in the first post) and had to upgrade to Qt4.6.3.
Thank you all for explaining the situation.
We'll do as advised by aaumala.
The whole project is on standby. Where can I turn to, to get help on this? Email, web, phone ... anything would be helpful.
Checked the whole procedure again and found no errors. Certificate, signing, .pkg, symbiansigned account info ... all seem to be correct.
What could be the problem? Where to look and how?
Thanks for replying.
In symbiansigned account settings there's a field that states:
And the contents were filled with our company name when the account was registered months ago. The problem...
Where can I input this "Distinguished Name" ? Is this a certificate error? :confused:
EDIT:
signsis output:
The certificate info:
Hello again.
We've managed to get the TC certificate and here are the newest rejection reasons:
Here's the elftran output:
You did suggest, but I missed it - was too excited to try "elftran". :o:o
This is the "h" output.
I'm even more confused atm. As said before, I hope the "SID VID UID" errors are linked to...
That's what I was looking for. Thank you.
This is the output. I don't have anything to compare it to, but at the first sight, at least VID and SID are defined. But missing UID?
I know about Ovi. The thing is, we need multimediadd capability - symbian signed is mandatory.
This is what I tried (.pro):
TARGET.UID3 = 0x2003xxxx
TARGET.SID = 0x2003xxxx
TARGET.VID =...
Thanks. We'll acquire a TC certificate.
Still don't understand the xIDs though. They are certainly not missing. I hope this is also the same cert issue.
Already submitted 3 times, but without success:
VID was initially undefined but now is set to 0.
UIDs are from the same company (same symbiansigned.com account).
SID was undefined, but I...
Really, no ideas whatsoever? I mean ... Really?
Can someone point me in the right direction? Any ideas where to start debugging this?
I'm stuck. Tested on a couple of 3rd (fp1 and fp2) phones with the same result.
During the installation it displays:
http://i52.tinypic.com/2e0uwsy.jpg
But never actually installs the VAS API....
... no ideas?
Anyway, I changed the .pro file to automagically create the right pkg:
default_deployment.pkg_prerules += "@\"C:/Symbian/installtodevice/VoIPAudioSrvc.sis\", (0x10207B9E)"
...
I tryed modifing .pkg like this:
"C:/Symbian/WS/test001/myapp.sis" - "c:\adm\myapp.sis"
IF package(0x1028315f)
ELSE
@"C:/Symbian/installtodevice/VoIPAudioSrvc.sis",(0x10207B9E)
ENDIF ...
Hi.
It seem's I have a problem with adding the VAS api to my application's install file (.sis).
I'm using QtCreator. I already have nokia smart installer bundled, but it does not install VAS,...