[ROM][OFFICIAL][instantnoodle][11] LineageOS 18.1

Search This thread

anishpratheepan

Senior Member
Dec 10, 2016
135
278
OnePlus 3T
Moto G5 Plus
2okPze5.png


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. You can also view the Changelog for a full list of changes & features.

Instructions :
Downloads :
Reporting Bugs
  • DO NOT Report bugs if you're running a custom kernel or you installed Xposed
  • Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
  • If it is a random reboot, grab /proc/last_kmsg. (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
  • If the problem disappears after running "setenforce 0" from a root shell, grab /data/misc/audit/audit.log
Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. Please also do not report known issues. Any bug not reported in the bug report format below may be ignored.

Code:
What is your--
LineageOS version:
LineageOS Download url:
Gapps version:

Did you--
wipe:
restore with titanium backup:
reboot after having the issue:

Are you using--
a task killer:
a non-stock kernel:
other modifications:

Provide any additional information (observations/frequency of problem/last version it worked on/etc) as needed:



Kernel source: https://github.com/LineageOS/android_kernel_oneplus_sm8250
{Mod edit: Link to kernel source added on request of OP}

Donate:
 
Last edited by a moderator:

mattie_49

Senior Member
Feb 4, 2010
3,735
1,195
Seymour Tn
OnePlus 9
OnePlus 9 Pro
Many thanks for making op8 officially built. I've been on since yesterday early and no issues other than can't call upon "hey google" to use assistant. But from what I've seen only works on stock. If anyone knows a fix , please share. Long press home button pulls it up but not hands free. :( ok ultranoob just told me I used wrong gapps using NikGapps. And linked to to correct ones. I will reflash. Said it's working fine on his end
 
Last edited:

sjgoel

Senior Member
Many thanks for making op8 officially built. I've been on since yesterday early and no issues other than can't call upon "hey google" to use assistant. But from what I've seen only works on stock. If anyone knows a fix , please share. Long press home button pulls it up but not hands free. :( ok ultranoob just told me I used wrong gapps using NikGapps. And linked to to correct ones. I will reflash. Said it's working fine on his end
Am planning to take the dip... which is the correct Gapps to use? And if you can spare time to write the steps to install them would be appreciated.
 
Last edited:

mattie_49

Senior Member
Feb 4, 2010
3,735
1,195
Seymour Tn
OnePlus 9
OnePlus 9 Pro
Am planning to take the dip... which is the correct Gapps to use? And if you can spare time to write the steps to install them would be appreciated.
Still unknown. NikGapps work fine but break "hey google". Working with ultranoob one of the maintainers to get sorted out. I'll lyk asap. Use Nikgapps if you don't use your assistant hands free. Adb sideload name of package. Through Lineage recovery

 
Last edited:

sjgoel

Senior Member

mvmike

Senior Member
Mar 13, 2018
72
21
Catalonia
github.com
OnePlus 8
Many thanks for making op8 officially built. I've been on since yesterday early and no issues other than can't call upon "hey google" to use assistant. But from what I've seen only works on stock. If anyone knows a fix , please share. Long press home button pulls it up but not hands free. :( ok ultranoob just told me I used wrong gapps using NikGapps. And linked to to correct ones. I will reflash. Said it's working fine on his end

Coming from the unofficial build, I assume (also mentioned in the unofficial thread) we can dirty flash since the sources are the same, but could i ask for the specific steps you took? Did you apply the copy partitions step too?
 

mobile_sensei

Retired Recognized Developer
Jan 18, 2011
662
823
Washington DC
OnePlus 8
OnePlus 10 Pro
Stoked to have an official build! It installs & runs great, thanks to all who made this possible for OP8!
It's nice to know it will always be updated and maintained - I was on DOT OS and loved it with Hasty kernel but the thread appears dead so here I am.
 

ioctl0

Member
Jul 18, 2016
48
6
Copying bugs from the closed thread with some additions:


1) Display is too light on minimal brightness, it's not comfortable to use in darkness. Also, it seems its too dark on maximum brightness, but I am not sure.

2) Phone speaker too loud on minimal volume. Everybody in room can hear my interlocutor.

3) Gravitation sensor work fine in apps like SatStat, but not in camera apps: OpenCamera and GCam. While making a photo, horizontal line in camera react to position change very, very slowly. It take about 15 seconds to display real horizon.

4) Not sure its a software problem, but nevertheless: Acc daemon + AccA app cannot limit battery charging voltage. This feature is very usefull to prolong battery live.

5) Phone setting to check Proximity settings before activation is not working, so, phone aims to go active in pocket. Proximity sensor itself is working (proved with SatStat app).

6) May be related to (1). Light sensor shows illumination value about 2..6 times more that it should be (tested with SatStat on a few devices). Error multiplicator not so big in dark place and grows with illumination level.
 
  • Like
Reactions: nicorj

chriswcs

Member
Nov 3, 2013
20
2
Is it possible to get Magisk or something else like it installed with this? I'd like to root and prevent apps from knowing, so they all function as normal.
 

mvmike

Senior Member
Mar 13, 2018
72
21
Catalonia
github.com
OnePlus 8
Is it possible to get Magisk or something else like it installed with this? I'd like to root and prevent apps from knowing, so they all function as normal.

Lineage never had any issue with Magisk, have both nikgapps (core) + Magisk working perfectly.

Just follow the instructions and remember to let system boot once after fresh install before
 
  • Like
Reactions: chriswcs

bruelltaube

Senior Member
Oct 10, 2015
53
49
How did you get the boot.img to patch though? I couldn't find one in the .zip file.
Search for payload dumper. Can be used in Windows as a standalone program, or making use of Python3 under Linux as well. Doing so, you will be able to extract the boot.img to be patched with Magisk. Very good explanations on howto, here on XDA.
 
  • Like
Reactions: chriswcs

bruelltaube

Senior Member
Oct 10, 2015
53
49
How did you get the boot.img to patch though? I couldn't find one in the .zip file.
Although made for Nokia, the steps in this thread generally apply. You have to download your Oneplus OTA of course.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 21
    2okPze5.png


    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. You can also view the Changelog for a full list of changes & features.

    Instructions :
    Downloads :
    Reporting Bugs
    • DO NOT Report bugs if you're running a custom kernel or you installed Xposed
    • Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
    • If it is a random reboot, grab /proc/last_kmsg. (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
    • If the problem disappears after running "setenforce 0" from a root shell, grab /data/misc/audit/audit.log
    Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. Please also do not report known issues. Any bug not reported in the bug report format below may be ignored.

    Code:
    What is your--
    LineageOS version:
    LineageOS Download url:
    Gapps version:
    
    Did you--
    wipe:
    restore with titanium backup:
    reboot after having the issue:
    
    Are you using--
    a task killer:
    a non-stock kernel:
    other modifications:
    
    Provide any additional information (observations/frequency of problem/last version it worked on/etc) as needed:



    Kernel source: https://github.com/LineageOS/android_kernel_oneplus_sm8250
    {Mod edit: Link to kernel source added on request of OP}

    Donate:
    2
    For completness: I fixed my issue. It was not due to the recent/last update. I changed more or less in parallel to the last update my data plan to safe money. Apparently that enabled 5G -which I did not have before. It seems that 5G needs a lot of energy. I disabled it in my settings and now everything is back to normal.
    2
    1. Yes, No Face unlock
    2. It's working
    3. Volume sliders works perfectly
    My vol slider is perfect and download
    I'm loving the official Lineage and all set up without issue.
    There are a few niggles I have that make me wanna stick with Oxygen OS for now (until OP fall behind on their updates for the device.
    • No Face Unlock?
    • No working wide-angle camera?
    • Volume slider doesn't work?
    So... while I'll be back in the near future. How do I revert back to stock?
    Back on OS via MSS tool for now but will be following this thread and development closely :)
    Op isn't falling behind on anything ? This is the first build for op8. Perfect fp scanner no need for face unlock at all,as good as stock. My volume slider works like stock build also & download a different cam. We owe these people our thanks, not our complaints.

    Here is link to Wichaya. Download and install the apk. These are the gold standard for our devices. Work nicely right out the box.

    Thread '[OP8] Modded Google Camera with HDR+, Astrophotography and Google AWD' https://forum.xda-developers.com/t/...-hdr-astrophotography-and-google-awd.4151709/
    2
    Hoping for Lineage 19.1, Prayge
    2
    Search for payload dumper. Can be used in Windows as a standalone program, or making use of Python3 under Linux as well. Doing so, you will be able to extract the boot.img to be patched with Magisk. Very good explanations on howto, here on XDA.
    Either this or you flash it directly as a zip, which is what i did