Hello all,
Thanks to the LineageOS-developers and @brunogroa, this is my build containing the March-2023 security patches.
Ever since Broly's help in setting up, I've been building this ROM and have used it for several months.
I plan to keep this build updated with the monthly security patches, for as long as LineageOS supports Android 11. Only the last build will be available for download; I'll keep this post as up-to-date as possible.
Update: OTA
Since the 2022-10-22 build, there is an OTA updater included in this ROM. It asks my download server for an updated build - just like in the official LineageOS. Don't forget to set it to check every month (see Settings / System / Updater). It will download and install automatically; make sure you have a compatible recovery installed (preferably TWRP, see Links below).
Download
I used to upload my files to a file hoster, but now host them myself.
Kind regards, see you next month,
FWieP
Thanks to the LineageOS-developers and @brunogroa, this is my build containing the March-2023 security patches.
Ever since Broly's help in setting up, I've been building this ROM and have used it for several months.
I plan to keep this build updated with the monthly security patches, for as long as LineageOS supports Android 11. Only the last build will be available for download; I'll keep this post as up-to-date as possible.
Update: OTA
Since the 2022-10-22 build, there is an OTA updater included in this ROM. It asks my download server for an updated build - just like in the official LineageOS. Don't forget to set it to check every month (see Settings / System / Updater). It will download and install automatically; make sure you have a compatible recovery installed (preferably TWRP, see Links below).
Download
I used to upload my files to a file hoster, but now host them myself.
zip
: lineage-18.1-20230322-UNOFFICIAL-ali.zipzip.sha256sum
: lineage-18.1-20230322-UNOFFICIAL-ali.zip.sha256sumzip.sha256sum.asc
: lineage-18.1-20230322-UNOFFICIAL-ali.zip.sha256sum.asc
(the GPG signature can be verified by downloading my personal GPG-key)
- FM radio
- Moto fingerprint gestures
- Signed with my personal Android key
(see LineageOS' documentation on signing and verifying)
- None, so far
- TWRP 64bit custom recovery
- OpenGapps ARM64, 11.0, at least pico
- Telegram group for support by the community, download links and more
- Recent changes: LineageOS 18.1
- Kernel tree: see
roomservice.xml
below - Device tree: see
roomservice.xml
below - Vendor tree: see
roomservice.xml
below
roomservice.xml
for building it yourself:
XML:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- Kernel -->
<project name="brunorolak/kernel_motorola_msm8953" path="kernel/motorola/msm8953" remote="github" revision="11.0" />
<!-- Device tree -->
<project name="fwiep/device_motorola_msm8953-common" path="device/motorola/msm8953-common" remote="github" revision="lineage-18.1" />
<project name="fwiep/device_motorola_ali" path="device/motorola/ali" remote="github" revision="11.0" />
<!-- Vendor tree -->
<project name="brunorolak/vendor_motorola_msm8953-common" path="vendor/motorola/msm8953-common" remote="github" revision="11.0" />
<project name="brunorolak/vendor_motorola_ali" path="vendor/motorola/ali" remote="github" revision="11.0" />
<!-- Miscellaneous stuff -->
<project name="LineageOS/android_system_qcom" path="system/qcom" remote="github" revision="lineage-18.1" />
<project name="PixelExperience/packages_resources_devicesettings-custom" path="packages/resources/devicesettings-custom" remote="github" revision="eleven" />
<!-- Override LineageOS's Updater package -->
<remove-project name="LineageOS/android_packages_apps_Updater" />
<project name="fwiep/android_packages_apps_Updater" path="packages/apps/Updater" revision="lineage-18.1" />
</manifest>
Kind regards, see you next month,
FWieP
Last edited: