bot icon indicating copy to clipboard operation
bot copied to clipboard

Two devices with the same Device_ID

Open JMuffin opened this issue 3 years ago • 1 comments

Hi. I have two identical Lenovo tablets and when connected both of them show same device id:

adb devices -l List of devices attached 0123456789ABCDEF device usb:1-2 product:Lenovo2A7-30H model:Lenovo_TAB_2_A7_30D device:A7-30H transport_id:4 0123456789ABCDEF device usb:1-1 product:Lenovo2A7-30HC model:Lenovo_TAB_2_A7_30D device:A7-30Htransport_id:3

I can connect them separately trough adb using "-t" for transport_id but the gramaddict config requires device_id only :/

Is there any option to use both tablets at the same time??

JMuffin avatar Jul 13 '22 18:07 JMuffin

@JMuffin Connect one device over tcpip (adb tcpip 5555 then adb connect DEVICE_IP), then the device_id will be the IP address of the device. You should have two different IDs for the two devices ;)

sankthetank avatar Jul 19 '22 17:07 sankthetank