Skip to content

Mobile and Embedded

The forum for developing everything embedded: Linux, WinCE, Symbian, MeeGo... you name it.
14.1k Topics 62.6k Posts
  • Boot to Qt does not work with raspberry pi 5's touch display 2.

    Solved
    3
    0 Votes
    3 Posts
    3k Views
    A
    In case it might help, I solved the issue by replacing the dtoverlay given in the QT Doc : dtoverlay=vc4-kms-dsi-7inch With the one given on the Raspberry Website : dtoverlay=vc4-kms-dsi-ili9881-7inch Also, don't forget to make these changes in /etc/kms.conf, otherwise you will end up seeing just the console : { "hwcursor": false, "device": "/dev/dri/card1" }
  • 0 Votes
    5 Posts
    2k Views
    O
    @TheoSys said in Qt 6.5.3 - minSdkVersion and targetSdkVersion missing values or grayed out in AndroidManifest: This is because putting the SDK version into the manifest is deprecated. Where did you find this information? I tried searching both Qt documentation and Android documentation and I have not been able to find that this approach is deprecated. Also, this neither explains why some Android API levels are not listed.
  • Qt 6.5.1 android audio playback issue

    Unsolved
    1
    0 Votes
    1 Posts
    397 Views
    No one has replied
  • Boot to Qt for Raspberry pi Compute Module 5? (Plus IO board)

    Unsolved
    4
    0 Votes
    4 Posts
    673 Views
    M
    Hi All, Anyone has found solution for this problem?
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Qt 6.5.3 on Android: No audio device detected

    Unsolved andriod qt 6.5.3 c++ audio
    1
    0 Votes
    1 Posts
    879 Views
    No one has replied
  • QtCreator App Output Panel: stop/filter Android Messages

    Unsolved
    2
    0 Votes
    2 Posts
    132 Views
    Axel SpoerlA
    I guess you mean android debugging messages, not related to QLoggingCategory. From the top of m head, I see several ways to achieve less verbosity: Filter field: If you search a specific phrase, just enter it in the search field and anything else will be muted. Adb settings: In the Android Kit's Android Settings, you can toggle "Show logcat output" Specific logcat filters in Tools->Devices->Android
  • Potential Qt5 bug on Android. Screen.Width * Screen.devicePixelRatio off by 1 pixel

    Unsolved
    3
    0 Votes
    3 Posts
    651 Views
    NihilishN
    @JKSH Thank you, this is exactly what I'm seeing. As a workaround before we migrate to Qt 6, we tried removing this flag AA_EnableHighDpiScaling and while it does get rid of the white line, it breaks other things
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • Cross Compiling Qt6 using Cmake for Beagleplay

    Unsolved
    1
    0 Votes
    1 Posts
    390 Views
    No one has replied
  • CMake error 'The CXX compiler identification is unknown' for Android developing only

    Solved
    2
    0 Votes
    2 Posts
    598 Views
    G
    Hello, I solved the problem uninstalling all QT suite and reinstalling it. Everything is fine. Bye
  • Why Does My Qt UI Scale Differ on Android Compared to Qt Creator Preview?

    Unsolved
    1
    0 Votes
    1 Posts
    362 Views
    No one has replied
  • Android: Find suitable folder for the app data and debugging

    Unsolved
    3
    0 Votes
    3 Posts
    601 Views
    Andy314A
    I figuered out: The folder is not the problem, the App has full access to it. The problem are rights for the file(s). If I copy a file via Android Studio, the app has no rights to read it. Then I have packted the database-file in a resource of the exe and installed it during the app start in a folder. All works fine then. But every reinstallation of the app removes all rights for the file. I must activate "deinstall old application befor deployment", because without it I cannot switch between release and debug version. Whats the common best practise for this problem ?
  • How to get QImage from QVideoSink in Android ?

    Solved
    8
    0 Votes
    8 Posts
    732 Views
    S
    Partial solution is found: https://bugreports.qt.io/browse/QTBUG-138915
  • How to step into qt lib code in Android durring debugging ?

    Unsolved
    1
    0 Votes
    1 Posts
    366 Views
    No one has replied
  • QOpenGLWidget not working on iOS 18 (e.g. hellogl2 example)

    Unsolved ios opengl es
    5
    0 Votes
    5 Posts
    697 Views
    SGaistS
    Sure thing ! No problem with asking first here :-) Thanks for the link !
  • Getting AssetManager pointer from AAssetManager_fromJava (Android Qt6.9.1)

    Unsolved
    1
    0 Votes
    1 Posts
    344 Views
    No one has replied
  • Finding config files in Android runtime deployments (Qt6.9.1)

    Unsolved
    9
    0 Votes
    9 Posts
    772 Views
    SMF-QtS
    @Axel-Spoerl said in Finding config files in Android runtime deployments (Qt6.9.1): QDirIterator it(":", QDirIterator::Subdirectories); while (it.hasNext()) qInfo() << it.next(); Thanks for that but I see files I have in my images directory and stuff from the qt project but nothing from :/assets, but as I said the file is there if I unpack the Apk file. Do I need to add something to the AndroidManifest.xml or my qrc file ?
  • Qt for UEFI platforms?

    8
    1 Votes
    8 Posts
    4k Views
    RokeJulianLockhartR
    @neuehier, although not 1:1, wxWidgets is usable for EFI GUIs (I've a LINX 1010 with one), and it can delegate to wxQt when required. I can't imagine a situation in which you'd run the preboot application outside of a preboot environment, though, so, in practice, it wouldn't delegate to it frequently. If you needed the application to be versatile enough to be able to operate in both environments, though, it'd work.
  • QT for Qnx Project Configuration / Kit Error

    Unsolved
    7
    0 Votes
    7 Posts
    734 Views
    jsulmJ
    @zvoopz said in QT for Qnx Project Configuration / Kit Error: Look at the sreenshots he has provided - qmake This is how you add a Qt version in QtCreator - by pointing to qmake