Skip to content

Mobile and Embedded

The forum for developing everything embedded: Linux, WinCE, Symbian, MeeGo... you name it.
14.1k Topics 62.5k Posts
  • 0 Votes
    4 Posts
    395 Views
    SGaistS
    Ensure that you deployed your cross-compiled Qt version on the device.
  • Inherited QGuiApplication object do not working on iOS Simulator. Why?

    Solved
    21
    0 Votes
    21 Posts
    3k Views
    B
    @kshegunov said in Inherited QGuiApplication object do not working on iOS Simulator. Why?: I believe I've already answered this. Sure, write an answer without explanation based on difference between Qt sources for different platform. And the problem is in QCoreApplication and how constructor calling from inherited class and possible in moc. Found cause of it by my own in Qt Sources. Issue closed.
  • SQLITE Database in Project

    Unsolved sqlite
    25
    0 Votes
    25 Posts
    34k Views
    E
    Consider using QTemporaryFile::createNativeFile: QTemporaryFile *QTemporaryFile::createNativeFile(QFile &file) QTemporaryFile *QTemporaryFile::createNativeFile(const QString &fileName) then you can pass a resource path as fileName.
  • QT Compass/Magnetometer/Accelerometer

    Unsolved
    6
    0 Votes
    6 Posts
    685 Views
    B
    Yes, I have tried other compass apps on my 'Droid and none exhibit this behavior.
  • Access memory of a Mifare classic 1k card with QtNFC

    Solved
    4
    0 Votes
    4 Posts
    443 Views
    Pablo J. RoginaP
    @Darsath said in Access memory of a Mifare classic 1k card with QtNFC: 'cause i thought Qt would do the job. Please keep in mind that I didn't say Qt cannot do the job. I really don't know, I never used such feature.
  • Qt 5.13.1 Android 32+64 Bit

    Solved
    12
    0 Votes
    12 Posts
    1k Views
    ekkescornerE
    @ekkescorner BTW: finally I'll use this version code: Version Name: 1.2.3 Version Code: 210001023 (32 Bit APK for armeabi-v7a) 211001023 (64 Bit APK for arm64-v8a) where 21 Min API 0 = 32 Bit, 1 = 64 Bit 0 (reserved for screensizes) 01 Major Version 1 02 Minor Version 2 3 Patch Version 3
  • Cmake project for mobile. How?

    Unsolved
    2
    0 Votes
    2 Posts
    350 Views
    D
    @bogong Hi, have you tried to follow this ? https://community.idera.com/developer-tools/b/blog/posts/new-in-10-2-3-cmake-support-for-ios-and-android There's some lines to add in the cmakefile to make this work. You also need to import libraries like you would do in qmake. Regards
  • API Warning when launching on Android 9

    Unsolved
    11
    0 Votes
    11 Posts
    5k Views
    ekkescornerE
    @ekkescorner getting the same now with Qt 5.13.1, Android 9 Device (Xiaomi M2 Lite)
  • Create slideshow in qt creator

    Solved qtcreator 5.11 qlist
    20
    0 Votes
    20 Posts
    5k Views
    mrjjM
    @RAJ-Dalsaniya Super to hear \o/ Please mark as solved using the Topic Tool button at first post :)
  • Can SSD drive with VM increase debug speed in QtCreator?

    Unsolved
    1
    0 Votes
    1 Posts
    208 Views
    No one has replied
  • DFU bootloader for BLE nordics nrf51

    Unsolved
    16
    0 Votes
    16 Posts
    3k Views
    V
    Hello Zivojin , I'm also working dfu fro nrf device for android and windows . I'm using Qt platform for making android and desktop application. could you please help me out in how to dfu in QT for nrf device? Thank in advance
  • Qt 5.13.1 and Android SDK 29

    Solved
    3
    0 Votes
    3 Posts
    277 Views
    ekkescornerE
    @Quang-Phu thx
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • Multiple displays support on i.MX8 and EGLFS

    Unsolved eglfs i.mx8 display
    4
    0 Votes
    4 Posts
    1k Views
    D
    Thank you, I've posted the question there (unfortunately detected as spam): https://lists.qt-project.org/pipermail/interest/2019-September/033861.html
  • undefined reference to 'glGetQueryObjectui64vEXT'

    Unsolved
    1
    0 Votes
    1 Posts
    245 Views
    No one has replied
  • no Audio in QML on iOS

    Solved
    2
    0 Votes
    2 Posts
    418 Views
    M
    Solved: see https://forum.qt.io/topic/107325/ios-no-audio-when-mute-switch-is-on-other-apps
  • iOS: no audio when mute switch is on (<> other apps)

    Unsolved
    1
    0 Votes
    1 Posts
    231 Views
    No one has replied
  • Wrong storage path on Android

    Solved
    3
    0 Votes
    3 Posts
    408 Views
    V
    Thank you, I found the problem. It was on my side. Strange that searching for the string in my whole project didn't find it, but the wrong path came a from a modification I did in build.gradle file.
  • QML can't see font ascender on Embedded device

    Solved
    8
    0 Votes
    8 Posts
    1k Views
    SGaistS
    Glad you found a solution and thanks for sharing ! That's a nice trick !
  • a: cannot connect to X server :0.0 Application finished with exit code 1

    Unsolved
    10
    0 Votes
    10 Posts
    2k Views
    SGaistS
    It's in the documentation here.