Pretend like this "1" starts at "15" from the previous post.... damn 2000 char limit....
- Enable USB Debugging again (Step 4-5)
- Grab the boot.img and vbmeta.img from the LMSA TB_8505FS_S300025_201015_BMP update. Copy the boot.img to the tablet, taking note of the location (e.g.,
./adb push boot.img /sdcard/)
- Install latest version of Magisk Manager (doesn't need to be the Canary version, can be the regular version) and patch the boot image.
- Clicked on "Install" on the righthand top in magisk manager
- Clicked on "Next" Righthand top.
- Selected "Select and Patch a File".
- picked the boot.img file I had copied in step 1. Take note of the location of the patched image (
magisk_patched.img), and copy it to your PC.
- Reboot into bootloader again (
./adb reboot bootloader)
- Flashed the magisk patched boot.img
./fastboot flash boot path/to/magisk_patched.img
- Flash the VB meta with the disable-verification flag
./fastboot --disable-verification flash vbmeta path/to/vbmeta.img
- Flashed the magisk patched boot.img AGAIN!!!!!! (this part is key, otherwise you'll bootloop)
./fastboot flash boot path/to/magisk_patched.img
- Reboot, you should now be rooted (can confirm in Magisk Manager)
./fastboot reboot
This will have you in a rooted, unlocked bootloader status. I have NOT yet tried the steps from the FHD version of the tab to see if I can get TWRP running. But this is a start.
Hi, this bootlooped my 8505FS. Not sure if it's different.
I unlocked the bootloader, it's in orange state.
I couldn't figure out how to update the device in the Lenovo Smart Assistant Software.
I clicked on the rescue button and it downloaded "TB_8505FS_S300025_201015_BMP.zip"
I DID NOT perform the rescue, instead I just patched the downloaded boot.img in Magisk.
The original boot image is 32MB, but the patched boot image is only 10.1MB. Is this right??
I went ahead and flashed magisk_patched.img, then vbmeta, then magisk_patched again, and yeah it's bootlooping now.
I tried restoring the downloaded unpatched boot.img and it's still bootlooping.
I bricked my device.
I think I should have performed the rescue first to update everything???
I think the boot image I extracted is for a newer rom version.
I can still get into fastboot, how should I proceed. I've tried flashing vbmeta again. Should I try to flash the new system.img?? Can I flash all the images over fastboot?