Discussion Board

Search:

Type: Posts; User: tineursic; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    634

    Re: Qt OVI problems

    I'm also interested in a solution.

    .pro:


    resulting .pkg:


    Would this solve the OVI problem?
  2. Re: QSettings working on S60v5 while not working on S60v3 fp1 and fp2

    Just for the reference, my QSettings problem was also solved.

    Next time I'll probably use tamhanna's solution.

    Thank you.
  3. Re: delete QSettings when uninstalling Qt application

    Solved.
    Simply made a subdir in the private folder and store the settings file there.


    //set Settings file path
    QString thePath =...
  4. Re: QSettings working on S60v5 while not working on S60v3 fp1 and fp2

    I have a similar problem (here)
    Have you found a solution?
  5. Re: delete QSettings when uninstalling Qt application

    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...
  6. Replies
    4
    Views
    969

    Re: Handling large lists (QListWidget?)

    ....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...
  7. Replies
    4
    Views
    969

    Handling large lists (QListWidget?)

    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),...
  8. Replies
    25
    Views
    5,312

    Re: Symbian signed

    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.
  9. Replies
    25
    Views
    5,312

    Re: Symbian signed

    Thank you all for explaining the situation.
    We'll do as advised by aaumala.
  10. Replies
    25
    Views
    5,312

    Re: Symbian signed

    The whole project is on standby. Where can I turn to, to get help on this? Email, web, phone ... anything would be helpful.
  11. Replies
    25
    Views
    5,312

    Re: Symbian signed

    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?
  12. Replies
    25
    Views
    5,312

    Re: Symbian signed

    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...
  13. Replies
    25
    Views
    5,312

    Re: Symbian signed

    Where can I input this "Distinguished Name" ? Is this a certificate error? :confused:


    EDIT:

    signsis output:


    The certificate info:
  14. Replies
    25
    Views
    5,312

    Re: Symbian signed

    Hello again.

    We've managed to get the TC certificate and here are the newest rejection reasons:



    Here's the elftran output:
  15. Replies
    25
    Views
    5,312

    Re: Symbian signed

    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...
  16. Replies
    25
    Views
    5,312

    Re: Symbian signed

    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?
  17. Replies
    25
    Views
    5,312

    Re: Symbian signed

    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 =...
  18. Replies
    25
    Views
    5,312

    Re: Symbian signed

    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.
  19. Replies
    25
    Views
    5,312

    Symbian signed

    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...
  20. Re: Bundle another .sis to my existing app (docs don't help - bug?)

    Really, no ideas whatsoever? I mean ... Really?
  21. Re: Bundle another .sis to my existing app (docs don't help - bug?)

    Can someone point me in the right direction? Any ideas where to start debugging this?
  22. Re: Bundle (embed?) a VoIPAudioSrvc.sis to my app

    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....
  23. Re: Bundle (embed?) a VoIPAudioSrvc.sis to my app

    ... no ideas?

    Anyway, I changed the .pro file to automagically create the right pkg:



    default_deployment.pkg_prerules += "@\"C:/Symbian/installtodevice/VoIPAudioSrvc.sis\", (0x10207B9E)"

    ...
  24. Re: Bundle (embed?) a VoIPAudioSrvc.sis to my app

    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 ...
  25. Bundle another .sis to my existing app (docs don't help - bug?)

    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,...
Results 1 to 25 of 37
Page 1 of 2 1 2
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved