From c11f2e3df6c75b3f90857c96beab5e98e004a6ce Mon Sep 17 00:00:00 2001 From: Keirthana T S Date: Wed, 14 Aug 2024 12:12:24 +0530 Subject: [PATCH] chore: fix issues with published output --- howto/android/access-instance.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/howto/android/access-instance.md b/howto/android/access-instance.md index b94732af..55431d12 100644 --- a/howto/android/access-instance.md +++ b/howto/android/access-instance.md @@ -20,20 +20,22 @@ First, install the `anbox-connect` snap from the snap store: Generate a presigned connection URL in either of the following ways: -- **From the Dashboard**: - In the *Instances* list view, locate a running instance and click *Connect ADB* ( ![Connect ADB|16x16](https://assets.ubuntu.com/v1/51973cea-adb-connect-icon.png) ). +**From the Dashboard** + +In the *Instances* list view, locate a running instance and click *Connect ADB* ( ![Connect ADB|16x16](https://assets.ubuntu.com/v1/51973cea-adb-connect-icon.png) ). *Authorise* the connection and copy the command provided. -- **From the Command Line**: - * For a full Anbox Cloud deployment: +**From the Command Line**: + +For a full Anbox Cloud deployment, run: - anbox-stream-gateway session share + anbox-stream-gateway session share - * For the Anbox Cloud Appliance: +For the Anbox Cloud Appliance, run: - anbox-cloud-appliance.gateway session share + anbox-cloud-appliance.gateway session share - This command will return a presigned URL that you can use to connect to the remote Android instance. +This command will return a presigned URL that you can use to connect to the remote Android instance. ```{note} Each presigned URL can only be used to establish a single ADB connection. If multiple users attempt to use the same presigned URL, any existing ADB connection will be interrupted to allow the new request to succeed. @@ -47,7 +49,7 @@ Open a terminal and use the `anbox-connect` command to establish a secure ADB co After the ADB channel is established, the following output will be displayed: - Access to the remote Anbox Cloud instance over ADB is now possible. Please run + Access to the remote Anbox Cloud instance over ADB is now possible. Please run: $ adb connect 127.0.0.1:32985