Two devices with the same Device_ID
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 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 ;)