Hello, Lebigmac, and thank you for your work!
I ran the script in Android mode.
Please take a look at the resulting log file.
Is everything okay in there?
Can I try now to flash in fastboot?
Device: Realme GT Explorer Master Edition (rmx3366). Android - 11. Bootloader - unlock. Root - Magisk.
fastboot flash super super_fixed.bin
After that phone only boots in fastboot or fastbootd
fastboot flash super super_original.bin
All the same. Phone only boots in fastboot or fastbootd.
It won't boot into the system.
Which program can extract files from super_fixed.bin? To make sure all the partitions are there.
Hi @diogen78. Thanks for your extensive feedback including log files and screenshot!Device: Realme GT Explorer Master Edition (rmx3366). Android - 11. Bootloader - unlock. Root - Magisk.
Android mode.
Script runs without errors.
Does not boot into the system after
fastboot flash super super_fixed.bin
Does not boot into the system after
fastboot flash super super_original.bin
Something is wrong with your log. For some reason it's not removing shared_blocks read-only feature properly. Not sure why. Compare with other successful mylog.txt files from this thread and you will see what I mean.
To get out of bootloop in addition to restoring stock read-only super image you can try to re-enable dm-verity and verification using the included avbctl binary.
If you can only access fastboot then I would suggest downloading stock firmware (same version that's installed on device) from your phone manufacturer website and then flash the vbmeta partitions + stock super.img
(Script only modifies vbmeta* and super partitions)
Please report back your results. Good luck!
Bash:
fastboot --enable-verity --enable-verification flash vbmeta vbmeta.img
fastboot flash super super.img
Last edited: