Skip to content

Mobile and Embedded

The forum for developing everything embedded: Linux, WinCE, Symbian, MeeGo... you name it.
14.2k Topics 62.7k Posts
  • RTSP H264 on Android device

    Unsolved
    1
    0 Votes
    1 Posts
    409 Views
    No one has replied
  • How to get data from URL/.php file and display in my fields

    Solved
    30
    0 Votes
    30 Posts
    8k Views
    VineelaV
    @jsulm yes thnks i cleared the combo box before navigating to that page its ok now
  • Unable to use Data Breakpoints

    Unsolved debugger gdb segfault breakpoint
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • change ApplicationWindow size on Android

    Solved android screen window
    5
    0 Votes
    5 Posts
    2k Views
    raven-worxR
    @morte ApplicationWindow { Item { id: banner x: 0; y: 0 width: parent width; height: 50 } Item { id: content width: parent.width anchors { top: banner.bottom bottom: parent.bottom } } }
  • QtCreator not detecting android GCC

    Unsolved
    11
    0 Votes
    11 Posts
    2k Views
    K
    @J.Hilk Here is that output: 09:30:03: Running steps for project hellotr... 09:30:03: Configuration unchanged, skipping qmake step. 09:30:03: Starting: "C:\Android\ndk-bundle\prebuilt\windows-x86_64\bin\make.exe" -j4 make: Nothing to be done for `first'. 09:30:04: The process "C:\Android\ndk-bundle\prebuilt\windows-x86_64\bin\make.exe" exited normally. 09:30:04: Starting: "C:\Android\ndk-bundle\prebuilt\windows-x86_64\bin\make.exe" "INSTALL_ROOT=C:/Qt/Examples/Qt-5.12.0/linguist/build-hellotr-Android_for_armeabi_v7a_Clang_Qt_5_12_0_for_Android_ARMv7-Debug/android-build" install C:\Android\ndk-bundle\prebuilt\windows-x86_64\bin\make.exe: Interrupt/Exception caught (code = 0xc00000fd, addr = 0000000000420466) 09:30:06: The process "C:\Android\ndk-bundle\prebuilt\windows-x86_64\bin\make.exe" exited with code 255. Error while building/deploying project hellotr (kit: Android for armeabi-v7a (Clang Qt 5.12.0 for Android ARMv7)) When executing step "Copy application data" 09:30:06: Elapsed time: 00:03.
  • building android 64 bit

    Solved android 64 bits
    3
    0 Votes
    3 Posts
    2k Views
    J
    @koahnig So there's config and rebuild needed. Thank you very much for the helpful reply.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    20 Views
    No one has replied
  • Qt NFC, le_oob and QLowEnergyController, possible with current QT BLE framework?

    Unsolved
    1
    0 Votes
    1 Posts
    194 Views
    No one has replied
  • Android not working in Qt5.11.1

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    K
    @jsulm sadly, that didn't work for me either.
  • Analog Clock example; Build & Run on Android

    Unsolved androidqt
    3
    0 Votes
    3 Posts
    1k Views
    B
    There is a Bug filed called "Can't debug Android App": https://bugreports.qt.io/browse/QTCREATORBUG-20379 In one of the comments someone mentions that you'll need to manually update the AndroidManifest.xml file to add the attribute android:debuggable="true" To the Application tag. This gets the Application deployed and starts it up. But looks like the debugger still can't attach. And it also looks like the Manifest gets autogenerated and needs to be updated each time you try to debug. Hopefully there is something one can set to adjust the automatic generation so you don't have to edit that manifest each time you need to deploy.
  • How does the concept of random address type match the whitelist for a BLE peripheral?

    Unsolved
    1
    0 Votes
    1 Posts
    305 Views
    No one has replied
  • QLabel inserts (automatic) a blank line

    Unsolved
    8
    0 Votes
    8 Posts
    933 Views
    P
    EDIT: I noticed something (probably) quite important. If I build my UI so that it is not embraced by a vertical layout, then the QLabels will be displayed correctly. But if I build them up so that all elements are spanned by a vertical layout, then there is the rendering problem (as described above). This extremely strange behavior is comprehensible and man can be switched back and forth: with QVBoxLayout-> display error, without QVBoxLayout-> no errors, and so on ... Here you can see the UI-Code without vertical layout around the UI-elements: [?xml version="1.0" encoding="UTF-8"?] [ui version="4.0"] [class]PrjNameMeldung1_5[/class] [widget class="QMainWindow" name="PrjNameMeldung1_5"] [property name="geometry"] [rect] [x]0[/x] [y]0[/y] [width]375[/width] [height]444[/height] [/rect] [/property] [property name="windowTitle"] [string]MainWindow[/string] [/property] [widget class="QWidget" name="centralwidget"] [widget class="QWidget" name="gridLayoutWidget"] [property name="geometry"] [rect] [x]9[/x] [y]25[/y] [width]361[/width] [height]401[/height] [/rect] [/property] [layout class="QGridLayout" name="gridLayout"] [item row="3" column="0"] [widget class="PrjListControl" name="listWidget"] [property name="sizePolicy"] [sizepolicy hsizetype="Expanding" vsizetype="Expanding"] [horstretch]0[/horstretch] [verstretch]0[/verstretch] [/sizepolicy] [/property] [/widget] [/item] [item row="1" column="0"] [widget class="QLabel" name="m_editTPAggregat"] [property name="text"] [string]TPAggregat[/string] [/property] [/widget] [/item] [item row="2" column="0"] [widget class="QLabel" name="m_labelAuswahl"] [property name="text"] [string]Baugruppe[/string] [/property] [property name="alignment"] [set]Qt::AlignCenter[/set] [/property] [/widget] [/item] [item row="0" column="0"] [widget class="QLabel" name="m_editTP"] [property name="text"] [string]TP[/string] [/property] [property name="alignment"] [set]Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop[/set] [/property] [/widget] [/item] [/layout] [/widget] [widget class="PrjToolBar" name="m_groupMenuBar" native="true"] [property name="geometry"] [rect] [x]9[/x] [y]425[/y] [width]357[/width] [height]16[/height] [/rect] [/property] [property name="sizePolicy"] [sizepolicy hsizetype="Preferred" vsizetype="Fixed"] [horstretch]0[/horstretch] [verstretch]0[/verstretch] [/sizepolicy] [/property] [property name="minimumSize"] [size] [width]0[/width] [height]10[/height] [/size] [/property] [/widget] [widget class="PrjNavigationBar" name="m_groupWindowTitle" native="true"] [property name="geometry"] [rect] [x]9[/x] [y]9[/y] [width]357[/width] [height]16[/height] [/rect] [/property] [property name="sizePolicy"] [sizepolicy hsizetype="Preferred" vsizetype="Fixed"] [horstretch]0[/horstretch] [verstretch]0[/verstretch] [/sizepolicy] [/property] [property name="minimumSize"] [size] [width]0[/width] [height]10[/height] [/size] [/property] [/widget] [/widget] [/widget] [customwidgets] [customwidget] [class]PrjToolBar[/class] [extends]QWidget[/extends] [header location="global"]controls/Prjtoolbar.h[/header] [container]1[/container] [/customwidget] [customwidget] [class]PrjNavigationBar[/class] [extends]QWidget[/extends] [header location="global"]controls/Prjnavigationbar.h[/header] [container]1[/container] [/customwidget] [customwidget] [class]PrjListControl[/class] [extends]QListWidget[/extends] [header location="global"]controls/Prjlistcontrol.h[/header] [/customwidget] [/customwidgets] [resources/] [connections/] [/ui] And here you can see the UI-Code with vertical layout around the UI-elements: [?xml version="1.0" encoding="UTF-8"?] [ui version="4.0"] [class]PrjNameMeldung1_5[/class] [widget class="QMainWindow" name="PrjNameMeldung1_5"] [property name="geometry"] [rect] [x]0[/x] [y]0[/y] [width]375[/width] [height]444[/height] [/rect] [/property] [property name="windowTitle"] [string]MainWindow[/string] [/property] [widget class="QWidget" name="centralwidget"] [layout class="QVBoxLayout" name="verticalLayout"] [item] [widget class="PrjNavigationBar" name="m_groupWindowTitle" native="true"] [property name="sizePolicy"] [sizepolicy hsizetype="Preferred" vsizetype="Fixed"] [horstretch]0[/horstretch] [verstretch]0[/verstretch] [/sizepolicy] [/property] [property name="minimumSize"] [size] [width]0[/width] [height]10[/height] [/size] [/property] [/widget] [/item] [item] [layout class="QGridLayout" name="gridLayout"] [item row="3" column="0"] [widget class="PrjListControl" name="listWidget"] [property name="sizePolicy"] [sizepolicy hsizetype="Expanding" vsizetype="Expanding"] [horstretch]0[/horstretch] [verstretch]0[/verstretch] [/sizepolicy] [/property] [/widget] [/item] [item row="1" column="0"] [widget class="QLabel" name="m_editTPAggregat"] [property name="text"] [string]TPAggregat[/string] [/property] [/widget] [/item] [item row="2" column="0"] [widget class="QLabel" name="m_labelAuswahl"] [property name="text"] [string]Baugruppe[/string] [/property] [property name="alignment"] [set]Qt::AlignCenter[/set] [/property] [/widget] [/item] [item row="0" column="0"] [widget class="QLabel" name="m_editTP"] [property name="text"] [string]TP[/string] [/property] [property name="alignment"] [set]Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop[/set] [/property] [/widget] [/item] [/layout] [/item] [item] [widget class="PrjToolBar" name="m_groupMenuBar" native="true"] [property name="sizePolicy"] [sizepolicy hsizetype="Preferred" vsizetype="Fixed"] [horstretch]0[/horstretch] [verstretch]0[/verstretch] [/sizepolicy] [/property] [property name="minimumSize"] [size] [width]0[/width] [height]10[/height] [/size] [/property] [/widget] [/item] [/layout] [/widget] [/widget] [customwidgets] [customwidget] [class]PrjToolBar[/class] [extends]QWidget[/extends] [header location="global"]controls/Prjtoolbar.h[/header] [container]1[/container] [/customwidget] [customwidget] [class]PrjNavigationBar[/class] [extends]QWidget[/extends] [header location="global"]controls/Prjnavigationbar.h[/header] [container]1[/container] [/customwidget] [customwidget] [class]PrjListControl[/class] [extends]QListWidget[/extends] [header location="global"]controls/Prjlistcontrol.h[/header] [/customwidget] [/customwidgets] [resources/] [connections/] [/ui]
  • Android: how to flush cached data?

    Unsolved android apk install
    1
    0 Votes
    1 Posts
    512 Views
    No one has replied
  • Qt Cross Compilation for Tegra3 - Cannot find crt1.o

    Unsolved
    1
    0 Votes
    1 Posts
    454 Views
    No one has replied
  • 0 Votes
    7 Posts
    6k Views
    L
    @Sungyong I was stuck like you and finally found a workaround like this: Install "Android armV7" and "x86" with Qt MaintenanceTool (under Qt X version). Now you will see the two kits added to QtCreator. I selected armV7 and build went fine.
  • ANDROID TORCH PROBLEM.

    Unsolved
    3
    0 Votes
    3 Posts
    595 Views
    E
    @Pablo-J-Rogina I've try to do this: Camera { id: camera viewfinder.resolution: "640x480" imageProcessing.whiteBalanceMode: CameraImageProcessing.WhiteBalanceFlash flash.mode: Camera.FlashTorch and i create a function for force the flash on function flash_start() { camera.unlock() camera.flash.mode = Camera.FlashOn camera.flash.mode = Camera.FlashTorch } But nothing works.
  • Quiting Qt app by Alert Message

    Solved
    23
    0 Votes
    23 Posts
    4k Views
    VineelaV
    @J.Hilk oh yes it is working great ; P
  • Cross compilation issues Qt + libmatrix_creator_hal

    Unsolved
    4
    0 Votes
    4 Posts
    582 Views
    kshegunovK
    @X-Krys said in Cross compilation issues Qt + libmatrix_creator_hal: So it means I should use GCC 6 to match the compiler that lib has been built with ? 6 is the library version, so you should use the same major version of the stdc++ (assuming they keep binary compatibility, which I'm not sure about). Also you need to use a compiler that produces code that is binary compatible with the compiler used to build that library, unfortunately I have no clue which version is that exactly, but I really doubt it's as old as gcc 4.8.3.
  • Android QT: Getting IDE + Compiler Up

    Unsolved
    3
    0 Votes
    3 Posts
    368 Views
    B
    Yep. I'm having trouble too. I'm documenting my frustration in this thread: https://forum.qt.io/topic/98432/analog-clock-example-build-run-on-android
  • Device incompatible?

    Solved
    27
    0 Votes
    27 Posts
    7k Views
    K
    So I thought I should close this one out. It turns out the issue in the title was a red herring. What happened was I had set the API level to a higher level when I built the APK to deploy to google play. The higher level was not compatible with my device. I then updated android SDK, which created a new issue that is preventing me from building. Thus I was not able to build for my API level (API level 24) and I got the device incompatible message. That said, I still have a problem that has me stumped. I've found two other threads where people have encountered the exact same problem I have and I have not seen a solution posted. I have completely re-installed SDK, NDK, JDK. I've wiped out my build config settings and my .pro.user file. I've also tried the example projects in addition to my project. I get the same error. Here are the threads describing the issue I still have: https://forum.qt.io/topic/91958/android-not-working-in-qt5-11-1/2 https://forum.qt.io/topic/91310/cant-build-qt-example-for-android/