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. SSL service error in Android 6.01

SSL service error in Android 6.01

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 1 Posters 1.6k Views
  • 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.
  • H Offline
    H Offline
    halil sogut68
    wrote on last edited by
    #1

    We are using Arcgis Runtime SDK for Qt 10.2.6 and Qt 5.4.2 (MSVC 2013, 32 bit) Qt Creator QT\QML side. And we are develop and deploy Adroid app with **Android Armeobi-v7a (GCC4.9 , QT 5.4.2) ** kid.

    Error ocureed when I update My Android OS to 6.01 and then when I tried to use services .Here is the console output below.:

    D MenuDenemeNumarataj: (null):0 ((null)): int main(int, char**) ApplicationWindow_QMLTYPE_165_QML_191(0x9bbe2460)
    D mali_winsys: new_window_surface returns 0x3000, [1536x2000]-format:1
    D libGLESv2: DTS_GLAPI : DTS is not allowed for Package : com.mycompany.myappname
    D ViewRootImpl: ViewPostImeInputStage processPointer 0
    D ViewRootImpl: ViewPostImeInputStage processPointer 1
    F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x8 in tid 20871 (QtThread)

    How Can I solve this problem ?

    Thanks

    1 Reply Last reply
    0
    • H Offline
      H Offline
      halil sogut68
      wrote on last edited by halil sogut68
      #2

      We are using below code (in Main) for passing certificate like below to solve problem but We can'not solve problem in 6.0.1 version:

      QSslConfiguration config = QSslConfiguration::defaultConfiguration();
      config.setPeerVerifyMode(QSslSocket::VerifyNone);
      QSslConfiguration::setDefaultConfiguration(config);

      We have Galaxy Tab 2 and our application is correct working (wcf login services) in Android Operating System 5.0.2 Version but when I update My Android OS to 6.0.1 and then when I tried to use wcf (login) services gives exception .How can I solve this important problem because is important for us ?

      There is some pages to solve problem in line in below but we develope Qt/QML android application in Windows OS Are there any solved example in Windows not Linux or how to solve problem in Windows Os any idea or example ?

      http://doc.qt.io/qt-5/opensslsupport.html

      Thanks.

      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