> 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/recovery/orangefox/official.md).

# Official

{% hint style="success" icon="circle-user" %}
Mostafameesr

[XDA](https://xdaforums.com/t/recovery-12-16-official-orangefox-recovery-project-for-redmi-note-10-pro-sweet.4785214/) • [Support](https://t.me/ProjectNeom_Support)
{% endhint %}

## R12

<i class="fa-android">:android:</i> 12-16&#x20;

{% hint style="warning" %}
You must flash the zip file for this release; do not just flash the recovery image in the zip file.
{% endhint %}

* Full support for Android 12, 13, 14, 15, and 16 Decryption.
* Universal File System Support: Fully supports both EROFS and EXT4 partitions.
* Supports MIUI / HyperOS OTA updates.

<details>

<summary>Installation Instructions</summary>

If you are on stock recovery or fastboot:\
1\. Download the `recovery.img` file.\
2\. Reboot your device to fastboot mode.\
3\. Open CMD/Terminal and run:&#x20;

{% code title="" %}

```
fastboot flash recovery recovery.img
```

{% endcode %}

4\. Reboot to recovery:&#x20;

{% code title="" %}

```
fastboot reboot recovery
```

{% endcode %}

If you already have a custom recovery (TWRP/OrangeFox):\
1\. Download the OrangeFox `.zip` file.\
2\. Flash it exactly like a normal ROM zip.\
3\. The device will automatically reboot into the new OrangeFox recovery.

</details>

**Download**

{% embed url="<https://orangefox.download/device/61e6c2efeff912e9c6328516>" %}

***

## R11.1\_2

<details>

<summary>Download</summary>

<i class="fa-android">:android:</i> 11

<a href="https://orangefox.download/release/61e927c7eff912e9c632873c" class="button primary" data-icon="arrow-down-to-bracket">Download</a><a href="https://drive.usercontent.google.com/download?id=1CEjvWvfDCxJbf4wP-42rZeInKGb0NHkL&#x26;export=download" class="button primary">Mirror</a>

</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/recovery/orangefox/official.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.
