You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adb -a -P $SOME_PORT --one-device $SOME_DEVICE_SERIAL nodaemon server start
The command will communicate with only one device constrained by SOME_DEVICE_SERIAL.
Then the call of:
adb -P $SOME_PORT devices
will show only that device corresponding to the SOME_DEVICE_SERIAL
Is there a way somehow to do it using usbmuxd?
The text was updated successfully, but these errors were encountered:
fish-sauce
changed the title
Is there a way to limit the flow only to one device?
Is there a way to limit the flow only to one device out of multiple?
Jun 23, 2023
For instance this is valid for ADB for Android:
adb -a -P $SOME_PORT --one-device $SOME_DEVICE_SERIAL nodaemon server start
The command will communicate with only one device constrained by SOME_DEVICE_SERIAL.
Then the call of:
adb -P $SOME_PORT devices
will show only that device corresponding to the SOME_DEVICE_SERIAL
Is there a way somehow to do it using
usbmuxd
?The text was updated successfully, but these errors were encountered: