en pic not yet

This commit is contained in:
rustdesk
2022-04-20 19:29:42 +08:00
parent 2791a936a3
commit bed702fb36
88 changed files with 587 additions and 266 deletions
+6
View File
@@ -0,0 +1,6 @@
---
title: Control your Android
weight: 2
---
[English](/docs/en/manual/control-mobile/)
+82
View File
@@ -0,0 +1,82 @@
---
title: Control your Android
weight: 2
---
### Share screen/files of your Android phone
------
Starting from version 1.1.9, the Android client has added the functions of sharing the phone screen and sharing the file system of the phone.
- Android 6 and above is required for screen sharing
- Android 10 or above is required to share the internal audio of the mobile phone system
- iOS does not yet support screen sharing
#### **Request permissions and start services**
Click on `Share Screen` from the bottom navigation bar
Configure various permissions as needed. Every time you start RustDesk, you need to request "Screen Capture" and "Input Control" permissions again.
![](/docs/en/manual/mobile/images/server_page_zh.jpg?width=300px)
| Permissions | Description |
| --------------- | --------------------------------------------------------- |
| Screen Capture | Whether to enable screen capture sharing permission, the monitoring service will be enabled at the same time as startup |
| Input Control* | Whether to allow the controller to control the input of the mobile phone, such as virtual touch screen operation with the mouse |
| File transfer* | Whether to enable file transfer permission, after startup, you can remotely control the file system of this phone |
| Audio capture | Whether to share the system music inside the phone (not microphone input) |
{{% notice note %}}
Above * represents special permissions. To obtain such permissions, you need to jump to the Android system settings page to obtain them manually. The details are as follows
{{% /notice %}}
#### **Special Permission Request- File**
| Requesting Android file permissions will automatically jump to the system settings page |
| :---------------: |
| ![](/docs/en/manual/mobile/images/get_file_zh.jpg?width=300px) |
#### **Special Permission Request - mouse input**
| Step 1 Find "Installed Services" | Step 2 Start RustDesk Input |
| --------------- | -------------------------------------------------------- |
| ![](/docs/en/manual/mobile/images/get_input1_zh.png?width=300px) | ![](/docs/en/manual/mobile/images/get_input2_zh.jpg?width=300px) |
{{% notice note %}}
The system setting page of different vendors may be different, please adjust it according to your system page
{{% /notice %}}
**Remote mouse control shortcuts:**
- Click the right mouse button: go back
- Click the mouse wheel: Home
- Long press mouse wheel: recently opened apps
- Mouse wheel scrolling: simulate vertical sliding
#### **Start service**
After obtaining the `screen capture` permission, the service will be automatically started. You can also click the `Start service` button to start the service. After the service is started, it can accept desktop control requests from other devices.
If the `file transfer` permission is enabled, it can also accept file control requests from other devices.
After the service is started, a unique ID and random password will be automatically obtained for this device. Other devices can control the phone through the ID and password, or manually confirm when a new request is received.
| Before starting the service | After starting the service |
| --------------- | -------------------------------------------------------- |
| ![](/docs/en/manual/mobile/images/server_off_zh.jpg?width=300px) | ![](/docs/en/manual/mobile/images/server_on_zh.jpg?width=300px) |
{{% notice note %}}
1. Clicking `Start Service` will enable the `Screen capture` permission by default.
2. When the `screen capture` permission is not obtained, other devices cannot issue control requests.
3. Except for the `screen capture` permission, the switching of other permissions will only affect the new connection, and will not affect the established connection. If you need to switch permissions for an established connection, please close the current connection first, modify the permissions, and then receive a control request.
{{% /notice %}}
**PC:**
![](/docs/en/manual/mobile/images/android_server_pc_side_zh.png?width=700px)
**Mobile terminal:**
| You can stop the service or close the specified connection at any time | You can receive or initiate chats |
| --------------- | -------------------------------------------------------- |
| ![](/docs/en/manual/mobile/images/android_server1_zh.jpg?width=300px) | ![](/docs/en/manual/mobile/images/android_server2_zh.jpg?width=300px) |
@@ -0,0 +1,6 @@
---
title: Control your Android
weight: 2
---
[English](/docs/en/manual/control-mobile/)
+6
View File
@@ -0,0 +1,6 @@
---
title: Control your Android
weight: 2
---
[English](/docs/en/manual/control-mobile/)
+6
View File
@@ -0,0 +1,6 @@
---
title: Control your Android
weight: 2
---
[English](/docs/en/manual/control-mobile/)
+6
View File
@@ -0,0 +1,6 @@
---
title: Control your Android
weight: 2
---
[English](/docs/en/manual/control-mobile/)
+6
View File
@@ -0,0 +1,6 @@
---
title: Control your Android
weight: 2
---
[English](/docs/en/manual/control-mobile/)
+84
View File
@@ -0,0 +1,84 @@
---
title: 安卓被控
weight: 2
---
### 共享安卓手机的屏幕或者文件
------
1.1.9版本开始,安卓客户端增加了共享手机屏幕和共享手机文件系统的功能。
- 基础屏幕共享功能需要安卓6及以上版本
- 共享手机系统内部音频需要安卓10及以上版本
- IOS尚不支持屏幕共享
#### **获取权限与开启服务**
通过底部导航栏点击`共享屏幕`
根据需要,配置各项权限, 每次启动RustDesk后,"屏幕录制"以及“输入控制"权限都再次重新申请。
![](/docs/en/manual/mobile/images/server_page_zh.jpg?width=300px)
| 权限 | 说明 |
| --------------- | -------------------------------------------------------- |
| 屏幕录制 | 是否启动屏幕录制共享权限,启动的同时即开启监听服务 |
| 输入控制* | 是否允许控制者控制手机的输入,比如用鼠标进行虚拟触屏操作 |
| 文件传输* | 是否开启文件传输权限,启动后可远程控制这台手机的文件系统 |
| 音频录制 | 是否共享手机内部的系统音乐(非麦克风输入) |
{{% notice note %}}
其中,* 代表特殊权限,获取此类权限需要跳转到安卓系统设置页面手动获取,详情如下
{{% /notice %}}
#### **特殊权限获取 - 文件**
| 获取安卓文件权限将会自动跳转到系统设置页面 |
| :---------------: |
| ![](/docs/en/manual/mobile/images/get_file_zh.jpg?width=300px) |
#### **特殊权限获取 - 鼠标输入**
| 步骤 一 找到“已安装的服务” | 步骤 二 启动RustDesk Input |
| --------------- | -------------------------------------------------------- |
| ![](/docs/en/manual/mobile/images/get_input1_zh.png?width=300px) | ![](/docs/en/manual/mobile/images/get_input2_zh.jpg?width=300px) |
{{% notice note %}}
以上演示操作系统为 Samsung Galaxy S10 mobile11 OneUI
不同安卓手机系统的系统设置页面可能会不同,请根据您的系统页面调整
{{% /notice %}}
**远程鼠标控制安卓的快捷操作:**
- 点击鼠标右键:返回
- 点击鼠标滚轮:Home
- 长按鼠标滚轮:最近打开的应用
- 鼠标滚轮滚动:模拟垂直方向的滑动
#### **启动服务**
获取 `屏幕录制` 权限后将自动启动服务,也可以通过点击`启动服务`按钮开启服务,服务启动后即可接受来自其他设备的桌面控制请求。
若开启了`文件传输`权限,也可以接受来自其他设备的文件控制请求。
启动服务后,会自动为此设备获取唯一ID和随机的密码,其他设备可以通过ID与密码对手机进行控制,也可以在收到新请求时手动进行确认。
| 启动服务前 | 启动服务后 |
| --------------- | -------------------------------------------------------- |
| ![](/docs/en/manual/mobile/images/server_off_zh.jpg?width=300px) | ![](/docs/en/manual/mobile/images/server_on_zh.jpg?width=300px) |
{{% notice note %}}
1.点击`启动服务`会默认开启`屏幕录制`权限。
2.未获得`屏幕录制`权限时,其他设备无法发出控制请求。
3.除`屏幕录制`权限外,其他权限的切换只会对新的连接产生影响,不会影响已经建立的连接。如需对已建立的连接切换权限,请先关闭当前连接,修改权限后再接收控制请求。
{{% /notice %}}
**PC端:**
![](/docs/en/manual/mobile/images/android_server_pc_side_zh.png?width=700px)
**mobile端:**
| 可以随时停止服务或关闭指定连接 | 可以接收或发起聊天 |
| --------------- | -------------------------------------------------------- |
| ![](/docs/en/manual/mobile/images/android_server1_zh.jpg?width=300px) | ![](/docs/en/manual/mobile/images/android_server2_zh.jpg?width=300px) |
+82
View File
@@ -0,0 +1,82 @@
---
title: 安卓被控
weight: 2
---
### 共享安卓手機的屏幕或者文件
------
1.1.9版本開始,安卓客戶端增加了共享手機屏幕和共享手機文件系統的功能。
- 共享手機系統內部音頻需要安卓10及以上版本
- IOS尚不支持屏幕共享
#### **獲取權限與開啟服務**
通過底部導航欄點擊`共享屏幕`
根據需要,配置各項權限,每次啟動RustDesk後,"屏幕錄製"以及“輸入控制"權限都再次重新申請。
![](/docs/en/manual/mobile/images/server_page_zh.jpg?width=300px)
| 權限 | 說明 |
| --------------- | -------------------------------------------------------- |
| 屏幕錄製 | 是否啟動屏幕錄製共享權限,啟動的同時即開啟監聽服務 |
| 輸入控制* | 是否允許控制者控製手機的輸入,比如用鼠標進行虛擬觸屏操作 |
| 文件傳輸* | 是否開啟文件傳輸權限,啟動後可遠程控制這台手機的文件系統 |
| 音頻錄製 | 是否共享手機內部的系統音樂(非麥克風輸入) |
{{% notice note %}}
其中,* 代表特殊權限,獲取此類權限需要跳轉到安卓系統設置頁面手動獲取,詳情如下
{{% /notice %}}
#### **特殊權限獲取 - 文件**
| 獲取安卓文件權限將會自動跳轉到系統設置頁面 |
| :---------------: |
| ![](/docs/en/manual/mobile/images/get_file_zh.jpg?width=300px) |
#### **特殊權限獲取 - 鼠標輸入**
| 步驟 一 找到“已安裝的服務” | 步驟 二 啟動RustDesk Input |
| --------------- | -------------------------------------------------------- |
| ![](/docs/en/manual/mobile/images/get_input1_zh.png?width=300px) | ![](/docs/en/manual/mobile/images/get_input2_zh.jpg?width=300px) |
{{% notice note %}}
以上演示操作系統為 Samsung Galaxy S10 mobile11 OneUI
不同安卓手機系統的系統設置頁面可能會不同,請根據您的系統頁面調整
{{% /notice %}}
**遠程鼠標控制安卓的快捷操作:**
- 點擊鼠標右鍵:返回
- 點擊鼠標滾輪:Home
- 長按鼠標滾輪:最近打開的應用
- 鼠標滾輪滾動:模擬垂直方向的滑動
#### **啟動服務**
獲取 `屏幕錄製` 權限後將自動啟動服務,也可以通過點擊`啟動服務`按鈕開啟服務,服務啟動後即可接受來自其他設備的桌面控制請求。
若開啟了`文件傳輸`權限,也可以接受來自其他設備的文件控制請求。
啟動服務後,會自動為此設備獲取唯一ID和隨機的密碼,其他設備可以通過ID與密碼對手機進行控制,也可以在收到新請求時手動進行確認。
| 啟動服務前 | 啟動服務後 |
| --------------- | -------------------------------------------------------- |
| ![](/docs/en/manual/mobile/images/server_off_zh.jpg?width=300px) | ![](/docs/en/manual/mobile/images/server_on_zh.jpg?width=300px) |
{{% notice note %}}
1.點擊`啟動服務`會默認開啟`屏幕錄製`權限。
2.未獲得`屏幕錄製`權限時,其他設備無法發出控制請求。
3.除`屏幕錄製`權限外,其他權限的切換只會對新的連接產生影響,不會影響已經建立的連接。如需對已建立的連接切換權限,請先關閉當前連接,修改權限後再接收控制請求。
{{% /notice %}}
**PC端:**
![](/docs/en/manual/mobile/images/android_server_pc_side_zh.png?width=700px)
**mobile端:**
| 可以隨時停止服務或關閉指定連接 | 可以接收或發起聊天 |
| --------------- | -------------------------------------------------------- |
| ![](/docs/en/manual/mobile/images/android_server1_zh.jpg?width=300px) | ![](/docs/en/manual/mobile/images/android_server2_zh.jpg?width=300px) |