Skip to content

Mobile and Embedded

The forum for developing everything embedded: Linux, WinCE, Symbian, MeeGo... you name it.
14.1k Topics 62.3k Posts
  • Compiling and linking OPENSSL For ANDROID in QT

    Moved Unsolved
    8
    0 Votes
    8 Posts
    1k Views
    ashajgA
    @dheerendra Ok Sir. I ll check for that.
  • Windows - Android direct connection

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    K
    @Tabanito Probably the best is to have a note during installation or when you start up the application, in case you want to be thorough. The firewall is prevent attacks from outside in your case. Therefore you need to do it on OS level as recommended by @jsulm However, it is also not possible to knowabout outside attacks and their blockage.
  • Bluetooth Low Energy bug on advertisement update (BlueZ)

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    aha_1980A
    Closing this one as QTBUG-70754 is already fixed. Thanks to @AlexBlasche !
  • How to disable clang warnings in iOS build

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    A
    @ekkescorner This is not working, "-Wall" will still override those settings.
  • Android build SDK not defined. Check Android settings.

    Unsolved
    10
    0 Votes
    10 Posts
    7k Views
    S
    OK, after many hours try out I finally find out how you can fix it. Download and use Android NDK r10e separately (not install it through SDK Manager) Download and use Android SDK without Android Studio (download android tools from official site) Qt Preferences will installs all needed packages (build tools , platform tools, sdk tools, platform android-28) Install and use Java JDK 8 (not newer) Please note that installing sdk packages through Android Studio will not be detectable by Qt
  • QT android app creates file but it is invisible from computer

    Solved
    3
    0 Votes
    3 Posts
    481 Views
    D
    @sierdzio Actually no , I've just realized that that piece of code wont work without the rest of the library, so Im going to try to realize how is that specific method called, and how it works.
  • How to set Android kits in Qtcreator?

    Solved
    3
    0 Votes
    3 Posts
    5k Views
    ShaeS
    @koahnig thanks for your reply. oh,sorry I am not read that ,when I choose the older NDK version, QtCreator creat the android kit successfully.
  • SQL Server & Android

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    AndySA
    Personally (and I have also done this in my own application) I would use a web service that does the communication to the database for you. This ultimately proves to be much easier to set up and the app stores can easily reject the usage of the SQL drivers being used already or at a later date.
  • Error 129

    Solved
    3
    0 Votes
    3 Posts
    859 Views
    ndt_mikeN
    Thanks so much for putting me in the right 'path'. haha!! The problem wasn't AVRDude it seems like it was with some other games that I installed for my kids, pesky kids.
  • How to adjust evdevtouch sensitivity

    Unsolved
    1
    0 Votes
    1 Posts
    315 Views
    No one has replied
  • Sigh, okay, I suck, I need help with Qt for iOS and packaging my framework

    Solved
    3
    0 Votes
    3 Posts
    905 Views
    C
    The good thing is that Qt for iOS is still static, so I don't have to worry about the Qt dependencies, and for the test client - I've simply replaced it with an XCode based test client (I have to wrap the classes I'm exposing in the framework with Objective-C and Objective-C++ anyhow) and doing my unit tests at that level. I suspect that, as you allude to above, the Qt team moves towards the issues of greatest needs first, and I suspect supporting "embedding custom frameworks into iOS apps" via qmake and Qt Creator is possibly on the list - but not at the top ;). I may tinker with qmake later and try to figure out when/where/how I could accomplish this with scripting during the build lifecycle - if I figure it out I'll update here. Marking solved. Thanks :)
  • Qt5.6.3 Build issue with ARM64

    Unsolved qt5.6 qtbase arm64 aarch64 embedded linux
    7
    0 Votes
    7 Posts
    4k Views
    SGaistS
    AFAIK, the BPI is very close to the Raspberry Pi, you should take a look at this wiki entry. By the way, why are you trying to build an outdated version of Qt ? The current LTS is the 5.9 series with 5.12 around the corner.
  • Enabling eglfs for virtual DRM

    Unsolved
    1
    0 Votes
    1 Posts
    469 Views
    No one has replied
  • Build Android Project

    Unsolved
    2
    0 Votes
    2 Posts
    440 Views
    raven-worxR
    @roscoe_x http://doc.qt.io/qt-5/deployment-android.html#resources
  • Uh, wth? I'm building for iOS, I do NOT have the simulator kit configured...

    Unsolved
    1
    0 Votes
    1 Posts
    369 Views
    No one has replied
  • Set orientation on iOS at runtime

    Unsolved
    1
    0 Votes
    1 Posts
    470 Views
    No one has replied
  • how to stop ringtone in qt android

    Solved
    13
    0 Votes
    13 Posts
    2k Views
    G
    @raven-worx i have been going through android api and discovered that getVolume() was introduced in API 28 its not working because i am using API19 thank you very much
  • Qtcreator 4.5.2 Ubuntu 18, Bare metal

    Solved
    5
    0 Votes
    5 Posts
    883 Views
    aha_1980A
    Hi @comarius, glad you found a solution. So please mark this topic as SOLVED with the button "Topic Tools". Thanks!
  • cross compile Qt\raspberry pi3 stretch, OpenGL Error

    Solved
    13
    0 Votes
    13 Posts
    6k Views
    M
    Thanks @Cleiton-Bueno, I just repeat the steps as you mentioned and it worked this way, I was able to configure it, but I am little bit confused till which step should I stop here! https://wiki.qt.io/RaspberryPi2EGLFS, becasue I did everything and at the end It looks like Qt didn't accept my qmake file Attached below is my configuration log file, I hope if you can find the time to have a look on it, I saw some errors inside but I couldn't resolve the issue, I am still beginner for this staff. https://docs.google.com/document/d/1-Dq9tg9sXo4q6dpIeyYbokvNHbS2wL473GuR4GtP3fU/edit?usp=sharing
  • This topic is deleted!

    Unsolved
    5
    0 Votes
    5 Posts
    132 Views