# Не запускается кастомное Recovery

Во время установки прошивки или её использования вам захочется зайти в Recovery, но может произойти такая ситуация, что никакое Recovery не будет нормально запускаться. И, как обычно, проблема решается очень просто - установкой vendor\_boot от Pixel Experience.

{% hint style="info" %}
vendor\_boot нужен для правильной работы Recovery.
{% endhint %}

vendor\_boot от Pixel Experience вы можете скачать [отсюда](https://gitlab.pixelexperience.org/android/vendor-blobs/wiki_blobs_alioth/-/raw/thirteen/android-13/vendor_boot.img).

Установка:

{% code fullWidth="false" %}

```
fastboot flash vendor_boot vendor_boot.img
```

{% endcode %}


---

# 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/problem-fix/ne-zapuskaetsya-kastomnoe-recovery.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.
