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
  • 0 Votes
    1 Posts
    471 Views
    No one has replied
  • Boot time optimization techniques

    Unsolved loader boottime optimization earlyboot static linking
    5
    0 Votes
    5 Posts
    3k Views
    S
    @JKSH Yes I did. On QT part, we followed a lot of techniques mentioned in that post. Using Loaders for lazy loading, optimizing images, using qtquickcompiler. The major challenge is on the OS boot time that we are working on.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Fresh start on an RTOS

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    aha_1980A
    Here is the link to the corresponding thread on the mailing list.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    17 Views
    No one has replied
  • Android port problem

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    raven-worxR
    @Bremenpl there is a known issue for the androideployqt tool to scan QML imports across all qml files and add them to the APK. Add all imports to the main qml file to let the androideployqt discover them. Maybe this is also the case here. Regarding the warnings. About what warnings are you talking? At least those: /data/app/org.qtproject.example.ntm_client_win32-1/lib/x86/libQt5Network.so: unsupported flags DT_FLAGS_1=0x81 can be ignored (QTBUG-57909)
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    23 Views
    No one has replied
  • QMediaPlayer Service on Raspberry Pi 3 (Stretch)

    Unsolved
    7
    0 Votes
    7 Posts
    3k Views
    Cleiton BuenoC
    For you to debug with just only QtMultimedia set this variable environment: export QT_LOGGING_RULES=qt.multimedia.*=true Why you not use PySide2? It practical and efficient install with virtualenv and pip3. I belive there are missing libraries as Gstreamer, in this case. Cleiton Bueno Blog | Linkedin | B2Open
  • Rotate QpushButton with text

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    A
    Thank you for reply @jsulm :) Actually i am working on Ubuntu mate (Linux) and i have rotated the screen also but, in Ubuntu mate OS screen is rotates onlu 180 degree only (Just like mirror image). it is not getting rotate +90 degree or -90 degree. Is there any other option to rotate?????
  • F/libc : Fatal signal 11 (SIGSEGV) .... (qtMainLoopThrea)

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    TuniDevT
    I solved by closing my db connexion with this instruction : dbCnx.removeDatabase (dbCnx.connectionName ());
  • Application not working in release mode on Android

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    D
    Thanks for the tip, I will keep that in mind. @aha_1980 said in Application not working in release mode on Android: Have you changed anything on your computer? Updated Qt, Qt Creator or Android NDK or SDK? Well, yes I have reinstalled Qt on my Linux machine and installed Android Studio (for SDK and NDK). However, as I mentioned in the bug report I have tried to run the application from a fresh install of Qt on Windows and experienced the same issue.
  • error: no member named 'create' in 'QThread'

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    TuniDevT
    I find the solution, hope that help some one. void Handler_Transaction::saveObject(bool modeThread) { if(modeThread == true) { //****************************************************** // it work for me QtConcurrent::run( this{ this->saveObject(false);}); ); return; } //doing script of thread here // }
  • QRadioTuner problem

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    I
    Hi @SGaist , Yeah i just need to look into it a little bit better and do some research. After i get the class working i will try to integrate it, but this radio system is kinda low on my priority list, so i will come back with a solution when i have the time. I will mark this as solved and start a new thread when i have the class made for integration. Thanks, Izba
  • 0 Votes
    2 Posts
    1k Views
    _
    Alright, I found the error: In the TextEdit {} I had inputMethodHints: Qt.ImhNoPredictiveText because in earlier tests, sending emojis to TextEdit crashed the app. But with PredictiveText disabled, all fancy input methods and hence the different keyboards don't work. Also, Emojis are no problem anymore and animated Gifs are disabled.
  • thanks

    Unsolved
    2
    0 Votes
    2 Posts
    462 Views
    JKSHJ
    @Joao-Alysson said in thanks: Re: icon android apk Hi @Joao-Alysson, please reply in the original thread. Please don't start a new thread just to say "thanks", and please don't delete the original thread.
  • Android UDP and TCP socket issue

    Unsolved
    2
    0 Votes
    2 Posts
    769 Views
    SGaistS
    Hi and welcome to devnet, What version of Qt are you using ? What version of Android is proving problematic ? Did you test that on different versions of Android ? Did you test that on different device with the same version of Android ?
  • icon android apk

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    aha_1980A
    @Joao-Alysson If your issue is solved, please close this topic as SOLVED too. Thanks! Regards
  • Error configuring Qt5 for compilation from source

    Unsolved
    10
    0 Votes
    10 Posts
    3k Views
    SGaistS
    What device are you targeting ?
  • Start another app from C++ code on iOS

    Unsolved
    3
    0 Votes
    3 Posts
    540 Views
    SGaistS
    Hi, Did you already saw that KDAB's blog about barcode scanning ?
  • QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    N
    Thanks for the reply, I will check. Anyway XCB GLX on should be enougth for use OpenGL acceleration, basing on the output log.