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
  • run as root on target device (cross compile raspberry)

    Unsolved
    4
    0 Votes
    4 Posts
    668 Views
    jsulmJ
    @themts said in run as root on target device (cross compile raspberry): I'm using this lib I know. But this lib simply access the device file for the gpio. That's why I suggested to change the access rights for it or add your user to the group set on the device file. Did you check the link I provided?
  • Calling Qt-Gui from native iOS Gui & Vice versa

    Solved ios xcode qt 5.5 show
    9
    1 Votes
    9 Posts
    4k Views
    niqtN
    @bogong For me it's normal develop qt (also for mobile application), but in this time I must develop a strange case, I must use a native controller (that it can't be emulate in qt/qml) and from this I must start the qml GUI. It's all ok, I see the qml elements but I can't catch the user interaction, not press button, nothing. I started from Qt project where I added native object-c files, AppDelegate, other native controller, etc.
  • How to add Firebase work in Qt?

    Solved
    5
    0 Votes
    5 Posts
    927 Views
    Quang PhuQ
    I tried follow above link, but error still happens as I mentioned in second comment.
  • Unique device ID on iOS and Android. How?

    Unsolved
    4
    0 Votes
    4 Posts
    905 Views
    D
    Look at this topic: https://forum.qt.io/topic/77166/unique-android-device-id/5
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    23 Views
    No one has replied
  • Using Qt Creator with msp430-gcc & msp-debug

    Unsolved
    2
    0 Votes
    2 Posts
    508 Views
    K
    I'm not sure that it is possible with qmake. But, you can try to use the next version of QtC (I hope, it is 4.11?). There are added new MSP430 architecture. You can use e.g. future QBS 1.15? instead of make, because I know that it will work. You even can take a look the baremetal examples, comes with that QBS. There are provided simple example for MSP430. PS: Maybe, you also can use CMake instead of QBS, but I'm not sure.
  • Push Notification on Android Phone with Qt

    Unsolved
    4
    0 Votes
    4 Posts
    533 Views
    SGaistS
    What do you mean by own application ? I thought you were using the notification example ? Just one thing, your thread title mentions push notifications, this example doesn't implement them.
  • can't receive data via TcpSocket but can send!

    Solved
    12
    0 Votes
    12 Posts
    2k Views
    A
    @ali1377 In my idea maybe with connecting to a server made by my code with nextPendingConnection function we don't loose port but with this software it change. That is my idea and maybe it's no true.
  • arm-linux-gnueabihf-g++: Command not found

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    Pablo J. RoginaP
    @sekhar said in arm-linux-gnueabihf-g++: Command not found: but it does't work. It doesn't look like a good troubleshooting report... What does not work? didn't it brew coffee for instance? Please provide any error output if you mind.
  • Qt5 keyboard input does not work without xkbcommon-evdev enabled

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    E
    Yes, it works well with xkbcommon enabled. Thanks a lot. Best regards, Eric
  • How Can I Run a Script That Won't Terminate With Qt App?

    Solved
    4
    0 Votes
    4 Posts
    527 Views
    Pablo J. RoginaP
    @closx said in How Can I Run a Script That Won't Terminate With Qt App?: That worked. Great. Please mark your post as solved! Thanks.
  • LOCAL_SHORT_COMMANDS for QMake

    Unsolved
    3
    1 Votes
    3 Posts
    369 Views
    jsulmJ
    @tolik said in LOCAL_SHORT_COMMANDS for QMake: CreateProcess(F:... .... make: *** [libA.so] Error 87 You should also post what is between these two lines (where you have "...." now)...
  • What are the popular apps on Android with ًQt?

    Unsolved
    6
    -1 Votes
    6 Posts
    2k Views
    Oliver WilliamsonO
    I used the Qt app on my smartphone because It allows porting an application to multiple platforms through simple recompilation.
  • Qt/QML for Android - virtual keyboard key event handling

    Unsolved
    3
    0 Votes
    3 Posts
    825 Views
    DavronitoD
    @raven-worx yes, exactly. And I also tried Keys.onNumberSignPressed, but no effect yet
  • Qt5.11 with eglfs Freeze after few hours

    Unsolved
    2
    0 Votes
    2 Posts
    389 Views
    SGaistS
    Hi, Did you check if there's a kernel panic/warning in your logs ?
  • OpenGL incomplete attachment (Embedded linux no x11)

    Unsolved
    1
    0 Votes
    1 Posts
    277 Views
    No one has replied
  • I Can't able to connect QMYSQL Driver in QT Creator 4.9.2 and QT 5.12.4

    Solved
    29
    0 Votes
    29 Posts
    6k Views
    S
    Hi, I got output. In terminal, I just ran sh configure -sql-mysql after that ran make after that ran make install Thanks for your valuable support and valuable time.
  • Arm-linux play media fail

    Unsolved
    21
    0 Votes
    21 Posts
    3k Views
    SGaistS
    If it's yocto based, then there's likely packages that you can enable in the recipe.
  • Qt 5.13 warnings when build for iOS. How to fix it?

    Unsolved
    9
    0 Votes
    9 Posts
    858 Views
    SGaistS
    Hi, What version of Xcode are you using ?
  • system reboot with Qt 4.8.7 and '-system-sqlite' using libsqlite >= 3.21.0

    Unsolved
    2
    0 Votes
    2 Posts
    283 Views
    SGaistS
    Hi and welcome to devnet, Qt merely uses SQLite, it could simply be an issue with SQLite itself since it's the component that you are changing. You should check the SQLite release logs to see what has changed.