Skip to content

Multiple Device handling #21

Open
Open
@My1

Description

@My1

split from #20 into its own issue due to also affecting USB devices

handling of multiple adb devices seems to not work well yet if at all (e.g. when clicking disconnect, it knocks out all ADB over IP devices, rather than just the chosen device, sometimes only one device shows and even if both somehow show up it always seems to use the device with the later transport ID in my experiments so far later experiments show that it might be the device that shows up later in adb devices, not sure if that is based on the serial/network alphabetically, the "device" part of the line which shows a model and stuff and if you use usb a connection path.

adb devices -l
List of devices attached
192.168.5.48:34051     device product:gta4xlwifieea model:SM_P610 device:gta4xlwifi transport_id:3
192.168.5.79:43505     device product:gts9fewifieea model:SM_X510 device:gts9fewifi transport_id:4 -> shown and used in general
adb devices -l
List of devices attached
R52R...                 device usb:1-1 product:gta4xlwifieea model:SM_P610 device:gta4xlwifi transport_id:6
R52X...                 device usb:1-2 product:gts9fewifieea model:SM_X510 device:gts9fewifi transport_id:5 -> shown and gets used

Maybe one reason might be that ADB over network does not give out serials THAT quickly?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions