Skip to content

Releases: Eclipse-Community/build_lineage

LineageOS 15.1 20240828 lilac/XZ1 Compact

30 Aug 15:56
d631e2e
Compare
Choose a tag to compare

This is the first public release of the ROM for the XZ1 Compact. This is the ROM I use daily on my XZ1C. It seems pretty stable for me.

Currently it's just a basic more up to date 15.1 than on the forum. There are a few differences like built in CustomizationSelector that can be accessed with QuickShortcutMaker, and can even automatically switch modem profiles with different SIM cards. (Default modem profile is renamed ir51_ir92 to keep VoLTE if possible) There's also dimmer minimum brightness, UI is smaller by default (240 DPI), reduced RAM usage, and supposedly fixed SD card permissions.

lineage-15.1-*-UNOFFICIAL-lilac.zip is regular, lineage-15.1-*-MICROG-lilac.zip is the MicroG version.

Basic install guide:
0: If you haven't already unlocked bootloader, follow the instructions on this page.
0.5: You're going to need to install Android 8 (47.1.A.16.20), preferably for your region. (good luck) Install it and make sure VoLTE works if you have it before flashing this. (look up a guide as this is a bit involved)
0.9: If you haven't already gotten a custom recovery, download and install TWRP following the instructions on the page.
1: Put the zip file of the ROM on your SD card or phone's internal storage.
2: Boot into recovery. Turn off phone, then hold power up + volume down until phone turns on and boots into TWRP.
3: Do a full wipe/factory reset and then format data. This will remove everything on internal storage, so back anything important up before you do this,
4: Go to install, select the zip file, and optionally any other flashables you may want, Magisk, GAPPS, etc, and flash it.
5: Once everything is done, press the button to Wipe cache/dalvik, and then reboot.

Thank you for using my builds of LineageOS 15.1. Please let me know what bugs or issues you encounter with it.

ResurrectionRemix Revived 20240425 xz2c/XZ2 Compact

26 Apr 12:39
Compare
Choose a tag to compare

This is the first public release of the ROM for the XZ2C. This is the ROM I use on my XZ2C, however it's not a daily phone so it's not well tested. It seems pretty stable though from what I've seen.

It uses Flamefire's patches, however the ROM is lacking some features as compared to Flamefire's ROMs. Main features missing are Sony Camera, Xperia Parts, OpenCustomizationSelector, updated sources/kernel, etc. Check Issues for more information. I eventually want to rectify this, however I don't have the time, nor am I likely have the skill if I were to try. If you can help, please do. It also includes SystemUIWithLegacyRecents, so it has the older style Android 8 recents while being Android 10.

RR-Rev-Q-*-UNOFFICIAL-xz2c.zip is regular, RR-Rev-Q-*-MICROG-xz2c.zip is the MicroG version.

Basic install guide:
0: If you haven't already unlocked bootloader, follow the instructions on this page.
0.5: If you aren't already on the Latest Android 10 (52.1.A.3.137 or 52.1.A.3.49) firmware for your region. Install it and make sure VoLTE works if you have it. (look up a guide as this is a bit involved) You may also want to check this if you have AT&T or T-Mobile and want VoLTE. Paths are different for the XZ2C as they're in vendor/firmware_mnt/image/modem_pr/mcfg/configs/mcfg_sw/generic and are folder based instead of file name based. T-Mobile is in row/tmobile/vlvw/us/mcfg_sw.mbn, ir51_92 is in test/ir51_92/vlvw/test/mcfg_sw.mbn, and default is in common/default/non_ims/a/mcfg_sw.mbn.
1: Power your phone off, and boot into fastboot (power off + volume up and plug in)
2: Flash boot.img in fastboot. You should have fastboot if you did step 0. fastboot flash boot boot.img
2.5: Not sure if needed, but you might also want to flash dtbo and vbmeta. fastboot flash dtbo dtbo.img and fastboot flash vbmeta vbmeta.img
3: Boot into recovery. Turn off phone, then hold power up + volume down until phone turns on and boots into LineageOS recovery.
4: Do a Factory reset. This will remove everything on internal storage, so back anything important up before you do this,
5: Go to Apply update, if you have a SD card or USB flash drive or any non-internal storage device, you can put the ROM on that, however I've found Apply from ADB to be more reliable. For applying from ADB, you need to connect the phone to your computer and do adb sideload (rom). Flashables seem broken when using ResurrectionRemix, so you better hope it's a Magisk module.
6: Once everything is done, just reboot. If you wish to use Magisk, instead power off, boot into fastboot (power off + volume up and plug in), and fastboot flash boot boot-magisk.img (This was patched using Magisk 25.2, my preferred version.)

Thank you for using my builds of ResurrectionRemix Revived. Please let me know what bugs or issues you encounter with it.

ResurrectionRemix Revived 20240425 pioneer/XA2

26 Apr 12:07
Compare
Choose a tag to compare

This is the first public release of the ROM for the XA2. This is the ROM I use on my XA2, however it's not a daily phone so it's not well tested. It seems pretty stable though from what I've seen.

