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
  • Implement media browser on Android

    Unsolved
    1
    0 Votes
    1 Posts
    154 Views
    No one has replied
  • Android BLE services not discovered

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    M
    @J-Hilk Pairing and bonding is well defined in Bluetooth standard. Bonding means securing connection and storing the keys used to secure the connection permanently on both sides so they can be reused later.
  • Android unauthorized access to library

    Unsolved
    1
    0 Votes
    1 Posts
    216 Views
    No one has replied
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    7 Views
    No one has replied
  • Problem rendering 3D mesh in embedded device

    Unsolved
    6
    0 Votes
    6 Posts
    354 Views
    SGaistS
    Are you building the application directly on the module ?
  • Qt Quick Ultralite

    Solved
    5
    0 Votes
    5 Posts
    729 Views
    Pablo J. RoginaP
    @PR1G0RYAN said in Qt Quick Ultralite: Will try something different for STM I'd love to hear what other options you're considering. Please share your findings. Thanks.
  • HTML5 video tags and extensions support in QT 5

    Unsolved
    2
    0 Votes
    2 Posts
    215 Views
    jsulmJ
    @HelenG Do you mean Qt Web Engine? See https://doc.qt.io/qt-5/qtwebengine-features.html#
  • Ignore/disable all stylesheet on run time

    Solved
    5
    0 Votes
    5 Posts
    645 Views
    nima.latifiN
    @mrjj It is unbelievable, heavy use of style-sheets makes my program run very slowly. i think "linuxfb" repaint all styles in each frame and make it slowly. now i am removing all stylesheets and re design program. :-(
  • 0 Votes
    4 Posts
    352 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
    2k 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
    582 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
    389 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
    306 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
    4k 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
    184 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
    242 Views
    ekkescornerE
    @Quang-Phu thx