[ROM][9][OFFICIAL] LineageOS 16.0 for P2

Search This thread

ronald_loulan

Senior Member
Apr 14, 2010
666
94
Hi guys, I'm trying to permanently disable the on-screen navigation button but there's no such setting.

Found it, edit system/Build.prop and add "qemu.hw.mainkeys=1"
 
Last edited:

yajdintaydemir

Senior Member
Nov 18, 2018
65
8
How can i make the whole UI dark themed?
I'm talking about notifications and supported apps becoming dark too.
It kinda defeats the purpose of dark mode when only a small part of the UI becomes dark and rest of it still hurts my eyes.

Thanks in advance.
 

Taranis

Senior Member
Aug 31, 2011
541
93
Poland
Can anyone tell me is the latest build (lineage-16.0-20200419-nightly-kuntao-signed.zip) stable and smooth? Someone wrote earlier that the last one was laggy. Is that true or someone's imagination? :)
 

arcaneview

Member
Jul 18, 2020
22
8
Can anyone tell me is the latest build (lineage-16.0-20200419-nightly-kuntao-signed.zip) stable and smooth? Someone wrote earlier that the last one was laggy. Is that true or someone's imagination? :)

Try latest lineage-17.1-20200719-nightly-kuntao-signed.zip is butter smooth, no bugs and with latest july security update. Los16 is not being maintained anymore.
 

2019registered

Senior Member
Dec 22, 2018
54
11
Thanks for providing the 16.0 for the Lenovo P2a42.

Issue 1: Touchscreen issue
I was able to successfully move from 15.1 to 16.0 (I did a full wipe (cache, system, davilik, interal storage, data) because of failed decryption)
I do have one criticial issue, that I have now with 16.0 and also had with 15.1. Very often I have to hit any app icon like 5-10 times, until it opens. It is worse when it is connected to USB. I can also confirm that the stock rom did not have that issue.
I have already removed the screen protection but I still have the issue. This drives me nuts and I can't really use the phone.
Anyone an idea?
.

Anyone else having this issue?
 

simbanono

Senior Member
Aug 12, 2019
67
38
Anyone have a copy of the old and last build? since my opinion is that android 9 has better battery life than 10. I need 20200419
 

simbanono

Senior Member
Aug 12, 2019
67
38
Thank you, I appreciate it, also I dont use Mokee because basic integrity fails so safetynet hates it.
 

simbanono

Senior Member
Aug 12, 2019
67
38
Nothanks Magisk Hide is something that works around googles safetynet, and it makes custom roms look bad.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 65
    Code:
    [COLOR="Purple"]#include <std_disclaimer.h>[/COLOR]
    [COLOR="Navy"]/*
     * 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.
     */[/COLOR]

    Installation:
    If you are on stock OS, you need a custom recovery first. You can get the recommended TWRP recovery in the official installation instructions link below.
    If you are coming from stock or other ROMs, you need to make a factory reset.
    If you are coming from LineageOS 15.1 with f2fs userdata, you need to format the userdata partition! Read the second post for more information.
    As always, make sure to backup before installing this ROM.

    More detailed instructions at:
    Install LineageOS on kuntao

    Download link:
    LineageOS Downloads

    Recommended Google Apps package:
    Open GApps (choose the variant you want. Recommended nano package)

    Required TWRP recovery
    twrp-3.2.3-20190209-kuntao.img

    Official root addon
    LineageOS Extras

    Changelog:
    Changes for kuntao

    Bug reports:
    How to submit a bug report
    LineageOS GitLab

    Donate to support development:
    Donate via PayPal to mikeioannina
    Donate via PayPal to LineageOS

    XDA:DevDB Information
    Official LineageOS 16.0 for P2, ROM for the Lenovo P2

    Contributors
    mikeioannina, highwaystar_ru
    Source Code: https://github.com/LineageOS

    ROM OS Version: 9.x Pie
    ROM Kernel: Linux 3.x
    ROM Firmware Required: Any version of stock 6.0. Recommended: P2a42_S251_171107_ROW
    Based On: LineageOS

    Version Information
    Status: Nightly

    Created 2019-04-13
    Last Updated 2019-06-17
    40
    Hi everyone, it took a bit long but I have started working on lineage 17.1. Things look good so far.
    37
    I fixed a bunch of issues and ship blockers, I am not aware of any big issue so I will be enabling 17.1 nightlies soon so we can get wider testing.
    36
    Upgrade instructions from LineageOS 15.1

    Lenovo used a very old version of f2fs which is incompatible with latest f2fs version of 3.18 kernel. In order to keep the device updated with the latest features, it was necessary to upgrade f2fs with the downside of existing users need to format the userdata partition. If you want to keep your userdata, follow these steps. Keep in mind any apps using the keystore will be broken and you will need to clear their app data and set them up from scratch. If you used ext4 for userdata, you can simply upgrade without any breakage.

    If you want to keep and migrate your 15.1 data and internal storage contents (only on incoming official builds!):

    1. backup userdata in your current TWRP and take an internal storage backup on your PC.
    2. reboot to bootloader
    3. fastboot flash recovery twrp-3.2.3-20190209-kuntao.img
    4. reboot to recovery by holding vol up + vol down + home + power buttons
    5. main menu -> wipe -> format data
    6. main menu -> reboot -> reboot recovery
    7. flash lineage zip (and gapps/whatever else you want)
    8. restore userdata backup and internal storage backup
    9. delete /data/system/locksettings.db, you will have to set your lockscreen protection again when it boots

    If you want a completely clean install just skip steps 1, 8 and 9.
    I tested this process and it worked coming from lineage-15.1 or stock ROM.
    35
    @mikeioannina Thanks for your attempts for keeping this device's ROM development alive.

    While ago I saw in gerrit that you have commits about 4.x kernel. Did you succeeded to bring it up?
    And while you are currently working on LOS17, do you promote kuntao to 17?

    I never finished 4.9 kernel because it fails too early and I have no real way to debug it. I might look at it in the future when I have more time, but for now 3.18 still works fine.

    I will start porting 17.0 to kuntao soon and unless there is some major issue, it will be of course officially supported.