yvmuell
November 20, 2023, 6:59pm
76
Soll heissen du steckst hier fest?
If the image extension is something other than .img
such as .img.gz
or .img.zst
then you must extract that image until you get the boot.img
file itself
Hast du am Anfang beim ersten rooten den Vbmeta Schritt gemacht, denn dann ist das vermutlich das Problem?
Hello there, I am trying to aplly the OTA as per the official instructions Installation | Magisk
But only the boot.img gets restored with the restore images option under uninstall magisk.
Logcat shows the hash mismatch before the restore images:
[ERROR:verified_source_fd.cc(50)] Unable to open ECC source partition /dev/block/bootdevice/by-name/boot_b: Success (0)
Logcat and then after restore images:
[ERROR:verified_source_fd.cc(50)] Unable to open ECC source partition /dev/block/bootdevice…
Vielleicht kann @Lumen_Irmin helfen, der hat das ja schon durch
Never mind, fixed it myself. =D
Here is how I went about it:
Preamble:
First I flashed the boot.img from the FP5-TT3L-factory.zip found here:
Presuming you have the extracted image in the current directory within your shell the command is:
adb reboot-bootloader
fastboot flash boot boot.img
fastboot reboot
If you, like me spaced out at 2 in the morning and somehow accidentally flashed the wrong boot.img from the newer OTA FP5-TT3G-factory.zip and magisk complains, that there is no Backup…