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 not availabe for Qt 5.15.2

    Solved
    8
    0 Votes
    8 Posts
    85 Views
    Andy314A
    Thank you for the help. I was a little bit stupid and forgot the feature.
  • Get rounded corners on android

    Unsolved
    10
    0 Votes
    10 Posts
    63 Views
    C
    So if I understand right (at the beginning I clearly misunderstood it), you want to get the radii values of your phone's screen ? is that right ? Yeah I never paid attention that my phone's screen has rounded corners so I didn't get it. I feel like it's an android issue, not a Qt one, and wouldn't be surprized that it would be device specific. did you try it directly in android studio in pure java / android project ? (without any Qt related code) did you really try it on your phone (looks like yes according to your last reply) ? or just in android simulator ? what about other devices ? coz in fact now what I'm thinking about is : how did the manufacturer of your phone actually implement it ? There are so many phone manufacturers on android that it wouldn't be surprizing that a few (especially on the low range ones) cut a few corners and contented themselves just to move header and footer elements so that they don't interfere with corners without reimplementing that functionnality.
  • 0 Votes
    8 Posts
    406 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
    144 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
    35 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.
  • Tumbler on android not working

    Unsolved
    1
    0 Votes
    1 Posts
    14 Views
    No one has replied
  • Qt6.8 for Android,Unable to create the template

    Unsolved
    6
    0 Votes
    6 Posts
    117 Views
    jsulmJ
    @ljxiango Maybe it was because these files were open/in use? Or you ran QtCreator as administrator at some point.
  • software engineering/design services

    Locked Solved
    6
    0 Votes
    6 Posts
    98 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
    109 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
    41 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
    22 Views
    No one has replied
  • Savavel(Samuil Velichkov) Qt instrument cluster

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

    Unsolved
    5
    0 Votes
    5 Posts
    66 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
    522 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
    88 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
    138 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
    123 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
  • Boot2qt auto launch of application issue

    Unsolved
    2
    0 Votes
    2 Posts
    56 Views
    SGaistS
    Hi and welcome to devnet, Boot2Qt being a commercial product, you should contact the Qt Company. That said, I would check that you have all the required libraries and plugins installed on your device.
  • Deployment AVD cannot be started

    Unsolved
    1
    0 Votes
    1 Posts
    67 Views
    No one has replied
  • Mobile development

    Unsolved
    2
    0 Votes
    2 Posts
    69 Views
    SGaistS
    Hi and welcome to devnet, Did you already went through the Qt for Androïd Getting Started guide ?