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
  • Adjusting for screen orientation with QML Window

    Solved ios qml
    8
    0 Votes
    8 Posts
    7k Views
    jeremy_kJ
    Happy to hear it. I'm lacking a device with a rotatable screen at the moment, so that recipe involved a little faith.
  • Missing header when compiling in Qt Creator

    Unsolved
    2
    0 Votes
    2 Posts
    597 Views
    jsulmJ
    @embdev See http://doc.qt.io/qt-4.8/qmake-variable-reference.html#includepath Don't forget to rerun qmake after modifying pro file.
  • Qt 5.7 android services

    Unsolved service
    6
    0 Votes
    6 Posts
    4k Views
    O
    There was no "src" directory at that location. So I created one and moved the java files there. I did not mention them in the .pro file. The files have not shown up in the project view within QtCreator. I executed qmake, rebuilt and ran the app. Same result (RuntimeException). Can I trace or debug somehow, what's going on? After adding them to the DISTFILES variable, they got copied to the build directory and ignored afterwards. The Qt deploy tool obviously does not do anything with them. Shouldn't they be compiled into the dalvik executable? OK, I found them as ".class" files in <build-folder>/android-build/build/intermediates/classes/debug/... among other java files like "BuildConfig.class". So maybe, some identifier is wrong or something.
  • QBS Support for Qt on Android

    Solved qbs android qtcandroid
    4
    0 Votes
    4 Posts
    1k Views
    sierdzioS
    For the record, here is the reply from qbs mailing list: Jake Petroules wrote: "Android support in Qt Creator with Qbs is unfortunately not yet supported. For now, you'll have to build on the command line. See QBS-881, QBS-992, QBS-991"
  • QML Window and iOS

    Solved ios qml
    2
    0 Votes
    2 Posts
    752 Views
    D
    I solved my problem. I had to manually set the visibility property: visibility: Window.Windowed
  • PostgreSQL greek characters

    Solved
    3
    0 Votes
    3 Posts
    746 Views
    SGaistS
    Hi, Glad you have found an alternative but what is your exact setup ?
  • Slow bluetooth low energy device discovery and other BLE issues

    Unsolved
    3
    1 Votes
    3 Posts
    3k Views
    B
    @bearsh I checked Jira but didn't find anything, so I created https://bugreports.qt.io/browse/QTBUG-55970
  • Symbian S60v3 qt sdk

    Unsolved
    2
    0 Votes
    2 Posts
    939 Views
    SGaistS
    Hi, This stackoverflow post provides a link. Just be very aware that this platform has reached end of life a long time ago.
  • tslib yocto touch event is not working

    Unsolved
    10
    0 Votes
    10 Posts
    5k Views
    SGaistS
    After re-reading something's not clear. Did you re-try with tslib ?
  • Android N support

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    G
    @Geraud I've just built openssl 1.0.2h for Android and it has correctly generated the libssl.so.1.0.0 and libcrypto.so.1.0.0 (using this guide http://stackoverflow.com/questions/11929773/compiling-the-latest-openssl-for-android). I've read that Android does not support versioned libraries, also if I rename the .so.1.0.0 to .so. Is this true? How do you build a non-versioned version of the library? And what about x86..should I put the x86 libraries in android/libs/x86 ?
  • Error with QT5.7.0 quick renderer 2d on a linuxfb device

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    ?
    Problem was really QT_QPA_PLATFORM=eglfs. After changed to linuxfb and solved QML dependencies it worked! :)
  • This topic is deleted!

    Unsolved
    3
    0 Votes
    3 Posts
    7 Views
  • QT5.7.0 cross compile information for NVIDIA TK1

    Unsolved
    13
    0 Votes
    13 Posts
    7k Views
    jsulmJ
    @NTNman said in QT5.7.0 cross compile information for NVIDIA TK1: I thought that I must use opensource qtcreator for cross compile. That does not mean you have to build it by yourself :-)
  • QT install for NVIDIA TK1 or TX1

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    N
    @RiteshPanchal Dear RiteshPanchal. Now, I am trying to install QT5.7 and Qtcreator for cross compile with NVIDIA TK1. Please refer to my another topic. https://forum.qt.io/topic/71054/qt5-7-0-cross-compile-information-for-nvidia-tk1/9 Thanks.
  • Getting aperture value from QCamera?

    Unsolved
    1
    0 Votes
    1 Posts
    341 Views
    No one has replied
  • [iOS] Q_INIT_RESOURCE gets a undefined reference

    2
    0 Votes
    2 Posts
    1k Views
    M
    I am encountering the exact same problem. Using X Code 7.3.1 with Qt 5.2.1. I am curious if you find a solution.
  • 0 Votes
    5 Posts
    3k Views
    B
    @raven-worx thanks for your reply. Finally i got the solution for this quest. i reffered following link to get the solution. https://www.kdab.com/qt-android-episode-7/ Thanks all.
  • Debugger not working on Qt 5.7.0 and Android

    Unsolved
    6
    0 Votes
    6 Posts
    4k Views
    kd_walaK
    Hi, I have debug on Ubuntu ( but i think it same on Windows), You have install Android Studio first, When you run qmake on project, QtCreate generate 1 folder output, that have a folder android_build Then you start Android studio, -> 'open an existing android project' Then you debug it as normal I think it will help you, if you have any trouble, pls let me know
  • Where can download the QT automotive Cluster demo?

    Unsolved
    2
    0 Votes
    2 Posts
    978 Views
    tekojoT
    Hi, The only open automive demo at this point is Neptune, which is available in the Qt repos: http://code.qt.io/cgit/qt-apps/neptune-ui.git/
  • EGL on X (Raspberry Pi)

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