• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

LineageOS 14.1 [UNOFFICIAL]

Cenkay

Senior Member
Sep 1, 2015
121
610
93
22
Mersin


LineageOS is a free, community built, aftermarket firmware distribution of Android 7.1 (Nougat), 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 working:
  • Boots
  • Wifi
  • Bluetooth
  • Camera ( Videos And Photos )
  • Video Playback
  • Audio ( Record and Playback )
  • Sensors
  • GPS

Instructions:
  • Download the latest build and gapps
  • Reboot to recovery
  • Flash the latest build and gapps
  • Reboot

Downloads:

My PayPal address for donations:

Source Code:

XDA:DevDB Information
LineageOS 14.1, ROM for the Xiaomi Mi Mix 2

Contributors
Cenkay, xiaobai112220
ROM OS Version: 7.x Nougat

Version Information
Status: Beta

Created 2017-10-12
Last Updated 2017-10-13
 

NexusPenguin

Elite Member
Sep 21, 2013
1,160
701
0
Downloaded and synchronized, but I have stupid question:
I did .build/envsetup.sh and in lunch menu I can't see chiron to build, what did I wrong?

Em, I think somewhat I missed adding chiron project to my env.... and don't remember how to do it
Hi,

In the device folder add a file and call it "vendorsetup.sh".
Open it and add this : "add_lunch_combo cm_chiron-userdebug".

Then do a . build/envsetup.sh again... it should now list the Chiron.

Or even more simple : just "brunch chiron" should do it with no lunch, provided you installed schedtools.

Regards.
 
Mar 3, 2016
10
1
0
Flash Error

I am trying to flash but I am getting an error TWRP
everything is good until.

checking for TZ Version TZ.BF.4.0.6-00130
assert failed: xiaomi.verify_trustzone("TZ.BF.4.0.6-00130")=="1"
updater process ended with ERROR 7

Thanks
 
Mar 3, 2016
10
1
0
You're trying to flash it over global rom. You need to flash chinese rom then flash it.
I flashed the Chinese ROM and then wiped and tried to flash Lineage and still get the same error.

checking for TZ Version TZ.BF.4.0.6-00130
assert failed: xiaomi.verify_trustzone("TZ.BF.4.0.6-00130")=="1"
updater process ended with ERROR 7
 

Wywern.pl

Senior Member
Oct 20, 2011
158
19
0
Wroclaw
In the device folder add a file and call it "vendorsetup.sh".
Open it and add this : "add_lunch_combo cm_chiron-userdebug".

Then do a . build/envsetup.sh again... it should now list the Chiron.
Worked, just corrected from "add_lunch_combo cm_chiron-userdebug" to "add_lunch_combo lineage_chiron-userdebug" :)

Thank you