Skip to content

Mobile and Embedded

The forum for developing everything embedded: Linux, WinCE, Symbian, MeeGo... you name it.
13.3k Topics 62.2k Posts
  • CMake and Mobile Apps Qt 6.7+ Articles public

    Unsolved
    3
    1 Votes
    3 Posts
    27 Views
    ekkescornerE

    @SGaist thx. Not all are ported yet, but I'm now prepared ;-)
    When 6.7.1 is released, I'll finally port all my apps using the recipes I developed for QMake-to-CMake.

  • GStreamer feature

    Unsolved
    4
    0 Votes
    4 Posts
    39 Views
    SGaistS

    Then check in the configuration logs what exactly made the detection fail.

  • 0 Votes
    1 Posts
    8 Views
    No one has replied
  • QGroundControl on Android build when "Reboot Vehicle"

    Unsolved
    1
    0 Votes
    1 Posts
    9 Views
    No one has replied
  • Fetch error when building boot2qt-demolauncher

    Unsolved
    1
    0 Votes
    1 Posts
    9 Views
    No one has replied
  • Android ANR Deadlock in QtAccessibilityDelegate

    Unsolved
    7
    0 Votes
    7 Posts
    338 Views
    T

    Hi guys, did the environment variable help you to get rid of these ANRs? Didn't it backfire somewhere else?

  • meta-toolchain-qt6 build failed

    Solved
    2
    0 Votes
    2 Posts
    35 Views
    W

    I found the solution at https://professoreletrico.com/cursos/yocto/error-building-qt6-toolchain-in-with-yocto/ - many thanks to Djones Boni.

    Add a file qtpdf_git.bbappend to your meta-layer and add this content:

    DEPENDS += " cups"
  • Cross compiling for IMX8M PLUS

    Unsolved
    1
    0 Votes
    1 Posts
    15 Views
    No one has replied
  • 0 Votes
    9 Posts
    519 Views
    C

    I've the same warnings - the final build works fine, though.

    The message comes from com.android.repository.impl.manager.RemoteRepoLoaderImpl. According to the source, there's a loop that should output a list of errors, but it seems to be empty. No idea what exactly causes this yet.

  • 32 bits aab not supported on google play store

    Unsolved
    2
    0 Votes
    2 Posts
    27 Views
    SGaistS

    Hi,

    Based on their documentation, you have to upload App bundles now.

  • Problem with Android Path and Image

    Unsolved
    1
    0 Votes
    1 Posts
    25 Views
    No one has replied
  • Modifying Androïd icon

    Unsolved
    2
    0 Votes
    2 Posts
    41 Views
    P

    Actually you can change it in APK build, like this https://youtu.be/VaaWibCSnHM

  • Qt6 min android sdk version is API Level 26

    Unsolved
    3
    1 Votes
    3 Posts
    221 Views
    8Observer88

    I can confirm that Android 7.1.1 (API 25) works with Qt 6.6.3. I tried to run an app on Redmi 4X.

    Some information about an older device. I tried to run an application on a phone with Android 4.4.1 (API 19) from Qt 6.6.3, but it did not launch. Error during deployment:

    :-1: error: The command "E:\AppData\Android\SDK\platform-tools\adb.exe -s 0123456789ABCDEF pull /system/bin/app_process32 E:...\build\Android_Qt_6_6_3_Clang_armeabi_v7a-Debug\android-app-process\app_process" terminated with exit code 1.

    I installed SDK 19:

    image.png

    The phone was detected:

    8443360e-1559-423c-b0e0-df2ed6afd603-image.png

  • Cross compiling - emedded application

    Unsolved
    3
    0 Votes
    3 Posts
    60 Views
    R

    Thanks a lot, I think I understand, but if it would not be a problem I would still ask not to close the thread for a few days. I'd like to test it on a "living organism" in the near future and it's quite possible that I'll have a problem with something else.

    Thanks again,

  • Button over QVideoWidget

    Solved
    16
    0 Votes
    16 Posts
    274 Views
    SGaistS

    @Bonty How is your QtQuick code looking currently ?

  • Get Keyboard height in android

    Unsolved
    5
    0 Votes
    5 Posts
    373 Views
    S

    Hello @Sheep we are having the same problem as you described. Did you manage to find a solution? Best Regards

  • Help needed in converting 2 8 bit data into 16 bit

    Unsolved
    6
    0 Votes
    6 Posts
    103 Views
    jsulmJ

    @Vignesh-R said in Help needed in converting 2 8 bit data into 16 bit:

    Is it possible that the error lies in how I receive the data from serial port ?

    See post from @J-Hilk

  • Problem with QDirIterator on android

    Unsolved
    5
    0 Votes
    5 Posts
    68 Views
    M

    So there is no easy way to create files in the app and retrieve them on a PC, or reverse? create files on PC and transfer them to the phone to uses them in the app?

  • console covers eglfs app

    Unsolved
    2
    0 Votes
    2 Posts
    53 Views
    SGaistS

    Hi,

    How are you starting your application ?

  • 0 Votes
    2 Posts
    41 Views
    jsulmJ

    @arsinte_andrei said in running qt on Raspberry Pi using EGLFS or install a minimal KDE DE?:

    how can I get something minimal on rpi?

    By installing a lightweight window manager like http://www.lxde.org/ (which is written in Qt by the way :-)).