Skip to content

Mobile and Embedded

The forum for developing everything embedded: Linux, WinCE, Symbian, MeeGo... you name it.
14.2k Topics 62.7k Posts
  • How do I get account data from phones?

    Unsolved
    3
    0 Votes
    3 Posts
    340 Views
    guerinoniG
    @Mikeeeeee do you want retrieve you Qt account information? something like "forgot password"???
  • WatchOS application with qt c++ ios base?

    Unsolved
    4
    0 Votes
    4 Posts
    784 Views
    O
    @H4lu did you manage to do anything ? is the mixing qt / xcode strategy working ?
  • Refunds of in-app purchases

    Unsolved
    1
    1 Votes
    1 Posts
    168 Views
    No one has replied
  • [QT BLE]: Can't scan out the BLE devices on Galaxy S10.

    Unsolved qt ble s10
    2
    0 Votes
    2 Posts
    792 Views
    Z
    On S10, the system app[setting->connecting] can scan out my device. But my qt app can't.
  • Qt stacked widget border style and color

    Unsolved
    2
    0 Votes
    2 Posts
    902 Views
    jsulmJ
    @SachinBhat Aren't you changing QGroupBox style instead of QStackedWidget?
  • QT android SSL authentication certificate adding with apk to run on android device

    Unsolved
    3
    0 Votes
    3 Posts
    641 Views
    Pablo J. RoginaP
    @AMOL said in QT android SSL authentication certificate adding with apk to run on android device: I am using client certificate for ssl authentication Could you show your Qt code?
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    10 Views
    No one has replied
  • 0 Votes
    4 Posts
    564 Views
    N
    @SGaist Thank you for your response. Yes it was commercial, but recently expired. So I cant't get a support.
  • How to connect to the Android payment system

    Solved
    2
    0 Votes
    2 Posts
    194 Views
    SGaistS
    Hi, The Qt Purchasing module seems like what you are looking for.
  • Qt using ssh connection to debug embedded device:"Permission denied"

    Unsolved
    5
    0 Votes
    5 Posts
    763 Views
    Pablo J. RoginaP
    @rwetfer said in Qt using ssh connection to debug embedded device:"Permission denied": solved. would you mind sharing how you solved? It may help others facing same situation... And in any case, please don't forget to mark your post as solved!
  • Cross-Compilation Embedded Board

    Unsolved
    2
    0 Votes
    2 Posts
    308 Views
    aha_1980A
    Hi @Bravepaulo Most of the tutorials that I see require to have the board connected to the computer when performing the cross-compilation, and it does not add up to me. Is ti required to connect the board for a cross-compilation using QT? Definitely not. You need the cross toolchain, and a crosscompiled Qt - either provided or self compiled. You need the board to deploy and debug your app, though. Another question, when I try to set up the kit em QT for cross-compilation I am not able to find the device that I want in the list available in QT. I can add the device, but it shows only two types (Generic Linux Device and QNX device) and my board is a pixhawk. Thats Ok, as long as it runs Linux ;) Regards
  • Which one will be right choice for android app Kotlin vs java?

    Locked Unsolved
    2
    0 Votes
    2 Posts
    332 Views
    J.HilkJ
    @bathosborne said in Which one will be right choice for android app Kotlin vs java?: Which one suits best with android app development? The answer is Qt Locked and deleted as obvious spam
  • qobjdefs.h compile error

    Unsolved
    2
    0 Votes
    2 Posts
    207 Views
    SGaistS
    Hi and welcome to devnet, What version of Qt are you cross-compiling ? Are you using the same compiler on both systems ? What do you mean by cloning kits ?
  • cpputest issue with QTest to show the widget on embedded linux

    Unsolved
    15
    0 Votes
    15 Posts
    2k Views
    SGaistS
    No because exec is a blocking call. One thing I would try is to use a single shot QTimer with a lambda to call RunAllTests.
  • Qt 5.12.2 Raspberry Pi X11

    Solved
    19
    0 Votes
    19 Posts
    8k Views
    S
    @Lashc said in Qt 5.12.2 Raspberry Pi X11: 12.2 to my Raspberry Pi 3 B+ f Hello, I'm also using same setup RPi 3B+ with Qt5.12.2 facing the same issue with xcb. i've tried all above mentioned solutions nothing works for me. Could you solve the issue? Thanks in advance.
  • compiling and adding openssl for QT android apk

    Solved
    12
    0 Votes
    12 Posts
    1k Views
    A
    Good news!!! I am able to resolve issue, Reason is I have to use QT 5.13.1 instead of 5.13.0. Thank you all for helping me out and suggesting different solution. Good day and Happy coding!!! :) :) :)
  • Managing Wifi from Embedded Qt

    Unsolved
    5
    0 Votes
    5 Posts
    430 Views
    JKSHJ
    @Sam-Thomsen said in Managing Wifi from Embedded Qt: Is there a "commercial forum"? I don't think so. Or should we post an issue for every question? Yes, I believe that is the best way to proceed. You can also ask your support engineer how you should post similar questions in the future.
  • IMX6, Multi Screen Use, EGLFS

    Unsolved
    6
    0 Votes
    6 Posts
    3k Views
    J.FuJ
    @QtEnthusiast1 try qtwayland, this support multi-screen display
  • Qt Busy Indicator looks differently on different devices

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    P
    I "solved" this issue by including a custom PNG to resources, resulting in reliable animation across all devices. I absolutely need to use QtQuick.Controls 1 - the whole application is written in it and rewriting it using Controls 2 would take months. console.log("Source is: " + busyIndicator.indicator.source) This piece of code does not work. I tried similar ways of obtaining source, but none of them worked. It would be nice if that worked, though - I am still curious where this green-tinted animation comes from.
  • Qt 5.14 android aab and openssl binaries

    Unsolved
    4
    0 Votes
    4 Posts
    500 Views
    ekkescornerE
    @Pablo-J-Rogina my scripts are outdated. I'm using now https://github.com/KDAB/android_openssl (hint: have not yet tested with aab - still on 5.13.2)