> For the complete documentation index, see [llms.txt](https://faultx.gitbook.io/rn10p-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faultx.gitbook.io/rn10p-docs/tools/adb-and-fastboot.md).

# ADB & Fastboot

{% hint style="warning" %}

### Warning

Attention to the installation steps properly
{% endhint %}

### <i class="fa-microsoft">:microsoft:</i> Windows

<details>

<summary>Read Tutorial</summary>

#### Step 1  <a href="#step-1" id="step-1"></a>

Download & extract:

<a href="https://www.mediafire.com/file/xa9lnijdhtxd3mp/adb-setup-1.4.3.zip/file" class="button primary" data-icon="microsoft">adb-setup</a><a href="https://cloud03.faultx.workers.dev/1:/Mi%20Unlock/miflash_unlock_en_7.6.727.43.zip?a=view" class="button primary">Mi Unlock Tools</a>

<img src="https://faultxcloud.github.io/fx.rn10p.docs/assets/images/adb-fastboot/1.png" alt="" width="375">

#### Step 2  <a href="#step-2" id="step-2"></a>

Double click ➜ `adb-setup-1.4.3.exe`\
Then press the key ➜ **Y**\
\&#xNAN;*See the image below*

<figure><img src="https://faultxcloud.github.io/fx.rn10p.docs/assets/images/adb-fastboot/2.png" alt="" width="563"><figcaption></figcaption></figure>

#### Step 3  <a href="#step-3" id="step-3"></a>

Make sure ➜ <i class="fa-square-check">:square-check:</i> *Always trust software from “Gooogle Inc”* , Then click **“Install”**

<figure><img src="https://faultxcloud.github.io/fx.rn10p.docs/assets/images/adb-fastboot/3.png" alt="" width="563"><figcaption></figcaption></figure>

#### Step 4  <a href="#step-4" id="step-4"></a>

Click ➜ **Next**

<figure><img src="https://faultxcloud.github.io/fx.rn10p.docs/assets/images/adb-fastboot/4.png" alt="" width="563"><figcaption></figcaption></figure>

#### Step 5  <a href="#step-5" id="step-5"></a>

The message “Ready to use” will appear. Click **“Finish”**

<figure><img src="https://faultxcloud.github.io/fx.rn10p.docs/assets/images/adb-fastboot/5.png" alt="" width="563"><figcaption></figcaption></figure>

#### Step 6  <a href="#step-6" id="step-6"></a>

Double click **miflash\_unlock.exe**

<figure><img src="https://faultxcloud.github.io/fx.rn10p.docs/assets/images/adb-fastboot/6.png" alt="" width="563"><figcaption></figcaption></figure>

#### Step 7  <a href="#step-7" id="step-7"></a>

<img src="https://faultxcloud.github.io/fx.rn10p.docs/assets/images/adb-fastboot/7.jpeg" alt="" width="563">

#### Step 8  <a href="#step-8" id="step-8"></a>

Click the <i class="fa-gear">:gear:</i> icon (see the red circle)&#x20;

<figure><img src="https://faultxcloud.github.io/fx.rn10p.docs/assets/images/adb-fastboot/8.png" alt="" width="563"><figcaption></figcaption></figure>

#### Step 9  <a href="#step-9" id="step-9"></a>

* Open **Device Manager** (Click the **Start** button (Windows logo) ➜ Type **Device Manager** in the search bar ➜ Click on the **Device Manager** result)
* Connect your device to the computer via USB cable
* If Device Manager shows \[ <i class="fa-triangle-exclamation">:triangle-exclamation:</i> Android ] it means the fastboot driver has not been installed correctly
* Click ➜ **Check** *“Click the button to install drive”*

  <figure><img src="https://faultxcloud.github.io/fx.rn10p.docs/assets/images/adb-fastboot/9.png" alt="" width="563"><figcaption></figcaption></figure>

#### Step 10  <a href="#step-10" id="step-10"></a>

* If it says **“Connect your device again”**, unplug the USB and reconnect your device to the computer
* The driver should then install automatically&#x20;

  <figure><img src="https://faultxcloud.github.io/fx.rn10p.docs/assets/images/adb-fastboot/10.png" alt="" width="563"><figcaption></figcaption></figure>

#### Step 11  <a href="#step-11" id="step-11"></a>

If the installation is successful, the display will look like the image below.

Then **Close** **Mi Unlock**.&#x20;

<figure><img src="https://faultxcloud.github.io/fx.rn10p.docs/assets/images/adb-fastboot/11.png" alt="" width="563"><figcaption></figcaption></figure>

#### Step 12  <a href="#step-12" id="step-12"></a>

* Open Terminal / CMD
* Type the command: `fastboot devices`

If the result looks like this, you’re done 🎉.&#x20;

<figure><img src="https://faultxcloud.github.io/fx.rn10p.docs/assets/images/adb-fastboot/12.png" alt="" width="563"><figcaption></figcaption></figure>

</details>

### <i class="fa-apple">:apple:</i> macOS

<details>

<summary>Read Tutorial</summary>

* Install [Homebrew](https://brew.sh/)
* Install ***Android platform tools***

  ```
  brew install android-platform-tools
  ```

</details>

### <i class="fa-linux">:linux:</i> Linux

<details>

<summary>Read Tutorial</summary>

**Install&#x20;*****Android platform tools*****&#x20;on your PC :**

Debian Base:

```
sudo apt install android-sdk-platform-tools
```

Arch-Linux Base:

```
sudo pacman -S android-tools
```

Red Hat Base:

```
sudo yum install android-tools
```

OpenSUSE Base:

```
sudo zypper install android-tools
```

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://faultx.gitbook.io/rn10p-docs/tools/adb-and-fastboot.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.
