Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Symbian S3 problem with capabilities

Symbian S3 problem with capabilities

Scheduled Pinned Locked Moved Mobile and Embedded
12 Posts 7 Posters 4.7k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    andrea993.93
    wrote on last edited by
    #3

    the error is this:
    "Automatic patching failed at C:\QtSDK\Symbian\SDKs\Symbian3Qt473\bin\createpackage.pl line 357."

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #4

      I doubt that ReadDeviceData and WriteDeviceData is enough to access C:\private in symbian. Better ask at developer.nokia.com though, they have all the symbian experts there:-)

      1 Reply Last reply
      0
      • A Offline
        A Offline
        andrea993.93
        wrote on last edited by
        #5

        Ok but the community is offline now

        1 Reply Last reply
        0
        • M Offline
          M Offline
          mismail
          wrote on last edited by
          #6

          This error is not related to the capabilities.
          see that all your files that will be packaged in the sis file are existed in there places.

          if the capabilities have errors it will produce the sis file but it will not work on the device.

          1 Reply Last reply
          0
          • S Offline
            S Offline
            srikanth_trulyit
            wrote on last edited by
            #7

            This has nothing to do with capabilities. Capability issue comes up when sis is being installed on the device, that is where the verification happens. For this problem, better delete all generated files in your project folder and repeat build process.

            1 Reply Last reply
            0
            • A Offline
              A Offline
              andrea993.93
              wrote on last edited by
              #8

              I've solve with the cert that I ha downloaded from symbian signed

              1 Reply Last reply
              0
              • D Offline
                D Offline
                dridk
                wrote on last edited by
                #9

                I have the same problem using ReadDeviceData.
                could you explain more?

                Nothing in Biology Makes Sense Except in the Light of Evolution

                1 Reply Last reply
                0
                • T Offline
                  T Offline
                  tobias.hunger
                  wrote on last edited by
                  #10

                  dridk: Rereading the whole thread I think the issue is that you need a certificate to enable those capabilities. The default mode used by creator (self-sign) seams to not suffice here: You need to get an developer certificate and register that with Qt Creator for the packaging to work.

                  That is what I understood... I am no Symbian expert though.

                  1 Reply Last reply
                  0
                  • L Offline
                    L Offline
                    leon.anavi
                    wrote on last edited by
                    #11

                    [quote author="Tobias Hunger" date="1318687139"]dridk: Rereading the whole thread I think the issue is that you need a certificate to enable those capabilities. The default mode used by creator (self-sign) seams to not suffice here: You need to get an developer certificate and register that with Qt Creator for the packaging to work.

                    That is what I understood... I am no Symbian expert though.[/quote]

                    Hi Tobias,

                    You are absolutely right. "ReadDeviceData":http://developer.qt.nokia.com/wiki/Symbian_Capabilities is part of the extended capabilites so self-signed certificate is not enough for it.

                    dridk if you use ReadDeviceData obtain developer certificate. Please check this link http://www.developer.nokia.com/Community/Wiki/Developer_Certificate_(Symbian_Signed) for details.

                    Btw similar topic about createpackage.pl has been also discussed at "developer nokia forum":http://www.developer.nokia.com/Community/Discussion/showthread.php?220971-Problems-with-Qt-SDK-1.1-Beta

                    http://anavi.org/

                    1 Reply Last reply
                    0
                    • Q Offline
                      Q Offline
                      qtrahul
                      wrote on last edited by
                      #12

                      These capabilities require Symbian Signed certificate or OVI publish certificate.

                      Using self sign certificate you can not generate sis file.

                      1 Reply Last reply
                      0

                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups
                      • Search
                      • Get Qt Extensions
                      • Unsolved