Ver Mensaje Individual
  #120  
Viejo 09/05/19, 17:33:37
Array

[xs_avatar]
R0rt1z2 R0rt1z2 no está en línea
Usuario muy activo
 
Fecha de registro: feb 2018
Localización: Barcelona
Mensajes: 1,825
Modelo de smartphone: iPhone 13 Pro Max
Tu operador: O2
Root parche seguridad abril 2019

Hola compis! He podido extraer el boot.img del firmware de abril y lo he parcheado con magisk!
Para extraerlo, he descargado el último firmware disponible en formato fastboot (no el de abril porque no existe aún, creo que el de diciembre) He extraído el boot.img y he portado el twrp de la versión OREO para la versión android PIE. El caso es que he booteado y no había imagen pero sí adb shell!
Gracias a ello, he podido extraer el boot.img con dd if y luego parchearlo.
Bueno, sin más rodeos aquí lo teneis:
BOOT IMG PATCHED: https://drive.google.com/file/d/1vEU...ew?usp=sharing
TWRP SIN IMAGEN PERO ADB SHELL: https://drive.google.com/file/d/1Sb-...ew?usp=sharing
Para flashear:
Código:
fastboot flash boot_x magisk_patched.img
(reemplaza la "x" por tu slot activo).


Para bootear en twrp y extraer el boot img del proximo update es bien sencillo:
  • Descarga el TWRP
  • Bootea en él con
    Código:
    fastboot boot twrp-3.2.3-0-jasmine_sprout-NO_IMAGE.img
  • Te saldrá el conejo de MI durante 5 segundos y luego una pantalla negra
  • En 10 o menos segundos tu PC detectará tu móvil en TWRP
  • Ahora extrae el boot.img:
    Código:
    adb shell dd if=/dev/block/bootdevice/by-name/boot of=/sideload/boot.img
  • Ahora copíalo al PC:
    Código:
    adb pull /sideload/boot.img
  • Reinicia el móvil:
    Código:
    reboot
  • Instala Magisk apk
  • Copia el boot.img a la memoria interna
  • Parchea el boot.img
  • Copíalo al PC
  • Reinicia en modo fastboot
  • Flashea el boot.img:
    Código:
    fastboot flash boot_x magisk_patched.img
    (reemplaza la "x" por tu slot activo)
  • Reinicia:
    Código:
    fastboot reboot
  • Disfruta del ROOT!
Salu2!
Responder Con Cita