• 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

[ROM][ZE620KL][UNOFFICIAL] LineageOS 16.0

Status
Not open for further replies.
Feb 13, 2018
45
82
0
TP.HCM


Code:
/*
 * I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed (like it did for me...). 
 * Please do some research if you have any concerns about features included in the products you find here before flashing it! 
 * YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you. 
 * Your warranty will be void if you tamper with any part of your device / software.
 * Same statement for XDA.
 */
About LineageOS
LineageOS is a free and open-source operating system for set-top boxes, smartphones and tablet computers, based on the Android mobile platform. It is the successor to the custom ROM CyanogenMod, from which it was forked in December 2016 when Cyanogen Inc. announced it was discontinuing development and shut down the infrastructure behind the project. Since Cyanogen Inc. retained the rights to the Cyanogen name, the project rebranded its fork as LineageOS.

LineageOS was officially launched on December 24, 2016, with the source code available on GitHub. Since that time, LineageOS development builds now cover more than 185 phone models with over 1.9 million active installs,having doubled its user base in the month February–March 2017 And if you would like to contribute to LineageOS, please visit out Gerrit Code Review.​

What's working :
Boots
RIL (Calls, SMS, Data)
Fingerprint
Wi-Fi
Bluetooth
Camera
Audio
Sensors
Flash
LED
GPS

BUG :
LED
Enforce selinux
FM

Installation procedure
1. Boot in to twrp
2. Format data by typing yes
3. Reboot to twrp & wipe everything
4. Now flash Rom.zip & Gapps.zip
5. wipe all except system & vendor again
6. Reboot system

{Mod edit: Download link removed!}


XDA:DevDB Information
LineageOS 16.0, ROM for the Asus Zenfone 5

Contributors
nguyenhung9x2018, nguyenhung9x, SagarMakhar, Imajkej
Source Code: https://github.com/asus-zenfone-5-ze620kl

ROM OS Version: 9.x Pie
ROM Kernel: Linux 4.x
ROM Firmware Required: V16.0615.2002.120
Based On: LineageOS

Version Information
Status: Testing
Beta Release Date: 2020-03-27

Created 2020-03-28
Last Updated 2020-03-29​
 
Last edited by a moderator:
  • Like
Reactions: marhensa and kayace

cf100clunk

Member
Dec 19, 2016
9
1
0
Thank you for your great work on this! I am now testing it on my ZE620KL with TWRP 3.3.1 and Magisk 20.4 and almost everything works well but the screen brightness is always at 100% full. In Settings -> Display the Brightness level slider moves and shows different % but does not change the level at all. Quick Settings pull down Brightness level slider also does not change the level from 100% no matter what % is selected. Night Light option works, but Adaptive brightness option does not work. Is this a known problem? This is too bright at night.
 
Last edited:

asadman1523

New member
Feb 8, 2017
3
0
0
Hi, I found that it should declare permission or it will stuck at logo.

adb root
adb remount
adb pull /etc/permissions/privapp-permissions-cm-legacy.xml
nano privapp-permissions-cm-legacy.xml
add following code

Code:
    <privapp-permissions package="me.twrp.twrpapp">
        <permission name="android.permission.WRITE_MEDIA_STORAGE"/>
        <permission name="android.permission.READ_PRECISE_PHONE_STATE"/>
        <permission name="android.permission.BATTERY_STATS"/>
        <permission name="android.permission.PACKAGE_USAGE_STATS"/>
    </privapp-permissions>
adb push privapp-permissions-cm-legacy.xml /etc/permissions/privapp-permissions-cm-legacy.xml
adb reboot
 

klushyer

New member
Sep 15, 2020
2
0
0
Need link for gapps

Could you give me the link to download the GAPPS, for ARMv8 version? I'm new to this world of root / custom rom. Thank you very much in advance. :highfive:
 
Status
Not open for further replies.