Diferencia entre revisiones de «Magisk»
De TechShareRoom wiki
Sin resumen de edición |
Sin resumen de edición |
||
Línea 3: | Línea 3: | ||
== Instalación método principal == | == Instalación método principal == | ||
Si tienes acceso a TWRP | '''Si no tienes acceso a TWRP''' | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
adb reboot recovery | adb reboot recovery | ||
#Seleccionar Apply Update | |||
#Seleccionar Apply from ADB | |||
adb sideload Magisk-v27.0.zip | |||
</syntaxhighlight> | </syntaxhighlight> | ||
*[https://www.youtube.com/watch?v=8o5YILpoIvs How to Root LineageOS 20 with Magisk] | |||
'''Si tienes acceso a TWRP:''' | |||
Si | |||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
adb reboot recovery | adb reboot recovery | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Seleccionas Install zip -> Magisk-v27.0.zip | |||
== Instalación método boot - '''No funciona en releases del sistema nuevas''' == | == Instalación método boot - '''No funciona en releases del sistema nuevas''' == |