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
  • Android : NFC (and Bluetooth) access

    5
    0 Votes
    5 Posts
    4k Views
    A
    Symbian? The only NFC backends currently in the unreleased libQtNfc (part of the qtconnectivity repository) are for Harmattan and Blackberry.
  • Developing iOS under Windows

    11
    1 Votes
    11 Posts
    16k Views
    G
    Ok thanks for reply
  • 0 Votes
    3 Posts
    5k Views
    R
    Okay the issue was that multimedia stuff basically is not available for android.
  • I am getting error as "module Qtwebkit is not installed.

    4
    0 Votes
    4 Posts
    2k Views
    K
    so do me
  • [SOLVED] QClipboard::mimeData() returns null

    4
    0 Votes
    4 Posts
    2k Views
    C
    Hi Bootchk you' re right, In N9 device it works as expected, I thought it would work in emulators. Thank you
  • [Solved] What do I need to try iOS development with Qt5.1beta ?

    5
    0 Votes
    5 Posts
    2k Views
    S
    [quote author="JaviCervera" date="1370714649"]Hopefully for the RC1.[/quote] So, we will just have to wait for it! :-)
  • Building Qt for Windows Mobile

    16
    0 Votes
    16 Posts
    11k Views
    S
    Dear getsasha: how to fix this issue? i meet same issue when i build qt source code c:\Qt\4.7.3\src\corelib\io\qtextstream.cpp(3398) : fatal error C1083: Cannot open include file: ‘qtextstream.moc’: No such file or directory.
  • Translation phrase book access from C++

    2
    0 Votes
    2 Posts
    1k Views
    B
    Hi, Maybe this is what u need? "http://qt-project.org/doc/qt-4.8/linguist-manual.html":http://qt-project.org/doc/qt-4.8/linguist-manual.html
  • KMS software cursor support

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Adobe Falsh conversion to Qt

    2
    0 Votes
    2 Posts
    815 Views
    B
    The best option is to rewrite using QML ... but there is no conversion tool that I know !
  • How do I know how many touch points there are at any given time?

    8
    0 Votes
    8 Posts
    3k Views
    M
    It isn't really that big of an issue since I use the custom gesture. I was just hoping there was one less step for other people to do when using my gesture recognizer.
  • Qt5 - vsync problems (tearing)

    3
    0 Votes
    3 Posts
    4k Views
    M
    I don't know if it solve your problem too But it looks like on mali400 eglSwapInterval(egl_display, 1); must be after eglMakeCurrent call I simply set up eglSwapInterval in qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp and all works fine
  • Qt Mobile apps support OS types ?

    6
    0 Votes
    6 Posts
    2k Views
    sierdzioS
    [quote author="Rahul Das" date="1370421230"]Qt 4 : Maemo / MeeGo[/quote] Thanks, I've updated my post :)
  • Qt configure not creating checksdk.exe as it should

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Opengl app crashed on android

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • QT5 and tslib

    6
    0 Votes
    6 Posts
    19k Views
    M
    I have the same problem on a beablebone with platform linuxfb . There's a solution?
  • [SOLVED] QtXml error in Android

    2
    0 Votes
    2 Posts
    1k Views
    francescmmF
    Problem solved!! Looking at Google, finally I have found a solution, explained here: http://comments.gmane.org/gmane.comp.lib.qt.android/3490 In the reply of May 9th of 2012 at 11:11 AlexDao says: bq. 1. Click button Project on left. 2. Click tab Run setting 3. Click to Package Configurations 4. Click to tab Library 5. Check QtNetwork Done. Have fun. It's really done!
  • [Solved] Cross compiling between x64 and Cortex A8

    5
    0 Votes
    5 Posts
    3k Views
    M
    Hi, “special cross compile solution” means for me that I edit and manage the project included the sources on x86 based PC but I run the qmake and compilation on the target architecture. I don't see this solution nothing but I thing I have enough power for compilation. I compile qt framework on my embedded board and install it. After that I made a simple project and try to compile on the embedded device. At compilation I get the following error: g++ -Wl,-O1 -Wl,-rpath,/home/moravas/project/cubie/bin/lib -o masterController main.o -L/home/moravas/project/cubie/bin/lib -lQt5Core -lpthread main.o: In function QDebug::operator<<(char const*)': /home/moravas/project/build/embedded/masterController/masterController/../../../../cubie/bin/include/QtCore/qstring.h:909: undefined reference to QArrayData::deallocate(QArrayData*, unsigned long, unsigned long)' You can see that I would like call a simple @ qDebug() << "something" @ I checked the library path: "-L/home/moravas/project/cubie/bin/lib", I found the libQt5Core.so. This lib is exist and I list the symbols too and I found: @ readelf -Ws libQt5Core.so | grep deallocate 3219: 0006dfed 20 FUNC GLOBAL DEFAULT 12 _ZN10QArrayData10deallocateEPS_jj @ I don't have any idea... Regards, Norbert
  • AddApplicationFont on mobile platforms

    3
    0 Votes
    3 Posts
    1k Views
    GianlucaG
    Oppsss... sorry :-) I'm using the git qt-base repository, stable branch, downloaded 30 may 2013 and compiled for the iOS platform. Thank you. Gianluca.
  • How do we support 4inch iphone5 screen

    2
    0 Votes
    2 Posts
    1k Views
    R
    What does your QDeclarativeView look like? What first page element look like ? Did you by any chance use showFullScreen() ? Those are places that I would look, but the typical strategy is to ensure that you use ratios for size and anchors for placement. Also you should post some code otherwise how are people going to know whats wrong?