Skip to content

Mobile and Embedded

The forum for developing everything embedded: Linux, WinCE, Symbian, MeeGo... you name it.
14.1k Topics 62.5k Posts
  • OpenSuse "cannot connect X Server" error

    22
    0 Votes
    22 Posts
    15k Views
    SGaistS
    As long as you are working on your desktop use the standard Qt. Once you are ready to test it on your target, compile your application with the embedded version and start that version on your board, provided you also put the embedded Qt libs in the right place on the target
  • [SOLVED]What should be the size of Qt Built output?

    3
    0 Votes
    3 Posts
    848 Views
    S
    Thanks for the clarification
  • Where is .apk ???

    5
    0 Votes
    5 Posts
    1k Views
    SGaistS
    Might have been moved or even removed… Out of curiosity why do you need the apk ?
  • Bluetooth Chat example problem on Qt 5.3 RC(Android)

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Qt Creator 2.0: UI layout is not updated when running application

    8
    0 Votes
    8 Posts
    16k Views
    B
    Ok, I got rid of that problem (in Release) by deleting Makefile, Makefile.Debug, Makefile.Release, and ui_GaugeMon.h from my project folder. I recently specified that these be built somewhere else and checked Shadow Build. But now when I try to compile in Debug, I get: :-1: error: No rule to make target '../Gauge Monitor/ui_GaugeMon.h', needed by 'debug/GaugeMon.o'. Stop. Aaarrggh! This really frustrates me sometimes. I don't know what this means. Ron
  • C++11 Threads in Android Toolchain

    8
    0 Votes
    8 Posts
    5k Views
    M
    I found out the problem ¬¬ Due to an if clause misplaced the detach() was never called... Always remeber to check for a call to join() or detach() ;)
  • Is any dialog-zooming function exists?

    5
    0 Votes
    5 Posts
    1k Views
    S
    If you want that kind of stuff, use QML instead of QWidgets Yes, I should try that. For the moment I prefer Widgets, maybe because I started programming 25 years ago. My mind tells me that QML comes with an incredible overhead. I always think like have do the work of my computers processor myself :-)
  • how to enable the QListWidget support touch event

    10
    0 Votes
    10 Posts
    8k Views
    M
    Thank you a lot; I didn't expect it very easy. I thought the pointed code works for scrolling only. xhsoldier. May you please set this thread as [SOLVED]
  • Efficient way to visualize a very long rich text using Qt Quick

    4
    0 Votes
    4 Posts
    1k Views
    sierdzioS
    OK, that is bad news.
  • Does Qt for iOS support retina display?

    6
    0 Votes
    6 Posts
    3k Views
    X
    I have used Qt Quick 2 for iOS and Android, and I can't say that it is slow, quite the opposite it is very fast compared to some Apps I've installed don the same device, maybe it is the QGraphicsScene or more likely what you display on it?!
  • [SOLVED]Qt creator + STM32 with mbed

    2
    0 Votes
    2 Posts
    6k Views
    P
    Found problem. Need to add: @cpp.executableSuffix: ".elf"@ to project file (*.qbs)
  • What to install on Beaglebone black

    2
    0 Votes
    2 Posts
    2k Views
    P
    for starters you will need ssh server and gdb server running on the board.
  • 0 Votes
    4 Posts
    1k Views
    SGaistS
    If that answers your question, please update the thread title prepending [solved] so other forum users may know a solution has been found :)
  • Having trouble building Qt with DBus support

    2
    0 Votes
    2 Posts
    2k Views
    SGaistS
    Hi, You are using a pretty old Qt with a pretty new DBus. If you can you should update Qt to the latest version in the 4th series (currently 4.8.6) otherwise you will have to either find or cross-compile an older version of DBus
  • [SOLVED] Ministro?

    21
    0 Votes
    21 Posts
    12k Views
    O
    I had to use Ministro II v9.6.8.apk That seemed to solve the problem.
  • [SOLVED] called unimplemented OpenGL ES API

    3
    0 Votes
    3 Posts
    7k Views
    O
    I got it! Well at least the workaround for the time being. I had to enable OpenGL in the emulator! (It's the "Use Host GPU" check button) If anyone has the actual fix let me know.
  • Annoying error (??) messages on Android

    1
    0 Votes
    1 Posts
    950 Views
    No one has replied
  • [SOLVED] Outside Files

    3
    0 Votes
    3 Posts
    861 Views
    O
    Thanks for the links, I couldn't figure out what to search for so I asked. For some reason I was stuck on searching filePath which didn't bring me much. Although I have already seen the second link you provided me.
  • QT 5.2.1 Source code compilation on Linux Powerpc

    2
    0 Votes
    2 Posts
    1k Views
    SGaistS
    Looks like a duplicate of "this one":http://qt-project.org/forums/viewthread/42028/
  • [SOLVED] makefile fail

    5
    0 Votes
    5 Posts
    2k Views
    SGaistS
    qt5-devel <- devel is the keyword, things might break in a devel branch. Because QChar doesn't have a toAscii method in Qt 5