Does anyone know of a website that still hosts prepatched (root/twrp) boot images? It would be so useful.... 
Why? Just use MagiskDoes anyone know of a website that still hosts prepatched (root/twrp) boot images? It would be so useful....![]()
I can't flash TWRP by bootloader method.
It has been awhile since I flashed mine.
dd
to dump the TWRP patched boot image, then pull it to your computer.adb shell getprop | grep slot
adb shell dd if=/dev/block/sde11 of=/sdcard/PH1-boot_a.img
adb shell dd if=/dev/block/sde28 of=/sdcard/PH1-boot_b.img
fastboot getvar current-slot
fastboot set_active a
fastboot set_active b
fastboot flash boot_a NameOfFile.img
fastboot flash boot_b NameOfFile.img
fastboot --set-active=a
fastboot --set-active=b
fastboot --slot all flash boot NameOfFile.img
fastboot --slot other flash boot NameOfFile.img
adb shell twrp sideload
adb shell twrp install /path/to/file.zip
adb pull
and adb push
.Have you done anything since?[...]
Magisk Manager is still there (Magisk 17.1, Manager 7.5.1, TWRP 3.2.3 was where it was before), and when I open that, the only menu option is Settings.. nothing to patch or anything else (like Magisk Hide, etc). There's also an update button for MM, and and Install button for Magisk itself.
Can I safely get root back through MM? Maybe by updating it, and letting it direct install Magisk? Or will it not work in my state?
Do I need to break out the Linux and use adb or fastboot? Steps I can follow would be greatly appreciated.
Not as of yet. I need to make sure I get some important stuff off of it before I attempt anything. Also trying to search back posts to about the time of the last security update to see what others encountered
Since you are on the OEM ROM, grab that from https://essential-images.netlify.app/ and pull the boot.img from the zipfile. Then, put that boot.img on sdcard and patch it with Magisk (the "install" button in top right). Done.Magisk Manager is still there (Magisk 17.1, Manager 7.5.1, TWRP 3.2.3 was where it was before), and when I open that, the only menu option is Settings.. nothing to patch or anything else (like Magisk Hide, etc). There's also an update button for MM, and and Install button for Magisk itself.
My Magisk looks like this:Since you are on the OEM ROM, grab that from https://essential-images.netlify.app/ and pull the boot.img from the zipfile. Then, put that boot.img on sdcard and patch it with Magisk (the "install" button in top right). Done.
I have not used Magisk Manager (MM) (I usually just sideload Magisk itself) but you said that you have Magisk (17.1 is old!), so why not use that.My Magisk looks like this:
There's only "Settings" in the menu. IIRC, there used to be a menu option to "patch" the boot.img. ?
(the "Advanced" dropdown menu has "Preserve force encryption" checked, "Preserve AVB 2.0/dm-verity" checked, and "Recovery mode" unchecked)
Is MM supposed to "detect" boot.img in /downloads or something? and present the option to patch? without updating MagiskManager OR installing Magisk as seen in the screencap (which is a much newer vers than I had on the phone and I'd be a little concerned about compatibility issues)?
It's been a long time I can't recall how the process exactly flowed.
fastboot flash boot patched_boot.img
fastboot set_active other
fastboot flash boot twrp.img
fastboot flash boot_X twrp.img
fastboot getvar current-slot
adb shell getprop ro.boot.slot_suffix
fastboot set_active other
fastboot flash boot twrp.img
adb shell dd if=/dev/block/bootdevice/by-name/boot_X of=/sdcard/boot.img
fastboot -w