Skip to content

Mobile and Embedded

The forum for developing everything embedded: Linux, WinCE, Symbian, MeeGo... you name it.
14.1k Topics 62.5k Posts
  • QQmlApplicationEngine failed to load component

    Solved
    4
    0 Votes
    4 Posts
    380 Views
    H
    Issue solved It turned out to be a single line missing in main.cpp engine.addImportPath(":/"); Exactly why this line is needed, when the program is running on an embedded linux and not on the desktop, I am not sure, but I guess that ":/" tells the program to find the Main.qml in the same root folder as program is running from.
  • QLineEdit in Android - no text visual

    Unsolved
    9
    1 Votes
    9 Posts
    1k Views
    ademmlerA
    I found at least a workaround. I do a full update, each time the Text has changed. For my small application this works. At least it is a workaround ... void MyTalker::on_plainTextEdit_cursorPositionChanged() { this->update(); } Maybe this is helpful for others with such issues ...
  • iOS / CMake problems including launch screen

    Unsolved
    1
    0 Votes
    1 Posts
    162 Views
    No one has replied
  • QGCS error for Android

    Unsolved
    21
    0 Votes
    21 Posts
    2k Views
    I
    @jsulm yes sir I am asking about QGCS project please help me for this
  • How to configure QT6 static?

    Unsolved
    15
    0 Votes
    15 Posts
    3k Views
    R
    the cause was a bad format in module-definition (.def file) which, for unknown reasons, generated that error when linking ... Now Qt 6.8.2 works fine, thank you for help.
  • Qt Tools for Android Studio: NDK Location not found

    Unsolved
    3
    0 Votes
    3 Posts
    240 Views
    S
    Hello thanks for the reply, I think I was using Felgo with Qt 6.4.1 and thats why the error was coming. I switched to installing Felgo with the Qt Installer for Qt 6.8.0 and it prompted me to install NDK 26.1.10909125 which I did and now I am getting the common error: "By not providing "FindFelgo.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Felgo", but CMake did not find one." problem is that on 6.8.0 all Felgo examples are using .pro not cmake and so Im staring at my screen asking myself what to try next
  • How to call camera and file selector with qml webview on android ?

    Solved
    2
    0 Votes
    2 Posts
    209 Views
    L
    It requires rewriting WebChromeClient in Java or Kotlin, but there is no way to set it for QML webview. It seems that you can only use JNI to start the Android activity as the webview view.
  • Using .dll , .lib or.so file in android project

    Solved
    5
    0 Votes
    5 Posts
    491 Views
    A
    I solved it, the problem is with my kit, i changed it to default setting.
  • qt.bluetooth.bluez: Error

    Unsolved
    1
    0 Votes
    1 Posts
    100 Views
    No one has replied
  • 0 Votes
    11 Posts
    24k Views
    R
    kuber saini using activeWindow() to capture frames for RTSP streaming, but when the HDMI cable is removed, no frames are sent.
  • Project ERROR: Unknown module(s) in QT: charts

    Unsolved
    5
    0 Votes
    5 Posts
    432 Views
    C
    @InsideFPV Hi, did you check the modules QtCharts at this location: Qt\5.15.2\android\include?
  • Gradle Build with CMake, Android App

    Unsolved
    3
    0 Votes
    3 Posts
    305 Views
    M
    @J-Hilk Didn't understand your comment at first as I been searching where the Build Steps are located. But after watching a video on Youtube, now I do , thank you :)!
  • QtCreator on TinkerOS with VNC Fails

    Unsolved
    2
    0 Votes
    2 Posts
    653 Views
    E
    Hello. Did you solve this problem? I faced the same thing.
  • Android screen flicker when keyboard pops up

    Unsolved
    2
    0 Votes
    2 Posts
    198 Views
    M
    I have worked around this by using "adjustNothing" and get keyboard geometry from Java code.
  • Emoji not rendered on Android 15

    Solved
    4
    0 Votes
    4 Posts
    687 Views
    M
    Seems the flag issue was caused by a Magisk module replacing sytem emoji by iOS emoji. Without that module flags are fine.
  • Android copy paste menu and anchors in wrong position

    Unsolved
    6
    0 Votes
    6 Posts
    458 Views
    M
    It seems a bug indeed. When I build with Qt6.7.3 the anchors are positioned correctly. I created this bug report: https://bugreports.qt.io/browse/QTBUG-133993
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    24 Views
    No one has replied
  • Qt6.8.2 Android:No Device set.

    Solved
    10
    0 Votes
    10 Posts
    597 Views
    X
    @jsulm The compilation is now stuck in the image below. [image: 45808cf7-e4ef-4e5a-9797-1e508b827d2c.png] What can I do?
  • Error 127 while debugging qgroundcontrol code.

    Unsolved
    29
    0 Votes
    29 Posts
    5k Views
    jsulmJ
    @InsideFPV said in Error 127 while debugging qgroundcontrol code.: i am not understand about compiler configuration please more explain about this Simply click on the Compiler tab in Kit configuration page in settings (next to "Qt Versions"), select your compiler for Android and check the path to the compiler there... As you can see from the error message the compiler cannot be found and if you look at the used path it is clearly wrong (slashes are missing).
  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    3 Views