It uses Flamefire's patches, however the ROM is lacking some features as compared to Flamefire's ROMs. Main features missing are Sony Camera, Xperia Parts, OpenCustomizationSelector, updated sources/kernel, etc. Check Issues for more information. I eventually want to rectify this, however I don't have the time, nor am I likely have the skill if I were to try. If you can help, please do. It also includes SystemUIWithLegacyRecents, so it has the older style Android 8 recents while being Android 10.

RR-Rev-Q-*-UNOFFICIAL-pioneer.zip is regular, RR-Rev-Q-*-MICROG-pioneer.zip is the MicroG version.

Basic install guide:
0: If you haven't already unlocked bootloader, follow the instructions on this page.
0.5: If you aren't already on the Latest Android 9 (50.2.A.3.77) firmware for your region. Install it and make sure VoLTE works if you have it. (look up a guide as this is a bit involved) You may also want to check this if you have AT&T or T-Mobile and want VoLTE.
1: Power your phone off, and boot into fastboot (power off + volume up and plug in)
2: Flash boot.img in fastboot. You should have fastboot if you did step 0. fastboot flash boot boot.img
3: Boot into recovery. Turn off phone, then hold power up + volume down until phone turns on and boots into LineageOS recovery.
4: Do a Factory reset. This will remove everything on internal storage, so back anything important up before you do this,
5: Go to Apply update, if you have a SD card or USB flash drive or any non-internal storage device, you can put the ROM on that, however I've found Apply from ADB to be more reliable. For applying from ADB, you need to connect the phone to your computer and do adb sideload (rom). Flashables seem broken when using ResurrectionRemix, so you better hope it's a Magisk module.
6: Once everything is done, just reboot. If you wish to use Magisk, instead power off, boot into fastboot (power off + volume up and plug in), and fastboot flash boot boot-magisk.img (This was patched using Magisk 25.2, my preferred version.)

Thank you for using my builds of ResurrectionRemix Revived. Please let me know what bugs or issues you encounter with it.

ResurrectionRemix Revived 20240425 lilac/XZ1 Compact

26 Apr 11:10
Compare
Choose a tag to compare

This is the first public release of the ROM for the XZ1 Compact. This is the ROM I use daily on my XZ1C. It seems pretty stable for me.

It's basically if Flamefire's ROM was ResurrectionRemix Revived instead of LineageOS and came with SystemUIWithLegacyRecents. So it has the older style Android 8 recents while being Android 10. It's built with the applicable patches and ported device sources.

RR-Rev-Q-*-UNOFFICIAL-lilac.zip is regular, RR-Rev-Q-*-MICROG-lilac.zip is the MicroG version.

Basic install guide:
0: If you haven't already unlocked bootloader, follow the instructions on this page.
0.5: If you aren't already on the Latest Android 9 (47.2.A.11.228) firmware for your region. Install it and make sure VoLTE works if you have it. (look up a guide as this is a bit involved)
0.9: If you haven't already gotten a custom recovery, download and install TWRP following the instructions on the page.
1: Put the zip file of the ROM on your SD card or phone's internal storage.
2: Boot into recovery. Turn off phone, then hold power up + volume down until phone turns on and boots into TWRP.
3: Do a full wipe or factory reset. Or better yet, format data. This will remove everything on internal storage, so back anything important up before you do this,
4: Go to install, select the zip file, and optionally any other flashables you may want, Magisk, GAPPS, etc, and flash it.
5: Once everything is done, press the button to Wipe cache/dalvik, and then reboot.

Thank you for using my builds of ResurrectionRemix Revived. Please let me know what bugs or issues you encounter with it.

LineageOS 17.1 20240425 xz2c/XZ2 Compact

26 Apr 12:21
Compare
Choose a tag to compare

This is the first public release of the ROM for the XZ2C. I have only checked the RR-Q variants of each, however I assume since they work and Flamefire's lilac ROM works, that this also works. If you wish to have more proper testing, you will have to donate a phone. Even then, how I would test it out more than boot I'm not completely sure.

It uses Flamefire's patches, however the ROM is lacking some features as compared to Flamefire's ROMs. Main features missing are Sony Camera, Xperia Parts, OpenCustomizationSelector, updated sources/kernel, etc. Check Issues for more information. I eventually want to rectify this, however I don't have the time, nor am I likely have the skill if I were to try. If you can help, please do. It also includes SystemUIWithLegacyRecents, so it has the older style Android 8 recents while being Android 10.

lineage-17.1-*-UNOFFICIAL-xz2c.zip is regular, lineage-17.1-*-MICROG-xz2c.zip is the MicroG version.

Basic install guide:
0: If you haven't already unlocked bootloader, follow the instructions on this page.
0.5: If you aren't already on the Latest Android 10 (52.1.A.3.137 or 52.1.A.3.49) firmware for your region. Install it and make sure VoLTE works if you have it. (look up a guide as this is a bit involved) You may also want to check this if you have AT&T or T-Mobile and want VoLTE. Paths are different for the XZ2C as they're in vendor/firmware_mnt/image/modem_pr/mcfg/configs/mcfg_sw/generic and are folder based instead of file name based. T-Mobile is in row/tmobile/vlvw/us/mcfg_sw.mbn, ir51_92 is in test/ir51_92/vlvw/test/mcfg_sw.mbn, and default is in common/default/non_ims/a/mcfg_sw.mbn.
1: Power your phone off, and boot into fastboot (power off + volume up and plug in)
2: Flash boot.img in fastboot. You should have fastboot if you did step 0. fastboot flash boot boot.img
2.5: Not sure if needed, but you might also want to flash dtbo and vbmeta. fastboot flash dtbo dtbo.img and fastboot flash vbmeta vbmeta.img
3: Boot into recovery. Turn off phone, then hold power up + volume down until phone turns on and boots into LineageOS recovery.
4: Do a Factory reset. This will remove everything on internal storage, so back anything important up before you do this,
5: Go to Apply update, if you have a SD card or USB flash drive or any non-internal storage device, you can put the ROM on that, however I've found Apply from ADB to be more reliable. For applying from ADB, you need to connect the phone to your computer and do adb sideload (rom). Repeat the same for any other flashables you may want.
6: Once everything is done, just reboot.

Thank you for using my builds of LineageOS 17.1. Please let me know what bugs or issues you encounter with it.

LineageOS 17.1 20240425 pioneer/XA2

26 Apr 11:54
Compare
Choose a tag to compare

This is the first public release of the ROM for the XA2. I have only checked the RR-Q variants of each, however I assume since they work and Flamefire's lilac ROM works, that this also works. If you wish to have more proper testing, you will have to donate a phone. Even then, how I would test it out more than boot I'm not completely sure.

It uses Flamefire's patches, however the ROM is lacking some features as compared to Flamefire's ROMs. Main features missing are Sony Camera, Xperia Parts, OpenCustomizationSelector, updated sources/kernel, etc. Check Issues for more information. I eventually want to rectify this, however I don't have the time, nor am I likely have the skill if I were to try. If you can help, please do. It also includes SystemUIWithLegacyRecents, so it has the older style Android 8 recents while being Android 10.

lineage-17.1-*-UNOFFICIAL-pioneer.zip is regular, lineage-17.1-*-MICROG-pioneer.zip is the MicroG version.

Basic install guide:
0: If you haven't already unlocked bootloader, follow the instructions on this page.
0.5: If you aren't already on the Latest Android 9 (50.2.A.3.77) firmware for your region. Install it and make sure VoLTE works if you have it. (look up a guide as this is a bit involved) You may also want to check this if you have AT&T or T-Mobile and want VoLTE.
1: Power your phone off, and boot into fastboot (power off + volume up and plug in)
2: Flash boot.img in fastboot. You should have fastboot if you did step 0. fastboot flash boot boot.img
3: Boot into recovery. Turn off phone, then hold power up + volume down until phone turns on and boots into LineageOS recovery.
4: Do a Factory reset. This will remove everything on internal storage, so back anything important up before you do this,
5: Go to Apply update, if you have a SD card or USB flash drive or any non-internal storage device, you can put the ROM on that, however I've found Apply from ADB to be more reliable. For applying from ADB, you need to connect the phone to your computer and do adb sideload (rom). Repeat the same for any other flashables you may want.
6: Once everything is done, just reboot.

Thank you for using my builds of LineageOS 17.1. Please let me know what bugs or issues you encounter with it.

LineageOS 17.1 20240425 lilac/XZ1 Compact

26 Apr 10:57
Compare
Choose a tag to compare

This is the first public release of the ROM for the XZ1 Compact. I have only checked the RR-Q variants of each, however I assume since they work and Flamefire's lilac ROM works, that this also works. If you wish to have more proper testing, you will have to donate a phone. Even then, how I would test it out more than boot I'm not completely sure.

It's basically the same as Flamefire's ROM but with SystemUIWithLegacyRecents. So it has the older style Android 8 recents while being Android 10.

lineage-17.1-*-UNOFFICIAL-lilac.zip is regular, lineage-17.1-*-MICROG-lilac.zip is the MicroG version.

Basic install guide:
0: If you haven't already unlocked bootloader, follow the instructions on this page.
0.5: If you aren't already on the Latest Android 9 (47.2.A.11.228) firmware for your region. Install it and make sure VoLTE works if you have it. (look up a guide as this is a bit involved)
0.9: If you haven't already gotten a custom recovery, download and install TWRP following the instructions on the page.
1: Put the zip file of the ROM on your SD card or phone's internal storage.
2: Boot into recovery. Turn off phone, then hold power up + volume down until phone turns on and boots into TWRP.
3: Do a full wipe or factory reset. Or better yet, format data. This will remove everything on internal storage, so back anything important up before you do this,
4: Go to install, select the zip file, and optionally any other flashables you may want, Magisk, GAPPS, etc, and flash it.
5: Once everything is done, press the button to Wipe cache/dalvik, and then reboot.

Thank you for using my builds of LineageOS 17.1. Please let me know what bugs or issues you encounter with it.