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
QtWS25 Last Chance
  • Version Compatibility

    Solved
    6
    0 Votes
    6 Posts
    624 Views
    alexander.sageA
    app is now compiled in debug mode and deployed to tablet. compiling in release mode isn't working.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    28 Views
    No one has replied
  • Transparent top statusbar on IOS

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

    Unsolved
    1
    0 Votes
    1 Posts
    23 Views
    No one has replied
  • How to set QML app font as the Android user selected font?

    Unsolved
    1
    0 Votes
    1 Posts
    84 Views
    No one has replied
  • [arm64-v8a] Qt 6.6.0 Android app crashes in OS11 with "Undefined instruction"

    Unsolved
    3
    0 Votes
    3 Posts
    300 Views
    B
    Hi @Vince_SiriusXM. Did you ever found a fix or workaround for this issue?
  • Map Not Updating in QML Despite Receiving GPS Data

    Unsolved
    3
    0 Votes
    3 Posts
    230 Views
    S
    i made it myself
  • How get result from system activity? ( ACTION_MANAGE_APP_ALL_FILES_ACCESS_PERMISSION )

    Unsolved
    1
    0 Votes
    1 Posts
    153 Views
    No one has replied
  • configuring deployment step in Creator

    Solved
    3
    0 Votes
    3 Posts
    265 Views
    mzimmersM
    hi @Axel-Spoerl - sorry it took me so long to respond. I don't see any typos in my code. It turns out that the deployment didn't work because the target directory didn't exist. I created it manually, and got this to work. Thanks...
  • Cannot create new AVD for unknown reason

    Solved c++ qt6.0.3 help android android x8664
    18
    1 Votes
    18 Posts
    5k Views
    alexander.sageA
    @KroMignon being super sassy here as someone who is new to this is trying to understand the landscape. If the system you're deploying to and emulating are both arm, I don't think you would need the google intel x86 system image. that should be for a different type of device.
  • Performance & graphical glitches on Android

    Solved
    3
    0 Votes
    3 Posts
    282 Views
    S
    I ended up switching to QML to solve these issues.
  • Improving look & feel on Android

    Solved
    7
    0 Votes
    7 Posts
    423 Views
    S
    I ended up solving this by using QML instead.
  • failed to build simple project using cross compiled qt for aarch64

    Unsolved
    5
    0 Votes
    5 Posts
    302 Views
    123newuser1
    my host machine lists the GLIBC version 2.17 - 2.31 and the g++ -- version is 9.4.0, aarch64-linux-gnu-g++ --version is 9.4.0 and the target board GLIBC versions list from 2.17 -2.36 i was able to cross compile and run my normal c++ projects without any trouble so i don't think the GLIBC versions will be any problem for the qt cross compilation
  • Android permission qt 6.7

    Unsolved
    1
    0 Votes
    1 Posts
    143 Views
    No one has replied
  • Qt Creator Deploy Step failed / Jetson Nano-Cross Compilation

    Unsolved
    1
    0 Votes
    1 Posts
    157 Views
    No one has replied
  • iOS builds give tons of warnings (arm64) could not find symbol for ...

    Unsolved ios
    3
    0 Votes
    3 Posts
    634 Views
    S
    https://bugreports.qt.io/browse/QTBUG-128829 for what it's worth. I don't understand it yet. But for you, it was working anyway, despite all the warnings?
  • Qml Video not GPU accelerated on Raspberry Pi CM4

    Unsolved
    2
    0 Votes
    2 Posts
    213 Views
    JoeCFDJ
    @Farias I guess Qt5 uses gstreamer and might have only a playbin in it. It may not handle hardware acceleration. Maybe try Qt6 for luck. Or write your own pipeline to make HW acceleration.
  • Get Keyboard height in android

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    A
    The height is in native scale. It is required to devide it by devicePixelRatio: Qt.inputMethod.keyboardRectangle.height / Screen.devicePixelRatio
  • Qt5 JNI error: java.lang.ClassNotFoundException: Didn't find class ..

    Unsolved
    15
    0 Votes
    15 Posts
    2k Views
    L
    @Ivelin like this install(FILES android/AndroidManifest.xml android/gradle/wrapper/gradle-wrapper.jar android/gradlew android/build.gradle android/gradlew.bat android/gradle/wrapper/gradle-wrapper.properties android/res/values/libs.xml android/src/com/example/ExtendsQtWithNative.java android/src/com/example/ExtendsQtWithJava.java DESTINATION . )
  • QTimer not work

    Unsolved
    11
    0 Votes
    11 Posts
    653 Views
    jsulmJ
    @Faust-Faust said in QTimer not work: I tried the code you suggested and it actually crashes Which proves that the timer is working. This was intended by @Axel-Spoerl , nothing absurd about it. Please read https://doc.qt.io/qt-5/qtglobal.html#qFatal - qFatal will terminate your app ("If you are using the default message handler this function will abort")