I tried to install IodéOS 7.5 on my new phone, a Oneplus 9Pro, but I failed badly ![]()
I’ve followed instructions from https://gitlab.iode.tech/ota/ota and downloaded and checked iode-7.5-20260506-lemonadep-fastboot.zip from https://gitlab.iode.tech/ota/release/-/tree/master/lemonadep
I’ve done well first steps : OEM unlocking, adb reboot bootloader, fastboot flashing unlocking, I’ve accepted unlocking, and then I run ./flash-all.sh from my Linux laptop : the script start working well, with a lot of actions ending with OKAY, but at some time, one operation failed, and the phone rebooted
. It was with these traces :
extracting super_empty.img (0 MB) to disk… took 0.000s
Sending ‘super’ (5 KB) OKAY [ 0.001s]
Updating super partition OKAY [ 0.010s]
Resizing ‘odm_a’ OKAY [ 0.005s]
Resizing ‘product_a’ OKAY [ 0.005s]
Resizing ‘system_a’ OKAY [ 0.004s]
Resizing ‘system_ext_a’ OKAY [ 0.004s]
Resizing ‘vendor_a’ OKAY [ 0.004s]
Resizing ‘vendor_dlkm_a’ OKAY [ 0.004s]
extracting super_empty.img (0 MB) to RAM…
extracting odm.img (607 MB) to disk… took 2.523s
archive does not contain ‘odm.sig’
Resizing ‘odm_a’ OKAY [ 0.005s]
Invalid sparse file format at header magic
Sending sparse ‘odm_a’ 1/3 (262140 KB) FAILED (Error reading sparse file)
fastboot: error: Command failed
< waiting for any device >
I got a strange screen like this :
I tried to go back to fastboot mode, it works, the script started again, but with all actions failing, and ended, rebooting phone on this same page with lot of text…
I’ve collected script-all.sh ’s output in a log file :
flashing.log.txt (12,4 Ko)
I still can go to fastboot mode using Power+VolUp+VolDown, but the normal boot go to the state like the previous picture : what should I do to recover this ? Should I try to restart ./flash-all.sh again [from the beginning] ?
Any help would be very appreciated !

