Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-21368

Use devicectl for getting information about connected devices

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • Qt Creator 4.8.0-beta1
    • iOS Support
    • None
    • macOS

      Currently we use the USB/IOKit functionality to get notified that iOS devices are connected/disconnected from the computer, and use the USB serial number for identification. (iosdevice.cpp)

      The issue is that the USB serial number now is no longer necessarily exactly equal to the iOS device ID.

      For iOS 17+ devices we can poll devicectl for information about devices. We should probably avoid polling all the time though, but we could

      • Poll devicectl whenever we get a USB notification
      • Poll with a long interval, and/or provide a manual "Detect" button for non-USB connections. That is a requirement for QTCREATORBUG-19510 which we probably can implement for devicectl managed devices.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            con Eike Ziller
            con Eike Ziller
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes