Diferencia entre revisiones de «CrDroid»
Ir a la navegación
Ir a la búsqueda
Página creada con «== Descarga == *[https://crdroid.net/downloads Todos los dispositivos] == Instalación == *[https://crdroid.net/alioth/11/install ¿Cómo instalar de 0?] *¿Cómo actualizar a versión superior de LineageOS? <syntaxhighlight lang="bash"> adb reboot sideload adb sideload lineage-20.0-20230603-nightly-alioth-signed.zip </syntaxhighlight> If you want to install any add-ons, click Advanced, then Reboot to Recovery, then when your device reboots, click Apply Update,…» |
Sin resumen de edición |
||
Línea 4: | Línea 4: | ||
== Instalación == | == Instalación == | ||
*[https://crdroid.net/alioth/11/install ¿Cómo instalar de 0?] | *[https://crdroid.net/alioth/11/install ¿Cómo instalar de 0?] | ||
*[[ | |||
<div class="video-container"> | |||
<youtube>https://www.youtube.com/watch?v=V_j9mnxYh9E</youtube> | |||
</div> | |||
== Actualizaciones == | |||
En el caso del POCO F3 las actualizaciones por OTA de al menos Android 15 se quedan bloqueadas en el proceso por lo que es necesario hacerlas manualmente | |||
*[https://sourceforge.net/projects/crdroid/files/alioth/ Descarga del repositorio la ROM] | |||
*[https://sourceforge.net/projects/recovery-for-xiaomi-devices/files/alioth/ Descarga recovery] - TWRP recomendado | |||
*[https://sourceforge.net/projects/nikgapps/files/Elite-Releases/crdroid-official/ Descarga Gapps] - Si procede | |||
*[https://github.com/topjohnwu/Magisk/releases Descarga Magisk] - Si procede | |||
Push power button, click Advanced, then Reboot to Recovery, | |||
then when your device reboots, click Apply Update, then Apply from ADB, then | |||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
adb reboot | adb devices | ||
adb reboot bootloader | |||
fastboot boot recovery.img #para solo bootear sin instalar | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Pulsar en Instalar zip y seleccionar la rom, luego instalar gapps si procede. | |||
Reinicia el sistema. | |||
Si quieres instalar Magisk haz lo siguiente: | |||
Push power button, click Advanced, then Reboot to Recovery, | |||
then when your device reboots, click Apply Update, then Apply from ADB, then | then when your device reboots, click Apply Update, then Apply from ADB, then | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
adb sideload | adb sideload Magisk.zip | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Abre Magisk y realiza Instalación directa, sigue los pasos hasta que el estado pase a Instalada. | |||
== Soluciones == | == Soluciones == |
Revisión del 13:02 2 feb 2025
Descarga
Instalación
Actualizaciones
En el caso del POCO F3 las actualizaciones por OTA de al menos Android 15 se quedan bloqueadas en el proceso por lo que es necesario hacerlas manualmente
- Descarga del repositorio la ROM
- Descarga recovery - TWRP recomendado
- Descarga Gapps - Si procede
- Descarga Magisk - Si procede
Push power button, click Advanced, then Reboot to Recovery, then when your device reboots, click Apply Update, then Apply from ADB, then
adb devices
adb reboot bootloader
fastboot boot recovery.img #para solo bootear sin instalar
Pulsar en Instalar zip y seleccionar la rom, luego instalar gapps si procede.
Reinicia el sistema.
Si quieres instalar Magisk haz lo siguiente:
Push power button, click Advanced, then Reboot to Recovery, then when your device reboots, click Apply Update, then Apply from ADB, then
adb sideload Magisk.zip
Abre Magisk y realiza Instalación directa, sigue los pasos hasta que el estado pase a Instalada.