[ROM][OFFICIAL][instantnoodlep][13] LineageOS 20

Search This thread

Kuronosu

Member
Apr 1, 2016
48
43
Cologne
OnePlus 8 Pro
BUG REPORT 1 @LuK1337

In the Sound & Vibration settings, you have the option to unlink the ring and notification volumes.

Sound settings.png


Once you do this, a fourth volume slider should appear in the volume panel, when you press volume up or down. However, it doesn't.

Volumes colored.png


Meaning: once the ring and notification volumes are UNlinked, the only way to change the notification volume is through the Android settings menu.

I distinctly remember seeing an extra slider in this case. Maybe it was in OxygenOS, I'm unsure.


REQUEST: Can I be cheeky and also request considering an improvement (in my opinion)? Larger/longer volume sliders when volume up/down are pressed.
 
Last edited:

Kuronosu

Member
Apr 1, 2016
48
43
Cologne
OnePlus 8 Pro
BUG REPORT 2 @LuK1337

Searching for "Smart Lock" in Android settings does not show any results.

Smart Lock.png


However, searching for e.g. "Device admin apps" shows the expected result, even though this setting is located within the same "Security" > "More security settings" where "Smart Lock" is also located.

Device admin.png


Edit: I also found menu options that show up in the search, but can not be found after you click on them, even though you get transported to the actual sub-menu where they're apparently supposed to be located.
 
Last edited:

kststz

Member
Mar 16, 2015
16
1
Disregard, managed to get LOS recovery to work by manually fastboot flashing all the partition images in the repo.
boot, dtbo, recovery, super, vbmeta
Had to wipe data after LOS 20 install, then it booted.
The correct order is the one you mention? Or it doesn't mater?

Also, how can I flash the file super_empty ?
 

kststz

Member
Mar 16, 2015
16
1
fastboot flash super super.img
Order doesn't matter, just make sure that you flash all partitions before you reboot the bootloader.

Thank you for your reply!

I have been struggling all day, following the directions from the official site. But everytime I get stuck in the Warning about the Unlocked Bootloaded. It seems that the flashing of the recovery does not work and the phone ggets bricked. I've tried so many times, going back to MSM tool, reverting to stock, and again. But no success!

Can someone help? What were your steps exactly? Do I miss something or should I try your way flashing all partitions one-by-one?

Thanks in advance!
 

justanutt

Senior Member
Apr 10, 2013
117
35
Thank you for your reply!

I have been struggling all day, following the directions from the official site. But everytime I get stuck in the Warning about the Unlocked Bootloaded. It seems that the flashing of the recovery does not work and the phone ggets bricked. I've tried so many times, going back to MSM tool, reverting to stock, and again. But no success!

Can someone help? What were your steps exactly? Do I miss something or should I try your way flashing all partitions one-by-one?

Thanks in advance!
  1. Download the following files from the directory named with the latest date here.
    • dtbo.img
    • vbmeta.img
  2. Power off the device, and boot it into bootloader mode:
    • With the device powered off, hold Volume Up + Volume Down + Power.
  3. Flash the downloaded image files to your device by typing (replace <...> with the actual filenames!):
    fastboot flash dtbo <dtbo>.img
    fastboot flash vbmeta <vbmeta>.img

Installing a custom recovery using fastboot​

  1. Download Lineage Recovery. Simply download the latest recovery file, named something like lineage-20.0-20230202-recovery-instantnoodlep.img.
    warning
    IMPORTANT: Other recoveries may not work for installation or updates. We strongly recommend to use the one linked above!
  2. Connect your device to your PC via USB if it isn’t already.
  3. If your device isn’t already in fastboot mode, on the computer, open a command prompt (on Windows) or terminal (on Linux or macOS) window, and type:
    adb reboot bootloader

    You can also boot into fastboot mode via a key combination:
    • With the device powered off, hold Volume Up + Volume Down + Power.
  4. Once the device is in fastboot mode, verify your PC finds it by typing:
    fastboot devices

    If you don’t get any output or an error:
    • on Windows: make sure the device appears in the device manager without a triangle. Try other drivers until the command above works!
    • on Linux or macOS: If you see no permissions fastboot try running fastboot as root. When the output is empty, check your USB cable and port!
    • check
      TIP: Some devices have buggy USB support while in bootloader mode, if you see fastboot hanging with no output when using commands such as fastboot getvar ..., fastboot boot ..., fastboot flash ... you may want to try a different USB port (preferably a USB Type-A 2.0 one) or a USB hub.
  5. Flash recovery onto your device (replace <recovery_filename> with the actual filename!):
    fastboot flash recovery <recovery_filename>.img

  6. Now reboot into recovery to verify the installation.
    • Use the menu to navigate to and to select the Recovery option
