[ROM] LineageOS 17/18/19 UNOFFICIAL - (Update: 2023-08-26)

Shall F-Droid be included in the ROM(s)?


  • Total voters
    219
Search This thread

blackspawn

Member
Jul 18, 2011
32
6
Does somebody know, whether there is an alternative, as simple to use as opengapps with the same memory footprint as opengapps nano?
MindTheGapps is the one that LineageOS recommends and AFAIK has only the minimum required to work with Google services: https://www.xda-developers.com/download-google-apps-gapps/

For 19 you want the 12.1 arm64 version. Flash it just like you would opengapps.

Not sure about any other variants (there's a couple in that link) but I went from opengapps to MindTheGapps without issue when I went from 17.1 to 19.
 

andifor

Member
Aug 20, 2016
43
13
Yeah looks like there won't be updates to opengapps, but I'm not sure if that is important for the existing versions.

For LOS 19+: I don't know how it compares but what works is mindthegapps, as mentioned in the OP.
I see, there is an additional step, wiping system, to replace opengapps by mindthegapps. I'll try this later today on my spare/backup mobile. Thanks for the fast reply!
 

andifor

Member
Aug 20, 2016
43
13
MindTheGapps is the one that LineageOS recommends and AFAIK has only the minimum required to work with Google services: https://www.xda-developers.com/download-google-apps-gapps/

For 19 you want the 12.1 arm64 version. Flash it just like you would opengapps.

Not sure about any other variants (there's a couple in that link) but I went from opengapps to MindTheGapps without issue when I went from 17.1 to 19.
Ah, thanks for the link!

Do you by chance remember, whether you wiped system as well for the gapps change? If you're unsure, I'll do it anyway. I just want to avoid additional steps, if they are not needed (as I have no clue about the implications).
 

Flamefire

Senior Member
Jul 26, 2013
260
740
Sony Xperia XZ1 Compact
Do you by chance remember, whether you wiped system as well for the gapps change? If you're unsure, I'll do it anyway. I just want to avoid additional steps, if they are not needed (as I have no clue about the implications).
The wipe is required (and afterwards installing the ROM without rebooting) because openGapps gets installed to /system and persists itself through ROM updates so the only way to remove it, is to wipe /system and reinstall the system (i.e. ROM)
Without that you'll have 2 versions of GApps which IIRC leads to bootloops.
 

andifor

Member
Aug 20, 2016
43
13
The wipe is required (and afterwards installing the ROM without rebooting) because openGapps gets installed to /system and persists itself through ROM updates so the only way to remove it, is to wipe /system and reinstall the system (i.e. ROM)
Without that you'll have 2 versions of GApps which IIRC leads to bootloops.
Thanks! I'll report back, if something fails
 

andifor

Member
Aug 20, 2016
43
13
That was painless:
- wipe system
- flash LOS19.1 & MindTheGapps
- restart => done


All data seems to be there. But I have to update the device settings (widgets and so). Thanks again for the support of this device!

BTW, I use TWRP 3.7.0_9-0
 

andifor

Member
Aug 20, 2016
43
13
Well... I guess, I understand where the _9 vs. _12 suffix come into play, I downgraded to TWRP 3.6.2_12 for the encrypted data partition.

Interesting for me: nearly everything seems to be kept, I only have to add the widgets and confirm some more exotic permissions.
 

Flamefire

Senior Member
Jul 26, 2013
260
740
Sony Xperia XZ1 Compact
What surprised me the most is that suddenly the first check of Play Integrity failed, so Google Pay no longer works. SafetyNet passes all checks. I tried clean reflashing, older builds, different GAPPS. Nothing. It seems that Google has changed something.
Yep, looks like since Tuesday it is broken.

However with a bit of research I managed to get a 17.1 and 18.1 version working which passes SafetyNet and Play Integrity. Just uploaded those!
 

Flamefire

Senior Member
Jul 26, 2013
260
740
Sony Xperia XZ1 Compact
I have the same problem during calls, even on Discord. It's really annoying.
Admittedly, some people have written about changing TTY to VC0 in the accessibility options of the dialer, but I have yet to see if that helps on Discord as well.
And also @DaniJaponezu I have found the issue with the wired headset and will release the fix with the next (June) security updates.
Funny thing: I had that already fixed (kernel issue) but partially reverted it as CIP released some fixes related to that (based on mine) but not included this part which is actually a bug in a SONY driver which they (the kernel guys) don't want to fix
 

DaniJaponezu

Member
Apr 6, 2019
23
1
I have the same problem during calls, even on Discord. It's really annoying.
Admittedly, some people have written about changing TTY to VC0 in the accessibility options of the dialer, but I have yet to see if that helps on Discord as well.
What surprised me the most is that suddenly the first check of Play Integrity failed, so Google Pay no longer works. SafetyNet passes all checks. I tried clean reflashing, older builds, different GAPPS. Nothing. It seems that Google has changed something.
View attachment 5912385
Thank you man, it seems to be working also with Signal messenger audio call but it seems i dont hear the other party that loud but its okay
 

DaniJaponezu

Member
Apr 6, 2019
23
1
Can anyone tell me how i can uninstall Gallery system app in Lineage 17 ? Ive been searching in file manager of TWRP for ”com.android.gallery3d” but i only found folders without apk.
Thank you
 

anarki@butterblume

Senior Member
Jul 26, 2019
102
63
Can anyone tell me how i can uninstall Gallery system app in Lineage 17 ? Ive been searching in file manager of TWRP for ”com.android.gallery3d” but i only found folders without apk.
Thank you
Try via adb. Assumed you're the only user:
adb shell pm --user 0 disable com.android.gallery3d

Or even:
adb shell pm --user 0 uninstall com.android.gallery3d

The app should disappear from your phone right away. Since it is a system app, pm cannot fully remove it and a new user account would still again have the app. But it will stay disabled for you.
 
Last edited:

rez78

Senior Member
Nov 16, 2017
172
40
Can anyone tell me how i can uninstall Gallery system app in Lineage 17 ? Ive been searching in file manager of TWRP for ”com.android.gallery3d” but i only found folders without apk.
Thank you
Use this:
 

DaniJaponezu

Member
Apr 6, 2019
23
1
Try via adb. Assumed you're the only user:
adb shell pm --user 0 disable com.android.gallery3d

Or even:
adb shell pm --user 0 uninstall com.android.gallery3d

The app should disappear from your phone right away. Since it is a system app, pm cannot fully remove it and a new user account would still again have the app. But it will stay disabled for you.
thank you ive done it! also thanks @rez78
 

Dfis

Senior Member
Sep 21, 2022
179
14
Hello.
The microphone is a very low volume on normal calls but ok on Speaker mode...
Does anyone else experience a similar issue?
 

7alvoo

Senior Member
Jul 18, 2019
185
58
Hello.
The microphone is a very low volume on normal calls but ok on Speaker mode...
Does anyone else experience a similar issue?
If you've had your battery replaced or otherwise installed, the microphone's insulating rubber ring may have moved.
ruber-ring.JPG
 

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    @Flamefire is the Man. Amazing job.
    2
    Quick question - What does it mean"Increased headset volume" in the latest release?
    I had an issue during phone calls that the other side heard my voice very low.
    Does this fix improve that?
    Likely not, I just noticed that I often had to turn up the volume of my (wired) headset to max in some apps and it was (only) just enough, so I increased that (output) volume a bit.
    maybe it's just my impression, but it seems to me that sony camera takes better pictures with lineageos 17.1 rather than with 18.1 and 19.1....
    I'd actually expect that because there is some tight system integration of the Sony camera on 17.1 which isn't possible on 18+ anymore (which is why it was excluded) and the port seemingly just gets the app itself back without the full integration
    But now finally my bank supports registering a browser, and that all works fine on my xz1c! So I don't need the banking app anymore, and can use my phone perfectly fine for everything I want!
    FWIW the basic & CTS attestation (aka SafetyNet) works on the ROM which seems to be enough for most banking apps and at least Google Pay/Wallet. But I guess you already tried that it isn't enough for your banks app so I'm happy you found a workaround at least.
    I wanted to make a donation/ beer but no link for that? Even if you do it for fun, it's nice to get some appreciation so you can actually get that nice triple beer right? So, is there a place to donate?
    I had only added the links to my profiles about page so far, but now added it also to the OP.
    And yes I do appreciate the couple donations I received so far from various people as while it is fun it is also quite some work, especially with the backports to 17.1 and the occasional feature addition
    1
    Thanks @Flamefire for the hard work!
    Quick question - What does it mean"Increased headset volume" in the latest release?
    I had an issue during phone calls that the other side heard my voice very low.
    Does this fix improve that?
    1
    Wanted to share my story and thank the maintainer. I found this ROM while searching for recent Android 10 options for Z5 Compact and thought to myself, wow that's exactly what I need and even though I also also have a XZ2 Compact I went and bought an XZ1 Compact just to try it out. Guess what, it's a great experience so far! Maybe I keep it and give the XZ2C to my wife... 😊. Thank you so much @Flamefire for your effort to backport current security stuff to Android 10 for this great device!
  • 56
    LineageOS 17/18/19 for Sony Xperia XZ1 Compact

    logo.png


    RELEASE

    This is an alternative ROM for the Sony Xperia XZ1 Compact.

    Creating this to honor the great work of modpunk and derf elot from https://forum.xda-developers.com/t/rom-lineageos-18-1-unofficial-2-0-update-2021-01-20.4047763/ which seems to be discontinued. Posting an own thread to keep the latest versions visible, I'm NOT claiming authorship over the ROM.
    I basically just build the ROM using the latest changes from upstream LineageOS/Google and kernel updates (usually incorporated by derf elot ) See my post.

    FEATURES
    • Signed with dev keys
    • EAS kernel
    • Passes SafetyNet out of the box (thanks Rooted_Ansh, Havoc-OS Team and kdrag0n)
    • Seedvault (Video)
    • IMS support (thanks to Rooted_Ansh and also Shujath)
    • 17.1 has stock Sony camera (not possible on 18+)

    DOWNLOAD

    You can download the latest release here.
    HINT: Download both the ZIP and md5sum file so TWRP can check the consistency of the upload/download.
    Make sure you download the right version, vanilla LineageOS is named lineage-*UNOFFICIAL-lilac.zip while the MicroG version is named lineage-*-MICROG--lilac.zip

    REQUIRED FIRMWARE: 47.2.A.11.228

    IMPORTANT:
    I only test the 17.1 releases myself. The 18.1/19.1 are build from mostly the same sources and hopefully work. I only test them roughly.
    Backup download

    INSTALLATION

    IMPORTANT:
    Magisk seems to cause issues (bootloops) on update, so remove it first and reinstall if required. Note that Magisk is usually not required unless you want root.
    1. Put the zip file of the ROM on your SD card or internal store and boot into recovery.
    2. When coming from stock ROM, do a full wipe (i.e. factory reset) via "Wipe". You don't need to wipe system. When flashing the stock ROM you can select to not keep user data which is equivalent to this step.
    3. Go to "Install", select the zip file and add optionally the gapps zip. Then flash it.
    4. After updates you may now wipe cache&dalvik (option after install)
    I suggest to use modpunks TWRP recovery. Again: Don't forget the md5sum file!
    TWRP 3.3.1-0 by modpunk / derf elot
    Or use the latest TWRP for 17.1/18.1 or TWRP for 19.1.
    3.7.0 Seems to work well with latest updates (decryption working) but LineageOS 19.1 (Android 12) requires the ones with "_12" suffix, e.g. 3.6.2_12.

    For ease of use I suggest to flash this recovery (only required once):
    1. Boot in Fastboot mode: Hold "Volume Up" while connecting the USB cable to phone and PC
    2. Flash TWRP by running this on the PC: fastboot flash recovery twrp-3.3.1-0-lilac-android10-1.img
      (adjust the filename if necessary)
    3. From now you can boot TWRP by turning on the phone with "Volume Down" + Power
    I heavily recommend to make a full backup before any installation so you can go back in case of issues. Flashing an older ROM usually helps to recover bootloops etc.

    Upgrades between versions​

    Dirty-flashing (e.g. from 17.1 to 18.1) works well but you have to also flash a GApps version matching the Android version or the device will bootloop.
    For the upgrade to 19.1 you may need to fully remove OpenGapps by wiping /system and install e.g. MindTheGapps.

    SUPPORT

    There is NONE. If you have any issues or question ask in the thread so maybe someone else knows the answer.
    I'm just providing the ROM (Lineage 17.1 variant) I use myself for others to try to and just build the Lineage 18.1 ROM without much testing.
    If you prefer to use a more well-tested Android 11 ROM, I suggest to look at Havoc-OS.
    Contributions to the sources are welcome and likely get integrated into the next release.

    Contributors
    modpunk, derf elot, Rooted_Ansh, Flamefire, linckandrea
    Source Code: https://github.com/Flamefire/android_device_sony_lilac, Original: https://github.com/whatawurst/

    If you want to buy me a coffee/beer, I'll appreciate it but it is not necessary.
    Also please consider donating to the original authors too or to local charities as requested by @modpunk

    Special thanks to landsome for donating a test phone for bug hunting and development.

    ROM OS Version: Android 10/11/12
    ROM Kernel: Linux 4.4.x
    Based On: LineageOS
    GApps: None included, except for the MICROG builds. Recommended is OpenGApps for 17/18 and MindTheGapps for 19.
    26
    CHANGELOG


    2023-09-16

    • September security patches (backports from 18.1 to 17.1)
    • Kernel updates (CIP tag -st44)
    2023-08-25
    • August security patches (backports from 18.1 to 17.1)
    • Kernel updates (CIP tag -st43)
    • Increased headset volume
    • Add Sony camera app to 18 & 19 (files copied from xperiance)
    2023-07-26
    • July security patches (backports from 18.1 to 17.1)
    • Kernel updates (CIP tag -st42)
    2023-06-16
    • June security patches (backports from 18.1 to 17.1)
    • Kernel updates (CIP tag -st41)
    • Fix noise when calling with a headset
    • Configurable fingerprint sensor when screen is off (Settings->Lockscreen)
    2023-05-19
    • Fix Play Integrity checks --> Google Wallet works
    • Minor improvements that were missed earlier
    • May security patches (backports from 18.1 to 17.1)
    • Kernel updates (CIP tag -st40)
    2023-04-30
    • April security patches (backports from 18.1 to 17.1)
    • Kernel updates (CIP tag -st39)
    2023-03-31
    • March security patches (backports from 18.1 to 17.1)
    • Kernel updates (CIP tag -st38)
    • Fix possible camera issues on 18.1
    2023-02-25
    • February security patches
    • Kernel updates (e.g. CIP tag -st37, also add some missing patches to 19.1 kernel)
    • Use newer compiler (Clang 12.0.7) for kernel, possibly improving performance/battery life
    • Add "Re-apply Modem" setting to XperiaParts to help with connection/modem-crash issues
    • Clear some space on /system & /vendor partitions by removing files no longer needed
    • Fix Android Auto connection
    2023-01-20
    • January security patches
    • Kernel updates
    • MicroG builds added (build date 31st Jan, but same sources)
    2022-12-27
    • December security patches
    • AGPS fix (using Google servers)
    • Kernel updates (e.g. Wireguard v1.0.20220627, improved security against stack attacks)
    2022-11-15
    • November security patches
    • WLAN driver update
    • Huge APN update
    2022-10-13
    • October security patches
    • Kernel update
    • APN for DIGI HU
    • Option to switch temporarily to 2G on boot
    2022-09-29
    • September security patches
    • Kernel update
    • APN update
    2022-08-12
    • August security patches
    • Kernel update (CIP st20)
    2022-07-25/28
    • July security patches
    • Kernel update
    2022-06-30
    • June security patches
    • Kernel update
    • Backport fix for CVE-2021-39686
    • Workaround fixing bootloop with recent OpenGapps (20220503 tested)
    2022-05-16
    • May security patches
    • Fix mic volume issue with wired headsets
    • Known issue: OpenGapps after 15/2 result in bootloop
    2022-05-03
    • April security patches
    • Kernel update (CIP st5-tag)
    • Removed LineageOS updater (unused application here)
    • Added Sony identification packages (Compatibility for some Sony apps from other sources)
    2022-03-20
    • March security patches
    • Updated some carrier configs (mostly Indian&Chinese) for IMS (VoLTE...)
    • Better support for flip covers
    • Allow disabling battery optimizations for the SMS app
    2022-02-20
    • February security patches
    • Kernel 4.4.302 (final LTS kernel)
    • Re-enable VoLTE toggle switch (there were reports of modem crashes when VoLTE is disabled, can't reproduce this, hence added the setting back)
    2022-01-23
    • January security patches
    • Kernel 4.4.299
    • Wireguard v1.0.20211208
    • Enhanced display brightness range
    • Experimental Ultra-Dim mode
    2021-12-19
    • December security patches
    • Kernel 4.4.295
    • QCom driver updates
    • Fix some permission issues
    • Reset phone ID to XZ1C
    2021-11-29
    • November security patches
    • Kernel 4.4.291
    • Fix IMS on 17.1
    • Fix/enhance Wifi-Display
    • Fix some power hints
    • Update APNs
    2021-10-19
    • October security patches
    • Kernel 4.4.288
    2021-09-18
    • September security patches
    • Include some more security patches from AOSP
    • Clang 11 for LOS 17.1 version (same as 18.1, improved optimizations)
    • Misc bugfixes backported from Android 11 to Android 10
    • Kernel 4.4.283
    2021-08-11
    • August security patches
    • Fix bug with switch 3G->4G in XperiaParts not working on slow boot
    • Include some more security patches from AOSP
    • Kernel 4.4.279
    2021-07-20
    • July security patches
    • Kernel 4.4.275
    2021-07-03
    • June security patches
    • Update to Linux Kernel 4.4.272
    • Updated APNs
    20
    I'm happy to announce the June update. Took a lot more work as I backported quite a bit to our kernel to fix CVE-2021-39686 although I'm not sure we were ever really affected by that. Anyway the backport fixes that hole and a few potential others making the device a bit safer!
    18
    April updates are out, enjoy! Again I had to backport every security patch from 18.1 to 17.1 so it really seems to be dying...
    I might switch to building LOS 20 though as derfelot doesn't seem to be providing updates anymore. And especially the battery charge/protection service that might be coming there looks promising...

    Could you provide LineageOS recovery for this device?

    Sorry no. I'd need to research how to create that recovery and maintaining 3/6 different ROM versions is already enough work especially with the hugely increased time/effort to keep LOS 17, so I can't afford to do even more.
    15
    @MarkMRL Update 20220516 is out which should also fix the headset issue. Reproduced, found and fixed it as far as I can tell.