Skip to content

Mobile and Embedded

The forum for developing everything embedded: Linux, WinCE, Symbian, MeeGo... you name it.
14.1k Topics 62.2k Posts
  • Qt Data Visualization: Surface3DSeries doesn't render in Android

    Unsolved
    1
    0 Votes
    1 Posts
    114 Views
    No one has replied
  • QtWayland compositors are lagging

    Unsolved
    1
    0 Votes
    1 Posts
    255 Views
    No one has replied
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    16 Views
    No one has replied
  • Is there HLS playing alternative for gst-plugins-bad?

    Unsolved
    1
    0 Votes
    1 Posts
    220 Views
    No one has replied
  • Android Disable Navigation and Status Bar

    Unsolved
    1
    0 Votes
    1 Posts
    479 Views
    No one has replied
  • androiddeployqt release issues

    Solved
    3
    0 Votes
    3 Posts
    668 Views
    M
    I checked and I'm already using NDK-19c. I did find out one more thing: the problem only occurs when signing the apk. This explains why it didn't happen from within QtCreator initially (where I didn't sign) and that it did happen from the command line. The problematic file here is part of the sdk platform-tools/api/annotations.zip and this zip file seems to contain an invalid XML android/accounts/annotations.xml. Apparently, this is an issue in the Google build tools: https://issuetracker.google.com/issues/116182838 Going back to platform-tools 28.0.0 fixed it for me. I've closed this topic for now.
  • Assertion when closing an iOS app

    Solved
    3
    0 Votes
    3 Posts
    255 Views
    M
    My bad. Sorry for this. Thanks anyway for pointing me to the bug. That's appreciated!
  • QtMultimedia issue, missing GStreamer after configure

    Solved
    18
    0 Votes
    18 Posts
    3k Views
    CKurduC
    Which version of Qt did you install and how?
  • iOS: no symbols despite uploading dSYM

    Unsolved
    1
    0 Votes
    1 Posts
    139 Views
    No one has replied
  • 5.14 Qml and Android

    Solved
    3
    0 Votes
    3 Posts
    319 Views
    D
    Perhaps an issue that should be corrected in the Beta2: https://bugreports.qt.io/browse/QTBUG-79241?jql=project %3D QTBUG AND fixVersion %3D "5.14.0 Beta2"
  • QCanBus plugins

    Unsolved
    2
    0 Votes
    2 Posts
    261 Views
    aha_1980A
    Hi @JMDY, welcome. How can I get the "vectorcan" QCanBus plugin? What do you mean by that? The vectorcan plugin is included in Qt for Windows with Qt version >= 5.8. Additionally, you'll need the Vector hardware, drivers and library (vxlapi.dll or vxlapi64.dll). Regards
  • Can't schedule EASession in (non-main) run loop?

    Unsolved
    1
    0 Votes
    1 Posts
    255 Views
    No one has replied
  • qmake.exe crashed

    Unsolved
    2
    0 Votes
    2 Posts
    292 Views
    SGaistS
    Hi, Any chances that you have non-ascii chars in your user name ?
  • Android ITrustManager.isDeviceLocked(int)'on a null object reference

    Unsolved
    3
    0 Votes
    3 Posts
    472 Views
    C
    I just tried with NDK 19 or SDK 29 always same problem. Even QT Example project didn't work, they compile but don't launch with same exception.
  • "make.exe crashed", when we run the app.

    Unsolved
    2
    0 Votes
    2 Posts
    189 Views
    No one has replied
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • 0 Votes
    3 Posts
    598 Views
    _
    Hello @MS_36, Sorry for digging up an old topic. Did you manage to get this working? I mean Crashlytics + QT Android + NDK debug symbols? I've successfully connected my app with Crashlytics, but still I'm unable to upload debug symbols. What's your configuration in build.gradle file? crashlytics { enableNdk true androidNdkOut 'build/intermediates/rs/debug/obj' androidNdkLibsOut 'build/intermediates/jniLibs/debug' manifestPath 'AndroidManifest.xml' } How did you setup androidNdkOut and androidNdkLibsOut variables? Thank you in advance for your response
  • Cannot get configure script to detect "EGLFS Rasberry Pi"

    Solved
    5
    0 Votes
    5 Posts
    4k Views
    A
    @Giulio-Dalla-Vecchia said in Cannot get configure script to detect "EGLFS Rasberry Pi": . Hi, Have you got the solution for this?
  • segmentation fault

    Unsolved qt 4.8 cross-compiling armv7 mqtt
    61
    0 Votes
    61 Posts
    25k Views
    Pablo J. RoginaP
    @Milav said in segmentation fault: the difference between host pc and Embedded target board is only QT source. Host pc => qmake (qt version 5.4.0 ) Embedded target => qmake (qt version 4.8.7) You should have stated these settings from the very beginning... :-) Anyway, could it be possible that you build Qt 4.8.7 for PC (host) and build your example again with that Qt version and run in PC to see what happens.
  • Use Raspberry GPIO via boot2qt

    Unsolved
    4
    0 Votes
    4 Posts
    559 Views
    Pablo J. RoginaP
    @crss said in Use Raspberry GPIO via boot2qt: I tried the 'wiringPi' library but I don't know how to insert this on Raspberry Could you share what did you try regarding wiringPi?