[ROM][10] LineageOS + PixelExperience // personal builds - Xiaomi Mi Mix 2 ROMs, Kernels, Recoveries, & Other

This thread hosts personal builds of LineageOS 17.x and PixelExperience 10 for Mix 2. Full credits to Arian, Wight and others doing the actual bringup, allowing us to build upon the awesome work.
Small changes in my builds:
Default stretch-to-fullscreen (force apps to render in 18:9) - LOS official solution defaults to OFF, which complicates setup
Grey-blue DeskClock color scheme (when possible)
Navbar stays on the right side of the screen under 270° rotation (optional - set the behaviour with "setprop persist.ui.seascape.disable <true|false>" in a rooted shell)
Signature spoofing support from MicroG
Revived navbar layout tuning via sysui_nav_bar tunable
...
What's working:
Everything?
Instructions:
Use firmware Stable V11.0.3.0
Use official TWRP
Download the latest build and optionally GAPPS (PE comes with GAPPS though, don't use any from external sources)
Reboot to TWRP
Flash the latest build, GAPPS and whatever other additions you need
Reboot
Extras:
Read here if you want to use unencrypted data - post is from Oreo thread, but still applies
Downloads:
SourceForge folder: https://sourceforge.net/projects/andyyan/files/ - new releases in the "10" folder
Root: use Magisk
Google Apps: http://opengapps.org/
Source Code:
https://github.com/LineageOS/
Donation:
Donate to @NeoArian
Donate to @wight554
Donate to me
XDA:DevDB Information
LineageOS 17.x, ROM for the Xiaomi Mi Mix 2
Contributors
AndyYan, NeoArian, wight554
Source Code: https://github.com/LineageOS/
ROM OS Version: Android 10
ROM Kernel: Linux 4.x
ROM Firmware Required: MIUI V11.0.3.0
Based On: LineageOS
Version Information
Status: No Longer Updated
Created 2020-01-11
Last Updated 2020-02-27

Reserved
I don't know for how much longer I'll be able to keep building these, but even if I do stop, these should still serve as a good basis for installing GSIs, so you can leverage many of them out there, including my own. As far as I've tested the only major bug on that front is the proximity sensor.

Compared to the test builds of last year...
- Now using official LOS device trees - you might have to clean flash even if you come from a previous test build by me
- IMPORTANT regarding PE - if you're clean flashing, flash the package twice so that /system can be populated properly. I have no idea why this is happening...

is there any ETA on android 10 Resurrection Remix?
also thanks for your work as usual!

Mollic said:
is there any ETA on android 10 Resurrection Remix?
Click to expand...
Click to collapse
Its customization-centric role has largely been replaced by Havoc nowadays, so with my limited SSD space I'm dropping that as well.

Screen time have a bug, is look like this.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

great job for years

Grick713 said:
Screen time have a bug, is look like this.
Click to expand...
Click to collapse
Have you changed your system font? Seems incompatible.

Have a problem while installing new PE.
Wiped everything (system, vendor, data). Installed zip (twice, as advised), no error messages.
TWRP warns on reboot that no OS is installed. Phone reboots to fastboot.
Tried twice with the same result. Tried re-downloading zip without success.
Ok, managed to solve the problem. As the device tree is from LOS, the solution is in the LOS thread. Need a recovery with support for SAR. Seems like official TWRP does not. So flashed recovery from the first post of LOS thread and the OS have installed just fine.

dairinin said:
Have a problem while installing new PE.
Click to expand...
Click to collapse
Thing is, I tried Wight's SAR TWRP and it's the same thing on my side - I really had to flash it twice (but not in the same queue/go).
This shouldn't have happened in the first place either, as LOS flashed just fine without this hassle.

@AndyYan
Nice to see you again being active, and thx (of course to all users who made it possible) providing LOS 17.
I know, this is probadly the wrong thread for this, but openGapps doesn't provide GAPPS for 10. The option is always greyed-out. Where do i get GAPPS then?

SanHelios said:
@AndyYan
Nice to see you again being active, and thx (of course to all users who made it possible) providing LOS 17.
I know, this is probadly the wrong thread for this, but openGapps doesn't provide GAPPS for 10. The option is always greyed-out. Where do i get GAPPS then?
Click to expand...
Click to collapse
You can find them on Sourceforge: https://sourceforge.net/projects/opengapps/files/arm64/beta/
However, not flashable on LOS: Gapps detect SDK 27 (Android 8.1). @AndyYan, can you look into it?
Update: found that PE prop.default file is fine, but for LOS it's old (says SDK=27 and some stuff more). I think you forgot to include proper props to LOS build.

SanHelios said:
@AndyYan
Nice to see you again being active, and thx (of course to all users who made it possible) providing LOS 17.
I know, this is probadly the wrong thread for this, but openGapps doesn't provide GAPPS for 10. The option is always greyed-out. Where do i get GAPPS then?
Click to expand...
Click to collapse
candiduslynx said:
You can find them on Sourceforge: https://sourceforge.net/projects/opengapps/files/arm64/beta/
However, not flashable on LOS: Gapps detect SDK 27 (Android 8.1). @AndyYan, can you look into it?
Update: found that PE prop.default file is fine, but for LOS it's old (says SDK=27 and some stuff more). I think you forgot to include proper props to LOS build.
Click to expand...
Click to collapse
Aw, I don't use GAPPS so I didn't verify that...
Does manually changing prop.default make it pass? Supposedly there's nothing in the device source dictating that.

AndyYan said:
Aw, I don't use GAPPS so I didn't verify that...
Does manually changing prop.default make it pass? Supposedly there's nothing in the device source dictating that.
Click to expand...
Click to collapse
There are several lines that need to be changed (for instance, arch is set to 'arm' instead of 'arm64'). I decided to go with PE for now and don't want to reconfigure all stuff once more.

What a treat to start 2020 to! Thanks for the new build Andy. I'll be reporting back if I find something buggy or similar =)

candiduslynx said:
You can find them on Sourceforge: https://sourceforge.net/projects/opengapps/files/arm64/beta/
However, not flashable on LOS: Gapps detect SDK 27 (Android 8.1). @AndyYan, can you look into it?
Update: found that PE prop.default file is fine, but for LOS it's old (says SDK=27 and some stuff more). I think you forgot to include proper props to LOS build.
Click to expand...
Click to collapse
Weird, I didn't had this problem yesterday. I used "open_gapps-arm64-10.0-nano-20191209-BETA.zip" on LOS.
@AndyYan Thanks for your build of LOS, it's working like a charm here.
Just gotta need a patch for my provider APN. (I'm on it)

Great news!!! Thank you Andy. Can i dirty flash from LOS16 to LOS17?

The problem is solved,thanks!

SanHelios said:
@AndyYan
Nice to see you again being active, and thx (of course to all users who made it possible) providing LOS 17.
I know, this is probadly the wrong thread for this, but openGapps doesn't provide GAPPS for 10. The option is always greyed-out. Where do i get GAPPS then?
Click to expand...
Click to collapse
I recommend flamegapps

Thanks @AndyYan for the build. I have flashed the PixelExperience version and it is working fine. Using Parrot043's GCam version and the photo quality is also fine.
The major issue I have is regarding VoLTE incoming call support on my carrier (Airtel/India). Outgoing calls are fine, but for incoming (VoLTE) calls my phone doesn't ring at all, but on the caller side it looks as if it is ringing and I am not answering calls. For the time being I have switched to WCDMA mode.
Any input to solve the VoLTE issue is highly appreciated. I have tried creating an APN named IMS with type as ims, but that didn't work.

Related

[ROM][UNOFFICIAL][Android 11] LineageOS 18.1 [joyeuse/miatol][22/01/21]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
LineageOS 18.1 is a free, community built, aftermarket firmware distribution of Android 11, which is designed to increase performance and reliability over stock Android for your device.
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
We have progressed to LineageOS 18.1
Flash instructions :
Use latest pbr recovery for miatol, supports decryption - beta available here, https://pitchblackrecovery.com/joyeuse/.
DO NOT - Wipe data!, ONLY FORMAT, otherwise you may hose the phone.
There is a way to fix this without the fastboot factory clean, flash and lock with the official Xiaomi tool, which was forcing you to clean and lock... now available here: https://github.com/Szaki/XiaomiADBFastbootTools
If you hose the phone, use this tool - you need to install JRE though, as the tool is Java base. Put your phone is fastboot, use the tool to download the latest global rom (or whichever). Then go to where its downloaded, extract the .xy/tar file, then go back into the tool and under "image" select the folder INSIDE the folder you just extracted, then select "clean install" and install it. This will flash the majority of imgs but will error out at the end and be unable to create the "user data" partition.
That's okay, because all of the partitions will be setup again, and you can flash any rom you want again. So when its done, and still in fastboot, fastboot flash recovery recovery.img (recovery.img being the latest joyeuse pbr recovery, you renamed to recovery.img and were in that folder in the command prompt, so it will flash that recovery) or use the tool to select that recovery and it will flash it for you and reboot into for you if you like.
(Do this step last, after Magisk, if you want to unencrypt, no worries if you don't unencrypt - PBR recovery will decrypt your data ON THE SECOND TRY OF ENTERING YOUR SCREENLOCK PIN NUMBER...), the new PBR Miatol Beta 10/14/20, fixes this issue, it is now decrypted on the first entry of the phone's lockscreen PIN. Then flash disable_dm-verity_forceencrypt.zip available here for those who want decrypted data partition: https://zackptg5.com/android.php#disverfe and other places as well.
If you are encrypted and decide to unencrypt later, you will need to flash the disable_dm-verity_forceencrypt.zip in miatol recovery, then format data. Store roms, gapps, recoveries (just in case), disable_dm-verity, magisk install and uninstall and all that stuff on the SD card, so you can use them in PBR after you format DATA (the first step after installing PBR miatol recovery), just FYI. Then do the following:
Flash ROM
Flash OpenGAPPS for android 11 nano
Boot into android, make sure its working and install Magisk Manager 8.0.7, then reboot into recovery and install Magisk 21.4 (in recovery, I did not need to extract the boot.img and patch in Magisk Manager, and reboot into recovery to flash the patched boot.img, but your results may be different): https://github.com/topjohnwu/Magisk/releases. If you want to unencrypt (no guarantees its permanent though) you need to format data, THEN FLASH MAGISK, then flash disable_dm-verity (always the last step)- I usually wipe dalvik and cache too.
USE LATEST MIATOL PBR RECOVERY, PLEASE.
SD card issues resolved with the implementation of the EXFat android driver.
Source Code: https://github.com/LineageOS
Kernel Source: https://github.com/Redmi-SM6250 or Stock kernel from Miui
Apologies for the lack of updates, was diagnosed with stage 4 metastatic cancer and this project was not on my priority list anymore...
Update 28/1/21:
Release notes:
LineageOS
Device: Unified (Miatoll)
Developers: ScaryMen1325 & Loptr4
ROM Version: 18.1
Android Version: Android 11
Build date: 22/01/2021
Status: UNOFFICIAL
Changelog:
• Fixed power related issues
• Added useful apps (thanks to Dev: Emulond for that)
• Other fixes and performance improvements
Notes:
• It's 2nd test version, if you found bugs, give log.
• Using loki kernel by default, haven't tested custom kernel.
Download here:
https://drive.google.com/file/d/1M5-cRBfrRdBdNYGzy5G9bOa1Ncf5JkE4/view?usp=sharing
Please note this is a unified release, you should do a clean install unless you're coming from a unified ROM alreadyl.
Will keep you more regularly updated now that I'm out of the hospital....
Perfect will try tonight
Belpek said:
Perfect will try tonight
Click to expand...
Click to collapse
Have you tried it?
How is it? Good for daily?
There are so many Joyeuse LineageOS ROMs I don't even know where to start.
i don't see you mentioned mobile network in bugs section; does it work? i'll try this rom in a couple hours
Tell me please. If phone will be locked with black screen and i say "ok google". Will it work? Or it will work only if screen is unlocked?
sorry if its not much, since i can't do much on this rom. flashed nikogapps, google sign-in succeded but it seems that i cant install anything from play store.
(dumb me forgot to screenshot, it only says "something went wrong" when i try to install an app from play store)
about ok google from lockscreen/screen off, i tried it, also not working. can't confirm about volte since volte still relatively new here and hasn't developed that much.
Why nikgapps? Open gapps nano is recommended.
Sent from my Redmi Note 9 Pro using Tapatalk
Flash it and using it by now, so far so good, sometimes it gets a little freeze but nothing serious, miracast reboots phone so dunno if this is a bug or not, proximity sensor is another one cuz while I was in speaking with my pal screen was on all the time and my ear activated bluetooth and DND
Have nothing to talk about VoLTE cuz in my country is not available.
ANX modules left my phone in bootloop so instead I went for GCam. Flash unofficial opengapps nano and make sure to use Wi-Fi to complete the first run.
Magisk canary works so it can be rooted.
Keep the hard work!
*Sorry if I made some writing mistakes, english is not my native language. Cheers!!
Tried flashing the latest build (02.10.20) using the latest TWRP from the thread you linked but I get the "can't install package over new build" error. Is it required to come from stock miui?
gigahurts said:
...
Newer Build:
https://mega.nz/file/PlkgiSzS#C_tIspgbtGDrweztQ83lADHyEQf4dTkIUiSAqgjVAFk
NOTE: You should be on 11.0.7.0 QJZMIXM (EU) Global firmware for this build. Also, I have a newer build, but its not ready for primetime and has issues with SMS and Call Log enabling permissions.
Oh, and BTW, if you hose your ROM/Phone, just flash vbmeta.img in fastboot to avoid using the factory fastboot img flash, otherwise you many need to wait another 7 days to unlock the bootloader.
...
The dev for this build is: @wight554, all thanks and credit go to him, he is awesome, and I, for one, seriously appreciate this ROM as it works very well for me. It is so snappy and smooth, with a super fast boot time, no reboots and generally pretty frickin AWESOME!
...
Click to expand...
Click to collapse
First of all, thank you guys @gigahurts & @wight554 very much for working on supporting this device :good::good:
Could you pretty please confirm that you intend to continue working on this and maintain this device? I am planning to buy two joyeuse devices for daily usage and I would like to be at least partially sure I can run LineageOS on them. Also do you think the current known issues will be possible to resolve in the near-ish future? :fingers-crossed: Thanks for your reply in advance. All the best.
Swiftor said:
First of all, thank you guys @gigahurts & @wight554 very much for working on supporting this device :good::good:
Could you pretty please confirm that you intend to continue working on this and maintain this device? I am planning to buy two joyeuse devices for daily usage and I would like to be at least partially sure I can run LineageOS on them. Also do you think the current known issues will be possible to resolve in the near-ish future? :fingers-crossed: Thanks for your reply in advance. All the best.
Click to expand...
Click to collapse
hey Swiftor,
We will continue to work on this rom. LineageOS has been around a long time, development has spread across so many devices, however, the hardware of many devices is very similar, so support will continue. The last Redmi Note 8 pro, had a mediatek SOC, and made development difficult until MIUI decided to release its source. The snapdragon platform is very mature and is more easily and readily available to develop roms for. Redmi Note 10 pro has been released in India, and has a slightly better processor 765g vs 730g, but the kernel and hardware are very similar, so I development for this phone and the Note 10 pro should parallel and continue. We are working on submitting an official 18.0 release, but have to have all hardware (and software) fully functional and as close to zero bugs as possible. I predict development to continue as long as Xiaomi continues to release new MIUI roms for this device (and they continue to release roms for phones much, much older than this).
I have updated the first post with a newer release. Let me know if you have any issues and I will try to help.
Thanks for the props too
does magisk 21 work on the latest build? really excited for android 11
So this will not be compatible with curtana devices?
Thanks to all developers for this rom. Installed on Curtana with Magisk canary, I had to use Magisk props to pass safetynet. All seems to be working ok.??
everything is working perfectly and its showing charging rapidly , it was on 88% and showing 10 minutes until full
everything is completely smooth gonna keep it for my daily use
Bantryred said:
Thanks to all developers for this rom. Installed on Curtana with Magisk canary, I had to use Magisk props to pass safetynet. All seems to be working ok.
Click to expand...
Click to collapse
hi! wich props do u use for fingerprint? i can't pass safety on my joyeuse
there're few thing that you need to fix @gigahurts
1) you putting wrong kernel source. its should be this link
2) why would you mirror it when you can get it in his sourceforge
Why is today's build 590MB while all others are 1.1GB?
pwnaz said:
hi! wich props do u use for fingerprint? i can't pass safety on my joyeuse
Click to expand...
Click to collapse
Sorry for the delay, Im on Curtana so dont know if it makes a difference, but I used no. 16 - mi 10 Global(11)
I also had to hide Magisk Manager

[ROM][UNOFFICIAL] LineageOS 17.1 for Redmi Note 9S

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
THERE IS AN OFFICIAL BUILD NOW, USE THAT INSTEAD!​Note: this ROM is derived from LeddaZ's build. I will continue to update it until my 9s is on its last legs. Do not expect any features to be added.
LineageOS is a free, community built, aftermarket firmware distribution of Android 10, which is designed to increase performance and reliability over stock Android for your device.
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
What's not working:
Widevine L1
Some users may face "idle freeze" bug (phone reboots after a few minutes with the screen off). If it happens try to change kernel.
Instructions:
Download the latest build and GApps (optional)
Reboot to recovery
Wipe cache/dalvik and format data
Flash the latest build and GApps (optional)
Reboot
Downloads:
LineageOS
Lineage Recovery (optional, you can use any custom recovery)
mauronofrio's TWRP (recommended for OTA if/when it's added)
GApps (OpenGApps arm64 10.0 nano recommended)
Firmware for curtana, joyeuse, excalibur, gram (download the last version for Android 10)
Notes:
GApps are not included
ANXCam v190 reportedly works with all features
SafetyNet should always pass, if not use MagiskHide
The build codename is curtana but the ROM reportedly works for all miatoll devices
If you use Lineage Recovery make sure to mount /system before flashing GApps and Magisk
If you want Magisk, flash it after the first boot
If you want to update the ROM, make sure to disable ANXCam before flashing, you can re-enable it after the update
Use latest global firmware for curtana and joyeuse, Indian firmware for excalibur and gram
Source code:
LineageOS
Device tree
Kernel source
Vendor tree
Thanks to everyone that contributed to the original xiaomi-sm6250-devs trees
Contributors
LeddaZ, erfanoabdi
ROM OS Version: Android 10
ROM Kernel: Linux 4.x
ROM Firmware Required: Unlocked bootloader
Version Information
Status: Stable
Created 2021-03-13
Last Updated 2021-09-15
Thank you very much, @EmiriUchi !
bro if you can go official that would be great, its just a request
EmiriUchi said:
​Note: this ROM is derived from LeddaZ's build. I will continue to update it until my 9s is on its last legs. Do not expect any features to be added.
Click to expand...
Click to collapse
If I use LeddaZ build: Do I have to clean flash or will a dirty flash work?!
sidekick1 said:
If I use LeddaZ build: Do I have to clean flash or will a dirty flash work?!
Click to expand...
Click to collapse
I've personally just done a dirty flash with no issues (as far as I can tell).
EmiriUchi said:
I've personally just done a dirty flash with no issues (as far as I can tell).
Click to expand...
Click to collapse
Which one from @LeddaZ did you upgrade from? I'm still running version ...20210117 and I'm in doubt whether I need to upgrade to the last one from leddaz before flashing this one.
dmenezes said:
Which one from @LeddaZ did you upgrade from? I'm still running version ...20210117 and I'm in doubt whether I need to upgrade to the last one from leddaz before flashing this one.
Click to expand...
Click to collapse
I had their final build installed before trying mine. It should be fine without it, but if you're paranoid flash that first.
Very good and snappy ROM. Thank you EmiriUchi.
Udit4060 said:
bro if you can go official that would be great, its just a request
Click to expand...
Click to collapse
I second that, @EmiriUchi ! I know it's a lot of work, but if you could do that, it would be great. Of course just rebuilding it here and sharing it with us is already great, thank you again for that.
Hi there! Has anyone noticed that the speaker's peak volume is too low compared to miui??? Also does anyone have an echo problem(when you speak with someone they can hear their voice twice)??? If so is there any possible solution??
PHONE1000 said:
Hi there! Has anyone noticed that the speaker's peak volume is too low compared to miui??? Also does anyone have an echo problem(when you speak with someone they can hear their voice twice)??? If so is there any possible solution??
Click to expand...
Click to collapse
Yes, seems to be a lineage 17.1 problem. I have rr installed and the same problem.
zu4lu said:
Yes, seems to be a lineage 17.1 problem. I have rr installed and the same problem.
Click to expand...
Click to collapse
have you found any solution??
PHONE1000 said:
have you found any solution??
Click to expand...
Click to collapse
no, i don't have the skills to solve.
zu4lu said:
no, i don't have the skills to solve.
Click to expand...
Click to collapse
me too i think that we have to wait. Anyway thanks
PHONE1000 said:
me too i think that we have to wait. Anyway thanks
Click to expand...
Click to collapse
Maybe you could install an audio tuning tool, like viper or similar.
zu4lu said:
Maybe you could install an audio tuning tool, like viper or similar.
Click to expand...
Click to collapse
i haven't tried those but if i do how i am going to fix the echo problem that is the most annoying?? ohhhh its complicated
PHONE1000 said:
i haven't tried those but if i do how i am going to fix the echo problem that is the most annoying?? ohhhh its complicated
Click to expand...
Click to collapse
no echo here. But i had troubles with unkown calls, even they were in my address book. I had to switch off 4G calling.
zu4lu said:
no echo here. But i had troubles with unkown calls, even the were in my address book. I had to switch off 4G calling.
Click to expand...
Click to collapse
wtf am i the only one who has this problem
April security patch merged
New build with April security patches

