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
  • Using user created libraries in a project

    Unsolved
    4
    0 Votes
    4 Posts
    818 Views
    SGaistS
    It should be part of the APK. Since it's a project specific library, you should rather put in some place fixed in the build folder rather than on your system. It would simplify development and debugging. For android, the library needs to be part of the package. If it's not detected automatically for you, you'll have to add it by hand. Go in the Project panel to modify the configuration as needed.
  • Qt 5.8 produces different Qt Version on Embedded platform

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    SGaistS
    No call /mnt/Odroid/build/qt5/qtbase/bin/qmake or wherever your self-built qmake landed.
  • Error while building QtWebEngine on an embedded device

    Solved
    2
    0 Votes
    2 Posts
    524 Views
    ?
    My problem was some libicu dependencies...for now compilation worked!
  • Android 7 issues with Qt 5.6.x

    Moved Unsolved
    4
    0 Votes
    4 Posts
    862 Views
    SGaistS
    I understand your issue with deploying your application with 5.7. However, it would be useful if you can test your application built with 5.7 and even 5.8 Beta against Android 7 to determine whether your problem has been fixed in between.
  • Change Image Backgrouund Colour to white

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    khakhilK
    @DivyaMuthyala this is similar to your problem. http://answers.opencv.org/question/37441/how-to-set-transparent-background-to-grabcut-output-image-in-opencv-c/
  • [Android] Open dialog when notification gets clicked

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    S
    @BogDan-Vatra First of all, many thanks for helping me with this, Bogdan! I tried it, and it worked! am really happy now. The only problem left is, that the Activity always starts in fullscreen mode. I tried to use Window and ApplicationWindow as root object for the popup dialog, but no matter which height/width I set via QML, it always opens in fullscreen. Do you know maybe also know how I can accomplish that? My gut feeling is, that I need to modify the AndroidManifest somehow, but I haven't found anything yet. Many thanks!
  • Qt 5.5.1 Olimex lime AllWinner A20 + touchscreen cypress cyttsp5

    Unsolved embedded
    2
    0 Votes
    2 Posts
    2k Views
    mkrrM
    @tmaniero I'm using the cypress cyttsp5 too, but I can not make it work in my linux. My tslib is not recognizing my touch. Did you use some adicional package to your touch works ?
  • Touchscreen problem with Qt5 embedded

    touch linuxfb
    6
    0 Votes
    6 Posts
    5k Views
    mkrrM
    @Andrei-Pushkin I'm with the same problem. But, My touch is not working in tslib (ts_calibrate or ts_test). If I run the evtest, it works perfectly. Did you use some adicional package in your yocto conf (local.conf) file ?
  • Touchscreen issue with tslib1.4, please kindly help this.

    Unsolved
    3
    0 Votes
    3 Posts
    916 Views
    mkrrM
    I solved my problem on QT 4.8 using this: export QWS_MOUSE_PROTO="linuxinput:/dev/input/touchscreen0" I used "linuxinput" instead of "tslib". If you execute "ts_test", the touch works?
  • Keeping a window on top

    Solved qml
    5
    0 Votes
    5 Posts
    3k Views
    kshegunovK
    Thanks for sharing the solution.
  • Call Qt built shared library from iOS native app

    Unsolved
    9
    0 Votes
    9 Posts
    3k Views
    ValpV
    @shav thanks, yes that works! Although am quite concerned about the size of the resulting app. Will see. The shared lib gets called and socket instance is created but the QWebsocket slots like onConnected, onTextReceived etc don't get called! If you know a good sample or any more info on how to do this, that would be great.
  • Push notifications in Qt Quick mobile apps?

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    T
    Please vote for QTBUG-44804 [iOS] [Android] Add an API to Qt for sending push notifications https://bugreports.qt.io/browse/QTBUG-44804 We've implemented Google Cloud Messaging for Android, but not for Windows and iOS yet in our Qt app. A Qt lib for all this would be great.
  • Push Notifications in Qt

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    T
    Please vote for QTBUG-44804 [iOS] [Android] Add an API to Qt for sending push notifications https://bugreports.qt.io/browse/QTBUG-44804 We've implemented Google Cloud Messaging for Android, but not for Windows and iOS yet in our Qt app. A Qt lib for all this would be great.
  • POC list for Qt Bluetooth related problems

    Unsolved
    2
    0 Votes
    2 Posts
    526 Views
    SGaistS
    Hi and welcome to devnet, You can bring your questions to the interest mailing list. You'll find there Qt developers/maintainers.
  • Qt Widgets & Qt Quick

    Unsolved
    3
    0 Votes
    3 Posts
    698 Views
    embdevE
    I see. what if my current embedded Linux software blocks use C source codes, is it still advisable to use QtQuick for my GUI development? or better to use QtWidget for my GUI development? I'm a little confused as to how to combine my embedded Linux board source codes with that of Qt GUI source codes. Do you've any advice as how I may integrate these two together? Do I actually put my embedded source codes into Qt GUI source codes as well?
  • Bluetooth QML chat example not working

    Unsolved
    1
    0 Votes
    1 Posts
    463 Views
    No one has replied
  • Force screen orientation on iOS

    Unsolved
    2
    1 Votes
    2 Posts
    781 Views
    D
    @Matteo-Vigni One way is to limit the screen orientation mask for the window you are rendering. Screen Orientation Typically, you would OR these enumerations together to specify supported orientations. In your app, when you create the window, set this to the desired orientation and do not provide any others by ORing them together. That should force the window to only allow one orientation when rendered. The example I found which helped me is here: From Window example project
  • Xaml with Qt

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    H
    If I understood you correctly then you need to use ABI. I have worked with ABI some time ago and it is quite cumbersome.
  • Platform "EGLFS" could not open display

    Unsolved
    1
    1 Votes
    1 Posts
    948 Views
    No one has replied
  • makeqpf tool usage

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    D
    Little update, I just compared a .qpf2 (from the internet) which works with my application and a self generated .qpf2 file with makeqpf -dump filename and it seems that my own file does not have any data in Block 1 and 2, compared to the internet .qpf2 file. Not sure if that makes sense... but I kinda suspect a makeqpf tool failure? Again, I'm new to this, I might just talk alot uf nonsense EDIT: Block 0 and 1, not 1 and 2