> 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/troubleshooting/freeze-aosp-rom.md).

# Freeze AOSP ROM

{% hint style="danger" %}

### Caution

I am not responsible for anything happened to your device do at your own risk!
{% endhint %}

Beberapa user mengalami freeze di custom ROM base AOSP, dan solusinya adalah *Erase System Dynamic Partition*.\
Lalu Flash ulang ROM AOSP.

***

{% hint style="warning" %}

### Warning

* Pastikan PC / Laptop sudah terinstall [ADB & Fastboot Driver](/rn10p-docs/tools/adb-and-fastboot.md).

* Jangan lupa **Backup Data** karena akan menghapus semua data.

* Siapkan ROM AOSP yang akan di install.
  {% endhint %}

* Reboot ke Custom Recovery (TWRP / Orangefox)

* Pilih **Reboot**

* Pilih **Fastboot**

* Open Terminal / CMD (Windows / macOS / Linux) and Run this command:&#x20;

{% code title="" %}

```
fastboot erase vendor
```

{% endcode %}

{% code title="" %}

```
fastboot erase system
```

{% endcode %}

* Flash ROM AOSP
* Done


---

# 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/troubleshooting/freeze-aosp-rom.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.
