moreficent-connect

Connect local android device to Moreficent instance

Arguments

ArgumentTypeOptionalInterpretation

--server

String

Yes

URL of Moreficent server. Pass the empty string to unset.

--access-key

String

Yes

Your access key. Pass the empty string to unset.

--secret-key

String

Yes

Your secret key. Pass the empty string to unset.

--token

String

Yes

Share 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 session. 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, remote adb disconnected, local device is disconnected or the internet is disconnected.

Last updated