# Lỗi thường gặp

## 1. Scan Device chỉ hiện Disconnect

<figure><img src="/files/CxdyQEdhDm9kuxI7I6jp" alt="" width="563"><figcaption><p>Sau khi Scan Device thì thiết bị chỉ hiển thị Disconnect</p></figcaption></figure>

* Lỗi này do ADB không nhận diện được thiết bị hoặc do ADB quá tải
* Khắc phục: <mark style="color:blue;">**Setting**</mark>**&#x20;->** <mark style="color:green;">**Kill ADB**</mark>**&#x20;->** <mark style="color:green;">**Yes**</mark>
* Tiếp theo bấm ![](/files/4X5rGW3nWlSVj1Ju5B32)<mark style="color:green;">**Scan Device**</mark> thì **ADB** sẽ được khởi động lại và các thiết bị sẽ hiển thị trên màn hình

{% hint style="warning" %} <mark style="color:red;">**Lưu ý:**</mark> Việc <mark style="color:green;">**Kill ADB**</mark> sẽ ảnh hưởng đến các phần mềm đang sử dụng ADB, nếu bạn đang sử dụng phần mềm khác để chạy auto trên điện thoại thì <mark style="color:green;">**Kill ADB**</mark> sẽ làm gián đoạn hoặc gây lỗi cho phần mềm đó
{% endhint %}

## **2. Không thể Paste Text vào thiết bị**

<figure><img src="/files/Z6CMArr8mGt3wKpZokhQ" alt=""><figcaption><p>Mục cài đặt nâng cao của phần mềm</p></figcaption></figure>

* Phần mềm hỗ trợ 3 dạng **Paste Text** (bấm <mark style="color:blue;">**Ctrl + V**</mark> để Paste):
  * <mark style="color:green;">**Use Paste Text:**</mark> Paste Text trực tiếp vào thiết bị (chỉ hỗ trợ **Android** **<= 9.0**)
  * <mark style="color:green;">**Use send text:**</mark> Phần mềm sẽ gửi từng kí tự vào thiết bị (không hỗ trợ **unicode**)
  * <mark style="color:green;">**Use Adb Keyboard to type:**</mark> Phần mềm sẽ gửi từng kí tự (hỗ trợ **unicode - tiếng việt**)
    * Cần cài đặt **ADB Keyboard** trước khi sử dụng (bấm vào <mark style="color:green;">**ADB Keyboard**</mark> ở tab <mark style="color:blue;">**ADB Command**</mark>)

{% hint style="success" %} <mark style="color:green;">Để có thể sử dụng các chức năng</mark> <mark style="color:green;"></mark><mark style="color:green;">**Paste Text**</mark><mark style="color:green;">, bạn cần chọn 1 thiết bị làm màn hình chính</mark>
{% endhint %}

## 3. Một vài thiết bị không thể điều khiển được

<figure><img src="/files/Nn7AxHRBJagtGK1pFnPP" alt=""><figcaption><p>Chuột phải vào thiết bị cần khắc phục</p></figcaption></figure>

* <mark style="color:red;">**Các lỗi kết nối thường gặp:**</mark>
  * Chỉ hiển thị hình ảnh nhưng không thể điều khiển
  * Chỉ có thể điều khiển nhưng không hiển thị hình ảnh
  * Thiết bị hiện <mark style="color:red;">Disconnected</mark>
* <mark style="color:green;">**Cách khắc phục:**</mark>
  1. **Bấm chuột phải** vào **tên thiết bị** và chọn ![](/files/YfzNVJgEDOpk9jO6cVge)<mark style="color:green;">**Disconnect Device**</mark> (Nếu thiết bị đã hiện <mark style="color:red;">Disconnected</mark> thì bỏ qua)
  2. **Bấm chuột phải** vào **tên thiết bị** và chọn ![](/files/YAWE7ynGOkZwUul22nGF)<mark style="color:green;">**Connect Device**</mark>

{% hint style="danger" %} <mark style="color:red;">**Lưu ý:**</mark> Nếu quá nhiều thiết bị đã bị <mark style="color:red;">Disconnected</mark>, bấm ![](/files/4X5rGW3nWlSVj1Ju5B32)<mark style="color:green;">**Scan Device**</mark> để có thể kết nối lại nhanh chóng mà không cần **reconnect** từng thiết bị
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.manosoft.me/smart-viewer/loi-thuong-gap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
