Quote:
Originally Posted by sk88
Yeah, unless they stuck a bootloader update in 3.0, I should have been fine. I haven't connected my device to the internet in years.
I was trying to flash in a way where I could keep TWRP. I had some ideas on changing up some functionality and wanted an easier reset option. Anyway, I couldn't get TWRP to stick at all, but I can boot directly to the magisk img.
|
not to soumd insulting, but are you sure it didnt work? TWRP takes a long time to boot... approximately 1-2 minutes... and that time increases significantly if you have a lot of files on your device (upwards of 10 minutes). as mentioned previously in this thread, the bootloader doesnt have a splash screen so it will look like nothing is happening on your device until the kernel of twrp/android starts loading its graphics code
the combination of those 2 things can make it seem like it didnt flash
```
adb reboot bootloader
fastboot devices
fastboot flashing unlock
fastboot flash recovery twrp.img
```