I use adb for update application using USB on multiple devices. I works great but suddenly I noticed that my client uses terrible Irbis
tablets which have same serial no - 0123456789ABCDEF
.
I read all topics about this problem, such as this and this.
Devices are not rooted, so I cant just change serial.
I cant use WiFi instead of USB.
That would be perfect solution if I only could get USB identifier. The problem is that:
adb devices -l
returns only
List of devices attached
0123456789ABCDEF device product:TZ85 model:TZ85 device:TZ85
So I cant use command using
adb -s usb:26200000 install xxx.apk
Is there any solution?
Any help will be appreciated.
UPDATE: My OS is Windows 10
I noticed that in Settings of the device serial number is different than ADB shows.