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

# Unlock Bootloader

{% hint style="danger" %}

### Warning

* Semua data akan terhapus (factory reset)
* Garansi mungkin tidak berlaku tergantung kebijakan toko
* Risiko bootloop jika langkah salah
* Beberapa aplikasi (perbankan, e-wallet, dll.) mungkin mendeteksi status bootloader terbuka.

***Lanjutkan jika kamu sudah paham konsekuensinya.***
{% endhint %}

{% stepper %}
{% step %}

### Persiapan

Sebelum mulai, pastikan kamu sudah:

1. **Sudah terinstall** [**ADB & Fastboot Driver**](/rn10p-docs/tools/adb-and-fastboot.md) **dengan benar**
2. **Menggunakan akun Mi yang aktif**\
   Login di HP:\
   Settings → Mi Account
3. **Mengaktifkan mode pengembang**\
   Settings → About phone Tap MIUI Version 7–10 kali hingga muncul *“You are now a developer!”*
4. **Mengaktifkan OEM Unlocking & USB Debugging**\
   Masuk ke:\
   Settings → Additional settings → Developer options Aktifkan:&#x20;
   * OEM unlocking
   * USB debugging
   * USB debugging (security settings) → login akun Mi
5. **Menghubungkan akun Mi ke status Mi Unlock**\
   Masuk:\
   Settings → Additional settings → Developer options → Mi Unlock status.\
   Lalu pilih:\
   ➡ Add account and device.\
   Jika berhasil akan muncul: *“Added successfully”*
   {% endstep %}

{% step %}

### Langkah di PC (Windows)&#x20;

1. **Download alat UBL**
   * [**Mi Unlock Tool**](https://en.miui.com/unlock/download_en.html) `.zip`
   * Ekstrak → jalankan `miflash_unlock.exe`
2. **Masuk ke mode Fastboot**\
   Di HP:&#x20;
   * Matikan perangkat
   * Tekan **Volume Down** + **Power** bersamaan
   * Muncul logo kelinci + tulisan fastboot
   * Kemudian colokkan ke PC.
     {% endstep %}

{% step %}

### Proses Unlock&#x20;

1. **Login Mi Unlock Tool**\
   Gunakan akun Mi yang sama seperti di HP.
2. **Tunggu pengecekan**\
   Jika semua benar, akan muncul tombol Unlock.
3. **Klik Unlock**\
   Biasanya muncul status:&#x20;

   * 0 hours (langsung unlock)
   * 72 hours (3 hari menunggu)
   * 168 hours (7 hari menunggu)

   Jika disuruh menunggu:\
   \&#xNAN;*“Please unlock after XXX hours”*\
   **Cukup biarkan HP online & jangan logout Mi Account selama masa tunggu.**
4. **Selesaikan proses unlock**\
   Setelah jam tunggu selesai, ulangi langkah dan klik Unlock anyway.\
   HP akan reboot otomatis → bootloader terbuka.
   {% 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/bootloader/unlock-bootloader.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.
