Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to limit the flow only to one device out of multiple? #219

Open
fish-sauce opened this issue Jun 23, 2023 · 0 comments
Open

Comments

@fish-sauce
Copy link

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?

@fish-sauce 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant