dunebox-connect

Connect a Dunebox AVD to local ADB

Arguments

ArgumentTypeOptionalInterpretation

--server

String

Yes

URL of Dunebox server. Overrides the configured value if provided.

--access-key

String

Yes

Your access key. Overrides configured value if provided.

--secret-key

String

Yes

Your secret key. Overrides configured value if provided.

--port

uint16

Yes

Local port for proxy connection. If absent, a random port from the configured range is chosen.

--token

String

Yes

Connection token for the session

--asid

uint32

Yes

Auto Session ID of the session to which the connection is to be made

Both --token and --asid can be skipped iff there is only one running emulator. Otherwise exactly one of the flags needs to be specified.

Successful Output

The progress of the connection will be printed to the console. The program will return once the connection breaks, which may be because the remote session terminated, local adb disconnected or the internet is disconnected.

Last updated