Menú alternativo
Toggle preferences menu
Menú alternativo personal
No has accedido
Tu dirección IP será visible si haces alguna edición

Diferencia entre revisiones de «Magisk»

De TechShareRoom wiki
Sin resumen de edición
Línea 2: Línea 2:


== Instalación método boot ==
== Instalación método boot ==
*[https://www.youtube.com/watch?v=15tNRrG7YQg Instalar Magisk "método boot"]
[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 11: Línea 12:
<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>

Revisión del 23:45 7 may 2024

Releases GitHub - Web 1 - Web 2

Instalación método boot

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!!

Instalación método 2