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
  • [SOLVED] Ressource Path to iOS

    ios ressource
    4
    0 Votes
    4 Posts
    1k Views
    patrikdP
    Hi guys, thx, will give it a try. best, patrik
  • Update Qt5.3 to Qt5.4.1 -> pixelated

    3
    0 Votes
    3 Posts
    864 Views
    M
    Thanks for your reply! My problem is partial related to mentioned bug-report. In my application I draw a plot with QPainter, even the plot line lost quality. Has abybody experience with this problem and can give me a hint to improve? THX
  • QtMultimedia Cross Compile Raspberry pi

    6
    0 Votes
    6 Posts
    2k Views
    SGaistS
    No on the Raspberry Pi itself
  • Swipe gesture to changes pages

    2
    0 Votes
    2 Posts
    679 Views
    J
    Any ideas? Maybe this be done using StackViewDelegate... but how to set the transition to follow swipe (finger)?
  • QtWebView issue

    6
    0 Votes
    6 Posts
    4k Views
    SGaistS
    Hi, There's something that needs some clarification here: on iOS and Android, neither QtWebKit nor QtWebEngine are supported since both platforms enforces the use of their own provided web element. Here enters the QtWebView module which is not the same thing as the QtWebKit QWebView nor the QtWebEngine QWebEngineView. QtWebView provides a minimal wrapper around the native web view of both platforms.
  • Qtmultimedia - video hardware acceleartion on raspberry pi

    4
    1 Votes
    4 Posts
    3k Views
    I
    @ben80 did you find something about gst-omx plugin ?
  • Android :- Set application permission

    4
    0 Votes
    4 Posts
    3k Views
    yogeshpatel23Y
    @tonysonney : Whenever you execute SU command programmatically in your application, you should get pop-up to allow app for root access, I think after that you will be able to see your app in superSU list .
  • Custom TextFieldStyle for iOS application

    3
    0 Votes
    3 Posts
    861 Views
    benlauB
    hi jseeQt, Thank for your reply. Too bad , it don't have any preferred/standard method.. I don't mind for a hack solution. However, my code is not executed in iOS only. It also run on desktop / Linux for preview and automated test. The desktop build won't bundle those qml files into qrc. That means the import path of desktop and iOS will be different. I still need a way to detect the location of qml plugin , inherit the TextFieldStyle and modify it.
  • What QT version is more suited

    2
    0 Votes
    2 Posts
    676 Views
    JKSHJ
    Hi, and welcome to the Qt Dev Net! How do you want to show this text information, button and slider to the user? Through a web browser, or something else?
  • EGLFS Platform Plugin Display is inverted both in X and Y axis

    2
    0 Votes
    2 Posts
    872 Views
    A
    That's weird. Have you verified the behavior with any non-Qt-based GL apps?
  • Problems with Qt/OpenGL linked with CUDA library

    5
    0 Votes
    5 Posts
    2k Views
    A
    The CUDA section in the article http://blog.qt.io/blog/2015/03/03/qt-weekly-28-qt-and-cuda-on-the-jetson-tk1/ may give an idea how this could be achieved.
  • "Native calls" to WinRT equivalent to QAndroidJniObject ?

    3
    1 Votes
    3 Posts
    1k Views
    J
    There are no examples because it' simply C++ code you have to write. For the battery level look at this class: https://msdn.microsoft.com/en-us/library/windows.phone.devices.power.battery.aspx Windows Store/Phone apps usually use C++/CX, an extension to C++. Probably you've seen something like: SomeClass^ object = ref new SomeClass(); That's C++/CX code, it have a little different syntax than plain C++, but every example in the web is written in C++/CX. So, where you now have your JNI-calls, put in C++/CX for WinRT. But: Qt doesn't enable the C++/CX extension by default and QtCreator have no support for C++/CX. I prefer to work with Visual Studio in this case. So, click in Visual Studio on your project --> Properties --> C++ --> General --> Consume Windows Runtime Extension --> Yes (/ZW). This will turn on the C++/CX extension for your code. Feel free to ask further questions!
  • QSoundEffect and iOS (Low Latency sound format)

    14
    0 Votes
    14 Posts
    4k Views
    SGaistS
    You should send your patch for review on gerrit
  • [Solved] Windows phone 8.1 and LocalStorage

    6
    0 Votes
    6 Posts
    3k Views
    C
    https://bugreports.qt.io/browse/QTBUG-37770
  • PopupCalendar not working on android.

    1
    0 Votes
    1 Posts
    363 Views
    No one has replied
  • [solved] webview unload causes crash

    3
    0 Votes
    3 Posts
    977 Views
    clogwogC
    bug was a duplicate and it has already been fixed in qt 5.4.1 i just downloaded 5.4.1 and on testing the problem has indeed been fixed.
  • Build Qt with X11 for arm

    9
    0 Votes
    9 Posts
    5k Views
    sierdzioS
    Woah, congratulations! I'm happy it finally works for you.
  • How to connect the WiFi by QTcpServe?

    6
    0 Votes
    6 Posts
    2k Views
    clogwogC
    bq. 1) I has study wireshark recently. But the software seems not support android and iOS. true.. you might be able to listen in promiscuous mode on your mac using wireshark ? i'm not sure if that will get around the wifi encryption though and i think promiscuous also needs a different wifi driver on your mac.. you might be out of luck then, try to contact the manufacturer though.. they might be interested..
  • How to set baud rate in bluetooth / RFCOMM?

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • I have aproblem to integrate the Libusb for Android

    2
    0 Votes
    2 Posts
    895 Views
    S
    Did you succeed in this? I am having the same problem