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
  • Fonts disappear when mouse is connected on embedded RPi4, QT5.12.3

    Solved
    4
    0 Votes
    4 Posts
    353 Views
    M
    https://stackoverflow.com/questions/47182068/input-and-fonts-are-mutually-exclusive-on-eglfs-qpa https://bugreports.qt.io/browse/QTBUG-64377 Solved removing the "AA_EnableHighDpiScaling" flag.
  • Cannot open QT project on android environment for apk compilatation

    Unsolved
    3
    0 Votes
    3 Posts
    571 Views
    Pradeep P NP
    Hi @Logu When creating a new project what was the Minimal Required Qt version was added ? [image: 2f3fe09c-32df-4af7-9991-8e379f6d18a7.png] And can you provide us the errors you got ? There will be some dependencies with different Qt Versions some times & resolving them would help. All the best.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • Temperature evaluation by DS18B20 while using RaspberryPi and WiringPi.

    Unsolved
    1
    0 Votes
    1 Posts
    176 Views
    No one has replied
  • Run Qt Console Application In background (as service) On Android X86

    Unsolved
    1
    0 Votes
    1 Posts
    281 Views
    No one has replied
  • QPrinter Support On Android

    Unsolved qprinter printer android qt-android
    3
    0 Votes
    3 Posts
    1k Views
    M
    Hi Narayanan, Did you find any other alternative for this printer support on Android? Implementing ourselves is definitely an option but it can be quite a process if your application has to support more than 10 types of printers. Do let me know as it would be helpful piece of information.
  • Qt Screenshot example not compiling With Qt5.x ?

    Unsolved
    3
    0 Votes
    3 Posts
    292 Views
    A
    @jsulm this was only a comment on initial request but link to initial request is not accessible (consider there is no problem for this example code) thx
  • How to analyze a KIT environment variable

    Unsolved qt 5 creator unix embedded linux
    8
    0 Votes
    8 Posts
    1k Views
    SGaistS
    @hskoglund said in How to analyze a KIT environment variable: Hi, in a .cpp file you can use getenv(), like this: QString target = getenv("TARGET"); Or qEnvironmentVariable which returns a QString.
  • How to check out HDMI and LVDS in one project on imx6dl

    Unsolved
    12
    0 Votes
    12 Posts
    1k Views
    SGaistS
    If you are attacking directly the frame buffers, you can set which one to use through environment variables for example.
  • Qt Screenshot example not compiling With Qt5.x ?

    Unsolved
    2
    0 Votes
    2 Posts
    200 Views
    SGaistS
    Hi, What exact error do you have ?
  • How to determine Bluetooth end of transmission

    Unsolved bluetooth rfcom android
    1
    0 Votes
    1 Posts
    335 Views
    No one has replied
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • how qtspeech updates voice or language list ?

    Solved
    7
    0 Votes
    7 Posts
    640 Views
    S
    @jsulm OK , I got it,,
  • problem in generating .so files using msys2 tool for qt on android

    Solved android openssl
    5
    0 Votes
    5 Posts
    802 Views
    H
    yes I did. the get request is working in it.
  • qtspeech on raspberry pi4 , no sound

    Solved
    7
    0 Votes
    7 Posts
    727 Views
    jsulmJ
    @stevewu https://doc.qt.io/qt-5/qtexttospeech.html#setVoice
  • Qt Android - creating a qt lib that uses jni call

    Unsolved
    1
    0 Votes
    1 Posts
    168 Views
    No one has replied
  • CameraBin error: "Internal data stream error."

    Unsolved
    1
    0 Votes
    1 Posts
    888 Views
    No one has replied
  • Use OpenGL 4.3 on NVidia Jetson Nano

    Unsolved
    3
    0 Votes
    3 Posts
    867 Views
    I
    also here for the same error ...
  • Qt Android 32 and 64 bit version package error

    Solved
    7
    0 Votes
    7 Posts
    662 Views
    KH-219DesignK
    This part seems pretty clear: You need to use a different version code ... Therefore, I assume the confusion stems from why the AAB is out of compliance? Have you unpacked the AAB to see what is inside? That seems worthwhile. If you unpack the AAB and locate version information inside of it, perhaps this will provide insight into what Qt chose to populate for you. (Here is a post on stackoverflow about unzipping an AAB). So far, I have only uploaded to Google play using "fat APK" (APK file with multiple cross-platform binaries), so I certainly am not an expert. I have this section in my pro file, following the advice from Qt online docs: android { DISTFILES += \ $$top_srcdir/src/lib/android/AndroidManifest.xml ANDROID_PACKAGE_SOURCE_DIR = $$top_srcdir/src/lib/android } And every time I upload a new fat APK, I edit the manifest before building the new release. Edits like so: diff --git a/src/lib/android/AndroidManifest.xml b/src/lib/android/AndroidManifest.xml index c83c9cc..8b72b2e 100644 --- a/src/lib/android/AndroidManifest.xml +++ b/src/lib/android/AndroidManifest.xml @@ -3,8 +3,8 @@ <!-- versionCode must be an ever-increasing integer used by play store --> <manifest package="org.anon.myapp" xmlns:android="http://schemas.android.com/apk/res/android" - android:versionName="2020-Jun-23" - android:versionCode="1" + android:versionName="2020-Jun-30" + android:versionCode="2" android:installLocation="auto"> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
  • Android 5.14.2 -> 5.15.0 build error

    Unsolved
    1
    0 Votes
    1 Posts
    187 Views
    No one has replied