[ROM][ZE620KL][UNOFFICIAL] LineageOS 16.0 - Asus Zenfone 5 (2018, ZE620KL) ROMs, Kernels, Reco

{
"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"
}
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
DOWNLOAD ROM​
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-28​

@nguyenhung9x2018 THREAD CLOSED as duplicate of https://forum.xda-developers.com/zenfone-5/development/rom-lineageos-16-0-t4073389

Related

[ROM][ZE620KL][UNOFFICIAL] LineageOS 16.0

{
"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"
}
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​
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.
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
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:
nguyenhung9x2018 said:
...
Click to expand...
Click to collapse
@nguyenhung9x2018 THREAD CLOSED as non-compliant with GPLv2! Download link removed.
Please advise the moderators team when ready to provide a workable link to kernel source. The link currently provides a HTTP 404 error.

[X00TD][ROM] CipherOS 2.0 Knight [Android 12][OFFICIAL][02/11/2021][BETA]

{
"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"
}
CipherOS is a Android Custom OS, Based On AOSP, Striving to Provide its Users , A Clean , Bloat free & Sturdy Experience with Minimal Customisation !
Code:
/* Your warranty is now void or maybe not?
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* 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.
*/
With the release of CipherOS KNIGHT , We Ensure that Every OFFICIAL Device remains Up-to-date with latest Patches , Asap its been released by Google !
Download it from Our Website!
The people working towards bringing you this release are:
Aryan Sinha
Lokesh Vazirani
Jaishanav Prasad
Sakthivel Nadar
Jamie Ho
Bhenom
1. Download the ROM, Magisk (Optional).
2. Wipe System, Vendor, Data, Dalvik, Cache.
3. Flash the ROM, GApps (Optional), Magisk (Optional).
4. Reboot and Enjoy.
GAPPS ARE NOT INCLUDED
We would like to thank the following ROMs, because if they weren't here, we couldn't be there too <3
LineageOS
ProjectSakura
POSP
SuperiorOS
Pixel Experience
The Styx Project
Fusion OS
Source Code:
ROM Source
Device Source
Kernel Source
Donate:
PayPal​
Highlights & Device Specific Changes:
Build type: BETA
Device: Asus Zenfone Max Pro M1 (X00TD)
Device maintainer: Sarthak Roy
Android Version: 12
==== 2021-01-24 =====
- Initial OFFICIAL Build
- Comes with 4.19 Kernel
NOTE: Dont flash 4.4 custom kernels
Reserved
Banking apps working without root?
ScreenShots?
Banking apps working?
Battery backup?

[EOL] [ROM] [10] LineageOS 17.1 [UNOFFICIAL]

{
"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"
}
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* 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.
*/
About LineageOS
LineageOS is a free, community built, aftermarket firmware distribution of Android 10 (Q),
which is designed to increase performance and reliability over stock Android for your device.
All the source code for LineageOS is available in the LineageOS GitHub repo.
And if you would like to contribute to LineageOS, please visit our Gerrit Code Review.
Official LineageOS website : https://lineageos.org/
About LineageOS Legal : https://lineageos.org/legal/
Important Information
1. This ROM will never work with any versions of Google Camera (GCam)!
2. You need to flash Stock Android 10 before flashing this ROM.
Since LineageOS 17.1 official build is outdated and has been replaced by 20.0 so this is the place for those who want to download and use again LineageOS 17.1 !
Downloads Links
LineageOS 17.1:
Unofficial builds : Link
Google Applications (optional):
MindTheGapps: https://wiki.lineageos.org/gapps
Information: Flash the GApps before the first boot. If not, a clean flash is recommended.
Credit are belong to:
Olivier
Luk1337
The LineageOS Team
The CyanogenMod Team
Everyone involved in working and testing
XDA:DevDB Information
Lineage 17.1 Unoffical for Xperia XZ2, ROM for the Xperia XZ2
Contributors :
Sjll, Olivier
Source Code: https://github.com/LineageOS
ROM OS Version: Android 10
ROM Kernel: Linux 4.9
ROM Firmware Required: Official Android 10.0 firmware
Based On: LineageOS 17.1
Version Information
Status: Stable
In general, it works well, but when it is charged in the disabled state, it cannot be turned on.

[ROM][Android 11][Z00T][Z00L] LineageOS 18.1 [17.05.2023][STABLE]

{
"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"
}
Code:
/*
* I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed.
* 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.
*/
LineageOS 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.
What's working :
Everything?
What's not working:
You tell me...
Instructions :
Download the latest build and GApps
Flash recovery and boot to recovery
Wipe system, data, cache and dalvik, then reboot to recovery
Flash the rom
Flash the GApps
Reboot and enjoy
Downloads :
Z00T TWRP: https://dl.twrp.me/Z00T/
Z00L TWRP: https://dl.twrp.me/Z00L/
NikGapps Core: https://sourceforge.net/projects/nikgapps/files/Releases/NikGapps-R/
ROM: https://drive.google.com/drive/folders/1pa5PXPYOz-LKVpBrW8rT-HOmYwCdwIBO?usp=sharing
Known minor issues:
Rarely, opening the settings from quick settings can crash the system-ui. This issue is not persistent and if it happens, only happens after a reboot or restarting system-ui(like changing ui elements from customization options).
Opening a notification will solve this issue until the next reboot, also this problem didn't happen when i had a password/pin protection.
Version Information
ROM OS Version: Android 11
ROM Kernel: Linux 3.10.108
SELinux: Enforcing
Android Security Update: May 5 2023
LineageOS Version: 18.1
Status: Stable
okay, this is the last one
most customizable: crdroid
most vanilla: arrowos
most popular: lineageos
since this is generally the most popular option among the xda users i didn't wanna leave lineage out.
can you share the full source code (device trees, kernel) you used for your builds?
worldsend said:
can you share the full source code (device trees, kernel) you used for your builds?
Click to expand...
Click to collapse
you can check markkiths' github. his files were my baseline. i'm back to my windows environment so i don't have an access to my files in ext4 partitioned drives rn
final update is released: may security patches and the same fixes from the crdroid updates... like offline cores for some z00l devices etc.

[ROM] [13] [UNOFFICIAL] VoltageOS for Realme 3 / 3i [RMX1821]

{
"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"
}
VoltageOS 2.5 | A13 for Realme 3​
Code:
/*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, We will laugh at you.
* It is your fault because you chose to do all the modifications on your device.
* Remember projects like these and the work done on them is a hobby to the
* contributors and the team members, no one is working for you nor is getting paid for it
* have some respect for the work done by them since it is done purely on interest or a hobby
*/
ABOUT
Howdy, Realme 3 users! Voltage OS is here with a straightforward and uncluttered pure AOSP experience that promises to accompany you seamlessly through your daily routines, free from any inconveniences. It takes a few features from the GrapheneOS making it even more interesting. Try it yourself and let us know your experience.
FEATURES
Pure AOSP
Latest Security Patch
Google Monet
SafetyNet
Github: https://github.com/VoltageOS
Website: https://voltage-os.sourceforge.io
Telegram: Group
GPL COMPLIANCE:
ROM Source: https://github.com/VoltageOS
Kernel Source: https://github.com/RMX1821-devs/android_kernel_realme_RMX1821
WHAT WORKS?
Almost everything
WHAT DOESN'T WORK?
You tell me
Be sure to include a log: check how to
DOWNLOADS
Click here to Download
INSTALLATION GUIDE
• Download ROM and GApps (Optional)
• then reboot to recovery
• Wipe Cache, Dalvik, System, Vendor, and data
• Flash the ROM and GApps (Optional)
• Format before booting to the system
• Enjoy the ROM
CREDITS
Thanks to @Arrowsploit for the trees & help
Thanks to @NaasiiF for the help
Thanks to @kaazzll, @Jatin_177, @ParkJihooX03_hu, @kp_9800, @Mrxrpit, @Danakagetharian50k & @ReikuzoSennin for testing
ROM OS Version: Android 13.0 | Tiramisu
ROM Kernel: Linux 4.14.x
Vendor: OSS
Based On: AOSP
Oo

Categories

Resources