Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. 【Error:qt.bluetooth: Dummy backend running】with Running Bluetooth Examples
Forum Updated to NodeBB v4.3 + New Features

【Error:qt.bluetooth: Dummy backend running】with Running Bluetooth Examples

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 1.6k Views
  • 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.
  • A Offline
    A Offline
    Alex_wang
    wrote on last edited by
    #1

    Qt5 version : 5.8.0
    System : Ubuntu 16.04
    bluetooth version : 5.37

    I am starting to do some work with QBluetooth, and find an example "Bluetooth Scanner Example", run it on ubuntu 16.04 .
    Then the error is :
    qt.bluetooth: Dummy backend running ; Qt Bluetooth module is non-functional

    jsulmJ 1 Reply Last reply
    0
    • A Alex_wang

      Qt5 version : 5.8.0
      System : Ubuntu 16.04
      bluetooth version : 5.37

      I am starting to do some work with QBluetooth, and find an example "Bluetooth Scanner Example", run it on ubuntu 16.04 .
      Then the error is :
      qt.bluetooth: Dummy backend running ; Qt Bluetooth module is non-functional

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Alex_wang Try to start the app with QT_DEBUG_PLUGINS environment variable set:

      QT_DEBUG_PLUGINS=1 && ./my_app
      

      Then post the output. Most probably Bluez library is not installed on your machine.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • A Offline
        A Offline
        Alex_wang
        wrote on last edited by
        #3

        hi,
        I try to run the app with

        QT_DEBUG_PLUGINS=1 && ./my_app
        

        print is :

        Unable to query physical screen size, defaulting to 100 dpi.
        To override, set QT_QPA_EGLFS_PHYSICAL_WIDTH and QT_QPA_EGLFS_PHYSICAL_HEIGHT (in millimeters).
        qt.bluetooth: Dummy backend running. Qt Bluetooth module is non-functional.
        

        And the bluez has been installed, I can use hciconfig hcitool to scan the devices.

        jsulmJ 1 Reply Last reply
        0
        • A Alex_wang

          hi,
          I try to run the app with

          QT_DEBUG_PLUGINS=1 && ./my_app
          

          print is :

          Unable to query physical screen size, defaulting to 100 dpi.
          To override, set QT_QPA_EGLFS_PHYSICAL_WIDTH and QT_QPA_EGLFS_PHYSICAL_HEIGHT (in millimeters).
          qt.bluetooth: Dummy backend running. Qt Bluetooth module is non-functional.
          

          And the bluez has been installed, I can use hciconfig hcitool to scan the devices.

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Alex_wang You should have much more output when starting with QT_DEBUG_PLUGINS set.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          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