> 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/installation.md).

# Installation

{% hint style="danger" %}
Selalu backup data penting **(Backup)** karena menghindari dari hal yang tidak diinginkan.
{% endhint %}

### Persiapan Awal  <a href="#persiapan-awal" id="persiapan-awal"></a>

Sebelum memulai, pastikan kamu sudah menyiapkan hal-hal berikut:

* **Bootloader Terbuka (Unlocked)**: Pastikan statusnya sudah **Unlocked**.
* **PC / Laptop dan kabel  USB original yang sehat.**
* **Driver ADB & Fastboot**: Terinstal di PC / Laptop.&#x20;
* **File OrangeFox**: Download file OrangeFox `.zip`&#x20;
  * Jika kamu tetap ingin menggunakan MIUI gunakan [OrangeFox R12](/rn10p-docs/recovery/orangefox/official.md) / [OrangeFox\_R11.1\_6-MIUI by Aryan](https://faultx.gitbook.io/rn10p-docs/recovery/orangefox/pages/4MCk8PAe7ZukYBHxjHOT#r11.1_6)
* **Baterai**: Minimal  50% untuk menghindari mati mendadak.

***

{% stepper %}
{% step %}

### Persiapan File&#x20;

1. Ekstrak file `.zip` **OrangeFox** yang sudah kamu download di PC.
2. Cari file bernama `recovery.img` di dalam folder ekstraksi tersebut.
3. Pindahkan file `recovery.img` ke dalam folder ADB & Fastboot di PC kamu.
4. Copy juga file `.zip` OrangeFox yang utuh ke dalam MicroSD atau Penyimpanan Internal HP kamu.
   {% endstep %}

{% step %}

### Masuk ke Mode Fastboot&#x20;

* Matikan Redmi Note 10 Pro kamu.
* Tekan dan tahan **Tombol Power** + **Volume Bawah** secara bersamaan sampai muncul logo kelinci Mi (Fastboot).
* Hubungkan HP ke PC / Laptop menggunakan kabel USB.
  {% endstep %}

{% step %}

### Flash Recovery melalui PC&#x20;

1. Buka folder ADB di PC, tekan `Shift + Klik Kanan` di area kosong, lalu pilih **Open PowerShell window here** atau **Open Command Prompt here**.
2. Cek apakah perangkat terdeteksi dengan mengetik: *(Jika muncul kode angka / huruf, berarti terkoneksi).*<br>

   <pre data-title=""><code> fastboot devices
   </code></pre>
3. Ketik perintah berikut untuk memasang recovery: <br>

   <pre data-title=""><code>fastboot flash recovery recovery.img
   </code></pre>
4. Setelah selesai (muncul tulisan Finished), jangan langsung restart. Kamu harus masuk ke recovery secara manual.
   {% endstep %}

{% step %}

### Booting ke OrangeFox&#x20;

* Tekan dan tahan **Tombol Power** + **Volume Atas** pada HP.
* Segera setelah logo MI muncul, lepas tombol Power tetapi tetap tahan **Volume Atas** sampai logo OrangeFox muncul.
  {% endstep %}

{% step %}

### Instalasi Permanen (PENTING)&#x20;

Agar OrangeFox tidak hilang (tertimpa recovery bawaan) saat HP dinyalakan, kamu harus melakukan flash file zip-nya di dalam OrangeFox:

1. Di menu OrangeFox, cari file `.zip` OrangeFox yang kamu copy tadi di penyimpanan internal/MicroSD.
2. Pilih file tersebut, lalu **Swipe to Install**.
3. OrangeFox akan menginstal dirinya sendiri dan otomatis melakukan *reboot* kembali ke recovery.
4. Setelah masuk kembali ke OrangeFox, pilih menu **Reboot > System**.
5. Done!
   {% endstep %}
   {% endstepper %}


---

# 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/installation.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.
