@de0u No problem, here's a more precise description of what's happening:
$ fastboot flashall -w
--------------------------------------------
Bootloader Version...: akita-15.2-12862154
Baseband Version.....: g5300o-241205-250127-B-12973597
Serial Number........: 46011JEKB00414
--------------------------------------------
Checking 'product' OKAY [ 0.000s]
Checking 'version-bootloader' OKAY [ 0.000s]
Checking 'version-baseband' OKAY [ 0.001s]
Setting current slot to 'a' OKAY [ 0.105s]
[liblp] Partition system_a will resize from 0 bytes to 1492357120 bytes
[liblp] Partition system_dlkm_a will resize from 0 bytes to 11038720 bytes
[liblp] Partition system_ext_a will resize from 0 bytes to 510648320 bytes
[liblp] Partition product_a will resize from 0 bytes to 763224064 bytes
[liblp] Partition vendor_a will resize from 0 bytes to 756035584 bytes
[liblp] Partition vendor_dlkm_a will resize from 0 bytes to 26292224 bytes
Sending 'boot_a' (65536 KB) OKAY [ 1.377s]
Writing 'boot_a' OKAY [ 0.275s]
Sending 'init_boot_a' (8192 KB) OKAY [ 0.173s]
Writing 'init_boot_a' OKAY [ 0.037s]
Sending 'dtbo_a' (16384 KB) OKAY [ 0.346s]
Writing 'dtbo_a' OKAY [ 0.062s]
Sending 'vendor_kernel_boot_a' (65536 KB) OKAY [ 1.433s]
Writing 'vendor_kernel_boot_a' OKAY [ 0.267s]
Sending 'pvmfw_a' (1024 KB) OKAY [ 0.024s]
Writing 'pvmfw_a' OKAY [ 0.012s]
Sending 'vendor_boot_a' (65536 KB) OKAY [ 1.401s]
Writing 'vendor_boot_a' OKAY [ 0.263s]
Sending 'vbmeta_a' (8 KB) OKAY [ 0.001s]
Writing 'vbmeta_a' OKAY [ 0.007s]
Erasing 'userdata' OKAY [ 0.142s]
Erase successful, but not automatically formatting.
File system type raw not supported.
Erasing 'metadata' OKAY [ 0.014s]
Erase successful, but not automatically formatting.
File system type raw not supported.
Sending sparse 'super' 1/14 (254972 KB) OKAY [ 5.485s]
Writing 'super' OKAY [ 0.986s]
Sending sparse 'super' 2/14 (254972 KB) OKAY [ 5.443s]
Writing 'super' OKAY [ 0.953s]
Sending sparse 'super' 3/14 (254972 KB) OKAY [ 5.421s]
Writing 'super' OKAY [ 0.929s]
Sending sparse 'super' 4/14 (254972 KB) OKAY [ 5.426s]
Writing 'super' OKAY [ 0.965s]
Sending sparse 'super' 5/14 (254972 KB) OKAY [ 5.426s]
Writing 'super' OKAY [ 0.940s]
Sending sparse 'super' 6/14 (254972 KB) OKAY [ 5.454s]
Writing 'super' OKAY [ 0.923s]
Sending sparse 'super' 7/14 (254972 KB) OKAY [ 5.428s]
Writing 'super' OKAY [ 0.959s]
Sending sparse 'super' 8/14 (254972 KB) OKAY [ 5.458s]
Writing 'super' OKAY [ 0.937s]
Sending sparse 'super' 9/14 (254972 KB) OKAY [ 5.407s]
Writing 'super' OKAY [ 0.925s]
Sending sparse 'super' 10/14 (254972 KB) OKAY [ 5.400s]
Writing 'super' OKAY [ 0.946s]
Sending sparse 'super' 11/14 (254972 KB) OKAY [ 5.401s]
Writing 'super' OKAY [ 0.924s]
Sending sparse 'super' 12/14 (254972 KB) OKAY [ 5.388s]
Writing 'super' OKAY [ 0.953s]
Sending sparse 'super' 13/14 (254972 KB) OKAY [ 5.397s]
Writing 'super' OKAY [ 0.953s]
Sending sparse 'super' 14/14 (161564 KB) OKAY [ 3.432s]
Writing 'super' OKAY [ 0.611s]
Erasing 'userdata' OKAY [ 0.094s]
Erase successful, but not automatically formatting.
File system type raw not supported.
wipe task partition not found: cache
Erasing 'metadata' OKAY [ 0.013s]
Erase successful, but not automatically formatting.
File system type raw not supported.
Rebooting OKAY [ 0.000s]
Finished. Total time: 93.094s
- When the device reboots, I it gets stuck on the Graphene OS boot animation, without loading into the OS. My only option here is to force reboot the phone and completely reflash to a known stable build.
I'm not sure what exactly is causing this, but I highly suspect that something is happening to cause it when I flash the 'super' partition. After the first 'frozen boot screen' I actually tried flashing boot.img, vendor_boot-debug.img, and vbmeta.img seperately and it works totally fine. The vendor_boot-debug.img was kind of interesting, because it gave me root adb shell access on a 'user' build when I didn't have it before (cannot use adb root on production builds). Didn't know this was a thing until now. Anyways, soon as I tried to flash 'system.img' on top of this setup, I started having the same issue that I described in the notes above. I suspect it's either that I'm missing something about properly flashing the super partition (i.e. system partitions), or perhaps my bootloader is not equipped to flash debug builds (with ro.secure = 0). Idk if the bootloader makes any difference, but it's the only other thing I can think of - I used the same bootloader from the 2025032500 stable build because my debug build is based on this version.