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
  • IOS: Get the device serial number

    Unsolved
    3
    0 Votes
    3 Posts
    529 Views
    aarelovichA
    @DerReisende said in IOS: Get the device serial number: https://forums.developer.apple.com/forums/thread/723418 Thank you for the information.
  • qt meta-toolchain for rzg2l

    Unsolved rgg2l cross-compiling toolchain yocto qt5
    1
    0 Votes
    1 Posts
    333 Views
    No one has replied
  • qt ui do not show in android

    Unsolved
    5
    0 Votes
    5 Posts
    439 Views
    O
    thanks. now it works
  • Qt 5.15.2 not building my QGround Control project on Android.

    Unsolved
    4
    0 Votes
    4 Posts
    470 Views
    Axel SpoerlA
    It looks like your Android configuration is broken from the start. As your screenshot says, command line tools, platform and essential packages are missing. There is plenty of documentation about how to set it up and it’s also available for Qt 5.15. Start here: https://doc.qt.io/qt-5/android-getting-started.html#android-sdk
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • Issue with Running Qt 6.5 Application on ARM Architecture

    Unsolved
    1
    0 Votes
    1 Posts
    312 Views
    No one has replied
  • Video streaming seems not work in android qt6 qgc

    Unsolved
    1
    0 Votes
    1 Posts
    192 Views
    No one has replied
  • Qt Cross-Compilation for Jetson Orin Nx

    Unsolved
    1
    0 Votes
    1 Posts
    330 Views
    No one has replied
  • how to use libusb to detect usb ports in qt

    Unsolved
    3
    0 Votes
    3 Posts
    309 Views
    C
    @sierdzio thank you
  • How to start a foreground service in Qt6 ?

    Unsolved
    3
    1 Votes
    3 Posts
    546 Views
    E
    @Ivelin @leekh9047 Any luck with this? I'm struggling with getting the background service to run in a separate process. When I run in the same process, it crashes. Ultimately I'd like to make the service a foreground service that owns a reference to my backend.
  • Text not visible in some QML components in the Android emulator

    Unsolved
    5
    0 Votes
    5 Posts
    706 Views
    U
    I've been noticing the same and has been driving me crazy. Currently found TextField and ComboBox affected. Doesn't matter how simple the code or even if the colour is set for the text,it will never show unless highlighted. Been using 6.4 and 6.5
  • Onvif into Qt5

    Unsolved
    3
    0 Votes
    3 Posts
    353 Views
    JoeCFDJ
    @marubow Onvif is only specifications. One of its implementations is here
  • 1 Votes
    4 Posts
    977 Views
    E
    just add buildFeatures.aidl = true to "android" section of build.gradle Here is what i added: android { ... namespace "com.myapp.namespace" buildFeatures.aidl = true ...
  • Bluetooth mesh supported?

    Unsolved
    2
    0 Votes
    2 Posts
    267 Views
    vTownBoyV
    Hi, i also tried a few things with the Qt Bluetooth and BLE modules. But as far as i know meshing is not directly supported. I would recommend to use a third party library like Zephyr or NimBLE to handle meshing with bluetooth.
  • Android settings have errors (Qt Creator 12.0.2)

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    N
    Hi. I had the same issue, found the problem is the version of JAVA, when you select the JDK location select the latest version. This problem ocurred when i was using the v11 and it worked fine using v17.
  • My widget is not updated

    Unsolved
    6
    0 Votes
    6 Posts
    593 Views
    Axel SpoerlA
    https://bugreports.qt.io/browse/QTBUG-97482 has been effectively fixed. We just decided to revert the first approach to fix it and replace it with a better one. If your issue doesn’t disappear in 6.7.1, there is another, probably related bug.
  • make: *** No rule to make target 'mainwindow.ui', needed by 'ui_mainwindow.h'

    Unsolved
    2
    0 Votes
    2 Posts
    412 Views
    sierdzioS
    Looks like either UIC is not getting run or some include paths are wrong. I don't know this build system, can't help much with that. I have created this application on QT5 and yocto has QT6. Is that fine? Not necessarily. Try Qt 6 on your desktop. Usually they are mostly source-compatible but sometimes some small modifications are necessary. But Qt5-6 differences would not produce the error from make you've quoted above.
  • Some Pixels are differed by 1 when taking screenshots in 32 and 64 architecture

    Unsolved
    4
    0 Votes
    4 Posts
    371 Views
    Axel SpoerlA
    That’s a bug in the minimal backing store implementation. It’s got nothing to do with 32 bit, which just exposes the bug. Please file a ticket at https://bugreports.qt.io.
  • Qt Web GL Plugin on Embedded Linux Device

    Unsolved
    1
    0 Votes
    1 Posts
    180 Views
    No one has replied
  • 0 Votes
    2 Posts
    920 Views
    No one has replied