[ROM] [UNOFFICIAL] LineageOS 18.1 for the Essential PH-1 (mata) - Essential Phone ROMs, Kernels, Recoveries, & Other

LineageOS is a free, community built, aftermarket firmware distribution of Android 11 (R), which is designed to increase performance and reliability over stock Android for your device.
Do not lock your bootloader with this installed. You must be 100% stock, I'd suggest on both slots, in order to re-lock your bootloader.
Code:
/*
* Your warranty is now void.
*
* 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.
*
*/
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community.
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.
Unofficial LineageOS Builds
Essential PH-1 (mata): GitHub Release Page (link was changed to 2021.03.12 Build)
Google Apps
Google Apps are not included in this build. At this time I do not plan to release gapps included builds. Users who require this will have to build or flash gapps their own.
Source
Device | Kernel | Proprietary blobs
Here's a local_manifest for those who want to build at home.
Known Issues
Wi-Fi WPA3 Network Connection (Connection to WPA2 Wi-Fi still works.)
Essential Camera App (Need to install Google apps.)
Release Signature (Signed with test-key. You can sign using your release-keys.)
Prerequisites
Unlocked bootloader
February 2020 Release | QQ1A.200105.032
Fastboot and ADB set up
Installation
Make sure you meet the prerequisites before continuing!
Using Fastboot
1, Flash February 2020 Stock Firmware (Run flashall.bat)
2, Flash LineageOS images (fastboot flash ***_a ***.img)
3, Erase userdata (fastboot -w)
(Reboot to Recovery and install Gapps)
Using TWRP
1, Install TWRP image
2, Reboot to TWRP (Power + Volume UP)
3, Start ADB sideload
(If your phone doesn't work touch panel, connect to PC using USB-C cable and enter this command in terminal.)
adb shell twrp sideload
4, Install LineageOS ZIP via sideload (adb sideload ***.zip)
5, Erase userdata
(Install Magisk and Gapps imitate steps 3 and 4)
The LineageOS team would like to thank everyone involved in helping with testing, coding, debugging & documenting! Enjoy!
Contributors
conochy (github.com)
(I don't speak English as my main language, so sometimes the sentences are strange or I can't understand comments correctly.)
Source Code: https://github.com/LineageOS
Screenshots
{
"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"
}
Version Information
Status: Beta
ROM OS Version: Android 11, LineageOS 18.1
ROM Kernel: Linux 4.x
Based On: LineageOS
Security Patch 2020-03
Released Date: 2021-03-12
Created 2021-03-11
Last Updated 2021-03-12

Cool, Thanks man.

Ok, First issue using the "lineage-18.1-mata-magisk.img"

dememted1 said:
Ok, First issue using the "lineage-18.1-mata-magisk.img"
Click to expand...
Click to collapse
I noticed that I was building with the WITH_SU=true option.
I'm currently creating a build that doesn't have LineageOS SU.
If you're in a hurry, you can use LineageOS su removal (arm64) Version 16.0 to solve this problem.
(In my environment, I was able to solve it by using this.)
Thank you!

I have just released a new version.
The conflict Magisk SU and LineageOS SU has been resolved.
New version : GitHub Release Page (2021.03.12 Build)
Old version : GitHub Release Page (2021.03.11 Build)
(The link in the first post has been changed to a new one.)

。・゚・ヾ(。•﹏•。)ノ゙・゚・。 said:
I have just released a new version.
The conflict Magisk SU and LineageOS SU has been resolved.
New version : GitHub Release Page (2021.03.12 Build)
Old version : GitHub Release Page (2021.03.11 Build)
(The link in the first post has been changed to a new one.)
Click to expand...
Click to collapse
Ace thanks. Great work.

Thanks for this ROM.
What GApps are you using? I normally use NikGapps, but it fails to install...

MuddyDog said:
Thanks for this ROM.
What GApps are you using? I normally use NikGapps, but it fails to install...
Click to expand...
Click to collapse
I'm using NikGApps.
But in this LineageOS build, the NikGApps installer doesn't work, so I created a GApps Magisk module instead.
NikGapps Core, Basic Magisk Module installers, and a module that removes LineageOS apps whose functions overlap with Basic.
*It is used personally, I do not guarantee complete operation.
GitHub Module Download Page
Also, the official NikGApps installer has files to install in [Installer-File].zip/AppSet/[AppName]/[AppName].dat.br
If you extract [AppName].dat.br with 7-zip etc. and copy the files in it to the corresponding location of /system with a file manager, you can install it manually without using the Magisk module or the official installer.
Example: __etc__permissions -> Copy the files in that folder to /system/etc/permissions/
Example2: ___priv-app___PrebuiltGmsCore -> Copy the files in that folder to /system/priv-app/PrebuiltGmsCore/
If you want to use Google Setup Wizard, you need to format /data after manual installation.

。・゚・ヾ(。•﹏•。)ノ゙・゚・。 said:
I'm using NikGApps.
But in this LineageOS build, the NikGApps installer doesn't work, so I created a GApps Magisk module instead.
NikGapps Core, Basic Magisk Module installers, and a module that removes LineageOS apps whose functions overlap with Basic.
*It is used personally, I do not guarantee complete operation.
GitHub Module Download Page
Also, the official NikGApps installer has files to install in [Installer-File].zip/AppSet/[AppName]/[AppName].dat.br
If you extract [AppName].dat.br with 7-zip etc. and copy the files in it to the corresponding location of /system with a file manager, you can install it manually without using the Magisk module or the official installer.
Example: __etc__permissions -> Copy the files in that folder to /system/etc/permissions/
Example2: ___priv-app___PrebuiltGmsCore -> Copy the files in that folder to /system/priv-app/PrebuiltGmsCore/
If you want to use Google Setup Wizard, you need to format /data after manual installation.
Click to expand...
Click to collapse
Excellent, thanks again.
Are you planning to maintain this ROM through to Official Release?... or is it a personal project?
Either way, your work is greatly appreciated.

MuddyDog said:
Excellent, thanks again.
Are you planning to maintain this ROM through to Official Release?... or is it a personal project?
Either way, your work is greatly appreciated.
Click to expand...
Click to collapse
Sorry, I have no plans to continue building LineageOS 18.1 until official distribution begins.
The reason is that my Essential Phone was physically broken today.
(Please be assured that this LineageOS 18.1 Build is not the cause)
Therefore, I will not build for this model until we get it second hand again.
(If I build in the future, I'll post it in this thread to let you know.)
(However, considering the official build start time of LineageOS 17.1 last year, I think that the LineageOS 18.1 build will be officially distributed around next month.)

Thanks for this rom; enjoying trying it out.

Does VoLTE work properly on this ROM?

Hi,
For those who can't wait.
I've followed the instructions from
。・゚・ヾ(。•﹏•。)ノ゙・゚・。​(https://github.com/conochy/LineageOS/tree/mata-18.1.)​
You can download the files here :
MediaFire
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com

And how do you like it? Any mejor bugs?

It's my daily driver since March 12, but I don't use Magisk and Gapps.
I was on ArrowOS before. They seems on par, at least for my usage

Build Updated.
Download Link
This is final my unofficial build of LineageOS 18.1 for mata.
My Essential Phone was physically broken, this build was not tested on my phone.
Official LineageOS 18.1 was released in 2021.04.02.
I recommend you to install official build.

。・゚・ヾ(。•﹏•。)ノ゙・゚・。 said:
Build Updated.
Download Link
This is final my unofficial build of LineageOS 18.1 for mata.
My Essential Phone was physically broken, this build was not tested on my phone.
Official LineageOS 18.1 was released in 2021.04.02.
I recommend you to install official build.
Click to expand...
Click to collapse
Thank you for all the hard work. I really appreciate that.

。・゚・ヾ(。•﹏•。)ノ゙・゚・。 said:
Build Updated.
Download Link
This is final my unofficial build of LineageOS 18.1 for mata.
My Essential Phone was physically broken, this build was not tested on my phone.
Official LineageOS 18.1 was released in 2021.04.02.
I recommend you to install official build.
Click to expand...
Click to collapse
Hey i'm having an issue where my cellular radio keeps connecting and disconnecting rapidly. Anything I can try to fix this? I've tried both your latest build and the official build.
Edit: Ive now observed the behavior after a fresh install. It only starts to happen after the device has been restarted. It will operate fine up until that point.
Edit 2: When I roll back to recovery lineage-17.1-20210329-recovery-mata.img and lineage-17.1-20210329-nightly-mata-signed.zip everything seems to work fine. So the issue must be in the latest builds.

Chirtan said:
Hey i'm having an issue where my cellular radio keeps connecting and disconnecting rapidly. Anything I can try to fix this? I've tried both your latest build and the official build.
Edit: Ive now observed the behavior after a fresh install. It only starts to happen after the device has been restarted. It will operate fine up until that point.
Edit 2: When I roll back to recovery lineage-17.1-20210329-recovery-mata.img and lineage-17.1-20210329-nightly-mata-signed.zip everything seems to work fine. So the issue must be in the latest builds.
Click to expand...
Click to collapse
On my phone, there was no particular problem with the connection of the cellular line (Japan, NTT docomo).
LineageOS 18.1 has some network bugs, such as Wi-Fi (WPA3), which I think are related as well. However, I think it will be fixed in the near future.
The official update for 2021.04.05 fixes some networks and APN, so give it a try.

。・゚・ヾ(。•﹏•。)ノ゙・゚・。 said:
On my phone, there was no particular problem with the connection of the cellular line (Japan, NTT docomo).
LineageOS 18.1 has some network bugs, such as Wi-Fi (WPA3), which I think are related as well. However, I think it will be fixed in the near future.
The official update for 2021.04.05 fixes some networks and APN, so give it a try.
Click to expand...
Click to collapse
Installed the latest update still getting mostly the same symptoms. LTE network connecting and disconnecting rapidly still. Only difference is the device will no longer crash haha. I connect via Koodo mobile in Canada in case anyone else is having a similar issue.
I have a second essential phone I'm going to test this out on.

Related

[UNOFFICIAL][ROM][A320FL/F/Y] LineageOS 17.x [10.0][64 BIT][Treble]

LineageOS 17.x Unofficial for Galaxy A3 2017​
{
"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 10 (Quack), which is designed to increase performance and reliability over stock Android for your device.
Code:
/*
* Your warranty is now void. Or not. Depends.
* It's probably expired anyways :D
*
* 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.
*/
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 Gerrit Code Review.​
What's working?
Audio
Calls
Wifi
Hotspot
Mobile data
GPS
Bluetooth
Fingerprint
Camera (both photos and video)
NFC
Sensors
Vibration
Others I have forgot
What isn't working?
Echo present in calls for the other side (no fix currently found)
Video recording with stock camera (fix known, will be implemented in next build)
Encryption and extended storage via SD (possible to fix, didn't have time to debug yet)
Stretched preview in camera, photos are fine (fix has more downsides than upsides)
Supported variants
Galaxy A3 (2017). Dual SIM is also supported.
All variants should be working but only A320FL is well tested since all developers have it.
How to install
Make sure you have latest bootloader and modem before installing this.
Make sure you are using the latest OrangeFox build. (the older ones will fail)
Make sure you have flashed the repartition script.
Download the Lineage build, optionally GApps and Magisk.
In OrangeFox format data. (Menu > Manage Partitions > Data > Format Data)
In OrangeFox wipe everything except SD and OTG.
Flash LineageOS.
Optional: Flash GApps (rightafter).
Optional: Flash Magisk.
Reboot.
Generally it's ok to dirty flash, but if you encounter issues a clean flash should be the first thing on your mind.
Downloads
• ROM
get.mcfy.fr
Google Drive
• Recovery
OrangeFox
• GApps
OpenGApps (arm64): OpenGApps
BiTGApps (arm64): AFH
• Root
Magisk: GitHub
Credits
Huge thanks to:
@Astrako for all the hours spent on the device tree/kernel/vendor/hardware and making this possible.
@McFy for help along the way and letting me use his server as a mirror.
LineageOS Team
Anybody that reported bugs or helped test various stuff, without every one of you Android 10 would never get so stable here
XDA:DevDB Information
[UNOFFICIAL][ROM][A320FL/F/Y] LineageOS 17.x [10.0][64 BIT][Treble], ROM for the Samsung Galaxy A Series 2017 A3, A5, A7
Contributors
MartinYTCZ
ROM OS Version: Android 10
ROM Kernel: Linux 3.x
ROM Firmware Required: Latest modem + BL recommended
Version Information
Status: Beta
Created 2020-02-22
Last Updated 2020-08-26
Telegram group
Join here!
Go also thank @Astrako for his work on the DT, kernel, ports, recoveries and many more
Changelogs
- 20200221
Initial build
- 20200403
March security patches
Many optimisations and smaller fixes
Rootdir updated from A6 2018 Q, along with some proprietary files
Graphics now r29, from A6 2018 Q
Way too much stuff to list here, thx @Astrako for the work
- 20200613
Fixed GPlay crashes
June security patch, and all other LineageOS source changes
SEPolicy Enforcing
Reworked shims
Now using new power HAL
Many smaller optimisations
- 20200713
July security patch and all other LineageOS source changes
Reworked overlays
ROM now passes SafetyNet out of the box
Defined location provider to *hopefully* fix location with MicroG
Updated OMX libs
Other smaller fixes and optimisations
- 20200825 20200830
August security patch and all other LineageOS source changes
Updated FP from coral's April patch to keep passing SafetyNet
Switched to proprietary audio HAL - fixed in-call echo
Other smaller fixes and optimisations
NOTE: Encryption is currently extremely broken and your device will not boot if you'll try and encrypt.
- 20210118
January security patch and all other LineageOS source changes
Other smaller fixes and optimisations
Reserved
Nice work, thanks!
Any guess what could cause the SM-320FL to hard reboot when I insert the microSD card, choose to extend the internal memory, then start to format? It rebooted at 20% of the formatting process, then reboots all the time when I give the PIN code after the bootup and it tries to read the microSD card (I guess). If I take out, no reboot of course.
Edit: any temp. workaround? Formatting in twrp or in another device? (For using it as an internal memory extender, not just as an external storage.)
banciii said:
Nice work, thanks!
Any guess what could cause the SM-320FL to hard reboot when I insert the microSD card, choose to extend the internal memory, then start to format? It rebooted at 20% of the formatting process, then reboots all the time when I give the PIN code after the bootup and it tries to read the microSD card (I guess). If I take out, no reboot of course.
Edit: any temp. workaround? Formatting in twrp or in another device? (For using it as an internal memory extender, not just as an external storage.)
Click to expand...
Click to collapse
I'm dumb for not testing this, I gotta look at home
Hello. First nice work !! I used to have your Lineage 16 which worked fine and decided to upgrade to Lineage17. Yet I have some troubles with the camera with the error "unable to connect to the camera" and camera won't launch. When having this error I have spotted that there is a camera icon in the status bar and I can't get rid of it. Else no other problem detected. Thanks.
yann29 said:
Hello. First nice work !! I used to have your Lineage 16 which worked fine and decided to upgrade to Lineage17. Yet I have some troubles with the camera with the error "unable to connect to the camera" and camera won't launch. When having this error I have spotted that there is a camera icon in the status bar and I can't get rid of it. Else no other problem detected. Thanks.
Click to expand...
Click to collapse
I am not the author of Lineage 16.0, I only use the same mirror
The maintainer of LineageOS 16.0 is @McFy.
If you have the problems with the camera, this sounds like an app using the camera when you try to use it and I haven't been able to reproduce the problem. Please check all your apps and report back.
Hope you like the ROM
Ok thanks. Another issue : I can't get split-screen working with any apps. And you?
Other issue : the echos in calls...but well-known issue on lineage. Hope you will find something...
That is good we do have a separate thread of LOS17 now.
Is spoofing (for microG) already included? Not sure whether patcher works for LOS17 already. If one of you guys here get it working with microG - please rise a hand.
Is OrangeFox a must have or can I keep latest TWRP?
starbright_ said:
That is good we do have a separate thread of LOS17 now.
Is spoofing (for microG) already included? Not sure whether patcher works for LOS17 already. If one of you guys here get it working with microG - please rise a hand.
Is OrangeFox a must have or can I keep latest TWRP?
Click to expand...
Click to collapse
From what other users told me spoofing doesn't work with MicroG.
You can either use the TWRP included in the repartition script or latest OrangeFox. Either way it must support /vendor or you'll get error 7 while flashing
MartinYTCZ said:
From what other users told me spoofing doesn't work with MicroG.
You can either use the TWRP included in the repartition script or latest OrangeFox. Either way it must support /vendor or you'll get error 7 while flashing
Click to expand...
Click to collapse
I think you misunderstood this. The Rom is either spoofed (but obviously not, what a pity!) - or it has to be by external tools like Nanodroid Patcher. Otherwise microG will not work. But as I checked that some time ago, the Patcher couldn't handle Android Q. That's why I am asking. So best option (and less effort) would be if ROM is spoofed already.
Vendor I have already with my Treble+GSI LOS 16 Rom.
starbright_ said:
I think you misunderstood this. The Rom is either spoofed (but obviously not, what a pity!) - or it has to be by external tools like Nanodroid Patcher. Otherwise microG will not work. But as I checked that some time ago, the Patcher couldn't handle Android Q. That's why I am asking. So best option (and less effort) would be if ROM is spoofed already.
Vendor I have already with my Treble+GSI LOS 16 Rom.
Click to expand...
Click to collapse
Yup, ROM is not spoofed out of the box, so your only hope is nanodroid patcher, which doesn't seem to work in Q :/
Also if you've already got Treble, you can flash this with the TWRP you are currently using
Hello, thanks for your great job.
I have two points :
- When using your ROM, after UI start, I have the message system_error_manufacturer (msgid="8086872414744210668") popup. I googled and chek the code isBuildConsistent. On my phone, the two checked strings seem ok. So I dont uderstand why I have this message.
- I try to build myself with the gitlab manifest readme. My first atemp was ok but I also have the system_error_manufacturer error message. Some days latter, I try to patch the function with a big /* */ to avoid the check and always return true. I sync the lineage code and patch the isConsistent() function, rebuild and flash my rom. My phone keep on the bootimg anim and never start. On the /proc/last_krnl, nothing else than some SElinux warning. I try with androidboot.selinux=permissive on kernel command line but same result. I delete all my lineage root and resync all from scratch but the build did not boot anymore. Please, could-you check if your build boot with the last comit of lineage 17.1 and android_samsung_universal7870 ?
Thanks by advance.
Pascal.
pascalr0410 said:
Hello, thanks for your great job.
I have two points :
- When using your ROM, after UI start, I have the message system_error_manufacturer (msgid="8086872414744210668") popup. I googled and chek the code isBuildConsistent. On my phone, the two checked strings seem ok. So I dont uderstand why I have this message.
- I try to build myself with the gitlab manifest readme. My first atemp was ok but I also have the system_error_manufacturer error message. Some days latter, I try to patch the function with a big /* */ to avoid the check and always return true. I sync the lineage code and patch the isConsistent() function, rebuild and flash my rom. My phone keep on the bootimg anim and never start. On the /proc/last_krnl, nothing else than some SElinux warning. I try with androidboot.selinux=permissive on kernel command line but same result. I delete all my lineage root and resync all from scratch but the build did not boot anymore. Please, could-you check if your build boot with the last comit of lineage 17.1 and android_samsung_universal7870 ?
Thanks by advance.
Pascal.
Click to expand...
Click to collapse
I am building myself and running the latest at this time (using the crdroid device tree) and everything is running perfectly for me! (even with a few patches of my own like enabling dark mode in defaults app and a few command-line programs like rtl-sdr, no gapps (f-droid only)). Added screenshots to prove it indeed boots.
If I'm not mistaken this ROM uses the android_samsung_universal7870 device tree as it is on Gitlab?
Then the only few bugs I can talk about are the USB settings unable to be changed live while that worked on the outdated device tree from Github (screenshot can be provided), and the Camera, but I know that's already WIP.
(Sure there's echo in calls but... No one was successful at fixing this and even the crappiest patches I tried myself didn't work)
Thanks to all those who works on this device tree.
The provided Rom of the dedicated XDA thread run fine on my device but when building myself, I have the same problem : traped on bootanim.
Strange, I supose it's my buid env, my laptop is on Debian 10 and I did not make any mod on the standard base.
I will try with a VM and Ubuntu LTS as sugested by AOSP Project.
MartinYTCZ said:
LineageOS 17.x Unofficial for Galaxy A3 2017
How to install
Make sure you have latest bootloader and modem before installing this.
Created 2020-02-22
Last Updated 2020-02-22
Click to expand...
Click to collapse
Thank you for great work, can I ask from where can get latest modem and boot-loader without download whole firmware?
Hello,
Problems are solved ?
Echo present in calls for the other side (investigating)
Video recording with stock camera (fix known, will be implemented in next build)
Encryption and extended storage via SD (investigating)
Stretched preview in camera, photos are fine (probably unfixable)
And stay at home.
Best regards
Migrate doesn't detect it as an installed rom, any help?
pascalr0410 said:
Hello, thanks for your great job.
I have two points :
- When using your ROM, after UI start, I have the message system_error_manufacturer (msgid="8086872414744210668") popup. I googled and chek the code isBuildConsistent. On my phone, the two checked strings seem ok. So I dont uderstand why I have this message.
- I try to build myself with the gitlab manifest readme. My first atemp was ok but I also have the system_error_manufacturer error message. Some days latter, I try to patch the function with a big /* */ to avoid the check and always return true. I sync the lineage code and patch the isConsistent() function, rebuild and flash my rom. My phone keep on the bootimg anim and never start. On the /proc/last_krnl, nothing else than some SElinux warning. I try with androidboot.selinux=permissive on kernel command line but same result. I delete all my lineage root and resync all from scratch but the build did not boot anymore. Please, could-you check if your build boot with the last comit of lineage 17.1 and android_samsung_universal7870 ?
Thanks by advance.
Pascal.
Click to expand...
Click to collapse
I have pushed some changes to GitLab yesterday which fix this problem. You should be able to boot a new build just fine now :highfive:

[ROM][UNOFFICIAL][10.0][tb8704f/x/v] LineageOS 17.1 for Lenovo TAB 4 8 plus

{
"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.
*/
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.
What works:
Calls/SMS/Mobile data
Wifi
Bluetooth
GPS
Camera
Audio
FM radio
Torchlight
USB and WLAN tethering
Broken
DT2W
You tell me
Source code:
device : https://github.com/lenovo-devs/android_device_lenovo_TB8704
device tb-comon https://github.com/lenovo-devs/android_device_lenovo_tb-common
kernel: https://github.com/lenovo-devs/android_kernel_lenovo_msm8953
vendor: https://github.com/lenovo-devs/proprietary_vendor_lenovo
2020-09-06
Update Lineage code
Fixed FM radio issue
Fixed issues on 8704F (wifi only version), when charger cable unplugged (please report if it really works this time, I dont have wifi only tablet to test)
mailru: lineage-17.1-20200906-UNOFFICIAL-TB8704.zip
gdrive: lineage-17.1-20200906-UNOFFICIAL-TB8704.zip
boot.img for TB-8704V: boot-los17.1-tb8704v-20200531.img (source code)
Previous versions:
2020-06-01
Fixed issue running on 8704F (WiFi version)
mailru: lineage-17.1-20200601-UNOFFICIAL-TB8704.zip
gdrive: lineage-17.1-20200601-UNOFFICIAL-TB8704.zip
boot.img for TB-8704V: boot-los17.1-tb8704v-20200531.img (source code)
2020-03-31
Initial realse
mailru: lineage-17.1-20200531-UNOFFICIAL-TB8704.zip
gdrive: lineage-17.1-20200531-UNOFFICIAL-TB8704.zip
boot.img for TB-8704V: boot-los17.1-tb8704v-20200531.img (source code)
How to install
You have to had TWRP installed from this thread TWRP and ROOT for Tab 4 8/10 (Plus) (TB-8704X/F/V,TB-X704L/F, TB-8504X/F, TB-X304L/F)
In TWRP clean Data if you coming from stock ROM and do Install of this ROM. If you have android 8 stock rom installed you have to format Data with data loss, because used encryption is incompatible with android 7.1
TB-8704V (Verizon)
If you have TB-8704V tablet, you have to additionaly flash boot.img from link above after rom intsallation. This tablet has some hardware differences from x and f and requires custom kernel to work,
Thanks
Big thank to @mistersixt, who donated $$ for device.
XDA:DevDB Information
[ROM][UNOFFICIAL][10.0][tb8704f/x/v] LineageOS 17.1 for Lenovo TAB 4 8 plus, ROM for the Lenovo Thinkpad Tablet
Contributors
highwaystar_ru
Source Code: https://github.com/lenovo-devs/android_kernel_lenovo_msm8953
ROM OS Version: Android 10
ROM Kernel: Linux 3.10.x
Based On: LineageOs
Version Information
Status: Testing
Created 2020-05-31
Last Updated 2020-05-31
Groovy
Nice! I’ll give this a test tomorrow ??
deleted
Gapps
Are gapps included in rom
There is no gapps in the rom, you have to download it from opengapps.org if needed.
There are reports about bootloop on wifi version of tablet (LTE version works fine), I will upload fixed version tomorrow.
I'm syncing up the sources on my ROM Kitchen now
What are the install steps if I have lineage 16 already installed. i.e. sufficient to use the existing TWRP. Can I have Dirty flash? etc
highwaystar_ru said:
There are reports about bootloop on wifi version of tablet (LTE version works fine), I will upload fixed version tomorrow.
Click to expand...
Click to collapse
Okay, I’m on a WiFi only tb8704f, so I’ll wait for the updated ROM.
+1. Same here. Waiting for updated ROM for f.
hunnia41 said:
What are the install steps if I have lineage 16 already installed. i.e. sufficient to use the existing TWRP. Can I have Dirty flash? etc
Click to expand...
Click to collapse
Full wipe and reinstall for a major version number release like this, I believe. Dirty flash will almost certainly fail. Your existing TWRP should suffice, but you'll need to reflash gapps when you install los17.1
I've uploaded new version, this should resolve issue with 8704f, please try and report if it works or not. Full adb logcat output on boot are welcome too.
2020-06-01
Fixed issue running on 8704F (WiFi version)
I has no removing telephony apps after installation on WiFi only tablet.
Branch: lineage-17.1
Hi @highwaystar_ru - if I want to run some tests using your sources which branch should I be syncing to? lineage-17.1 for all of them right?
So far, working very well. No crashes or hangs, everything fast and smooth. Two things that don't work are DT2W but this was already known. The other is USB hubs do not work at all. They do not work on LOS 16 either but they do work on LOS14. A fix for this would be greatly appreciated.
Great work other than that as usual highwaystar.
lancebuks said:
Hi @highwaystar_ru - if I want to run some tests using your sources which branch should I be syncing to? lineage-17.1 for all of them right?
Click to expand...
Click to collapse
Yes all lineage-17.1 branches. In latest built these lines are removed to make it bootable on wifi version https://github.com/lenovo-devs/andr.../lineage-17.0/prebuilt/bin/deunify.sh#L16-L30
highwaystar_ru said:
Source code:
device : https://github.com/lenovo-devs/android_device_lenovo_TB8704
Click to expand...
Click to collapse
BTW the device source link is pointing to TB-8703
highwaystar_ru said:
Yes all lineage-17.1 branches. In latest built these lines are removed to make it bootable on wifi version https://github.com/lenovo-devs/andr.../lineage-17.0/prebuilt/bin/deunify.sh#L16-L30
Click to expand...
Click to collapse
I just did a clean install of the latest version (lineage-17.1-20200601-UNOFFICIAL-TB8704.zip) and noted that, although I'm on tb8704f, I can still see the "Messaging" app, which wasn't there when I wasn on 16. Looking at the code highlighted in the github link above I wouldn't expect to see Messaging on my device. I was also asked if I wanted to configure a SIM during the first boot and setup.
I rebooted to TWRP, wiped Dalvik, system, data and cache, pushed lineageos and opengapp (full) zips, then installed and rebooted.
WiteWulf said:
I just did a clean install of the latest version (lineage-17.1-20200601-UNOFFICIAL-TB8704.zip) and noted that, although I'm on tb8704f, I can still see the "Messaging" app, which wasn't there when I wasn on 16. Looking at the code highlighted in the github link above I wouldn't expect to see Messaging on my device. I was also asked if I wanted to configure a SIM during the first boot and setup.
I rebooted to TWRP, wiped Dalvik, system, data and cache, pushed lineageos and opengapp (full) zips, then installed and rebooted.
Click to expand...
Click to collapse
In fixed 20200601 fix is to *not* remove telephony and messaging apps.
highwaystar_ru said:
In fixed 20200601 fix is to *not* remove telephony and messaging apps.
Click to expand...
Click to collapse
Doh! Sorry ?
New installation
Everything works ok for me except Netflix, not compatible with this device not sure why.

[ROM][11] LineageOS 18.1 [OFFICIAL]

{
"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 11.x (R),
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 : http://lineageos.org
About LineageOS Legal : http://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.
3. For VoLTE, you need to boot into stock firmware and enable it before flashing this ROM!
4. Do not flash odm image from SODP.
Downloads Links
LineageOS website
Google Applications (optional):
MindTheGapps
Information: Flash the GApps before the first boot. If not, a clean flash is recommended.
Flashing and updating
How to flash
Make sure you are upgrade to Official Android 10.0 from Sony
Unlock bootloader is necessary.
To disable AVB 2.0 using fastboot:
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
Sideload LineageOS in Lineage Recovery
You can refer to wiki
Warning: If you stuck at boot animation, you need to unplug your TF card.
Root access:
Sideload Magisk in recovery.
Issues and reports
Report issues only if you are using the ROM kernel
If an additional mod is installed, make sure it's unrelated, and mention it
Make sure the issue wasn't discussed earlier in the threads
Share a log of the error with CatLog for example
Also thanks to:
Luk1337
The LineageOS Team
The CyanogenMod Team
The SODP Team
Everyone involved in working and testing
XDA:DevDB Information
Lineage 18.1 for Xperia XZ3, ROM for the Xperia XZ3
Contributors
Sjll, Olivier
Source Code: https://github.com/sony-sdm845
Donation
https://paypal.me/sjllls
ROM OS Version: Android 11
ROM Kernel: Linux 4.9
ROM Firmware Required: Official Android 10.0 firmware
Based On: LineageOS
Version Information
Status: Stable
Created 2021-05-14
Last Updated 2021-05-15
Res
Im going to try this! I am so excited... I have DUAL version (H9436), i hope it will be OK.
Do you have your own bugreport?
Artemian said:
Im going to try this! I am so excited... I have DUAL version (H9436), i hope it will be OK.
Do you have your own bugreport?
Click to expand...
Click to collapse
No bug found with OTA update.
Tested again, everything is fine with clean installation on 0515 version. I will upload it soon.
We will be LineageOS official soon.
LineageOS 18.1 20210514
I was made FACTORY RESET before i started to test latest release
XPERIA XZ3 Dual (H9436)
GMAIL finally not shutting down, when i try to open it
WEAR finally not shutting down when copying accounts
Can't install REVOLUT from Google Play (it was possible on L17.1)
Apps are more stable here
Display colors are more accurate
Phone is much faster, than 17.1
SDCard working well (!)
...I will continue with testing
Artemian said:
LineageOS 18.1 20210514
I was made FACTORY RESET before i started to test latest release
XPERIA XZ3 Dual (H9436)
GMAIL finally not shutting down, when i try to open it
WEAR finally not shutting down when copying accounts
Can't install REVOLUT from Google Play (it was possible on L17.1)
Apps are more stable here
Display colors are more accurate
Phone is much faster, than 17.1
SDCard working well (!)
...I will continue with testing
Click to expand...
Click to collapse
Try 0515 build, I removed 0514 build. it is buggy.
MindTheGapps
Sjll said:
Try 0515 build, I removed 0514 build. it is buggy.
MindTheGapps
Click to expand...
Click to collapse
Do i need fresh install, or i can do just can "update"?
Cause i found 0514 as stable and fully working... and i have everything set-it-up already
Only thing what i found is more battery draining than 17.1.
17.1 was great for battery, almost 1,5 day on battery.
18.1 i lost 2% in 10 minutes, so...
Artemian said:
Do i need fresh install, or i can do just can "update"?
Cause i found 0514 as stable and fully working... and i have everything set-it-up already
Only thing what i found is more battery draining than 17.1.
17.1 was great for battery, almost 1,5 day on battery.
18.1 i lost 2% in 10 minutes, so...
Click to expand...
Click to collapse
If you are not from NikGapps > MindTheGapps, you can update.
I will upload a new version which should fix the battery issue in 30 mins.
-----------------EDIT-------------
New version uploaded.
Sjll said:
If you are not from NikGapps > MindTheGapps, you can update.
I will upload a new version which should fix the battery issue in 30 mins.
-----------------EDIT-------------
New version uploaded.
Click to expand...
Click to collapse
Yeah, i have NikGapps cause it was there a link to NikGapps
DOWNLOADING new release now, wit MindtheGapps. I make fresh install again
Sjll said:
Google Applications (optional):
MindTheGapps
Information: Flash the GApps before the first boot. If not, a clean flash is recommended.
Click to expand...
Click to collapse
When i try to download my backup from Google Cloud, it will show me my last uploads, and when i try to download one, it stucks on the "Just a sec" screen with hot a s hell back glass. So I decided to flash NikGapps again. It's more complexity than MindTheGapps... and works great!
Artemian said:
When i try to download my backup from Google Cloud, it will show me my last uploads, and when i try to download one, it stucks on the "Just a sec" screen with hot a s hell back glass. So I decided to flash NikGapps again. It's more complexity than MindTheGapps... and works great!
Click to expand...
Click to collapse
Nice, flash new LineageOS didn't need wipe data.
But if you try to use a different Gapps, you need to wipe data to prevent wired problems.
Sjll said:
Nice, flash new LineageOS didn't need wipe data.
But if you try to use a different Gapps, you need to wipe data to prevent wired problems.
Click to expand...
Click to collapse
So, if I'm using NikGapps, and you will make new build, i just sideload that build, and it's not neccesary to format /data?
Installed... for the battery check i need more time.
You're be part of the LineageOS team? So it will be Official updates (trough updater) for XZ3 and XZ3 Dual?
Artemian said:
Installed... for the battery check i need more time.
You're be part of the LineageOS team? So it will be Official updates (trough updater) for XZ3 and XZ3 Dual?
Click to expand...
Click to collapse
A new build will be uploaded soon.
Yup, we will be official and get OTA after stability test.
----------EDIT----------
New build uploaded.
Google play service not suported for your device. It appears when i open signal and skrill.i passed safettynet,cleaned cachr play store and service ,update everything but still.i have mindgapps
OK, i tried to "update" but it says, my data is corrupted, do factory reset. So i need to erase all my phone again, install Gapps again. I think i am doing something wrong with build updates :/
I don't know why, but I have VOLUME controls on the left
Sjll said:
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 11.x (R),
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 : http://lineageos.org
About LineageOS Legal : http://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.
3. For VoLTE, you need to boot into stock firmware and enable it before flashing this ROM!
4. Do not flash odm image from SODP.
Downloads Links
LineageOS 18.1:
Unofficial-build: Link
Google Applications (optional):
MindTheGapps
Information: Flash the GApps before the first boot. If not, a clean flash is recommended.
Flashing and updating
How to flash
Make sure you are upgrade to Official Android 10.0 from Sony
Unlock bootloader is necessary.
To disable AVB 2.0 using fastboot:
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
Sideload LineageOS in Lineage Recovery
You can refer to XZ2's wiki
Warning: If you stuck at boot animation, you need to unplug your TF card.
Root access:
Sideload Magisk in recovery.
Issues and reports
Report issues only if you are using the ROM kernel
If an additional mod is installed, make sure it's unrelated, and mention it
Make sure the issue wasn't discussed earlier in the threads
Share a log of the error with CatLog for example
Also thanks to:
Luk1337
The LineageOS Team
The CyanogenMod Team
The SODP Team
Everyone involved in working and testing
XDA:DevDB Information
Lineage 18.1 for Xperia XZ3, ROM for the Xperia XZ3
Contributors
Sjll, Olivier
Source Code: https://github.com/sony-sdm845
ROM OS Version: Android 11
ROM Kernel: Linux 4.9
ROM Firmware Required: Official Android 10.0 firmware
Based On: LineageOS
Version Information
Status: Stable
Created 2021-05-14
Last Updated 2021-05-15
Click to expand...
Click to collapse
Should i flash this rom, before fastboot binaries?
kirin72212 said:
Should i flash this rom, before fastboot binaries?
Click to expand...
Click to collapse
Don't flash the SONY ODMs!
Artemian said:
Don't flash the SONY ODMs!
Click to expand...
Click to collapse
Software binaries for AOSP Android 11.0 – Kernel 4.14 – Tama (latest)
is this OK?

[DISCONTINUED][zippo] LineageOS 19.1 (Android 12.1) for the Lenovo Z6 Pro

{
"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 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 restores 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 our Gerrit Code Review.
Code:
#include
/*
* 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.
*/
SUPPORTED DEVICES
- zippo (L78051)
HOW TO INSTALL LINEAGEOS WITH LINEAGE RECOVERY
Please NOTE! As of LineageOS 19.1? We do NOT support bootloader locked! You MUST unlock your bootloader to use this version!
- Make sure your phone is running firmware from at least CN 12.5.332. If not? Please download and install it via recovery. It can be flashed before the ROM
If you want to follow the official instructions for bootloader unlock? Please go to the LineageOS Wiki here:
https://wiki.lineageos.org/devices/zippo/install
If you want to preserve a locked bootloader? Download and follow the instructions in this zip and then follow the official wiki instructions but skip the bootloader unlock section.
HOW TO UPDATE LINEAGEOS WITH LINEAGE RECOVERY
Please follow the official instructions on the LineageOS Wiki here:
https://wiki.lineageos.org/devices/zippo/update
HOW TO INSTALL LINEAGEOS WITH TWRP
Please NOTE! As of LineageOS 19.1? We do NOT support bootloader locked! You MUST unlock your bootloader to use this version!
- Make sure your phone is running firmware from at least CN 12.5.332. If not? Please download and install it via recovery. It can be flashed before the ROM
- Download the LineageOS and firmware zips. (see Downloads)
- Boot into TWRP.
- Copy the downloaded zip files to the internal storage of the device.
- Perform a backup of your current ROM. (Optional)
- RECOMMENDED: Do a factory reset (clean wipe)! No support if you didn't! (Wipe Dalvik, system, cache and format data)
- NOTE: If coming from stock ROM? You MUST format data (Wipe > tap "Format Data" button > type "yes" > keyboard checkbox)
- Flash firmware and LineageOS zips.
- Optional: Install the Google Apps addon package. (see Downloads)
- Reboot to system.
HOW TO UPDATE LINEAGEOS WITH TWRP
- Download the LineageOS zip(s). (see Downloads)
- Copy the downloaded zip files to the internal storage of the device.
- Reboot to TWRP.
- Flash LineageOS. (Wiping Dalvik and Cache is optional, but recommended)
- Reboot to system.
MAIN DOWNLOADS
TWRP for zippo: Official
Lenovo Z6 Pro
Disclaimer:Team Win strives to provide a quality product. However, it is your decision to install our software on your device. Team Win takes no ...
twrp.me
Lineage:
- Official:
LineageOS Downloads
download.lineageos.org
- Unofficial:
https://osdn.net/projects/lineageos-for-zippo/releases/p19024
GOOGLE APPS (GAPPS) DOWNLOADS
- MindTheGapps:
http://downloads.codefi.re/jdcteam/javelinanddart/gapps
GOOGLE CAMERA (GCAM) DOWNLOADS
Google Camera:
Wichaya GCam APKs - Google Camera Port
Modified Google Camera app by Wichaya.
www.celsoazevedo.com
Recommended version:
https://www.celsoazevedo.com/files/android/google-camera/dev-wichaya/f/dl5/
Recommended config:
https://osdn.net/projects/lineageos-for-zippo/releases/76575
FIRMWARE DOWNLOADS
Minimum required versions:
- zippo (L78051) CN 12.5.365
https://osdn.net/projects/lineageos-for-zippo/releases/p17514
DEVELOPER RESOURCES
GitHub - lenovo-sm8150/local_manifests at lineage-19.1
Contribute to lenovo-sm8150/local_manifests development by creating an account on GitHub.
github.com
HOW TO CONTRIBUTE
Send your patches up for review: https://review.lineageos.org/
Read the guides on the LineageOS Wiki: https://wiki.lineageos.org/
Source Code: https://github.com/LineageOS
DONATIONS
Pay Marc Bourgoin using PayPal.Me
Go to paypal.me/ThEMarD85 and type in the amount. Since it’s PayPal, it's easy and secure. Don’t have a PayPal account? No worries.
www.paypal.com
KNOWN BUGS
Currently only works with bootloader unlocked
SafetyNet does not pass (Unfortunately, this is not possible as your SoC has hardware attestation... the workaround is to use unsupported mods like Magisk which tbh I haven't tried myself as I don't root my devices, but other users said that plus the SafetyNet Magisk mod works)
Fingerprint icon is too low compared to actual location of the scanner
Heyyo, allow me to introduce myself. I am Marc "ThE_MarD" Bourgoin and I maintain LineageOS and TWRP for the LeEco Le Max 2 (X2) and was crowdfunded a zippo which I will maintain LineageOS for (with selinux enforcing of course) and maybe assist with TWRP later. I also own an Asus Zenfone 5z (Z01R) which I maintain LineageOS for (and plan to maintain TWRP) and I was also donated a Motorola Moto X4 (Payton) which I maintain LineageOS and TWRP for.
I'd like to take this moment to also thank anyone who donated to the crowdfunding campaign for my zippo! Without you? I wouldn't have this epic device in my hands to work on.
Also MAJOR thanks to Zhenxiang Chen (aka pasta_con_tonno, Lucchetto) for all the amazing work he has done on zippo.
Special thanks to Einar Gednochsson (aka kanstmablason, pete80pro) for organizing the crowdfunding campaign for my zippo and also a new one for KuranKaname so he can revamp our kernel.
Thanks also to hypnz, chema f, gawin and Lucky for also working in zippo and to HighwayStar who started the initial trees for heart (Lenovo z5 Pro GT) which zippo trees are based upon and Art_Chen for working on heart and zippo and also bringing us FOD Dimming and DC Dimming.
Thanks again to Zhenxiang and Chema f for figuring out and implementing the QFIL recovery and vbmeta while keeping the bootloader locked
w00t! Initial LineageOS 19.0 release for zippo! lineage-19.0-20220212-UNOFFICIAL-zippo is still selinux permissive and QTI Bluetooth might have bugs but I'm not 100% certain if maybe it's just my AptX headset or BT headsets in general so that needs more testing. Please report any other bugs in this thread.
Release lineage-19.0 lineage-19.0-20220212-UNOFFICIAL-zippo - lineageos-for-zippo - OSDN
Release lineage-19.0 lineage-19.0-20220212-UNOFFICIAL-zippo - lineageos-for-zippo #osdn
osdn.net
Heyyo, a new test build is going up! lineage-19.0-20220310-UNOFFICIAL-zippo contains selinux enforcing without any neverallow violations which is super nice! It also has the FM Radio app (tbh haven't had time to test, if someone could please test and report back). Please test all functionality as we are pretty much ready for official LineageOS 19.0 builds once those eventually start coming out.
Release lineage-19.0 lineage-19.0-20220310-UNOFFICIAL-zippo - lineageos-for-zippo - OSDN
Release lineage-19.0 lineage-19.0-20220310-UNOFFICIAL-zippo - lineageos-for-zippo #osdn
osdn.net
Heyyo, a new test build is up! lineage-19.1-20220317-UNOFFICIAL-zippo is Android 12.1 (aka, Android 12 L) and is also selinux enforcing! Please test all functions including FM Radio
Release lineage-19.1 lineage-19.1-20220317-UNOFFICIAL-zippo - lineageos-for-zippo - OSDN
Release lineage-19.1 lineage-19.1-20220317-UNOFFICIAL-zippo - lineageos-for-zippo #osdn
osdn.net
Heyyo, I've updated the first post for LOS 19.1 and also I've put both heart and zippo on the initial 19.1 devices list once it goes official!
ThE_MarD said:
Heyyo, I've updated the first post for LOS 19.1 and also I've put both heart and zippo on the initial 19.1 devices list once it goes official!
Click to expand...
Click to collapse
Good to hear that as I about to switch back to LineageOS after more than 6 months on CN ROM.
Let's do it over this weekend
hahaha I couldn't wait and get it done already!
now I am in 19.1! so happy...still trying to play around with it..
@cheensiong, glad you like it! Lots of good team zippo devs effort in this one too. Once LOS 19.1 official drops? You can just manually flash a build and then the Lineage Updater can handle future OTA
ThE_MarD said:
Heyyo, I've updated the first post for LOS 19.1 and also I've put both heart and zippo on the initial 19.1 devices list once it goes official!
Click to expand...
Click to collapse
one question, when get official, do I need to flash again?
@cheensiong hehe, I think my reply didn't get posted by the time you did yours, you just need to manually flash it once and then the Lineage Updater will allow OTA for future updates
You don't need to wipe, just download, reboot to recovery, flash the official ROM zip and reboot to system
Cool!
Btw, I noticed that I couldn't get Android Auto on it. Fixing it?
Or is my version issue?
@cheensiong tbh I haven't been able to test Android Auto, but that's usually a GApps issue, so maybe it's not ready yet? Which GApps are you trying with atm?
ThE_MarD said:
@cheensiong tbh I haven't been able to test Android Auto, but that's usually a GApps issue, so maybe it's not ready yet? Which GApps are you trying with atm?
Click to expand...
Click to collapse
I am using the version that listed in the 1st post, http://downloads.codefi.re/jdcteam/javelinanddart/gapps
Just to check @cheensiong, you used the MTG 12.1.0 arm64?
ThE_MarD said:
Just to check @cheensiong, you used the MTG 12.1.0 arm64?
Click to expand...
Click to collapse
Yes, just checked my downloaded file. it is that version.
After about a week use, so far so good only noticed 2 minor bugs, not sure if you experienced the same.
1. Few times after certain navigation, the last "column" of the home screen (same apply on 2nd and 3rd screen) get BLANK and all icons get PUSH to the LEFT.
reset back with just two clicks of power button, one click to turn off the screen and one click to bring back the screen.
2. Few times noticed that I didnt manage to capture the photos although I clicked on the shutter button.
@cheensiong, is that with the stock trebuchet launcher and AOSP camera app?
ThE_MarD said:
@cheensiong, is that with the stock trebuchet launcher and AOSP camera app?
Click to expand...
Click to collapse
Yes, both stock trebuchet n camera

[ROM][OFFICIAL] LineageOS 19.1 weeklies for Redmi 7

{
"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:
/*
* 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.
*/
LineageOS is a free, community built, aftermarket firmware distribution of Android 12L, 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.
What's working:
WiFi
RIL (Calls, SMS, Data)
Bluetooth
Fingerprint
Audio
Video
Camera
Camcorder
Flash
IR
FM Radio
Sensors
LED
GPS
VoLTE
VoWiFi
Encryption (FBE)
Wifi Display
Known issues:
You tell me
Downloads:
Official download page
Instructions:
Upgrade from lineage 18.1: official guide
Fresh Install:
Reboot to recovery
Format /system, /vendor, /data and /cache
Install LineageOS zip package
Install GApps of your choice [optional]
Reboot
Important note:
Format data is necessary if MIUI was previously installed or the device was encrypted with other encryption methods like FDE.
No Custom Kernels are supported in this thread.
Device wiki:
Official wiki link
Device sources:
Device tree source code: https://github.com/LineageOS/android_device_xiaomi_onclite
Kernel source code: https://github.com/LineageOS/android_kernel_xiaomi_onclite
Reserved
Nice work, thanks!
Some screenshots:
Thanks for doing this! Hoping that the call volume will magically increase...
Aurora333 said:
Thanks for doing this! Hoping that the call volume will magically increase...
Click to expand...
Click to collapse
I haven't done anything about it. But sure I will fix it as soon as possible if it still persists.
Dhina17, thank you so much for everything! I'm sure LineageOS 19.1 will be as good as LineageOS 18.1 was for Redmi 7!
Dhina17 said:
I haven't done anything about it. But sure I will fix it as soon as possible if it still persists.
Click to expand...
Click to collapse
I'm not sure it's an issue with the build as it is with the hardware.
Anyway, I'm currently downloading LOS 19 and wanted to thank you very much for doing this.
What GApps package should i flash? OpenGapps 12L test or mindthegapps from Lineage Wiki? I'm currently using OpenGapps nano on LOS 18.1 and am not sure if I should flash mindthegapps over my existing OpenGapps installation
NMrocks said:
What GApps package should i flash? OpenGapps 12L test or mindthegapps from Lineage Wiki? I'm currently using OpenGapps nano on LOS 18.1 and am not sure if I should flash mindthegapps over my existing OpenGapps installation
Click to expand...
Click to collapse
MindTheGapps is the one officially recommended for 19.1 on the LineageOS website
xholster said:
MindTheGapps is the one officially recommended for 19.1 on the LineageOS website
Click to expand...
Click to collapse
I know, what I'm asking is that I've been using this rom since LineageOS 17.1 with OpenGapps nano. I dirty flashed 18.1 with OpenGapps nano test and it would of course work since it was the one already installed, but now I'm not sure if I should dirty flash Mindthegapps over OpenGapps. This phone is my daily driver and i don't want to mess it up lol
When will there be performance profiles in Lineage os 19?
When I put the games on maximum they work well, in this new version it is not and it is not so good for me
NMrocks said:
I know, what I'm asking is that I've been using this rom since LineageOS 17.1 with OpenGapps nano. I dirty flashed 18.1 with OpenGapps nano test and it would of course work since it was the one already installed, but now I'm not sure if I should dirty flash Mindthegapps over OpenGapps. This phone is my daily driver and i don't want to mess it up lol
Click to expand...
Click to collapse
Dirty flash MindTheGapps over OpenGapps nano when upgrading major version of LineageOS should work, or you can wipe system to make sure the no addon.d script will be executed when upgrading.
If you really want to use OpenGapps nano, find the build that's confirmed to work on A12L, because OpenGapps often release broken builds.
For official LineageOS, if you're using add-ons or modifications that aren't supported or recommended, you're on your own.
erick06 said:
When will there be performance profiles in Lineage os 19?
Click to expand...
Click to collapse
erick06 said:
When I put the games on maximum they work well, in this new version it is not and it is not so good for me
Click to expand...
Click to collapse
What do you mean?
It sounds contradictory, you said "they work", but also "it is not".
erick06 said:
View attachment 5651009
Click to expand...
Click to collapse
Is that a screenshot from LineageOS 19 or 18.1?
r6680jc said:
Dirty flash MindTheGapps over OpenGapps nano when upgrading major version of LineageOS should work, or you can wipe system to make sure the no addon.d script will be executed when upgrading.
Click to expand...
Click to collapse
Hey, I was able to install 19.1 without any data loss by dirty flashing mindthegapps
Love your dedication Dhina17, thank you for this amazing piece of work!
erick06 said:
When will there be performance profiles in Lineage os 19?
Click to expand...
Click to collapse
I remember seeing this question on reddit and the lineage dev team guys said it will not be in LOS anymore (because of stability issues i think)
I can't seem to add my wifi during setup wizard.
It just gets stucked at "Authenticating".
I did a clean install and installed 0605 build of MTG.
EDIT: Nvm. Just forgot the last character.
EDIT 2: 1. It doesn't let me change my connection to "Static" instead of te default DHCP during the setup wizard.
2. I'm not sure if it's MTG (0605 build) that's causing the issue but when I was logging in to my Google account, I chose the text message for 2FA but it didn't automatically put in the code during setup wizard. I saw all the text messages on the Messages app though.
r6680jc said:
What do you mean?
It sounds contradictory, you said "they work", but also "it is not".
Is that a screenshot from LineageOS 19 or 18.1?
Click to expand...
Click to collapse
use a translator, sorry
lineage os 19 does not have those performance profiles, they have worked very well for me in lineage os 18
19 does not have them, for games it does not go so well without that profile
I thought that maybe they already removed it in android 12 or can it be added?
translator again, sorry
NMrocks said:
Hey, I was able to install 19.1 without any data loss by dirty flashing mindthegapps
Love your dedication Dhina17, thank you for this amazing piece of work!
I remember seeing this question on reddit and the lineage dev team guys said it will not be in LOS anymore (because of stability issues i think)
Click to expand...
Click to collapse
the rom is fine for daily use, I like that simple style, but I also use it for games, and it goes much better when activating that option, hopefully if they can add it again, I like the 19 but for the use that it I give I'm going to stay with 18
use translator, sorry
Last night I upgraded three Redmi 7s from LOS 18 to LOS 19 and they seem to be working fine. Still yet to check the call volume, though.
Looks great. Thanks for your work.
Besides the small issues I've faced during Setup Wizard.
The ROM is running fine.
It seems to be slightly more faster/responsive than the LOS 18.1, from installing my apps to loading apps but I'm not sure if that's just because I did a fresh install..
I've noticed the ripple animation in the system and in apps is a little glitched out. In the settings app the ripple animation is grainy (tiny white dots inside the ripple)
In other apps where this animation is supposed to have rounded corners (like Google Messages), the corners are not properly rounded (see attached videos)
Edit: the videos don't seem to attach, I'll send links maybe
Edit 2: Links:
In settings app
In Google Messages
Edit 3: oh it seems "it is a feature"
Edit 4: after a few hours of usage I've now gotten used to the glitter animation and it's unnoticeable now ¯\_(ツ)_/¯

Categories

Resources