[ROM] [Final] LineageOS 19.1 UNOFFICIAL - 1.6 [2022-09-18]

LineageOS 19.1 for Sony Xperia XZ1 Compact
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
RELEASE
This is an alternative ROM for the Sony Xperia XZ1 Compact, offering several privacy features.
Please report any issues you observe apart from the ones listed below. Logs are needed for me to fix anything (preferably dmesg and logcat). I can't test NFC very thoroughly, to please report your findings.
FEATURES
Signed with dev keys
Up-to-date kernel
WireGuard kernel support
DOWNLOAD
You can download the latest ROM releases here: https://androidfilehost.com/?w=files&flid=333224
Latest TWRP: https://dl.twrp.me/lilac/
Check the ChangeLog below for firmware requirements!
INSTALLATION
Before first install: flash and boot into TWRP, format data, reboot to recovery and wipe all internal partitions.
After above step / any subsequent dirty flashes: Boot into recovery, put the ROM, GApps and root (if needed) on sdcard and flash.
Note: There is not going to be a LOS su addon anymore. If you need root, flash a root manager of your choice. No guaranteed support from LOS for this.
When updating from previous builds, simply dirty flash the ROM, together with any GApps and/or other modifications - addon.d will not work due to currently unavailable TWRP decryption.
Recommended GApps: MindTheGapps-12.1.0
KNOWN ISSUES
Stock camera is not working anymore due to incompatibility of stock library (libimageprocessorjni.so) with new libgui
You tell me...
Contributors
derf elot, modpunk, Rooted_Ansh
Thanks to the yoshino testers (let me know if I forgot to add you)
coin3x, feduss, GiaSen, Gizanagi, hsheemi, kaancaliskan, sohrab1985
Source Code
https://github.com/whatawurst/android_device_sony_lilac
https://github.com/whatawurst/android_kernel_sony_msm8998
Rom Information
ROM OS Version: Android 12
ROM Kernel: Linux 4.4
Version Information
Status: Stable
Current Stable Version: 1.6
Stable Release Date: 2022-09-18
SECURITY ADVICE
Don't flash ROMs or Magisk modules which set SELinux to permissive or you welcome malware on your device!
How to get root?
As mentioned before, there will not be an official su addon from LOS anymore. If you need root, flash an unofficial solution.
REQUIRED FIRMWARE:
CHANGELOG
2022-09-18 | 1.6| 47.2.A.11.228
* Final release, fixed DRM, WebView/Chrome issues in 1.5
* GPS config update
2022-04-20 | 1.3| 47.2.A.11.228
Initial release
tried ver.1.3 but still have issues with split screen not working after loading all my apps. gets trebuchet errors. didn't have time to get logs or troubleshoot what app causes it. but im not getting it with flamefires 17.1
Nice to have a separate LineageOS 19.1 for XZ1C thread, but it might be nice to credit this ROM to @derf elot more explicitely in the OP, since it seems to be mostly his work.
Rrreutel said:
Nice to have a separate LineageOS 19.1 for XZ1C thread, but it might be nice to credit this ROM to @derf elot more explicitely in the OP, since it seems to be mostly his work.
Click to expand...
Click to collapse
No worries, I asked @No1Alien if he could open the thread since I don't have much time to maintain it
Hi guys, an first of all thanks for the work you've done.
Now i'm bit confuse, i'v achieved the flashing of the os correctly (or maybe not) but i didn't update the firmware (an i think it's why my sim card is not detected). Question is : where can i find the firmware update "2022-04-20 | 1.3| 47.2.A.11.228" ? On sony website i only see 2021-12-06 for xz1c.
Am i missing something ?
Denam said:
Hi guys, an first of all thanks for the work you've done.
Now i'm bit confuse, i'v achieved the flashing of the os correctly (or maybe not) but i didn't update the firmware (an i think it's why my sim card is not detected). Question is : where can i find the firmware update "2022-04-20 | 1.3| 47.2.A.11.228" ? On sony website i only see 2021-12-06 for xz1c.
Am i missing something ?
Click to expand...
Click to collapse
2022-04-20 lineage 19.1 rom ver 1.3
47.2.A.11.228 Sony firmware
Updated in dirty way over LOS 18.1 from this forum, everything works including Zygisk and contactless payments
Hello, nice job. What TWRP version is needed ?
Very nice work! Haven't been able to test much yet, but when I picked it up just now after some days, I could see that battery drain does not seem to be an issue:
(This is not real-world usage though: wifi is on, but no SIM card, and just sleeping)
Rom lineage-19.1-20220408-UNOFFICIAL-1.2-lilac
Magisk 24.3
MindTheGapps 12.1.0
twrp 3.6.1_9-0-lilac
Running this on a spare XZ1 for testing. If the camera does eventually work one day, I think ill go to ebay aand buy a new XZ1c.
Thank you for all your hard work.
I'm currently on Havoc-OS 4.16 but can i flash Lineage 19 over Havoc? How to create backup of current Havoc in TWRP if i want to get back from Lineage OS 19? What should i select when creating backup?
Corias said:
Updated in dirty way over LOS 18.1 from this forum, everything works including Zygisk and contactless payments
Click to expand...
Click to collapse
Hi! Do you lose the homescreen arrangement (widgets, folders..) when you do this? (Trying to see if there's an advantage to dirty flashing)
Regards!
Dean F said:
Running this on a spare XZ1 for testing. If the camera does eventually work one day, I think ill go to ebay aand buy a new XZ1c.
Thank you for all your hard work.
Click to expand...
Click to collapse
Hi, check the last pages of the 18.1 thread, there's a link there. Someone got it working, seemingly. Still an early version, slow motion mode at least doesn't work and I'm uncertain on whether there's actually an improvement in quality vs open camera (took 2 pics to compare but didn't see any difference) but, still.. It works!
Hi and thank you (also to Derfy )! Great to see LOS 19 for this thing .
Question: I dirty flashed from latest available LOS 18.1, wiped Dalvik & cache, installed the MindTheGapps package as recommended, but swiping is gone on the AOSP keyboard. I can kill the AOSP keyboard forcibly, and then swiping came back just once but immediately disappeared again. Anyone else seeing this?
.:B:. said:
Hi and thank you (also to Derfy )! Great to see LOS 19 for this thing .
Question: I dirty flashed from latest available LOS 18.1, wiped Dalvik & cache, installed the MindTheGapps package as recommended, but swiping is gone on the AOSP keyboard. I can kill the AOSP keyboard forcibly, and then swiping came back just once but immediately disappeared again. Anyone else seeing this?
Click to expand...
Click to collapse
Have you tried turning it off and on again?
(tends to happen on first boot, no idea why)
Yes, multiple times .
claudiobar said:
Do you lose the homescreen arrangement (widgets, folders..) when you do this?
Click to expand...
Click to collapse
Maybe. I didn't use Trebuchet with LOS 18, so I can't say if the icons were in same places.
BTW guys how can I set an accent color in LOS 19?
Corias said:
Maybe. I didn't use Trebuchet with LOS 18, so I can't say if the icons were in same places.
BTW guys how can I set an accent color in LOS 19?
Click to expand...
Click to collapse
By changing the wallpaper, it automatically chooses accent colors based on it. It's how "Material You" works.

[OFFICIAL] LineageOS 19.1 for the Google Pixel 3a

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Google Pixel 3a
Code:
- Your warranty is now void.
- You have been warned.
- Use at your own risk.
Introduction:
This is the Official Lineage OS 18.1 thread for the Google Pixel 3a .
Downloads:
Please follow the install instructions in your device's Wiki page linked below exactly, and make sure your device's firmware matches the required firmware listed.
sargo - Official builds​
sargo - My unofficial with Google Apps/Pixel goodies included. Passes SafetyNet by default. OTA's roll roughly once a month. Support not guaranteed or implied.​
If you don't follow these instructions, or use 3rd party add-ons (like Magisk) please don't expect support here.
Known Bugs:
None.​
Find any? Report them according to this guide.​
Notes:
The only supported GApps package at the moment is MindTheGapps, linked on our Wiki page about gapps.​
Firmware is shipped in the ROM package for this device, so no need to worry about updating it on your own!​
Kernel Source: https://github.com/LineageOS/android_kernel_google_msm-4.9
I was able to successfully download the unoffical and able to get the rom running. I could not get mindthegapps to stick though...Error 1 I think (not enough space). I tried another gapps packet to no avail. Not sure of the issue so I'm just putting this out out there for others.
mmead1143 said:
I was able to successfully download the unoffical and able to get the rom running. I could not get mindthegapps to stick though...Error 1 I think (not enough space). I tried another gapps packet to no avail. Not sure of the issue so I'm just putting this out out there for others.
Click to expand...
Click to collapse
Because the unofficial includes GApps - and a lot of them at that - look at the OP note
npjohnson said:
Because the unofficial includes GApps - and a lot of them at that - look at the OP note
Click to expand...
Click to collapse
Well I feel like an idiot haha! Okay I'll give it another go Thanks a ton!
Okay so I'm up and running on the Unofficial haha! Thanks for the help above. Install was quick and easy...not sure what I missed yesterday but it was the same downloaded file so I nixed something up.
I was getting this "android system intelligence keeps stopping" while on the rom for the first hour - as I added all my normal apps to the phone, it went away. Not sure why - don't care now Everything seems to work but I'll keep you in the loop.
Stupid question: from 18.1 to 19.1, do i need to flash the A12 mindthegapps package too?
I am currently running LOS 18.1 with the A11 version of mindthegapps package....
Fentadroid said:
Stupid question: from 18.1 to 19.1, do i need to flash the A12 mindthegapps package too?
I am currently running LOS 18.1 with the A11 version of mindthegapps package....
Click to expand...
Click to collapse
If you download the unoffical rom...it comes with gapps included with it.
Not sure about the official rom.
I installed it, and seems to be working really well. Here are some pictures, for anyone who wants to see.
Fentadroid said:
Stupid question: from 18.1 to 19.1, do i need to flash the A12 mindthegapps package too?
I am currently running LOS 18.1 with the A11 version of mindthegapps package....
Click to expand...
Click to collapse
I just installed the official one today. You do have to install MindTheGapps on it, even if you had it on 18.1. it also has to be installed right after you sideload the Lineage OS installation zip file, before you boot to android.
mmead1143 said:
Okay so I'm up and running on the Unofficial haha! Thanks for the help above. Install was quick and easy...not sure what I missed yesterday but it was the same downloaded file so I nixed something up.
I was getting this "android system intelligence keeps stopping" while on the rom for the first hour - as I added all my normal apps to the phone, it went away. Not sure why - don't care now Everything seems to work but I'll keep you in the loop.
Click to expand...
Click to collapse
its out of date, next build will have it fixed.
Apart from a few A11 to 12 things I'll get used to (personal nitpicks, lol) everything's running well. I do miss the old 18.1 blue accent, are there plans to add other color accents to the ROM itself? Currently I'm using tulsadiver's color mod. Either way, thank you for helping keep our devices alive.
Mokura3rd said:
Apart from a few A11 to 12 things I'll get used to (personal nitpicks, lol) everything's running well. I do miss the old 18.1 blue accent, are there plans to add other color accents to the ROM itself? Currently I'm using tulsadiver's color mod. Either way, thank you for helping keep our devices alive.
Click to expand...
Click to collapse
I can confirm. The update went well and everything is working fine. Well done.
Same here - both the unofficial and official work flawlessly. I've gone back n forth haha!
Mokura3rd said:
Apart from a few A11 to 12 things I'll get used to (personal nitpicks, lol) everything's running well. I do miss the old 18.1 blue accent, are there plans to add other color accents to the ROM itself? Currently I'm using tulsadiver's color mod. Either way, thank you for helping keep our devices alive.
Click to expand...
Click to collapse
On officials, no, it's all monet.
On unofficial, hold Home Screen down, select "wallpaper and styles", then pick a color!
Upgraded from LOS 18.1 to 19.1 and flashed mindthegapps12 and magisk. Everything seems to work fine until I tried making bluetooth call. My favorite bluetooth earpiece is extremely quiet. But another one works just fine. Looked in dev options and saw that all codecs are greyed out. Can anyone confirm this is happening on a clean install?
batp said:
Upgraded from LOS 18.1 to 19.1 and flashed mindthegapps12 and magisk. Everything seems to work fine until I tried making bluetooth call. My favorite bluetooth earpiece is extremely quiet. But another one works just fine. Looked in dev options and saw that all codecs are greyed out. Can anyone confirm this is happening on a clean install?
View attachment 5601803
Click to expand...
Click to collapse
Not here - Clean install and all my blu tooth devices are working properly. GL
Just to be sure, if I'm currently running the official LOS 18 builds with MindtheGapps, all I need to do is flash official LOS 19 and MindtheGapps again, and that's it? No need to flash firmware or anything? And it won't wipe user data?
Also, any chance the rounded corners got fixed in LOS 19?
Don't need any changes on firmware side to flash Lineage 19.1? Slot a is on april patch, slot b on mai patch. That can keep, right?
Thanks for bringing up LineageOS 19 officially @npjohnson and keeping the Pixel 3a alive after google's decision to drop it after this May! I searched a lot but I couldn't find a good answer: is it possible to relock the bootloader after the installation? Is LineageOS (enough) signed to pass the boot procedure?
indrekh said:
Just to be sure, if I'm currently running the official LOS 18 builds with MindtheGapps, all I need to do is flash official LOS 19 and MindtheGapps again, and that's it? No need to flash firmware or anything? And it won't wipe user data?
...
Click to expand...
Click to collapse
All Yes

[ROM][OFFICIAL] LineageOS 19.1 weeklies for Xiaomi Mi 5

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
LineageOS is a free, community built, aftermarket firmware distribution of Android 12L (S), which is designed to increase performance and reliability over stock Android for your device.
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. You will need to provide your own Google Applications package (gapps). LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
Base source code is available in the LineageOS Github repo. And if you would like to contribute to the project, please visit our Gerrit Code Review.
GPL compliance:
​
Device tree source code: LineageOS/android_device_xiaomi_gemini
Kernel source code: LineageOS/android_kernel_xiaomi_msm8996
Working:
Camera (and flashlight)
Fingerprint reader
WiFi
NFC
Bluetooth
Telephony (Calls and Data)
Audio (Record and Playback)
Video Playback
Sensors
GPS
Encryption (FBE)
WiFi Display
Broken:
Nothing (?)
Compatibility:
Compatible with all Xiaomi Mi 5 variants (32GB / 64GB / 128GB). Xiaomi Mi 5S and 5S Plus are not supported.​Builds are based off the Xiaomi's Android 8.0 firmware with proprietary blobs from MIUI V10.2.2.0.OAAMIXM global stable package.​
Device wiki:
Official wiki link
Downloads:
Official download links
Installation:
Follow instructions found in the respective wiki page
First build is already out! Remember, you need to format userdata since we moved from FDE to FBE.
Just had to comment and say, this ROM is absolutely beautiful. The implementation of 19.1 for gemini is just incredible. Little details with the colours, icons, sizing and highlights make it a joy to use! (I suppose some of this might be android 12s 'Material You' but I'm still blown away.
Can already tell the device is running much faster than before (had been on a recent 18.1 build).
This is actually so well polished that I will have to look into getting a new battery. Only reason I'm not using gemini as a primary device. Anybody have a recommendation on where to get a new battery?
Big thanks to bgcngm, absolutely amazing work. It is crazy to think such an old device now can still run the latest lineage!
I had trouble flashing this from twrp even after formatting data partition.
Flashed lineage is recovery and flashed through adb sideloa, everything went smoothly.
Thanks for such a polished build!!
I use this phone with work profile as well.
Will keep posted about it as well
(sorry for my english)
very very thanks!
smooth rom, works flawlessly
same problem here:
when flashing from twrp I got error, but no problems with lineage official recovery
the only little bug I found:
when I turn off the wifi completely, the 'internet button' remains lit
Can't install with twrp... log says error code 1, after format data. that error still showing...
btw i updated twrp version (which is have version support android 12 encryption) and i did again steps and still error code 1 is exist. no luck charm.
And cant install lineage recovery because my pc cant recognize my phone.. guess i have to wait for this 18.1 features... for now.. (sigh)
Heliosaga said:
Can't install with twrp... log says error code 1, after format data. that error still showing...
btw i updated twrp version (which is have version support android 12 encryption) and i did again steps and still error code 1 is exist. no luck charm.
And cant install lineage recovery because my pc cant recognize my phone.. guess i have to wait for this 18.1 features... for now.. (sigh)
Click to expand...
Click to collapse
Hi, I had the same issue. I had also installed the latest twrp (3.7.0_9). What worked for me was using the lineageos recovery instead of twrp. You can find that here:
https://mirrorbits.lineageos.org/recovery/gemini/20221016/lineage-19.1-20221016-recovery-gemini.img
Not sure if there is a proper solution to get twrp to work, this is more of a workaround.
Currently, Lineage Recovery must be used.
Inkypen's TWRP supports FBE, but it is an older version and only supports encryption up to Android 11.
Can we instal gapps from android 11?
kaishi12 said:
Can we instal gapps from android 11?
Click to expand...
Click to collapse
Looks like the Lineageos site has mindthegapps linked for android 12(L)
Google apps | LineageOS Wiki
wiki.lineageos.org
starlord047 said:
Looks like the Lineageos site has mindthegapps linked for android 12(L)
Google apps | LineageOS Wiki
wiki.lineageos.org
Click to expand...
Click to collapse
How to instal zip file using lineage recovery?
kaishi12 said:
How to instal zip file using lineage recovery?
Click to expand...
Click to collapse
I am not sure. I sideloaded it with ADB.
starlord047 said:
I am not sure. I sideloaded it with ADB.
Click to expand...
Click to collapse
Yeah thks try flash twrp back with stuck on screen, sideload work with lrecov
Hi and thanks for keeping alive the mi5. I have only one issue with the contactless pay, always says that the device is rooted. I have install magisk with safetynet and almost all the apk is on zygisk i can make bank transaction with ebanking play store is ok but still can't make contactless payments. Any ideas. Thanks
Gvasilhs68 said:
Hi and thanks for keeping alive the mi5. I have only one issue with the contactless pay, always says that the device is rooted. I have install magisk with safetynet and almost all the apk is on zygisk i can make bank transaction with ebanking play store is ok but still can't make contactless payments. Any ideas. Thanks
Click to expand...
Click to collapse
You can try the magisk hide module
[MODULE] [DEPRECATED] MagiskHide Props Config - SafetyNet, prop edits, and more - v6.1.2
MagiskHide Props Config v6.1.2 Note: This project is dead, and has been for some time. I have not been involved in the Android modding scene for some time and I no longer have the energy to take it up again. If anyone feels like taking over...
forum.xda-developers.com
yevac said:
You can try the magisk hide module
[MODULE] [DEPRECATED] MagiskHide Props Config - SafetyNet, prop edits, and more - v6.1.2
MagiskHide Props Config v6.1.2 Note: This project is dead, and has been for some time. I have not been involved in the Android modding scene for some time and I no longer have the energy to take it up again. If anyone feels like taking over...
forum.xda-developers.com
Click to expand...
Click to collapse
I tried but not working.
Everything is ok with this. https://github.com/kdrag0n/safetynet-fix/files/9356078/safetynet-fix-v2.3.1-MOD.zip
Multiuser also working fine!!
Any idea about this "wakelock" in battery usage?
I am now fully convinced that you and the other Mi 5 maintainers are superhuman, @bgcngm. No way is this possible for regular people.
Famous last words: https://forum.xda-developers.com/t/...os-18-1-for-xiaomi-mi-5.4170027/post-83610929
bgcngm said:
So, just an heads-up. I am going to promote Mi 5 (gemini) to start getting A12 based builds. BIG WARNING: you will need to wipe userdata because we have switched from FDE to FBE. F2FS is no longer supported either.
Click to expand...
Click to collapse
If the device is not encrypted, then wiping userdata doesn't apply, right?

Categories

Resources