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
  • Missing libglslcompiler.so

    libglslcompiler
    2
    0 Votes
    2 Posts
    941 Views
    L
    Are you working on android 4.2.2 or below? If yes, try to decrease opened .so file's number! Key words: android 4.2.2 SO_MAX
  • Setting the app-icon on iOS

    Solved ios qt5.4 creator widget
    4
    0 Votes
    4 Posts
    4k Views
    BuleronB
    first you just have to build project from Qt and then open output file.xcodeproj from Xcode https://www.youtube.com/watch?v=OQN_AwcF0GU here is a video how to set application icon using Xcode i hope it helps
  • Android screen rotation

    2
    0 Votes
    2 Posts
    664 Views
    BuleronB
    hi http://doc.qt.io/qt-5/qt.html#Orientation-enum
  • Notifications app for (Andriod ,ios ,windows phone)

    6
    0 Votes
    6 Posts
    3k Views
    D
    As feldifux suggest, It can be done by using https://www.parse.com ! I m now reading it to understand how it works! @feldifux Could you give us minimal information about how you implement it with Qt ?
  • QT5 Integration

    qt5 integration
    4
    0 Votes
    4 Posts
    2k Views
    SGaistS
    Seems you are missing the OpenGL dev package
  • Qt Creator remote - how to upload via SFTP?

    cmake raspberry pi remote arm
    2
    0 Votes
    2 Posts
    5k Views
    R
    Got it. The documentation quite frankly is bad written when it comes to the QtCreatorDeployment.txt What you actually write in this file is just the remote path and without the sftp://IP_ADDRESS so now I simply have: /home/pi/Projects/ and the binary from my Debian 8 lands right in there on the RPi2. I posted a detailed explanation on stackoverflow (link in my first post).
  • mini2440 touch not worked

    tslib touch screen mini2440 arm arm9
    11
    0 Votes
    11 Posts
    5k Views
    MhM93M
    no the same one. first i run my program . it doesn't work. then run ts_calibrate but it works. then run demo in mini2440 but the touch was worked, but when i run the example of the Qt4.6.3 in example folder (/opt/qt....4.6.3/example/...) the touch doesn't work. all of them in one console. these are my system info: [root@FriendlyARM /udisk]# cd /dev/input/ [root@FriendlyARM input]# ls event0 mice [root@FriendlyARM input]# cat event0 7�G7H�7!H7��7&am p;#65533;��7��7.� after each touch show me characters like these(my touch work) =============================================== i change this to: export QWS_MOUSE_PROTO="tslib:/dev/input/event0 IntelliMouse:/dev/input/mice" but nothing happen.
  • 0 Votes
    3 Posts
    2k Views
    M
    I solved this by adding the following in the local.conf PACKAGECONFIG_DISTRO_append_pn-qtbase = " accessibility" PACKAGECONFIG_append_pn-qtquickcontrols-qmlplugins = " accessibility" under IMAGE_INSTALL_append = " ... qtquickcontrols-qmlplugins
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • mobile GUI

    6
    0 Votes
    6 Posts
    1k Views
    mahadinM
    thanks @p3c0 thanks every body @Leonardo @mrdebug
  • Qt 5.5.0 Cross-Compile Arch Linux Arm

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • QT Integration Problem.

    ubuntu 12.04 ubuntu-sdk qt5 yocto
    1
    0 Votes
    1 Posts
    904 Views
    No one has replied
  • Qt + DirectFB not working window drag

    2
    0 Votes
    2 Posts
    681 Views
    S
    I found solution and comment for other person. When I set 'bg-color' to 'transparent(0x00000000)' in .directfbrc, DFB don't update framebuffer. So, I set bg-color to 'magenta color(0x00FF00FFFF)' in .directfbrc, and I set colorkey to my framebuffer, it works fine.
  • QFrame background overpaint the content widgets of the layout

    2
    0 Votes
    2 Posts
    516 Views
    SGaistS
    Hi, Can you share how you setup your widgets ?
  • OpenGL ES 3.0 with Qt Quick on Android

    opengl es 3.0 qt quick android
    6
    0 Votes
    6 Posts
    5k Views
    D
    Well good news: It appears GLES 3.1 will have some main stream support in Qt 5.6.
  • 0 Votes
    5 Posts
    4k Views
    SGaistS
    Yes, better to make clean build
  • Fading out a QLabel

    qlabel fade
    13
    0 Votes
    13 Posts
    8k Views
    McLionM
    Further debugging shows that it works in my project on Windows but not when I compile for eLinux. Must be something that does not work with Qt 4.6.3 with DFB 1.4.3 and Fusion on eLinux.
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • Beagolebone black Sound card doesn't recognize on QT code

    1
    0 Votes
    1 Posts
    401 Views
    No one has replied
  • Add image to Qtable

    4
    0 Votes
    4 Posts
    988 Views
    SGaistS
    Just thought of something, before creating a QStyledItemDelegate, did you implement the Qt::DecorationRole for your model ? You could there return a QImage