Diferencia entre revisiones de «CrDroid»

De TechShareRoom wiki
Sin resumen de edición
 
(No se muestra una edición intermedia del mismo usuario)
Línea 17: Línea 17:
*[https://github.com/topjohnwu/Magisk/releases Descarga Magisk] - 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 devices
adb devices
adb reboot bootloader
adb reboot bootloader #debes autorizar el teléfono en cada update
fastboot boot recovery.img #para solo bootear sin instalar
fastboot boot recovery.img #para solo bootear sin instalar
</syntaxhighlight>
</syntaxhighlight>
Línea 38: Línea 36:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
adb sideload Magisk.zip
adb sideload Magisk.zip
adb NikGapps-Addon-15-AndroidAuto-20250127-signed.zip
adb sideload NikGapps-Addon-15-AndroidAuto-20250127-signed.zip
</syntaxhighlight>
</syntaxhighlight>