Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. qtserialport and Android10
Qt 6.11 is out! See what's new in the release blog

qtserialport and Android10

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 384 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • mrdebugM Offline
    mrdebugM Offline
    mrdebug
    wrote on last edited by
    #1

    Hi, When I try to use QSerialPort in Android 10 I obtain the error
    Failed to load the library: udev, supported version(s): 1 and 0
    My app is running as android.uid.system so the device /dev/ttyUSB0 is availabla an writable.
    How can i resolve?

    Need programmers to hire?
    www.labcsp.com
    www.denisgottardello.it
    GMT+1
    Skype: mrdebug

    JonBJ 1 Reply Last reply
    0
    • mrdebugM mrdebug

      Hi, When I try to use QSerialPort in Android 10 I obtain the error
      Failed to load the library: udev, supported version(s): 1 and 0
      My app is running as android.uid.system so the device /dev/ttyUSB0 is availabla an writable.
      How can i resolve?

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @mrdebug
      How does this new topic relate to your ongoing https://forum.qt.io/topic/137105/qserialport-and-android-permission-error, where @J-Hilk said:

      QSerialPort does not support Android 10

      it never did.

      Since you would need a rooted android device to access the port/api anyway, no-one ever bothered to make it an official supported part of the library (for Android)

      You'll have to go native c++

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved