Restoring stock OS after unsuccessful LineageOS (iodé) install

Could you post the output of fastboot oem device-info please so we can get a clear starting point :folded_hands:

That’s an interesting failure, I wonder what they’re checking against that makes that message trigger for your phone. I can’t find sources for the iodé installer on their GitLab though, no idea where those are… :thinking:

Since you’re still able to (somewhat) successfully run the iodé installer I’m pretty sure this is fixable, we just need to find the specific issue :crossed_fingers:

No, if the bootloader is actually locked (which it doesn’t appear to be in this case), then you lose access to fastboot flash etc., changing a variable in the install script won’t magically enable those commands again.
In the case of an unbootable system with a locked bootloader and get_unlock_ability at 0 the only way out is EDL-mode, and the community doesn’t have the keys for that (at least not for the FP4), only Fairphone can fix a phone that’s fully bricked.

I would also strongly advise against disabling integrity checking, because that also makes sure that the partitions you are flashing to the phone actually match what is expected.
The proper route is changing the checksum for the install script in the right location:

2 Likes