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
  • What does libqevdevtouchplugin.so is used for?

    6
    0 Votes
    6 Posts
    2k Views
    SGaistS
    Then no, it's not like that, you can implement your own gestures with QGestureRecognizer and QGesture
  • QFont usage in Simple Terminal

    8
    0 Votes
    8 Posts
    3k Views
    R
    Thank you SGaist and nologinma for helping me, i have tried whatever you suggested me but its not changing in the Console terminal. Where as i tried it in other widget there i observed the font changes. But I want in Console terminal, the characters are very tiny in LCD display. So, i want it to change the font size in it. Could you suggest me in any other way possible to change the font character.
  • Qt-android: How can I debug into a shared library?

    2
    0 Votes
    2 Posts
    1k Views
    L
    Hi! I have run into this same issue. Did you solved it in some way? Somebody out there knows how to solve this? Thanks, LoPiTaL
  • Qt developed on OS X 10.6 for iPhone and iPad, which qt to choose 4 or 5

    3
    0 Votes
    3 Posts
    880 Views
    F
    Thanks, So, If I don't need Apple Store, I can deploy on locally connected devices from Mac OS 10.6 with Qt 4.8 Thanks Marek
  • [solved] Qt5 linuxfb screen resolution

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • [SOLVED] App on play store cannot be found if device does not have GPS

    5
    0 Votes
    5 Posts
    2k Views
    C
    Yes, not Qt at all. Google just need to give users (or maybe the developer console) a reason for deciding that it won't work on a particular hardware device. Otherwise it's just guesswork.
  • Default Android device

    1
    0 Votes
    1 Posts
    522 Views
    No one has replied
  • Open PDF on Android via QDesktopServices::openUrl?

    4
    0 Votes
    4 Posts
    3k Views
    D
    Still not working... I removed the extra slash in file:////. I checked that the pdf file is correctly written in the Download folder and is a valid PDF; it can be opened manually by clicking on it in the Android app "My Files".
  • Is there an OpenGL example can work correctly on Android?

    2
    0 Votes
    2 Posts
    3k Views
    U
    I eventually found one - "Scene Graph - OpenGL Under QML":http://qt-project.org/doc/qt-5/qtquick-scenegraph-openglunderqml-example.html.
  • QML AppCrash on BackButton Press (Android, Qt5.2 Beta)

    4
    0 Votes
    4 Posts
    3k Views
    D
    Have you found a solution? I'm seeing a similar error when the back key is pressed even though I do not handle the back key explicitly: @ E/IMGSRV (21013): kickresource.c:1142: Debug assertion failed! F/libc (21013): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 21075 (QSGRenderThread) @
  • [SOLVED] Compass on Android - Magnetometer values problem?

    7
    0 Votes
    7 Posts
    6k Views
    A
    Yes sure! :) Just check my contribution within my sign!
  • [solved] Making qt creator aware of my embedded device.

    4
    0 Votes
    4 Posts
    1k Views
    SGaistS
    You're welcome ! Since you have your cross-compiling environment setup working, please update thread title prepending [solved] so other forum users may know a solution has been found :)
  • Connect to wifi via Qt

    2
    0 Votes
    2 Posts
    2k Views
    SGaistS
    Hi and welcome to devnet, Interesting questions but I'm not sure you're on the best place for them. You should try asking on the android-development mailing list or the necessitas irc channel
  • [Solved] qmake is marked as red in Qtcreator options

    3
    0 Votes
    3 Posts
    1k Views
    M
    Sorry I forgot to add that. I thought since I have it in PATH it would be enough. Well turned out it's not! Now it's working fine. Thank you
  • How to update Qt tools ?

    4
    0 Votes
    4 Posts
    9k Views
    N
    http://qt-project.org/doc/qtinstallerframework-1.4/ifw-use-cases-update.html
  • [SOLVED] Qt on Android : How to Vibrate the device ?

    15
    0 Votes
    15 Posts
    11k Views
    N
    It is not easy to understand, but it seems a problem of Dependency. Please can you check if you are following all steps indicate above ? You have put the file Vibrate.java under the following directory ? myprogget>android/src/org/qtproject/example/Chronometer/ and add the file Vibrate.java into your qt projects (as exist file) ? If you share your .pro file perhaps I will understand better the problem.
  • External storage

    6
    0 Votes
    6 Posts
    2k Views
    C
    Been doing some work on this today... @ StorageDirectory= getenv("EXTERNAL_STORAGE"); @ will only give you the internal sd card on certain devices, for example all the Samsung Tab varieties. I did read somewhere that QStandardPaths may include an external storage location, later on down the line.
  • Compiling Qt 5.3 source code for arm linux embedded

    5
    0 Votes
    5 Posts
    8k Views
    S
    Hello, qt_for_embedded, or anyone that knows ... did you manage to solve the problem when trying to compile qt for arm in windows? I am having the same problem and not sure how to proceed at this moment. What is this "test" command? This is what I get: @PS C:\Qt\qt-everywhere-opensource-src-5.3.1> jom jom 1.0.14 - empower your cores 'test' is not recognized as an internal or external command, operable program or batch file. A subdirectory or file qtbase already exists. Error occurred while processing: qtbase. A subdirectory or file qtbase\ already exists. Error occurred while processing: qtbase. jom: C:\Qt\qt-everywhere-opensource-src-5.3.1\Makefile [module-qtbase-make_first] Error 1@ I am using the "linaro toolchain for windows":http://releases.linaro.org/13.06/components/toolchain/binaries/gcc-linaro-arm-linux-gnueabihf-4.8-2013.06-20130620_win32.exe (I'm using Win7) and I've configured Qt to compile with the following options. @.\configure -prefix C:\Qt\qt-everywhere-opensource-src-5.3.1\qtbase -release -opensource -confirm-license -embedded -neon -platform win32-g++ -xplatform linux-arm-gnueabihf-g++ -skip qtwebkit -skip qtwebkit-examples -skip qtserialport -skip qttools -skip qtx11extras -skip qtandroidextras -nomake tools -nomake examples -nomake tests -no-opengl -no-compile-examples -no-widgets -no-gui -no-opengl -no-angle@ The configuration step works well. Any help is appreciated. Thanks!
  • CheckProcessInRegistry: Got include list but no match was found.

    6
    0 Votes
    6 Posts
    2k Views
    Z
    Last time i compiled with qt-creator, i was implementing some gui-stuff (dialog's). Nothing strange. I just decided to use the "shadow" and change the folder-structure of my project. But i dont think that changes anything. Now i am getting this even with a new qt-project "hello world"...
  • Is QSerialPort support for android devices is possible anyway?

    5
    0 Votes
    5 Posts
    3k Views
    K
    There are the patch to enable support for Android: https://codereview.qt-project.org/#/c/84338/ In this patch are used a wrapper of the JAVA's classes from this project: https://github.com/mik3y/usb-serial-for-android In this case is used the direct USB-host mode, so the root rights are not need. PS: But I do not test it, so I can't promise that this will work.