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
  • 0 Votes
    5 Posts
    1k Views
    J
    @SGaist thanks for the idea, I made two QSerialPort and both the arduinos work on the same QT window :-)
  • using Creator to build/debug Linux kernel code

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    SGaistS
    You can connect to a remote gdbserver from Qt Creator. See the remote debugging documentation. I think you misunderstood, what was suggested is that you can do this with QEMU but that is also applicable to hardware. It's just easier to show with the emulator because it's something that everybody can install.
  • Send low to all the 60 gpio pins on arduino when a button is pressed

    Solved
    11
    0 Votes
    11 Posts
    3k Views
    J
    @SGaist thank you :)
  • Scaling font size to low on android

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    GTDevG
    Hi, you can have a look at V-Play Engine for Qt-based mobile Apps and Games. The available QML components are already designed to support different screen resolutions and densities of tablets, phones and desktop devices. In addition it is possible to specify device-independent sizes for custom QML items with the usage of e.g. the App::dp() method, or sp() for font sizes. For a short guide about handling different screens and devices with the engine, please see the Resolution and Device Independence Tutorials. Cheers, GT
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • QLowEnergyService.characteristicRead() seems to fail

    Solved
    2
    0 Votes
    2 Posts
    684 Views
    K
    Found the problem. I was trying to issue the readCharacteristic() command before the discovery process was complete. I still get that warning, though. But I guess it doesn't seem to be a problem.
  • Creating Java objects under Android

    3
    0 Votes
    3 Posts
    2k Views
    M
    Thank you so much! I've been searching for this for hours. Wish they would put it in the Qt Notifier example itself!
  • Position offset Surface tablet

    Unsolved
    3
    0 Votes
    3 Posts
    886 Views
    A
    Thanks. For the offset problem, I think it has to do with High-DPI scaling: http://doc.qt.io/qt-5/highdpi.html But i'm not sure what to do to do it right. Thanks, Alex
  • Main function required when compiling shared library for iOS?

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    E
    Yeah, I figured that since Apple has permitted shared libraries since iOS 8.0 in late 2014 that QT might support their use. Unfortunately for me, after waiting quite a bit for QT to partially compile as a shared library I discovered that this doesn't even work for now. 5.9, as released can't be compiled as a shared library for iOS because of the issues in this report. https://bugreports.qt.io/browse/QTBUG-61489 It looks like this won't officially be working until the release of 5.9.1, which is marked for June, so hopefully we'll see a release in the next week.
  • Provide offline installer for Raspberry Pi 3

    Unsolved
    3
    0 Votes
    3 Posts
    990 Views
    A
    @jsulm ok I will raise my query on Raspbian forum.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Raspberry Pi3 and QTbluetooth rfcomm server

    Unsolved
    11
    0 Votes
    11 Posts
    4k Views
    A
    Hi, I tried to lower the bluez version but unsuccessful in gettin qt bluetooth work for me bluetoothd -v 4.101 According to blog it should have worked. Can you please give a official link from where I can get what is the compatible version of bluez with my qt version
  • QT bluetooth not working on Raspberry Pi

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    A
    @jsulm I tried using link QBluetoothLocalDevice aa; aa.powerOn(); QList<QBluetoothHostInfo> b; b=aa.allDevices(); b had zero count. i.e QT was unable to detect any device.
  • Android TV remote support

    Unsolved
    2
    0 Votes
    2 Posts
    793 Views
    raven-worxR
    @gpreddy-0 AFAIK those are simple key events in the system. So simply log all key events while playing around with the remote in your application.
  • QWayland client has performance issues in raspberry Pi3

    Locked Unsolved
    2
    0 Votes
    2 Posts
    488 Views
    SGaistS
    Hi, Please, don't post the same question in multiple sub-forums, one is enough. Duplicate Closing this one.
  • Retrieving the phone number on Android

    Solved
    3
    0 Votes
    3 Posts
    990 Views
    _
    thx a lot for your help
  • Fix landscape orientation for both IOS/ANDROID

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    YashpalY
    Thank you @J-Hilk and @raven-worx for your support.
  • A proper way to detect if device is either a cellphone or a tablet?

    Unsolved
    9
    0 Votes
    9 Posts
    5k Views
    jsulmJ
    @xtingray said in A proper way to detect if device is either a cellphone or a tablet?: PS: Just out of curiosity, can I mix QML and QWidget code in the same mobile app? Yes, see http://doc.qt.io/qt-5/qquickwidget.html
  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    446 Views
  • Can Qtwebengine be cross compiled for Raspberry Pi?

    Unsolved
    2
    0 Votes
    2 Posts
    725 Views
    Z
    Yes it is possible. You can try with my fork https://github.com/zevero/rpi-buildqt (just remove -r from qmake ... its not needed) However resulting qtwebengine does not allow for mouse interactions ... tested with 5.8 and 5.9. I got 5.6 up and running with arch (rasp and system) last year, but I have not succeeded with 5.8 or 5.9.