moreficent-connect
Connect local android device to Moreficent instance
Arguments
Argument | Type | Optional | Interpretation |
---|---|---|---|
|
| Yes | URL of Moreficent server. Pass the empty string to unset. |
|
| Yes | Your access key. Pass the empty string to unset. |
|
| Yes | Your secret key. Pass the empty string to unset. |
|
| Yes | Share token for the session |
|
| 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