I did this exactly. I did not flash any super.img.

I was able to flash in recovery and boot up.
 

kststz

Member
Mar 16, 2015
16
1
  1. Download the following files from the directory named with the latest date here.
    • dtbo.img
    • vbmeta.img
  2. Power off the device, and boot it into bootloader mode:
    • With the device powered off, hold Volume Up + Volume Down + Power.
  3. Flash the downloaded image files to your device by typing (replace <...> with the actual filenames!):
    fastboot flash dtbo <dtbo>.img
    fastboot flash vbmeta <vbmeta>.img

Installing a custom recovery using fastboot​

  1. Download Lineage Recovery. Simply download the latest recovery file, named something like lineage-20.0-20230202-recovery-instantnoodlep.img.
    warning
    IMPORTANT: Other recoveries may not work for installation or updates. We strongly recommend to use the one linked above!
  2. Connect your device to your PC via USB if it isn’t already.
  3. If your device isn’t already in fastboot mode, on the computer, open a command prompt (on Windows) or terminal (on Linux or macOS) window, and type:
    adb reboot bootloader

    You can also boot into fastboot mode via a key combination:
    • With the device powered off, hold Volume Up + Volume Down + Power.
  4. Once the device is in fastboot mode, verify your PC finds it by typing:
    fastboot devices

    If you don’t get any output or an error:
    • on Windows: make sure the device appears in the device manager without a triangle. Try other drivers until the command above works!
    • on Linux or macOS: If you see no permissions fastboot try running fastboot as root. When the output is empty, check your USB cable and port!
    • check
      TIP: Some devices have buggy USB support while in bootloader mode, if you see fastboot hanging with no output when using commands such as fastboot getvar ..., fastboot boot ..., fastboot flash ... you may want to try a different USB port (preferably a USB Type-A 2.0 one) or a USB hub.
  5. Flash recovery onto your device (replace <recovery_filename> with the actual filename!):
    fastboot flash recovery <recovery_filename>.img

  6. Now reboot into recovery to verify the installation.
    • Use the menu to navigate to and to select the Recovery option
I did this exactly. I did not flash any super.img.

I was able to flash in recovery and boot up.

Thanks for the info!

I followed exactly the suggested steps. The problem was that I never saw the warning about the prerequisite of having OOS A13 installed before starting.

All good now! 🙏💪
 

kststz

Member
Mar 16, 2015
16
1
Concerning the SafetyNet check, I thought it would pass when device is not rooted.

Any suggestion on how to pass the check (preferably without root)?
 

Ag_Smith

New member
Aug 29, 2022
3
1
My phone powers off in my pocket. It doesn't power on after that if I press the power button. I have to boot into fastboot (volume buttons+power) and power on. The same sometimes happens when my phone is on a wireless charger in my car.
I tried to disabled "tap to wake", "tap to sleep" and "prevent accidental wake-up". But it didn't help.
Have somebody had similar problems? Any advice is appreciated.
 

dude_se

Member
Apr 29, 2011
34
4
A good ROM thanks.
My only issues are that my Barclays banking app refuses to work with fingerprints, despite all the others working after using magisk, etc. The auto brightness seems hit and miss too I often have to keep turning it down as it's high brightness indoors. Lastly, since using dual SIM it seems that sometimes when I get a call I can feel the phone vibrate, but nothing comes up on the screen and no way to answer the call. I'll only be using dual SIM for a couple more days and I can still use my banking app that's the main thing, so not major issues luckily. Apart from that, everything seems pretty nice and smooth.
Just thought I'd share my experience of the ROM.
 

desosav

Senior Member
Jan 3, 2007
54
12
Athens
OnePlus 8 Pro
My phone powers off in my pocket. It doesn't power on after that if I press the power button. I have to boot into fastboot (volume buttons+power) and power on. The same sometimes happens when my phone is on a wireless charger in my car.
I tried to disabled "tap to wake", "tap to sleep" and "prevent accidental wake-up". But it didn't help.
Have somebody had similar problems? Any advice is appreciated.
I've been having the same issue as well. I always thought there was a hardware issue since noone else ever mentioned this. It is something that was happening with los 19 as well. I think that my device had the same issue when i was testing the pixelexperience build, but i am not 100% sure about it. Not sure what is causing it or how to prevent that from happening
 

