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
  • QApplication resets LCD???

    1
    0 Votes
    1 Posts
    506 Views
    No one has replied
  • QSerialPort blocking at startup on Beaglebone

    2
    0 Votes
    2 Posts
    826 Views
    T
    Hello, Sorry but I'm still stuck with it. Any idea ?
  • Techniques for designing GUI for Android on Qt

    2
    0 Votes
    2 Posts
    900 Views
    mrdebugM
    Hi. I'm using Qml for mobiles and touch devices. Is not easy and fastest but the application become wonderful. Look at my website for have an idea or look at youtube with qml as search word.
  • [Android Qt5.2] QtDemo everywhere has fatal 11

    6
    0 Votes
    6 Posts
    2k Views
    JKSHJ
    That's ok :) Thank you for the link!
  • [SOLVED] Running/Testing Qt Quick 2.0 application on Android

    5
    0 Votes
    5 Posts
    4k Views
    sierdzioS
    I'm not up-to-date with the Android port, but you are right, there should at least be a warning for this problem.
  • Debugging Crash in Android Qt App

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Hide Android Keyboard in QML

    3
    0 Votes
    3 Posts
    2k Views
    M
    Hello, thanks for answer! Now it works :)
  • 0 Votes
    14 Posts
    4k Views
    SGaistS
    You're welcome ! Now that you have Qt back to normal and working, please update the thread title prepending [solved] so other forum users may know a solution has been found :)
  • Android qt 5.2 strange issues

    3
    0 Votes
    3 Posts
    857 Views
    SGaistS
    Hi, What do you mean by synchronous ? Are you using multiple thread ? Can you show how you use your code to get that result ?
  • Set the application name from AndroidManifest.xml

    1
    0 Votes
    1 Posts
    623 Views
    No one has replied
  • Qt on Android - how far along are things?

    12
    0 Votes
    12 Posts
    4k Views
    JKSHJ
    Hi, GPS support for Android is scheduled for Qt 5.3: http://qt-project.org/wiki/New-Features-in-Qt-5.3
  • Qt Mobility GeoServices plugin for OpenStreetMap

    13
    0 Votes
    13 Posts
    14k Views
    R
    Hi, I have been using iksaif plugins for a while but some time ago the google map one stopped to work. Now I just only get a white image but I can see a refresh is tried if I zoom in/out or move. Therefore I guess I need to modify the url used to access google map service images, but I cannot find how to change it. Can someone help me? Currently the 2 lines that I think need to be modified are: return "http://khm.google.com/kh?v=51&x=%1&s=&y=%2&z=%3" return "http://mt.google.com/vt/lyrs=&x=%1&s=&y=%2&z=%3"; I read on google developers page that we need to add API key parameters in request but it did not solve my issue. Thank you!
  • [DUPLICATE] Trying to build for Android, Qt 5.2.2, GCC 4.8 and C++11

    2
    0 Votes
    2 Posts
    2k Views
    E
    Sorry, I'm such a yutz... I thought this problem sounded familiar, and sure enough I reported it (and found the fix) a while ago: "My previous post":http://qt-project.org/forums/viewthread/31194/
  • QAudioRecorder [Sailfish OS]

    1
    0 Votes
    1 Posts
    827 Views
    No one has replied
  • Qt 5.2.0 Android, QListWidget or QListView and DoubleClick

    4
    0 Votes
    4 Posts
    2k Views
    N
    Qt Bug Report Topic: https://bugreports.qt-project.org/browse/QTBUG-36974
  • 4x6 Alphanumeric Keypad

    1
    0 Votes
    1 Posts
    683 Views
    No one has replied
  • Opening attachment from mail

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • OpenGL ES + Qt Widgets

    2
    0 Votes
    2 Posts
    1k Views
    Z
    Now I'm using QML and it works just fine.
  • QT 5.2.1 Android & ODBC MSSQL Driver Possible?

    2
    0 Votes
    2 Posts
    2k Views
    SGaistS
    Hi, AFAIK there are no Android build of the MySQL libraries. The common technique used to connect to the database is to have a web service that act as an interface and thus avoids you to open your database to the entire world.
  • Qml javascript function arguments lost on 5.2

    11
    0 Votes
    11 Posts
    3k Views
    J
    We also have the same issue but after a few scope name changes (I mean: use some property with extended dot notation inside the same qml file) our applications worked well on desktop. Our BIG issue is that the target of this application is the i.MX6 board and on that platform (using the same version of Qt 5.2.1 compiled following the freescale guidelines) the application still have strange behaviour and thousands of runtime warnings/errors regarding javascript and in particular string variables. I think that this happens because in Qt 5.2 javascript has moved to V4 and in this cross compilation environment we use the linaro toolchain gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12 . Anyone have experienced the same problem?