Diferencia entre revisiones de «Magisk»
Ir a la navegación
Ir a la búsqueda
Página creada con «[https://github.com/topjohnwu/Magisk/releases Releases GitHub] - [https://magiskapp.com Web 1] - [https://magiskmanager.com Web 2] == Instalación == *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: <syntaxhighlight lang="bash">…» |
Sin resumen de edición |
||
Línea 9: | Línea 9: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
adb devices | adb devices | ||
adb reboot bootloader | #adb reboot bootloader | ||
fastboot | fastboot boot magisk_patched-27000_OBxxW.img | ||
</syntaxhighlight> | </syntaxhighlight> | ||
*Reiniciamos el teléfono | *Reiniciamos el teléfono y vuelve a entrar a Magisk, dale a Instalación directa y al reiniciar ya tendremos root!! | ||
== Tutoriales == | == Tutoriales == | ||
*[https://www.youtube.com/watch?v=15tNRrG7YQg Instalar Magisk "método boot"] | *[https://www.youtube.com/watch?v=15tNRrG7YQg Instalar Magisk "método boot"] |
Revisión del 22:28 7 may 2024
Releases GitHub - Web 1 - Web 2
Instalación
- 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!!