Skip to content

Mobile and Embedded

The forum for developing everything embedded: Linux, WinCE, Symbian, MeeGo... you name it.
14.1k Topics 62.6k Posts
  • QML dependencies are not deployed for library (Android)

    Unsolved
    1
    0 Votes
    1 Posts
    186 Views
    No one has replied
  • Qt program on Android with java data. Proper way to set up JNI

    Unsolved
    2
    0 Votes
    2 Posts
    263 Views
    SGaistS
    Hi and welcome to devnet, I think you are going to be interested by the QtAndroidExtras. It does provide tools to facilitate JNI code writing.
  • Attempting to deploy android app: ABI is incompatible, device supports ABIs

    Unsolved
    15
    0 Votes
    15 Posts
    5k Views
    C
    Hello, I faced the same problem and searched everywhere for hours. At the end found out that when i created new project i didn't add the preferred choice of devices like arm64-v8 and all other. Make sure you did while creating new project.
  • Android Project - Make.exe parallel jobs

    Unsolved
    16
    0 Votes
    16 Posts
    2k Views
    P
    @sgaist said in Android Project - Make.exe parallel jobs: The ordered keyword is a quick and easy way to build the subprojects in the order you want. The correct way is described in the documentation but also on this nice article. @SGaist thanks for the article, it is very interesting and useful, anyway even by switching to the suggested configuration (avoiding ORDERED) did not solve the issue for me. @koahnig said in Android Project - Make.exe parallel jobs: @paolot Basically you should be able to start the Android make on a command prompt outside of Qt creator at the same location where qt creator does. When it would be concurrent under these conditions it would point to some specifics of the Qt run environment for starting Android make. I have not experienced such a behaviour so far. Therefore I consider as odd. I completely agree with you, my only fear is that QMake is doing something wrong when creating the top-level Makefile and it's somehow preventing the build process to go parallel. I could try writing a custom Makefile just building the subfolders, I'll let you know!
  • 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
    908 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