Diferencia entre revisiones de «Magisk»

De TechShareRoom wiki
Ir a la navegación Ir a la búsqueda
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>


Seleccionas Install zip -> Magisk-v27.0.zip
*[https://www.youtube.com/watch?v=8o5YILpoIvs How to Root LineageOS 20 with Magisk]


 
'''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]
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''' ==

Revisión del 14:36 28 jul 2024

Releases GitHub - Web 1 - Web 2

Instalación método principal

Si no tienes acceso a TWRP

adb reboot recovery
#Seleccionar Apply Update
#Seleccionar Apply from ADB
adb sideload Magisk-v27.0.zip

Si tienes acceso a TWRP:

adb reboot recovery

Seleccionas Install zip -> Magisk-v27.0.zip

Instalación método boot - No funciona en releases del sistema nuevas

Este método actualmente ya no me funciona.

Instalar Magisk "método boot"

Estos son los pasos que sigue el video:

  • Instalar Magisk con apk
  • Descargar boot.img de la rom
  • Abrir Magisk y darle a instalar, seleccionaremos parchear un archivo y seleccionamos el boot.img
  • Obtendremos por ejemplo este fichero parcheado magisk_patched-27000_OBxxW.img y lo sacamos fuera para ejecutar los siguientes comandos:
adb devices
adb reboot bootloader
fastboot boot magisk_patched-27000_OBxxW.img
  • Reiniciamos el teléfono y vuelve a entrar a Magisk, dale a Instalación directa y al reiniciar ya tendremos root!!

Módulos