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
  • Font rendering bug (SOLVED)

    12
    0 Votes
    12 Posts
    3k Views
    N
    Problem solved, I add Adreno 205 to source, and it works :) !http://qt.hallikainen.cc/DSC_9781.JPG! Thankyou :)
  • Android SetSwapInterval() interval: 1 not set - during changing screen

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Width of arrows for ComboBox dropdown list

    4
    0 Votes
    4 Posts
    4k Views
    SGaistS
    Try playing with setMaxVisibleItems
  • QtContacts Module Error on Android

    1
    0 Votes
    1 Posts
    743 Views
    No one has replied
  • App Android Auto Redial in Qt

    1
    0 Votes
    1 Posts
    724 Views
    No one has replied
  • QtLoation for Android and IOS

    5
    0 Votes
    5 Posts
    1k Views
    sierdzioS
    I do not know, sorry. Please ask on the development mailing list or check QtLocation repository for a readme file.
  • [SOLVED] Slow framebuffer with Qt5

    4
    0 Votes
    4 Posts
    2k Views
    U
    We use now a new Kernel (3.14) and with that also the tilcdc driver instead of the da8xx driver. It is much better now. Swiping images is smooth, still with high CPU load, but good enough.
  • Need advice, QT app communicating with android service

    5
    0 Votes
    5 Posts
    2k Views
    P
    Ok, my mistake. I thought my question could be answered by people that develop apps with Qt (which I falsely referred to as "Qt developers"). Thanks again.
  • Qt 5.3.1 QtCreator rename QtApp-debug.apk to MyApp

    4
    0 Votes
    4 Posts
    4k Views
    J
    Currently, We cannot change the default name: "QtApp_*.aok".
  • Determining the fonts needed by an application

    6
    0 Votes
    6 Posts
    2k Views
    J
    Thank for your help, but sadly your advice doesn't work. Though I agree that it is related to QtCreator or, as statedby someone else, possibly the system/user configuration However, since it is not very polite of me to take over this thread, I will return to my own. ;-) This just looked like a similar question. Cheers!
  • Superuser on android

    4
    0 Votes
    4 Posts
    1k Views
    SGaistS
    Then "this":http://su.chainfire.eu might be of interest
  • IOS: antialiasing issues on QT 5.2.1

    4
    0 Votes
    4 Posts
    2k Views
    S
    I was searching for this same problem and came across this bug logged last year. The last comment says it might be fixed in 5.4. "Bug":https://bugreports.qt-project.org/browse/QTBUG-35271
  • [solved] Android: QPushButton - turning into plain, clickable text?

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Unable to call the c++ method from android native

    2
    0 Votes
    2 Posts
    2k Views
    Z
    Hello! I had the same issue. I've spent my whole day trying to figure out what can the problem be. Now that I figured it out, I felt it important to register to this forum and share the solution with you. So... At the end of your registerNativeMethods() method add the following code: @ if (env->ExceptionCheck()) { // Handle exception here. env->ExceptionClear(); }@ You should also check "this part":http://qt-project.org/doc/qt-5/qandroidjniobject.html#handling-java-exception of the documentation. Let me know if it helped for you as well.
  • Generic Linux Device Remote Debug

    1
    0 Votes
    1 Posts
    611 Views
    No one has replied
  • Sqlite in windows phone?

    3
    0 Votes
    3 Posts
    975 Views
    C
    I didn't know about windows mobile, but for windows phone 8.0/8.1 you can "view my post here...":https://qt-project.org/forums/viewthread/43391
  • 0 Votes
    2 Posts
    723 Views
    SGaistS
    Hi, The code base for embedded and standard is pretty much the same except the additional classes for QWS. Qt is backward compatible. However check for the bug fixes that happened in between to be sure you don't hit one. On a side note it's Qt, QT stands for Apple QuickTime.
  • Program only works on remote device when run from qtcreator

    2
    0 Votes
    2 Posts
    635 Views
    mrdebugM
    Did you insert in your pro file che section unix:!mac { LIBS += -Wl,-rpath=\$$ORIGIN/libs } with all required libraries in libs dir? Did you include plugins correctly?
  • Qt5.1: [Solved] Problems with Qlist when using ListView QML

    14
    0 Votes
    14 Posts
    7k Views
    H
    Okay, problem solved. I accidently tried to add more items to the QAbstractListModel itself, instead of QStringList. Thank you p3c0 for helping me out, and explaining the meaning of Qt :: UserRole.
  • General Development Setup Questions

    8
    0 Votes
    8 Posts
    2k Views
    A
    Then you need to build ICU for arm, install it to cross-compile root and add -I path/to/arm-root/icu_includes and maybe -L path/to/arm-root/icu_libs to qt configure script.