Skip to content

Mobile and Embedded

The forum for developing everything embedded: Linux, WinCE, Symbian, MeeGo... you name it.
14.1k Topics 62.4k Posts
  • [arm64-v8a] Qt 6.6.0 Android app crashes in OS11 with "Undefined instruction"

    Unsolved
    3
    0 Votes
    3 Posts
    348 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
    277 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
    184 Views
    No one has replied
  • configuring deployment step in Creator

    Solved
    3
    0 Votes
    3 Posts
    320 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
    366 Views
    S
    I ended up switching to QML to solve these issues.
  • Improving look & feel on Android

    Solved
    7
    0 Votes
    7 Posts
    520 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
    374 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
    179 Views
    No one has replied
  • Qt Creator Deploy Step failed / Jetson Nano-Cross Compilation

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

    Unsolved ios
    3
    0 Votes
    3 Posts
    787 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
    257 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
    2k 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
    893 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")
  • How to go about opening a PDF in iOS where the PDF is part of the App

    Unsolved
    4
    0 Votes
    4 Posts
    365 Views
    ekkescornerE
    have you tried QDesktopServices (https://doc.qt.io/qt-6/qdesktopservices.html) to open the pdf inside your app with Pdf app outside ?
  • Android: No signature found in package of version 2 or newer

    Unsolved
    3
    0 Votes
    3 Posts
    850 Views
    J.HilkJ
    That's actually independent from Qt version used. Android now requires a signed certificate for remote deployment. Previously you only needed that for deployment in the playstore, but that changed a while ago. I'm not sure if all builds require it, but release builds for sure! @adddeeee in Qt creator, click on project, in the section Build Steps expand the entry Build android APK First entry there should be Application Signature. If you already have a key, link it there and enter your password. If not click on create and follow the steps. [image: 1ba19b8a-32e3-48c8-9250-f468b87f3548.png]
  • how to pack translation file to android apk

    Unsolved
    4
    0 Votes
    4 Posts
    388 Views
    sierdzioS
    It is inside application binary. You can access it using qtc:/ or :/ paths (this will work only in Qt code, not in Java). More info: https://doc.qt.io/qt-6/resources.html
  • tabwidget not redraw well in adroid

    Unsolved
    4
    0 Votes
    4 Posts
    343 Views
    Axel SpoerlA
    That doesn’t help. Post a minimal reproducer please, without using designer.
  • Android app doesn't run

    Solved
    87
    0 Votes
    87 Posts
    23k Views
    KenAppleby 0K
    I have just discovered that you can trigger this problem simply by unchecking: Edit -> Preferences ... -> Build & Run -> "Always deploy project before running it" then making changes and rebuilding the project. Turning this option back on solves the problem - without having to use the sledgehammer of removing the AppData/Roaming/QtProject folder! It makes sense, I suppose, though I believe this was not the case in earlier versions of Qt. I am using QtCreator 14.0.1 on Qt6.7.2.