Skip to content

Mobile and Embedded

The forum for developing everything embedded: Linux, WinCE, Symbian, MeeGo... you name it.
14.2k Topics 62.7k Posts
  • 0 Votes
    6 Posts
    3k Views
    V
    No, actually I get: "Application Output":http://pastebin.com/pmxvgCVZ the icon of test is in the emulator, if I run the program it starts but I see only a black screen and the text "Test" in the upper panel
  • Qt Eclipse Integration

    3
    0 Votes
    3 Posts
    2k Views
    D
    Hi, thanks for the reply. what is installers for linux and windows? will it help in eclipse integration? if so what is the Qt version?
  • [Solved] Compile Qt5 for iOS

    3
    0 Votes
    3 Posts
    3k Views
    C
    I have been able to compile with no errors by using the dev branch in qtbase module: cd qtbase git checkout origin/dev This link is very helpful: http://blog.qt.digia.com/blog/2013/03/05/qt-for-ios-preview/
  • [Solved] Android and bluetooth/USB

    6
    0 Votes
    6 Posts
    2k Views
    B
    no.. I wanted to know If I could use a hybrid method. Qt and java. I need java class for the usb port.
  • [Solved] Need help in QSerial Port in Qt5.1

    6
    0 Votes
    6 Posts
    4k Views
    SGaistS
    Ho ok :) You're welcome !
  • [SOLVED] Build a QT LGPL compliant application

    2
    0 Votes
    2 Posts
    1k Views
    M
    Responded in http://qt-project.org/forums/viewthread/8277/
  • Can't compile from newly installed 5.1-Android

    1
    0 Votes
    1 Posts
    607 Views
    No one has replied
  • [Solved] QT Creator and BlackBerry 10 NDK

    3
    0 Votes
    3 Posts
    2k Views
    T
    NetZwerg: Please consider to file a bug report so that the Blackberry guys can improve this!
  • Qt wince6 video player

    3
    0 Votes
    3 Posts
    1k Views
    R
    But is vlc available for wince? Because I saw that vlc for windows ce was abandoned by developer...
  • Library suggestion

    1
    0 Votes
    1 Posts
    639 Views
    No one has replied
  • 0 Votes
    3 Posts
    2k Views
    SGaistS
    Hi, Great you found out and thanks for sharing the solution ! Could you also update your thread title prepending [solved] so other forum users may know that a solution has been found :)
  • How read SMS in android with Qt 5.1?

    4
    1 Votes
    4 Posts
    4k Views
    M
    [quote]QMF is an outdated project of Qt Mobility times[/quote] I read some where that Qt guys planned to increase Android support after Qt 5.2 (let's don't forget Android & iOS support still in preview mode)
  • Downloading Application while running Qt App in AM335x error

    1
    0 Votes
    1 Posts
    637 Views
    No one has replied
  • How to Update library files from remote?

    10
    0 Votes
    10 Posts
    3k Views
    SGaistS
    The autoupdate can be done from your application, or using an application launcher. Since it's an online auto updater you will need a set of server that your system can contact to retrieve the update information (one server is just completely too dangerous). The information can be a simple xml file (don't forget that once your device is in the wild, you can't change the xml format). Then you will have to download the new files/archive and overwrite your system with it. Depending on your software you will have to restart your system and/or application.
  • Qt, iOS and OpenGL ES 1.1

    4
    0 Votes
    4 Posts
    2k Views
    C
    http://www.mediator-software.com
  • Is Menubar available on android?

    3
    0 Votes
    3 Posts
    2k Views
    M
    [quote author="Moster" date="1379061663"]On android the menubar can be opened by clicking the menu button on your android device. Its not always opened http://i.imgur.com/pA6hdTI.jpg[/quote] i see,thank you.i should have tried the menu button...
  • How to play mp3 with QMediaPlayer on Android?

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Qt 4.8.5 QSerialPort Wince6 arm

    3
    0 Votes
    3 Posts
    3k Views
    K
    Hi. QtSerialPort wasn't tested in a proper way on WinCE. WinCE has an lowest priority for us, because we have not a appropriate hardware and so on. bq. I downloaded QSerialPort and compiled it (qmake,nmake and nmake install) but when i try to compile the sample project that use QSerialPort it gives me : After that it is necessary to include QtSerialPort module in your project file: [code] CONFIG += serialport [/code] bq. Anothe question is..why i have only QtSerialPortd.dll? It is not the debug dll? It is an Debug dll. To build the Release need do: [code] qmake path/to/qtserialport.pro GONFIG+=release nmake [/code]
  • 0 Votes
    2 Posts
    1k Views
    N
    I ended up using QtQuick and the KeyNavigation feature to implement my 5-Way button and it works really well.
  • Problems building for iOS with Qt5 - missing qtcocoamain

    3
    0 Votes
    3 Posts
    1k Views
    X
    Thank you for your reply. I will try to recompile. How do I determine that xcode is using the proper Qt? (ie. the one I just built, and not the one installed with 5.1.1 for Mac OSX)