# Root

## Xiaomi

### Redmi Note 8 (ginkgo) <a href="#xiaomi-redmi-note-8" id="xiaomi-redmi-note-8"></a>

1\) Activar "Opciones de desarrollador".

2\) Ingresar a la opción "Estado de mi desbloqueo" y configurar.

3\) Activar opción "Depuración USB".

4\) Activar opción "Desbloqueo OEM".

5\) Desbloquear el bootloader.

~~6) Instalar~~ [~~TWRP~~](https://github.com/MrW0l05zyn/root-android/blob/main/xiaomi/redmi-note-8-ginkgo/twrp-3.7.1_12-0-ginkgo.img) ~~en el dispositivo móvil utilizando~~ [~~XiaoMiTool~~](https://www.xiaomitool.com/)~~.~~

7\) Extraer el archivo [recovery.img](https://github.com/MrW0l05zyn/root-android/blob/main/xiaomi/redmi-note-8-ginkgo/recovery.img) desde la imagen de fábrica (ROM) correspondiente (por ejemplo, V11.0.9.0 PCOMIXM) y transferirlo al dispositivo móvil.

```sh
adb push recovery.img /sdcard/Download
```

8\) Instalar [Magisk](https://github.com/topjohnwu/Magisk) en el dispositivo móvil.

9\) Parchear [recovery.img](https://github.com/MrW0l05zyn/root-android/blob/main/xiaomi/redmi-note-8-ginkgo/recovery.img) utilizando [Magisk](https://github.com/topjohnwu/Magisk) y luego extraer la imagen parcheada desde el dispositivo móvil.

```sh
adb pull /sdcard/Download/magisk_patched_<random_strings>.img
```

10\) Actualizar la imagen parcheada en el dispositivo móvil.

```sh
adb reboot bootloader
fastboot flash recovery magisk_patched_<random_strings>.img
fastboot reboot
```

<figure><img src="/files/jWTawud1JTCDYgby2Fcz" alt="" width="375"><figcaption><p>Xiaomi Redmi Note 8 (ginkgo) rooteado con Magisk</p></figcaption></figure>

### Redmi Note 11 Pro (viva) <a href="#xiaomi-redmi-note-8" id="xiaomi-redmi-note-8"></a>

1\) Activar "Opciones de desarrollador".

2\) Ingresar a la opción "Estado de mi desbloqueo" y configurar.

3\) Activar opción "Depuración USB".

4\) Activar opción "Desbloqueo OEM".

5\) Desbloquear el bootloader.

6\) Extraer el archivo [boot.img](https://github.com/MrW0l05zyn/root-android/blob/main/xiaomi/redmi-note-11-pro-viva/boot.zip) desde la imagen de fábrica (ROM) correspondiente (por ejemplo, V14.0.3.0 TGDMIXM) y transferirlo al dispositivo móvil.

```sh
adb push boot.img /sdcard/Download
```

7\) Instalar [Magisk](https://github.com/topjohnwu/Magisk) en el dispositivo móvil.

8\) Parchear [boot.img](https://github.com/MrW0l05zyn/root-android/blob/main/xiaomi/redmi-note-11-pro-viva/boot.zip) utilizando [Magisk](https://github.com/topjohnwu/Magisk) y luego extraer la imagen parcheada desde el dispositivo móvil.

```sh
adb pull /sdcard/Download/magisk_patched_<random_strings>.img
```

9\) Actualizar la imagen parcheada en el dispositivo móvil.

```sh
adb reboot bootloader
fastboot flash boot magisk_patched_<random_strings>.img
fastboot reboot
```

<figure><img src="/files/pIS3QOCsui69teFLf6Ab" alt="" width="375"><figcaption><p>Xiaomi Redmi Note 11 Pro (viva) rooteado con Magisk</p></figcaption></figure>


---

# 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://mobile.mrw0l05zyn.cl/android/root.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.
