Diferencia entre revisiones de «Magisk»

De TechShareRoom wiki
Sin resumen de edición
Sin resumen de edición
 
(No se muestran 18 ediciones intermedias del mismo usuario)
Línea 1: Línea 1:
[https://github.com/topjohnwu/Magisk/releases Releases GitHub] - [https://magiskapp.com Web 1] - [https://magiskmanager.com Web 2]
[https://github.com/topjohnwu/Magisk/releases Releases GitHub] - [https://magiskapp.com Web 1] - [https://magiskmanager.com Web 2]


== Instalación ==
== Instalación método principal ==
 
'''Si no tienes acceso a TWRP'''
 
<syntaxhighlight lang="bash">
#Activar depuración por USB
adb reboot recovery
#Si el teléfono se queda en negro durante mucho tiempo, mantener botón de encendido
#Seleccionar Apply Update
#Seleccionar Apply from ADB
adb sideload Magisk-v28.1.zip
#Y luego le damos a Yes
#Cuando acabe Reboot System Now
#Abrimos Magisk y le dejamos que instale todo, le damos otra vez aceptamos y reiniciamos
#Volvemos a abrirla y esta vez le damos a Instalación directa, reiniciamos y ya estaría
</syntaxhighlight>
 
*[https://www.youtube.com/watch?v=8o5YILpoIvs How to Root LineageOS 20 with Magisk]
 
'''Si tienes acceso a TWRP:'''
 
<syntaxhighlight lang="bash">
adb reboot recovery
</syntaxhighlight>
 
Seleccionas Install zip -> Magisk-v28.1.zip
 
== Instalación método boot - '''No funciona en releases del sistema nuevas''' ==
Este método actualmente ya no me funciona.
 
[https://www.youtube.com/watch?v=15tNRrG7YQg Instalar Magisk "método boot"]
 
Estos son los pasos que sigue el video:
*Instalar Magisk con apk
*Instalar Magisk con apk
*Descargar boot.img de la rom
*Descargar boot.img de la rom
Línea 9: Línea 41:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
adb devices
adb devices
#adb reboot bootloader
adb reboot bootloader
fastboot boot magisk_patched-27000_OBxxW.img
fastboot boot magisk_patched-27000_OBxxW.img
</syntaxhighlight>
</syntaxhighlight>
Línea 15: Línea 47:
*Reiniciamos el teléfono y vuelve a entrar a Magisk, dale a Instalación directa y al reiniciar ya tendremos root!!
*Reiniciamos el teléfono y vuelve a entrar a Magisk, dale a Instalación directa y al reiniciar ya tendremos root!!


== Tutoriales ==
== Módulos ==
*[https://www.youtube.com/watch?v=15tNRrG7YQg Instalar Magisk "método boot"]
*[https://github.com/Fox2Code/FoxMagiskModuleManager FoxMagiskModuleManager]