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
  • Qt 5.3.2 on IOS with OpenSSL

    11
    0 Votes
    11 Posts
    4k Views
    SGaistS
    You're welcome, happy coding !
  • Cannot deploy qtquick application to HP Slate 7HD

    1
    0 Votes
    1 Posts
    513 Views
    No one has replied
  • PDF Reader for Embedded

    17
    0 Votes
    17 Posts
    6k Views
    SGaistS
    Seeing only assembler code generally means that one tries to debug a release build
  • GUI with QT4 on BBB(Beagle​bone) running Ubuntu 12.04 LTS armv7-bone30

    1
    0 Votes
    1 Posts
    761 Views
    No one has replied
  • 0 Votes
    3 Posts
    2k Views
    E
    Thank you Gene! I will re-configure to use API 15. I am building on a 64-bit Ubuntu 14.04 LTS host. I started over building Qt 5.4.0 for Linux 64-bit. I figured if I failed at building Qt Linux I should not even try building Qt Android. After installing many additional dependencies the build finally succeeded. I am getting many missing header files when I configure to build Qt 5.4.0 for Android. I expect I need to install all the 32-bit package equivalents of the 64-bit packages I had to install to build Qt 5.4.0 Linux for 64-bit. Would it be easier to build Qt Android under a 32-bit Linux host rather than a 64-bit Ubuntu 14.04LTS ? I have already run into problems simply trying to build 32-bit and 64-bit Qt apps under the same 64-bit Ubuntu. The mesa OpenGL 32-bit and 64-bit packages do not like to install side-by-side and the last one installed wins. I am concerned there may be other 32-bit/64-bit devel packages that may not play well together. Thank you for your help, -Ed @ #!/bin/bash See: http://qt-project.org/wiki/Qt5ForAndroidBuilding /usr/lib/jvm/java-6-openjdk-amd64 /home/edward3/android/sdk /home/edward3/android/android-ndk-r10b export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 export ANDROID_SDK_ROOT=/home/edward3/android/sdk Qt uses AccessibilityDelegate was introduced in Android SDK API 14 so try using SDK API 14 or greater. export ANDROID_API_VERSION=android-15 export ANDROID_BUILD_TOOLS_REVISION=17.0.0 export ANDROID_NDK_ROOT=/home/edward3/android/android-ndk-r10b ./configure -v -xplatform android-g++ -nomake tests -nomake examples -android-ndk ${ANDROID_NDK_ROOT} -android-sdk ${ANDROID_SDK_ROOT} -android-ndk-host linux-x86_64 -android-toolchain-version 4.8 -android-ndk-platform android-10 -skip qttranslations -skip qtwebkit -skip qtserialport -skip qtwebkit-examples -no-warnings-are-errors echo "Configure Done" @
  • How to get a Frame image from qcamera ?

    6
    0 Votes
    6 Posts
    4k Views
    H
    -How did you implemented the video surface? Did you specified which format do you want to receive?- Are you "unmapping":http://qt-project.org/doc/qt-5/qvideoframe.html#unmap the frame after using it?
  • [Solved] -platform and linuxfb documentation

    20
    0 Votes
    20 Posts
    28k Views
    J
    my add-on issue solved by http://qt-project.org/forums/viewthread/46640/
  • [Solved] Upgraded from Qt 5.2.1 to 5.3.1, LinuxFb is not working

    6
    0 Votes
    6 Posts
    5k Views
    J
    SGaist, your help here has solved my issue that you've been looking into - allowing me to move on to the next few issues :)
  • Serial port for Beagle bone

    11
    0 Votes
    11 Posts
    2k Views
    S
    k sir,,,sorry
  • Configure fails for Qt5 for ARM based board

    6
    0 Votes
    6 Posts
    3k Views
    SGaistS
    You should rather do out of source builds, so if something goes wrong you can just delete the whole thing and start over without having to clean the sources. If you (re)configured several times for compilation/cross-compilation without cleaning in between then you probably have a messed up build in there.
  • How to run a animation Multiple Times?

    9
    0 Votes
    9 Posts
    2k Views
    p3c0P
    I thought that you needed to run it infinitely. So does it work now ? If yes then mark it as solved.
  • Is Qt the right choice for me?

    8
    0 Votes
    8 Posts
    2k Views
    S
    Take also look into this tpoic: http://qt-project.org/forums/viewreply/197653/ Pleople discuss Qt look & feel versus native look & fell there, which might be a big issue for Apple devices.
  • Desktop app ported to multi-touch mobile: menu items too small for fingers.

    10
    0 Votes
    10 Posts
    3k Views
    S
    About the QML versus Widgets topic: My understanding is that Widgets are not under development anymore. They were targeted to desktop computers and they have been made available to mobile devices. Widgets will remain part of Qt in future, but the developers aare now focusing on QML. So don't expect new widgets or new widget styles. QML is under development a lot, new styles will get added as well as new input elements. However, nobody knows when we will be able to imitate the native look and feel completely. Progress is slow here, obviously slower than the native development kits evolve. As long Qt does not really USE the native dialog elements, it will never look 100% native - that's my opinion. This issue has also never been resolved completely on Linux and Windows. Qt has its own look and feel, and I dont expect that this will ever change in future. So we either have to accept that or dont Qt for the GUI. By the way: I had great success using Qt in the backend without GUI.
  • Access to cpp variable from objective c .mm file in qt

    4
    0 Votes
    4 Posts
    1k Views
    SGaistS
    Don't create an array of QString, just a QStringList, it will make your life easier. Also don't try to share variables like that especially if you are just trying to access some data. Follow the code of badgeLabelText in qmacfunctions.h/qmacfunctions_mac.mm
  • How: QT4 Application on QVGA screen with multiple pages?

    2
    0 Votes
    2 Posts
    758 Views
    SGaistS
    Hi and welcome to devnet, Sounds almost like you are preparing a variant of QWizard. If this one doesn't fit, a QStackedWidget combined with a QStateMachine could also do the job pretty well. QStateMachine is not mandatory, however it might help structure your application. Hope it helps
  • Swipe Screen

    3
    0 Votes
    3 Posts
    1k Views
    Shrinidhi UpadhyayaS
    Thank you very much...
  • Automotive cluster HMI

    7
    0 Votes
    7 Posts
    2k Views
    T
    thank you. I am looking for a HMI code for Automotive Cluster.
  • What does moc_mainwindow.cpp do?

    9
    0 Votes
    9 Posts
    3k Views
    SGaistS
    Before going further you should first have a look at the "designer quick start":http://qt-project.org/doc/qt-5/designer-quick-start.html guide and related examples. The object name property is not the same thing as the name you give to your widget. moc_mainwindow.cpp doesn't have that ability, the moc files contains the logic to make e.g. signals and slots working for your widget.
  • My custom plugin not loading on android

    1
    0 Votes
    1 Posts
    547 Views
    No one has replied
  • 1 Votes
    4 Posts
    3k Views
    SGaistS
    Not the wrong word at all. We're on a Qt user forum which means that generally people are either application or library developer, but still, Qt user. Anyway it seems indeed that it's not something that has been implemented yet. Did you took a look at the "bug report system":http://bugreports.qt-project.org ? To see if someone already wrote something about it