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.4/iOS: Deploy Launch.xib

    4
    0 Votes
    4 Posts
    2k Views
    T
    Sorry. I did not read correctly your post. Here the piece of my .pro: @ BUNDLE_DATA.files = $$PWD/ios/icons/Icon.png $$PWD/ios/icons/Icon@2x.png $$PWD/ios/icons/Icon-60.png $$PWD/ios/icons/Icon-60@2x.png $$PWD/ios/icons/Icon-72.png $$PWD/ios/icons/Icon-72@2x.png $$PWD/ios/icons/Icon-76.png $$PWD/ios/icons/Icon-76@2x.png $$PWD/ios/icons/Icon-Small.png $$PWD/ios/icons/Icon-Small@2x.png $$PWD/ios/icons/Icon-Small-40.png $$PWD/ios/icons/Icon-Small-40@2x.png $$PWD/ios/icons/Icon-Small-50.png $$PWD/ios/icons/Icon-Small-50@2x.png $$PWD/ios/launch.xib @
  • Anyone can offer guide in using Yocto

    6
    0 Votes
    6 Posts
    1k Views
    I
    I don't know such forums, but use google: "IRC":https://www.yoctoproject.org/tools-resources/community/irc "Freescale Yocto Project main page":https://community.freescale.com/docs/DOC-1616 ... And read official documentation
  • How to show Thailand characters in Qt

    13
    0 Votes
    13 Posts
    5k Views
    K
    As Sam mentioned, QFontDatabase can help you to get more information on the fonts. That will help you to be sure on the font that you are using. "Font familes":http://qt-project.org/doc/qt-4.8/qfontdatabase.html#families
  • CMake and Android specific files ( .java )

    1
    0 Votes
    1 Posts
    590 Views
    No one has replied
  • How to include new module(QtXml) into imx6

    4
    0 Votes
    4 Posts
    938 Views
    SGaistS
    Qt is not part of the linux kernel at all. You can't add it there
  • Qt 5.4/WinRT/WinPhone 8.1: Save QFile to StorageFile

    1
    0 Votes
    1 Posts
    711 Views
    No one has replied
  • Android: Text size is much smaller compared to Desktop Application (QML)

    7
    0 Votes
    7 Posts
    4k Views
    S
    I opened a bug report, because I'm 95% sure that this does not work as intended.
  • QUdpSocket problem on winrt

    2
    0 Votes
    2 Posts
    572 Views
    L
    Please take a look at this discussion: http://qt-project.org/forums/viewthread/51663
  • How to keep playing music when user lock the screen?(Android)

    1
    0 Votes
    1 Posts
    639 Views
    No one has replied
  • Android: Qt Widgets native style

    8
    0 Votes
    8 Posts
    2k Views
    SGaistS
    AFAIK, it should and what you are seeing looks like what the bug report is about
  • Exploring possible Point Of Sale Solutions.

    9
    0 Votes
    9 Posts
    3k Views
    SGaistS
    It depends on what you'll be running on that board and if you are going to compile natively or not.
  • Inflate large files in iOS with QZipReader

    2
    0 Votes
    2 Posts
    976 Views
    SGaistS
    Hi and welcome to devnet, Unless I'm mistaken "this":http://www.zlib.net/zpipe.c example shows what you want to do. Hope it helps
  • QML play .swf file

    1
    0 Votes
    1 Posts
    891 Views
    No one has replied
  • Error build qt5.1 on windows

    24
    0 Votes
    24 Posts
    12k Views
    F
    I consider Qt today the most stable across all platforms. QML be fantastic although initially complicated. I use Qt on android AndroidApi7. Believe me, if you do not use anything special as dll, your program is compatible on all platforms. good luck
  • Making MySql Android plugin work for QT 5.4?

    1
    0 Votes
    1 Posts
    986 Views
    No one has replied
  • 0 Votes
    2 Posts
    2k Views
    tomasz3dkT
    Bluetooth module is in Qt since 5.2 version.
  • Is QML Video still broken for iOS?

    2
    0 Votes
    2 Posts
    625 Views
    A
    As far as I understand Qt 5.5 will bring some good news in this area, some patches have recently been merged. For older version (<= 5.4) support is simply missing.
  • Qt 5.4/WinPhone/WinRT: Include C files in project

    1
    0 Votes
    1 Posts
    543 Views
    No one has replied
  • How to work with in-app purchasing and advertising on ios and Android

    4
    0 Votes
    4 Posts
    872 Views
    SGaistS
    AFAIK, the "V-Play":http://v-play.net/tour/?genre=apps team has the experience with it
  • Android deploy error after add manifest file.

    12
    0 Votes
    12 Posts
    8k Views
    D
    Found it! I must edit my .pro file in this line that the wizard added: ANDROID_PACKAGE_SOURCE_DIR = $$PWD/<Project name>/android And remove the project name leaving just: ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android All done.