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
  • Could not resolve all artifacts for configuration ':classpath'

    Solved gradle android build
    2
    0 Votes
    2 Posts
    6k Views
    Pablo J. RoginaP
    @Kyeiv said in Could not resolve all artifacts for configuration ':classpath': OpenJDK 9.0.4 You need to use Java 8, see here. Versions higher than 8 might cause issues for the Android SDK command-line tools.
  • 0 Votes
    2 Posts
    907 Views
    advmA
    I don't understand this well: From looking at the documentation, it seems that the QAndroidJniObject constructor and methods have to be attaching and detaching the current thread to and from the JVM, which isn't going to work in a JNI thread that's already attached to the JVM. Does this mean that, if I call C++ function(that uses QAndroidJniObject) from java JNI class, it is not going to work? Because as I understand, QAndroidJniObject is attaching and detaching the current thread to and from the JVM, and the JNI java object that is calling native functions, is already attached to the JVM. Please correct me if I am wrong.
  • 0 Votes
    1 Posts
    658 Views
    No one has replied
  • I have some problem when using lamdba with QTimer :: singleshot!

    Unsolved
    5
    0 Votes
    5 Posts
    433 Views
    D
    I thought the same way at first, but I thought maybe I did the wrong way and couldn't optimize the code.So now I have to find another timer function for my code.Thank you,nice a good day!
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • OPEN62541 on I.MX537 Qt5.6

    Unsolved
    1
    0 Votes
    1 Posts
    221 Views
    No one has replied
  • 1 Votes
    8 Posts
    3k Views
    Aleksey_KA
    Nevermind, solved, removed unncecessary assignment RCC_DIR = $${OUT_PWD}/rcc in old project .pro file.
  • RaspberryPi3B cross compile error

    Unsolved
    1
    0 Votes
    1 Posts
    220 Views
    No one has replied
  • Embedded KMS Config File

    Unsolved
    2
    0 Votes
    2 Posts
    787 Views
    SGaistS
    Hi, I have not used that but my guess would to just set the path as you would for using anything stored in Qt's ressource system.
  • undefined symbol: _Z26qml_register_types_QtQuickv

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    M
    Thank you I will report it
  • Beaglebone Black Webengine fails

    Solved
    4
    0 Votes
    4 Posts
    622 Views
    G
    @Pablo-J-Rogina Thanks for replying :-> Yesterday I figured out what the problem was: Had a problem with opengl and the sgx graphics driver. But now it works perfectly
  • Running an Android application in background without any GUI

    Unsolved andriod ndk service c++
    3
    0 Votes
    3 Posts
    2k Views
    T
    Please note https://bugreports.qt.io/browse/QTBUG-76411, as Android 8 and later have quite a few new restrictions to background services.
  • Failed to build QtWebEngine on Boot2Qt sumo

    Unsolved b2qt qwebengine yocto qt5.12.x
    2
    0 Votes
    2 Posts
    2k Views
    Q
    Just wanted to say thanks! I ran into the same issue (building qtwebengine) on Ubuntu 18.04 host and this fixed it. I'm adding it to my personal list of prerequisites for my Boot2Qt Yocto builds....
  • QT Android Gboard overlaps input fields

    Unsolved
    4
    0 Votes
    4 Posts
    546 Views
    W
    Well I guess there is no other option, I opened the ticket, can only hope it gets actually fixed or for a workaround.
  • CANBus Payload Extraction

    Solved canbus debugging
    8
    0 Votes
    8 Posts
    2k Views
    aha_1980A
    @williamsk Ah, cool. So as your problem is solved, please mark this topic as SOLVED too (button Topic Tools). Thanks and regards
  • Emojies and preedit text underlining bug

    Unsolved
    1
    0 Votes
    1 Posts
    166 Views
    No one has replied
  • Problem with qmake generated makefile name in subdirectories for Qt 5.6

    Unsolved
    3
    0 Votes
    3 Posts
    414 Views
    R
    @SGaist Attached is the minimal compilable example project showing the issue. Incase unable to view the example, attached the same project in https://bugreports.qt.io/browse/QTBUG-87742 Ensure Qt 5.6.3 is installed in the path /usr/local/Qt-5.6.3. The top level handwritten makefile uses TestQmake.pro to generate Makefile_g in the current directory but not in sub-directory unlike Qt 4.8. Makefile_g: $(PRO_FILE_NAME) $(QMAKEPATH)qmake -o $@ $(QMAKESPEC_SWITCH) $(QMAKESPEC) $< To build the example project: cd TestQmake make clean make all Expected: The makefile in subdirectory testwidget should be generated with filename "Makefile_g" Actual: The makefile in subdirectory testwidget is generated with filename "Makefile"
  • meta-qt5 commercial license

    Unsolved
    2
    0 Votes
    2 Posts
    623 Views
    K
    @Andreamem Hi and welcome to the open source devnet forum Since you have a commercial license you are entitled to get also the commercial assistance. They can tell you also what you are required to do. The open source folks are not likely to know such legal details.
  • HEIC Image Conversion? Is it possible?

    Unsolved
    9
    0 Votes
    9 Posts
    3k Views
    R
    @jsulm said in HEIC Image Conversion? Is it possible?: @Ramport said in HEIC Image Conversion? Is it possible?: Heic only supports IOS devices This is wrong, see "Support" and "Operating systems" https://en.wikipedia.org/wiki/High_Efficiency_Image_File_Format https://www.iseepassword.com/convert-heic-to-jpg.html Thank you,but that i also added what I got here,you can convert between Heic and JPG at will, but Heic pictures cannot be supported on Windows devices unless they are converted to JPG pictures.
  • This topic is deleted!

    Unsolved
    24
    0 Votes
    24 Posts
    136 Views