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 custom device configuration

    Unsolved
    2
    0 Votes
    2 Posts
    256 Views
    M
    No idea?
  • 0 Votes
    2 Posts
    302 Views
    M
    (This doesn't sound like it has anything to do with mobile or embedded systems)
  • QImage conversion from 8 bit images to QImage::Format_Grayscale16

    Unsolved
    4
    0 Votes
    4 Posts
    646 Views
    M
    I'd say your source image is nul because of :. Use double backslash ot forward slash.
  • Qt 5.14.0 Android package build. How?

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    B
    @J-Hilk Got it
  • Bus error when run QT application in embedded linux

    3
    0 Votes
    3 Posts
    6k Views
    0
    Replying to this topic since it is indexed high in Google search results. There is a scala of reasons why a bus error is thrown and Stackoverflow addresses them properly. In my specific case however, the problem was that Qt Creator was unable to do it's behind-the-scenes magic because my File System (/) was practically full.
  • Qt 4.7 on wince, Remove form title bar, Modal window is invalid

    Unsolved
    7
    0 Votes
    7 Posts
    598 Views
    CraigTaoC
    if use setWindowFlags(Qt::Dialog | Qt::FramelessWindowHint | Qt::WindowTitleHint); [image: afc54dac-a56b-4dda-8c9f-b0480206cecd.png] [image: e24c3ea2-7fb0-41b1-83ba-a0161fe97be1.png] i use setWindowFlags(Qt::Dialog | Qt::FramelessWindowHint | Qt::SubWindow); [image: 4d766359-a2dd-4b22-a41e-37203959db58.png] [image: 23c7d9a6-c326-481d-b944-18945aa66f37.png] [image: 0c489645-34dd-4124-8965-2d1c377660a8.png] [image: 00a65df8-a24e-4c77-bdfb-b7bc3b8c0dc1.png] if use setWindowFlags(Qt::Dialog | Qt::FramelessWindowHint) perfect! but GUI not modal (i can clicked other child button), just code modal
  • QImage::Format_Grayscale16 not supported in 4.10.2 open source

    Solved
    23
    0 Votes
    23 Posts
    4k Views
    SachinBhatS
    Let me mark this thread as solved as the topic is something else. I will start a new one with better explanation of the issue
  • Warning: Extension 'GL_ARB_fragment_coord_conventions' not supported?

    Unsolved
    1
    0 Votes
    1 Posts
    888 Views
    No one has replied
  • Touch caliberation issue for qt-4.8.7 version with qws

    Unsolved
    1
    0 Votes
    1 Posts
    162 Views
    No one has replied
  • Qt 5.9 with OpenGL SC

    Unsolved
    2
    0 Votes
    2 Posts
    424 Views
    SGaistS
    Hi, I would say it's unlikely with 5.9. However that's a question you should bring to the interest mailing list. You'll find Qt's graphics stack developers/maintainers. This forum is more user oriented.
  • Android: QtService and NotificationListenerService

    Unsolved
    1
    0 Votes
    1 Posts
    217 Views
    No one has replied
  • Bluetooth Socket For Android

    Unsolved socket bluetooth android qt 5.13.2 c++
    1
    0 Votes
    1 Posts
    703 Views
    No one has replied
  • Debugging Qimage images in debugger

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    SachinBhatS
    Thank you very much. This is helping me to debug my code easily Regards Sachin
  • Supporting 16 bit images with Qt

    Solved
    9
    0 Votes
    9 Posts
    3k Views
    SachinBhatS
    Thank you very much for your support
  • Can't perform android app release

    Unsolved
    7
    0 Votes
    7 Posts
    676 Views
    Pablo J. RoginaP
    @newbiSoso said in Can't perform android app release: Build only results in debug version not the release one Really? see below: Starting: "D:\android-ndk-r19c-windows-x86_64\android-ndk-r19c\prebuilt\windows-x86_64\bin\make.exe" -f D:/felgoProjects/build-TabTab_final-Android_for_armeabi_v7a_Clang_Qt_5_13_2_for_Android_ARMv7-Release/Makefile it looks like qmake from Felgo framework is using Makefile from Release folder...
  • Can't clean application

    Unsolved
    4
    0 Votes
    4 Posts
    482 Views
    Pablo J. RoginaP
    @newbiSoso please don't double post
  • Qt Android Progress bar

    Unsolved
    8
    0 Votes
    8 Posts
    949 Views
    sierdzioS
    @kdbcz said in Qt Android Progress bar: I already tried stylesheet, but I also did not find nothing about these lines. With the same source on linux no lines, only on android. Thank You! My point is that if you force a custom stylesheet, the lines might go away, even if you don't specifically target them.
  • JPEG image quality decreases on cross compile to raspberry pi

    Solved
    2
    0 Votes
    2 Posts
    258 Views
    B
    The solution to whom can face this problem is; export QT_QPA_EGLFS_FORCE888=1 adding this line to /etc/profile... Its the problem of color depth for EGLFS on RPI.
  • Android kill the Qt app because of permission issue

    Solved
    2
    0 Votes
    2 Posts
    313 Views
    thamT
    The real issue is "ACameraManager_getCameraIdList" make the app crash, will open a new post
  • Z-order Assignment: is not a valid widget.

    Unsolved
    5
    0 Votes
    5 Posts
    4k Views
    mrjjM
    @Keechu Hi Did that UI come from some old project or how did it start life ? I think its still a bit broken then. Maybe you did edit it before you tried in designer ?