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?

you are viewing a single comment's thread
view the rest of the comments
[–] [S] 1 point 2 hours ago (1 child)

I don't have root and I don't have custom recovery :)

  • source
  • parent
  • hideshow 1 child comment
  • [–] 2 points 2 hours ago*

    maybe try booting this or this TWRP temporarily without flashing using fastboot (fastboot boot recovery_filename.img)

    (kinda unlikely to be able to directly mount data though, there's one on 4PDA too dated Apr 2024 but it specifically says it doesn't support mounting data)

    are you able to obtain the installed version of the firmware or extract stock boot image from device? (if the TWRP above booted, you probably can)

    in that case, we may be able to enable adb during boot phase by changing some props on the boot image's initrd, and try logcat'ing to get android properly booting again.

  • source
  • parent