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
  • OCR with QT

    Unsolved
    8
    0 Votes
    8 Posts
    4k Views
    B
    You may give this one a try. I have used it a lot with QT last year and had some success https://www.bisok.com/grooper-data-capture-method-features/multi-pass-ocr/. Hope this helps, good luck.
  • IOT sending data to remote server

    Unsolved
    5
    0 Votes
    5 Posts
    532 Views
    V
    @jsulm thanks for replay ...
  • Unable to detect touch key in qt

    Unsolved
    3
    0 Votes
    3 Posts
    859 Views
    Pablo J. RoginaP
    @jigarp you may want to take a look at QEvdevKeyboardHandler source code where the warning message is sent, and see if you could add the LEFT_META key event.
  • Qt on S60 5thEd inherits phone themes but Qt for Symbian^3 does not

    15
    0 Votes
    15 Posts
    6k Views
    jsulmJ
    @jonhanaley You're writing software for S60/Symbian in 2019?! This thread is 9 years old, I suggest you open a new one.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    146 Views
    No one has replied
  • 10bit surface with eglfs_kms_egldevice backend

    Unsolved
    1
    0 Votes
    1 Posts
    179 Views
    No one has replied
  • Chromebook has a activeFocus-related frame color where Android tablet does not have.

    Unsolved
    1
    0 Votes
    1 Posts
    127 Views
    No one has replied
  • Error QOpenGLShader: could not create shader

    Solved
    3
    0 Votes
    3 Posts
    4k Views
    S
    @abdussalam Thank you ! Really !
  • Help with meta-qt5 on embedded linux IMX.6 Quad Platform.

    Unsolved
    7
    0 Votes
    7 Posts
    769 Views
    M
    @jsulm thanks for the help/pointers. Went out of town for thanksgiving. I tried building before I left by modifying a file. I am using the krogoth meta-qt5 but I am struggling to find where I can set that. I changed the qt5-git.inc file to 5.12 but had issues with qtenginio. Reading closing it says qt_modules so it must be some place else. Not sure where I can put the hash like you suggested for the commit on the newest (or newer) of qt 5.
  • QT5 on IMX6q - graphics stuttering after HDMI reconnect

    Unsolved
    2
    0 Votes
    2 Posts
    305 Views
    J.HilkJ
    hi @rickp and welcome, I don't think this is an issue that many user's have encountered. So I would suggest to bring this on the mailing list of Qt. You may have more luck there. https://lists.qt-project.org
  • Qt project file issues when building for android

    Unsolved
    2
    0 Votes
    2 Posts
    782 Views
    Q
    Did you solve this problem? I have a simmilar issue :-1: error: dependent '..\App\vcpkg\installed\x86-windows\include\boost\numeric\conversion\detail\preprocessed\numeric_cast_traits_common.hpp' does not exist. although it does exsist...
  • Surprised to discover my Qt app Android build also works on an x86 device. How???

    Solved
    2
    0 Votes
    2 Posts
    288 Views
    timdayT
    Hmmm a bit of googling around finds me a 2015 review of the Dell device https://techreport.com/review/27790/dells-venue-8-7000-tablet-reviewed/ containing: The other important item of note is the x86 instruction set, which differs from the ARM ISA that dominates the mobile world. Intel and Google have been collaborating on x86 Android optimizations since 2011, so the ISA shouldn’t pose a problem with modern software. Android’s Dalvik VM can generate the appropriate instructions, and binaries compiled with the Native Developer Kit can target x86 specifically. In cases where ARM-specific code is the only option, binary translation software serves as an interpreter. There’s some unavoidable overhead associated with translating ARM instructions to x86, but Intel contends that the impact is minimal. Any potential ISA issues may ultimately be rendered moot by Lollipop, which features a new runtime environment with a cross-platform compiler. so it does indeed seem to be code translation. Is this pretty standard for x86 Android devices these days, or an unusual exceptional case? (A bit more research suggests x86-Android is a complete dead end with no new devices in years... so probably not something it's worth worrying about).
  • QT Widget Android applications UI absnormal

    Unsolved
    5
    0 Votes
    5 Posts
    586 Views
    L
    Everything comes to him who waits, I finally find a solution by myself, thanks! https://bugreports.qt.io/browse/QTBUG-58700
  • RaspberryPi3 Crosscompiling on Windows Error

    Solved
    5
    0 Votes
    5 Posts
    472 Views
    P
    @sierdzio Thanks for your answer, finally I solved my problem on Windows so ill keep working on Windows. I added the solution on my answer just in case someone find the same problem.
  • How to create Content Provider using QT on Android?

    Unsolved
    1
    0 Votes
    1 Posts
    288 Views
    No one has replied
  • How to put mobile application in Suspended state?

    Unsolved
    4
    1 Votes
    4 Posts
    618 Views
    J.HilkJ
    @levolex I'm actually not entirely sure what the underlying process is. For the "Back Button" you can catch that inside your application, because it's literally the Qt::Key_Back button and simply invokes QApplication::quit() if you don't catch it. From what I understand of android, the Home and Menu button are not designed to be processed by any application. Therefore no way to catch those events, without a rooted device.
  • Buildroot + RIP -> How to modify QPA env variables?

    Unsolved
    2
    0 Votes
    2 Posts
    261 Views
    jsulmJ
    @rscr You have to create that file, see https://doc.qt.io/qt-5/qt-conf.html
  • How to download apk on Android?

    Unsolved
    2
    0 Votes
    2 Posts
    197 Views
    jsulmJ
    @Buchheit-Paul How is your question related to Qt?
  • Cannot grant permission for "android.permission.ACCESS_WIFI_STATE"

    Solved
    2
    0 Votes
    2 Posts
    319 Views
    B
    It turns out that I had failed to copy my modified AndroidManifest.xml file, as qmake had copied the default manifest without the required permission tag. Make sure that you have included an assignment to ANDROID_PACKAGE_SOURCE_DIR under the android block in your qmake project file: android { QT += androidextras ANDROID_PACKAGE_SOURCE_DIR = \ $$PWD/android } I couldn't request the permission with QtAndroid::requestPermissionsSync because the underlying Android API method only works for dangerous permissions: android.permission.ACCESS_WIFI_STATE is classed as a normal permission.
  • Embedded QT: How to Fix the Error "QWidget::paintEngine: Should no longer be called"

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    SGaistS
    Sorry, I just saw there was a missing word in my phrase and fixed it. What do you get if you just show a normal unmodified QWidget object ?