# ADB, fastboot, драйвера

Для разблокировки загрузчика и установки кастомной прошивки потребуются драйвера и нужные программы.

Для установки драйверов я советую использовать программу MiUsbDriver.exe, которая идёт вместе с MiUnlock. Запустите данный файл, подключите телефон к компьютеру в режиме fastboot, и драйвера автоматически установятся.

Скачать platform-tools (adb, fastboot) можно по [этой ссылке](https://developer.android.com/tools/releases/platform-tools?hl=ru). Нажмите на кнопку "Загрузите инструменты платформы SDK для Windows", пролистните вниз, нажмите на галочку "I have read and agree with the above terms and conditions" и скачайте platform-tools. Разархивируйте архив в корень диска C в директорию adb (если нет - создайте).


---

# 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://poco.cum-zone.ru/beginning/adb-fastboot-draivera.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.
