[halium-16.0] snippets: ubports: track bootable/recovery and external/{gpg,lvm2}#105
Draft
JamiKettunen wants to merge 2 commits into
Draft
[halium-16.0] snippets: ubports: track bootable/recovery and external/{gpg,lvm2}#105JamiKettunen wants to merge 2 commits into
JamiKettunen wants to merge 2 commits into
Conversation
Use the ubports recovery instead of the straight lineage-23.2 fork and add external/gpg to get a static gpg binary, which is used by the recovery to verify system updates + lvm2 for super partition-less rootfs enlargement. Change-Id: I845a2f91d75581eeb55d4e956ee6ebf6873ac5ab Signed-off-by: Alexander Martinz <alex@amartinz.at> Co-authored-by: Alexander Martinz <alex@amartinz.at>
JamiKettunen
force-pushed
the
h16-recovery
branch
from
July 15, 2026 13:16
c64122c to
66e7bbc
Compare
JamiKettunen
marked this pull request as draft
July 15, 2026 14:00
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Compiles with https://github.com/JamiKettunen/android_external_gpg/tree/halium-16.0 which perhaps should be imported/merged too depending on how the changes want to be done; took the liberty to also get proper diff to upstream tarball and bumped it from v1.4.13 (late 2012) -> v1.4.23 (mid 2018) so it's at least on the latest legacy branch version
OTAs don't currently work due to
busyboxnot being installed:Kernel versions <4.14 will also need a revert of LineageOS/android_bionic@10893f6 or preferably some cleaner solution:
Kernel v4.4.153 OnePlus 5 boots while v4.4.146 Volla Phone doesn't (and doesn't seem like a kernel panic either); similar was fixed previously with Halium/hybris-patches@eab63d2 but should be redundant with https://github.com/Halium/hybris-patches/blob/halium-16.0/system/core/0023-halium-make-cgroup-setup-failures-non-fatal-in-conta.patch
We could also check if the generated resources should be updated with something like:
Once finalized https://github.com/JamiKettunen/halium_bootable_recovery/tree/halium-16.0 should be imported to https://github.com/ubports/halium_bootable_recovery before merging this