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
  • Feedback on Qt 3D shmup game concept running on Z10

    4
    0 Votes
    4 Posts
    1k Views
    D
    Hi, Thanks guys for the nice comments. It took about 7 weeks of evenings and weekends work, starting with compiling Qt 3D for BB10; a lot of time I spent on searching the web for decent free 3D meshes and doing trigonometry for the enemy movement, as my coses and sines are hit and miss; Really hope Qt 3D will be part of Qt 5.2 and that it will have proper support, it really makes 3D fun to work with. I'd like to see Qt becoming a proper gaming platform; Unity could always extend their framework to do 2D UI and networking, etc and it would be a powerful competitor to Qt.
  • Qt 5.1.2 (git) android x86 configure problem

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • How to Start Qt application on Windows CE running ARM device

    5
    0 Votes
    5 Posts
    2k Views
    Y
    HI, Yes i have the dll's...but in which folder of the wince i should place them to run the applications...
  • Simulating mouse using a joystick

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Qt5 on Android - missing QtActivityDelegate

    5
    0 Votes
    5 Posts
    6k Views
    M
    I had qtactivitydelegate was missing. After deleting my android folder in the project the error went away. I saw the newly generated manifest file had qt5 specific changes: <application android:label="@string/app_name" android:name="org.qtproject.qt5.android.bindings.QtApplication"><activity android:screenOrientation="landscape" android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen" android:label="@string/app_name" android:configChanges="orientation|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.qtproject.qt5.android.bindings.QtActivity"> So that could be the issue.
  • QT5 QtQuick1 OpenGL dependency

    11
    0 Votes
    11 Posts
    7k Views
    clogwogC
    thanks bmor, that is good to know ! i have given up on trying to get qt compiling with qtquick (1 & 2) and as a result i also don't have webkit. i might give it another try when i can get opengl running on the box later. i hope you have more luck !
  • Use OpenCV Android with qt 5.1

    2
    0 Votes
    2 Posts
    3k Views
    M
    Maybe check adb logcat There you gonna see some error message when the app crashes
  • Android: Return to previous state when re-opening application

    3
    0 Votes
    3 Posts
    3k Views
    F
    thanks for the reply! It seems it does indeed exit, with this error: E/libEGL (32084): eglDestroySurface:445 error 300d (EGL_BAD_SURFACE) I get the same error with a sample QML application (SameGame example from QtCreator). I googled around and can't find much of use about this -- any ideas? All I can find is that it might be a problem with the app not implementing onPause() and onResume() functions properly, but I'm not sure how I might implement those myself.
  • [Solved] Qt with directFB - Mouse cursor pixel failures

    1
    0 Votes
    1 Posts
    822 Views
    No one has replied
  • How to deploy the Qt program to android device?

    6
    0 Votes
    6 Posts
    2k Views
    M
    Can you try this test APK I made? https://mega.co.nz/#!pp8EQCiI!TgGvuE7BL4LaLar9jkwYaivEP04FKO6lrtUS6t6s3d4
  • 0 Votes
    4 Posts
    2k Views
    R
    D0IT's solution has worked. And yes, oddly enough it does work on the desktop version, but D0IT's corrections need to be made in order for it to work on the embedded version Thanks to both! [quote author="SGaist" date="1375039983"]Hi, To add to D0IT, are you sure it's working correctly on the desktop version ? You should also have that error logged on the console[/quote]
  • [SOLVED][main.obj] Error 2

    2
    0 Votes
    2 Posts
    2k Views
    F
    Uninstall + reinstall did the trick. Not very satisfying, but at least it worked.
  • [SOLVED] Creating and using Static Library with Qt iOS

    3
    0 Votes
    3 Posts
    4k Views
    M
    Thanks Raven for the Reply, I found the solution i was using the default method for Creating Static Library "Click here":http://qt-project.org/wiki/How_to_create_a_library_with_Qt_and_use_it_in_an_application#fcaa56d9b97ba0f5703da2272539579e . Inside widgets.pro @TEMPLATE += lib CONFIG += staticlib@ Inside Runtime.pro @INCLUDEPATH += ../src LIBS += -L ../Runtime -lWidgets@ And it Works fine... :)
  • Qt5 and VNC support?

    4
    0 Votes
    4 Posts
    6k Views
    J
    Yep, XCB crossed my mind too. That is also defacto vnc practice with raspberry pi (e.g. raspbian + tightvnc). I suppose in the longer run there may be a VNC QPA or a vnc server support for wayland.
  • [Solved]Make the Screen Center of Display

    3
    0 Votes
    3 Posts
    1k Views
    D
    Yea this is really simple, @window->setGeometry( QStyle::alignedRect( Qt::LeftToRight, Qt::AlignCenter, window->size(), qApp->desktop()->availableGeometry() ));@ thank you very much.
  • Qt compile problem

    4
    0 Votes
    4 Posts
    3k Views
    K
    If this setting is required, you should update the wiki. If you feel a bit uncertain about it, you can add a note that it was required on your system. The android stuff is very fresh in the distribution and the wikis are typically after someone has successfully setup the system. There is always a chance that something important is forgotten.
  • Non Qt project for raspberrypi

    4
    0 Votes
    4 Posts
    1k Views
    B
    thans SGalst and prismatic for the replies, i was making a wrong use of qt, i realized that i could use design mode in .ui files i'm a lower level programmer so i dont understand the basic.
  • Problem with inline SWP asm using arm-none-linux-qnueabi-g++

    4
    0 Votes
    4 Posts
    2k Views
    SGaistS
    You're welcome ! There's no need to apologize :)
  • QtQuick - OpenGL ES dependency in rootfs

    2
    0 Votes
    2 Posts
    1k Views
    sierdzioS
    Qt works with MESA. But in full software mode, it will probably be slow.
  • Setting the Date

    3
    0 Votes
    3 Posts
    2k Views
    S
    OK. Thanks