My Tecno Spark 10 Pro (MediaTek Helio G88, Android 12) bootlooped after a banking app froze. Now it boots straight into stock recovery with the message that Android cannot be loaded and data may be corrupt. The bootloader is unlocked. I hooked it up to an Android tablet via OTG with Bugjaeger. The device uses A/B partitioning and was running on slot b. I switched it to slot a via fastboot, but slot a gives the exact same recovery loop, so the issue is clearly a corrupted userdata partition failing to mount during early init. All I need is my local KeePass database file from internal storage. I know modern Android uses File-Based Encryption with keys sealed in the TEE, but since my bootloader is unlocked, is there any known way via fastboot, MTK tools, or custom boot images to extract or decrypt that single file before I wipe the device? Or is it completely unrecoverable once the filesystem fails to mount?


try downloading this boot.img file, and booting it with
fastboot boot tecno_ki7_boot.img. let me know if it tries to boot android (shows booting animation), fails, and goes to recovery just like now.it’s from this firmware file. (most firmwares for your phone on the net is android 13, this is 12)
(if this works, my idea is to unpack the boot.img, change
persist.sys.usb.configandro.adb.secureon default.prop to gain adb during boot. then we can use logcat to fix the issue and make android boot)It still won’t start
you mean it
i’ll need details to help…
tries to boot android, fails and goes to recovery