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
  • Andriod Runtime-Error: E/OpenGLRenderer: Unable to match the desired swap behavior.

    Unsolved
    2
    0 Votes
    2 Posts
    26 Views
    Andy314A
    I found a solution for me hw.gpu.enabled = yes hw.gpu.mode = angle ... what ever it means
  • Qt6.8 for Android,Unable to create the template

    Unsolved
    9
    0 Votes
    9 Posts
    184 Views
    L
    @jsulm I disabled the antivirus software on both computers, but there's still the same problem.
  • Android App via debugger cashes updateNativeActivity() not found

    Unsolved
    5
    0 Votes
    5 Posts
    100 Views
    Andy314A
    @Andy314 said in Android App via debugger cashes updateNativeActivity() not found: @CassD said in Android App via debugger cashes updateNativeActivity() not found: I have serious doubt about MDI window on Android platform (iOS also). Android is not intended to open multiple windows at once and I just wonder whether windows inside window could be the actual cause of your issue. It is not really correct, what I wrote, that it is my first Android app - its my first I really will use. When I began with QT - nearly 7-8 years ago - I had a large Windows Desktop Programm and made and try only for testing to let in run in Android. After about 3 day it worked and I was very impressed of it, how easy it was and how similar the gui looks (and in my favourite language C++). Indeed I had a MDI Main Windows with menü etc. All was very small, so could not work by touch with but with the mouse all works like a normal windows desktop app. MDI Chield creates Qt in its onw way, that must not be OS-Windows, it think.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Get rounded corners on android

    Unsolved
    13
    0 Votes
    13 Posts
    140 Views
    F
    Are you sure? This seems pretty nonprofessional. I have no better explanation, though. I would assume, that this affects every fullscreen app... I write a media player, for example. They recently implemented this: https://www.qt.io/blog/expanded-client-areas-and-safe-areas-in-qt-6.9 Which seems to me quite similar. Yes, as a workaround, i use the height of the hidden status bar... Producing wasted space on old phones without rounded corners.
  • Tumbler on android not working

    Unsolved
    2
    0 Votes
    2 Posts
    34 Views
    F
    It's already reported as a bug. https://bugreports.qt.io/browse/QTBUG-133228 And i found a workaround: TapHandler, HoverHandler and MouseArea are not affected.
  • Andriod not availabe for Qt 5.15.2

    Solved
    8
    0 Votes
    8 Posts
    110 Views
    Andy314A
    Thank you for the help. I was a little bit stupid and forgot the feature.
  • 0 Votes
    8 Posts
    445 Views
    F
    It's not worked also with any popup Widgets, Dialogs, Menus, Popups, etc. Also issue persist in the latest 6.8.3 and 6.9.0 and caused by this changes - https://codereview.qt-project.org/c/qt/qtbase/+/568225 (https://bugreports.qt.io/browse/QTBUG-135253) A created a separate issue, with steps how to reproduce it with the latest Qt version - https://bugreports.qt.io/browse/QTBUG-135253
  • Mimer SQL Qt 6.6

    Unsolved
    2
    0 Votes
    2 Posts
    160 Views
    M
    I'm sorry that I am so late to the party… 😁 I have worked a lot with Mimer SQL, both in Android and elsewhere. I wonder if there is anything in particular that you were thinking about and that I perhaps can help you with?
  • Help: TLS 1.3 Support in Qt 5.12.12 for iOS

    Unsolved
    2
    0 Votes
    2 Posts
    42 Views
    jeremy_kJ
    Qt 5 on macOS didn't support TLS 1.3 in the prebuilt QtNetwork.framework. The underlying platform facility, secure transport, stopped development with TLS 1.2. This could be worked around by rebuilding Qt to use OpenSSL instead. I haven't used Qt on iOS, or even examined the source. My mostly unfounded guess is that a similar if not identical situation applies.
  • software engineering/design services

    Locked Solved
    6
    0 Votes
    6 Posts
    111 Views
    SGaistS
    @KH-219Design correct ! Viking Software are also skilled people. Cythe Studio also came back to memory.
  • Android build failing at APK step

    Solved
    4
    0 Votes
    4 Posts
    118 Views
    mzimmersM
    @cristian-adam I ended up adding this line to my cmake file: set_property(TARGET appNgaIcdFw PROPERTY QT_ANDROID_DEPLOYMENT_SETTINGS_FILE "${CMAKE_CURRENT_BINARY_DIR}/android-appNgaIcdFw-deployment-settings.json") Seems to have resolved this issue.
  • Unable to operate input device if it is connected after QT application started

    Unsolved
    2
    0 Votes
    2 Posts
    48 Views
    SGaistS
    Hi and welcome to devnet, Which backend are you using on your device ?
  • Qt for Embedded EGLFS

    Unsolved
    1
    0 Votes
    1 Posts
    26 Views
    No one has replied
  • Savavel(Samuil Velichkov) Qt instrument cluster

    Unsolved
    1
    0 Votes
    1 Posts
    41 Views
    No one has replied
  • Qt Creator 16.01: Android SDK Manager gets stuck

    Unsolved
    5
    0 Votes
    5 Posts
    78 Views
    cristian-adamC
    @Parvathy2020 said in Qt Creator 16.01: Android SDK Manager gets stuck: Hi, I am trying to download Android -SDK using Qt creator (version 16.01) But getting stuck , with error message Checking pending licenses... Please do post a screenshot with the Android SDK setting. Something like: [image: 1c2038e8-4374-46fa-a2b3-5dd58eafa09f.png] I have just tested on macOS with OpenJDK 17 and it worked as expected.
  • QScrollArea issue on Android

    Unsolved
    8
    0 Votes
    8 Posts
    535 Views
    JoeCFDJ
    @jporcher Can you try to change the scrolling speed? For example: tableWidget->setVerticalScrollMode( QAbstractItemView::ScrollPerPixel ); The default one could be too fast. Qt Widgets do have issues on touch screen(not only on phone screens). It may be hardware or drivers problem as well. Try another brand of phone to see if your app has the same problem.
  • Android on Qt not Working

    Unsolved
    3
    0 Votes
    3 Posts
    95 Views
    JoeCFDJ
    @OldRoly your selection is not arm64_v8a in the second picture. And what is the Android version in your phone? Find out the compatibility of android version and jdk version.
  • 0 Votes
    6 Posts
    149 Views
    JoeCFDJ
    @ljxiango maybe use qt code to check permissions. https://doc.qt.io/qt-6/qtandroidprivate.html Qt6 has a lot of changes. Do not expect everything is the same.
  • Issue with the Android Kit when installing Qt6.9.0 on Windows 11 Home

    Solved
    6
    0 Votes
    6 Posts
    135 Views
    Z
    I solved this deployment issue after following solution from this post: https://forum.qt.io/topic/140996/qt-6-4-1-android-installing-the-app-failed-with-an-unknown-error