Aqyx

Senior Member
Feb 14, 2016
95
15
Hi, I'm wondering if anyone can help me. I built this from source using the guide on the LOS wiki and I'm getting a bug with the GPS. It isn't finding the magnetic sensor. When I open Google maps, it doesn't show a direction. When I open compass apps they give an error "No magnetic sensor". Did I do something wrong when building it? Or is it another problem? Any help would be greatly appreciated 😊
 

Kuronosu

Member
Apr 1, 2016
48
43
Cologne
OnePlus 8 Pro
Hi, I'm wondering if anyone can help me. I built this from source using the guide on the LOS wiki and I'm getting a bug with the GPS. It isn't finding the magnetic sensor. When I open Google maps, it doesn't show a direction. When I open compass apps they give an error "No magnetic sensor". Did I do something wrong when building it? Or is it another problem? Any help would be greatly appreciated 😊
Just out of curiosity, can I ask why you don't use the official build? :)
 

Top Liked Posts

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


    LineageOS is a free, community built, aftermarket firmware distribution of Android 13, 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 :
    GPL compliance :
    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 /sys/fs/pstore/console-ramoops and /sys/fs/pstore/dmesg-ramoops-0. (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:
    1
    I have just noticed that the "unlocked bootloader" message returned after flashing latest oos13 firmware. So, every time i restart my device i get the following "your device has been unlocked and can't be trusted". Just wanted to make sure that this is normal (since it was gone in oos12 firmware) and to alert other people about it.
    It's normal:

    1
    If you go into recovery, sideload magisk apk. That's what I did with 25.2 and it's rooted.
    Thanks @mattgyver

    The problem WAS the WORK profile (with SHELTER).
    I had to remove my WORK PROFILE (from SETTINGS->ACCOUNT)
    And then, sideload magisk.apk (renamed as magisk.zip) and now I'm rooted again.


    ThX!
    1
    Hi, I'm guessing you "dirty flashed" LOS 20 over 19.1 through the LOS recovery?

    I was hoping to avoid factory resetting/formatting... :geek:

    Thanks!
    yes, just follow the official guide

    1
    @LuK1337
    Thanks for the great work!

    I'm currently trying to build LOS 20 myself and as far as I can tell everything compiled properly.
    However in the last steps of the build I receive the following error:
    {code}
    The following HALs in device manifest are not declared in FCM <= level 4:
    [email protected]::IEffectsFactory/default
    [email protected]::IDevicesFactory/default
    [email protected]::IBootControl/default
    [email protected]::IMediaCasService/default
    [email protected]::ICryptoFactory/wfdhdcp
    [email protected]::ICryptoFactory/widevine
    [email protected]::IDrmFactory/wfdhdcp
    [email protected]::IDrmFactory/widevine
    [email protected]::ICryptoFactory/clearkey
    [email protected]::IDrmFactory/clearkey
    [email protected]::IHealth/default
    [email protected]::IDevice/qti-default
    [email protected]::IDevice/qti-dsp
    [email protected]::IDevice/qti-gpu
    [email protected]::IDevice/qti-hta
    android.hardware.power.IPower/default (@1)
    [email protected]::IRadio/slot1
    [email protected]::IRadio/slot2
    [email protected]::ISecureElement/SIM1
    [email protected]::ISecureElement/SIM2
    [email protected]::ISecureElement/eSE1
    [email protected]::ISoundTriggerHw/default
    [email protected]::IUsb/default
    android.hardware.vibrator.IVibrator/default (@1)
    android.hardware.wifi.hostapd.IHostapd/default (@1)
    android.hardware.wifi.supplicant.ISupplicant/default (@1)
    [email protected]::IWifi/default
    INCOMPATIBLE

    stderr:ERROR: files are incompatible: Runtime info and framework compatibility matrix are incompatible: No compatible kernel requirement found (kernel FCM version = 5).
    For kernel requirements at matrix level 5, For config CONFIG_DEBUG_FS, value = y but required n
    For kernel requirements at matrix level 6, For config CONFIG_ANDROID_PARANOID_NETWORK, value = y but required n
    : Success
    {code}

    Any idea why this is happening?
    You seem to be doing something wrong, e.g. building -user instead of -userdebug or something else.