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. [END] QCA Crash on Symbian Device
Qt 6.11 is out! See what's new in the release blog

[END] QCA Crash on Symbian Device

Scheduled Pinned Locked Moved Mobile and Embedded
7 Posts 2 Posters 5.0k 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.
  • M Offline
    M Offline
    MagicR
    wrote on last edited by
    #1
    • Latest news -
      The problem is due to missing QCC-OSSL Plugin in Symbian Device. No solution at this moment.

    I am using QCA and i have build the Library for Symbian 4.6.3 Debug and release mode

    When i implement the code in Symbian Qt Project and Launch in Nokia C7. The app will crash when it run "Cipher"

    Run below 3 lines still no problem
    @QCA::Initializer init = QCA::Initializer();
    QCA::SymmetricKey key = QCA::SymmetricKey(QCA::hexToArray("57083063169A37AECB53223A66D0E6F7EB2"));
    QCA::InitializationVector iv = QCA::InitializationVector(QCA::hexToArray("A795271106E520B7108E8DE82D1A541A"));
    @
    Will Crash once run below line
    @QCA::Cipher cipher = QCA::Cipher(QString("aes256"), QCA::Cipher::CBC,QCA::Cipher::DefaultPadding, QCA::Encode,key, iv);@

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      So you did install the plugin providing AES too?

      http://www.catb.org/~esr/faqs/smart-questions.html

      1 Reply Last reply
      0
      • M Offline
        M Offline
        MagicR
        wrote on last edited by
        #3

        I have compiled the qca-ossl-2.0.0 plugin. However, it seem build for desktop only. And my App can run in Desktop and Simulator platform perfectly.

        "The steps i tried":http://www.essentialunix.org/index.php?option=com_content&view=article&id=48:qcatutorial&catid=34:qttutorials&Itemid=53

        I'm trying to build it for Symbian after read your post. But it either display Undefined interface error or "QtCrypto: No such file or directory" error.

        Thanks Volker

        1 Reply Last reply
        0
        • G Offline
          G Offline
          goetz
          wrote on last edited by
          #4

          I never used QCA for symbian targets, so I'm not sure what to do. I suspect the very same steps for a desktop target, though. That includes compiling for the symbian target using the correct toolchain, installig everything into the Qt tree for symbian and adding the needed plugins using the same steps afterwards.

          Sorry for being that less helpful, I can't test it myself.

          http://www.catb.org/~esr/faqs/smart-questions.html

          1 Reply Last reply
          0
          • M Offline
            M Offline
            MagicR
            wrote on last edited by
            #5

            Thanks Volker ~ Do you know anyone can help on this issue?

            1 Reply Last reply
            0
            • G Offline
              G Offline
              goetz
              wrote on last edited by
              #6

              [quote author="MagicR" date="1320286590"]Thanks Volker ~ Do you know anyone can help on this issue?[/quote]

              Nobody personal, maybe someone else on DevNet can jump in here.

              http://www.catb.org/~esr/faqs/smart-questions.html

              1 Reply Last reply
              0
              • M Offline
                M Offline
                MagicR
                wrote on last edited by
                #7

                Thanks Volker~

                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