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
  • Equivalent of java activity in qt android

    4
    0 Votes
    4 Posts
    1k Views
    benlauB
    Hi Pragmatik, You may take a look on this project. The library has supported to handle the "back button". You may check the example project. https://github.com/benlau/quickandroid
  • [Solved] ERROR QOpenGLWidget example - Undefined symbol

    22
    0 Votes
    22 Posts
    10k Views
    M
    I will use XCB as people are recommending this one for my device. I created a new thread for my XCB-related-errors as it is not related to this one anymore. Thank you for your help!!
  • Bluetooth on iOS 8 & Qt C++

    8
    0 Votes
    8 Posts
    2k Views
    SGaistS
    So serial printers ?
  • [SOLVED] Play ios default ringtone

    7
    0 Votes
    7 Posts
    5k Views
    SGaistS
    That I don't know, you should read their documentation and try submitting. Worst case you have to do some rewrites and try again.
  • Setting QV4_NO_SSA to prevent crashes on older Android phones

    1
    0 Votes
    1 Posts
    577 Views
    No one has replied
  • [Windows Phone] Missing makefile.Debug and makefile.Release

    1
    0 Votes
    1 Posts
    521 Views
    No one has replied
  • [SOLVED]Compass not active

    4
    0 Votes
    4 Posts
    1k Views
    S
    With Qt 5.4, the new release, I could get it. I could see the QCompass as one of the available sensors on the device and with the help of the QCompassReading, I could get the azimuth.
  • Beginner's guide to WiFi (for Android)?

    4
    0 Votes
    4 Posts
    1k Views
    A
    You can always use the Java APIs: http://developer.android.com/reference/android/net/wifi/package-summary.html and hook them up to your Qt app via JNI: https://www.qtdeveloperdays.com/sites/default/files/BogdanVatra_Extending_Qt_Android_Apps_with_JNI.pdf
  • Strange logs during building app for Android target

    1
    1 Votes
    1 Posts
    832 Views
    No one has replied
  • How to build Qt 5 for Beaglebone Black with LCD7 Cape

    3
    0 Votes
    3 Posts
    1k Views
    V
    Sorry. I followed this tutorial to build Qt4.8.5, but now I want to use Qt5. There are many options to configure qt5 and I've have many doubts. I want to develop GUI Widgets and QML Applications to run on BBB with touch screen. Thank you
  • [solved] Headers with path not found on IOS

    6
    0 Votes
    6 Posts
    2k Views
    SGaistS
    You're welcome ! Since your path are now found, please update the thread title prepending [solved] so other forum users may know a solution has been found :)
  • QML & C++: New declarative state machines in mobile apps

    4
    0 Votes
    4 Posts
    1k Views
    C
    Declarative SM Framework is built on top the C++ SM Framework. You may find C++ examples useful. A SM transition can be used to trigger anything, be it a screen transition, network message, file operation etc. If your comfortable with manually triggered screen transitions, you can let the SM trigger that for you, however if the user is the source for screen transitions, an SM may be an overkill.
  • This does not seem to be a "Debug" build On Qt 5.3.1

    3
    0 Votes
    3 Posts
    3k Views
    P
    same problem here... you have any luck figuring it out... I've been screwing around with my Java JRE... wondering if I dorked my Qt/Android deployment somehow.
  • Android crashes on compiling

    13
    0 Votes
    13 Posts
    3k Views
    S
    It's well known for me :)
  • Qt 5.4 Open Source and Enterprise Embedded

    6
    3 Votes
    6 Posts
    2k Views
    dheerendraD
    I'm trying to contribute some money to Qt as well :). Customer does not want to risk the licensing issues later.
  • Qt Enterprise Version deliveries from Digia

    1
    3 Votes
    1 Posts
    496 Views
    No one has replied
  • Error: [iphonesimulator-debug] Error 65

    1
    0 Votes
    1 Posts
    753 Views
    No one has replied
  • Touch screen problem with 15,6" size

    6
    0 Votes
    6 Posts
    2k Views
    F
    Hi, You hide the cursor easily by setting the environment variable like.. export QT_QPA_EGLFS_HIDECURSOR=1 Regards Fredrik
  • [SOLVED]Working With Files in Mobile Apps

    3
    0 Votes
    3 Posts
    839 Views
    W
    Hi SGaist, I try use qrc on the aplication and it fits perfectly with my needs and a Lot More! Amazing, this solve the problem since i have now the same folter for all platforms and being accessed at the same manner in the code. Beautifull! Since i will distribute the files with the software, now i dont need code a lot of stuff to mantain compatibility between the different plafforms...really Cool! Thanks so much for your help! Kind Regards.
  • [SOLVED]QOpenGLFunctions_ES2 Initialization Fail

    4
    0 Votes
    4 Posts
    2k Views
    W
    Hi ZapB, Yes, i understand, but i use tha same inicialization routines for both platforms, so i just put the isValid() exactly to check it out if i have a valid context since the makeCurrent call is on the same place for all platforms. Anyway, thanks so much for your help! Too much appreciated! I solve the problem and the functions are working now without any modification on the above code.. I just check the option "Use QML" at the Run settings on the project...but why this affect how the OpenGLFunctions are initialized in Mobile i not discover yet... ;) Kind Regards.