[ROM][UNOFFICIAL][instantnoodle][10] LineageOS 17.1 - OnePlus 8 ROMs, Kernels, Recoveries, & Other Devel

{
"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, 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:
Unlock your bootloader
Backup strongly advised, including the "persist" partition
Download the latest build
Reboot bootloader
$ fastboot -w (This wipes your data!)
Download and boot TWRP for instantnoodle Important: Do not flash anything using the built-in recovery for now, it will severely brick your device.
Flash LOS zip
Reboot
Downloads:
https://drive.google.com/drive/folders/1BGTV9LD_PLAR5p0o3fUdKqR3IWxUGJPV
Known issues:
Weak vibrator
Displays "Charging slowly" when it's actually not
Flashing anything using built-in recovery bricks the device, factory reset and wipe should be safe though
Probably loads of untested things
Build signed with public keys for now
GApps not flashable yet
Reporting Bugs:
Make sure the bug you want to report isn't already known
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:
XDA:DevDB Information
[ROM][UNOFFICIAL][instantnoodle][10] LineageOS 17.1, ROM for the OnePlus 8
Contributors
KennyG9, LuK1337
Source Code:
Device Tree: https://gitlab.com/nlr/android_device_oneplus_instantnoodle + https://github.com/luk1337/android_device_oneplus_sm8250-common
Kernel: https://github.com/luk1337/android_kernel_oneplus_sm8250
Most of the work just consisted in adapting LuK1337's fantastic work on the OP8 Pro (instantnoodlep), all credits should actually go to him.
ROM OS Version: Android 10
ROM Kernel: Linux 4.x
Version Information
Status: Testing
Created 2020-07-11
Last Updated 2020-07-11

Noice! ?

Awesome, so glad to see ROMs development starting up for this phone!

I retract my post. Thank you.
---------- Post added at 08:22 PM ---------- Previous post was at 07:40 PM ----------
I can't flash any custom rom. For some reason it just won't flash it. Always get a generic error code. Tis frustrating. I'm not sure what to do about it. I really wanted to try this too.

same. got it to flash via the fastboot method from Luks post in the 8 pro but it reboots as soon as it boots.

gerguter said:
I retract my post. Thank you.
---------- Post added at 08:22 PM ---------- Previous post was at 07:40 PM ----------
I can't flash any custom rom. For some reason it just won't flash it. Always get a generic error code. Tis frustrating. I'm not sure what to do about it. I really wanted to try this too.
Click to expand...
Click to collapse
What error code? Can you try "Wipe" + "Format Data" in TWRP instead of just wiping in fastboot? If you are able to flash in TWRP at some point and Lineage Recovery asks you to factory reset, do it. Also, sideloading doesn't work in TWRP at the moment. You have to install from sdcard or USB stick.
But yeah, A/B partitions + Android 10's super partition makes it quite hard to work with this device at the moment unfortunately. I went through serious complications and weird issues while porting the ROM.
joemossjr said:
same. got it to flash via the fastboot method from Luks post in the 8 pro but it reboots as soon as it boots.
Click to expand...
Click to collapse
What do you mean by "reboots as soon as it boots"? Do you reach the boot animation and then it reboots? Did you extract the content of the payload.bin in the zip? Can you try the procedure I suggested to gerguter in TWRP?

KennyG9 said:
What error code? Can you try "Wipe" + "Format Data" in TWRP instead of just wiping in fastboot? If you are able to flash in TWRP at some point and Lineage Recovery asks you to factory reset, do it. Also, sideloading doesn't work in TWRP at the moment. You have to install from sdcard or USB stick.
But yeah, A/B partitions + Android 10's super partition makes it quite hard to work with this device at the moment unfortunately. I went through serious complications and weird issues while porting the ROM.
What do you mean by "reboots as soon as it boots"? Do you reach the boot animation and then it reboots? Did you extract the content of the payload.bin in the zip? Can you try the procedure I suggested to gerguter in TWRP?
Click to expand...
Click to collapse
It just says that it can't flash the zip. Nothing else. I'll try again later and see what happens.

gerguter said:
It just says that it can't flash the zip. Nothing else. I'll try again later and see what happens.
Click to expand...
Click to collapse
While you're at it, have a look at what "/tmp/recovery.log" says after trying to flash.

No windows mobile 8? lol

KennyG9 said:
What error code? Can you try "Wipe" + "Format Data" in TWRP instead of just wiping in fastboot? If you are able to flash in TWRP at some point and Lineage Recovery asks you to factory reset, do it. Also, sideloading doesn't work in TWRP at the moment. You have to install from sdcard or USB stick.
But yeah, A/B partitions + Android 10's super partition makes it quite hard to work with this device at the moment unfortunately. I went through serious complications and weird issues while porting the ROM.
What do you mean by "reboots as soon as it boots"? Do you reach the boot animation and then it reboots? Did you extract the content of the payload.bin in the zip? Can you try the procedure I suggested to gerguter in TWRP?
Click to expand...
Click to collapse
sorry what i mean is. I extracted the payload.bin then saw luks page on the 8pro and took the commands he did to flash the rom and applied them here. The rom infact boots but as soon as i see the welcome screen it pops up a screen that says shutting down. also i was able to get past that once by formatting in los recovery. but after that it was a no go. Cant get gapps to flash so couldnt get that. Magisk did flash tho and seemed to work? Other then those things I would just make images for flashing in fastboot instead of zips. twrp is super borked lmao

KennyG9 said:
While you're at it, have a look at what "/tmp/recovery.log" says after trying to flash.
Click to expand...
Click to collapse
Will do.

i can flash and use it just fine no problem at all only NO GMS and i can't install it because error 70 not sufficient partition space please fix it

Is there any group for testing and reporting bugs?

Thank you for your good work! By the way, do you know how to change the screen refresh rate to 90hz on LineageOS? I'm stuck at 60hz now

Is a kernel required to flash this? I can't get this rom to flash in twrp or to work by flashing the extracted payload files

Any news on being able to flash google play?

gerguter, can you update us? currently experiencing the same issue and unsure of how to get around it.

Any telegram channel for op8 los ROM?

Any updates? Last build is still dated from July.

TheCybrid said:
Any updates? Last build is still dated from July.
Click to expand...
Click to collapse
The one for the op8 pro works on the op8 but the fingerprint sensor is in the wrong spot on the screen but if you don't mind that it works fine.

Related

[TREBLE] Project Treble for Xiaomi Mi Mix [LITHIUM][12.09.2018]

{
"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"
}
What is Project Treble?
Everything is explained here!
What's working:
Boots
Wifi
Bluetooth
Camera ( Videos And Photos )
Video Playback
Audio ( Record and Playback )
Sensors
GPS
RIL
VoLTE
What's not working:
Selinux is permissive
You tell me
Generic System Images:
Here
How to flash:
Use a TWRP with /vendor support
Wipe cache, dalvik-cache, system, vendor and data
Flash the required firmware
Flash the treble_lithium-xxxxxxxx-xxxx.zip
Select "Flash Image"
Flash a Generic System Image in system partition (arm64, A only)
Reboot
Special thanks:
Tranquilitysmile for testing and debugging​
XDA:DevDB Information
Project Treble for the Xiaomi Mi Mix
Contributors
Psy_Man
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.x
ROM Firmware Required: 8.8.30
Based On: AOSP
Version Information
Status: Stable
Created 2018-05-01
Last Updated 2018-09-12
Screenshots:
Excellent looking forward to this
Add this line to build prop to enable navbar
Code:
qemu.hw.mainkeys=0
Great job, thanks
02.05.2018 build:
- Forced enable navigation bar (thanks @EvangelineDEV for pointing this out)
- Moved listen_platform_info.xml to /vendor
- Merged changes from LineageOS
Download build
This is awesome!
Thanks Pepsy!!!
Earphone does not work, is it a common problem ?
Great work!
woha, thanks @Psy_Man !
since this took me somewhat by surprise: how will the flashing-process with treble roms differ from the traditional way? after flashing the treble-zip (and doing a factory reset) for the first time, will it be possible to switch the generic system images without a factory reset every time like when switching a "traditional" rom? will you still continue your Pixel Experience rom or is Treble the way to go? and which TWRP meets the /vendor requirement? the TWRP-thread is a bit chaotic...
sorry for all those questions, really appreciate your work!
doumer said:
woha, thanks @Psy_Man !
since this took me somewhat by surprise: how will the flashing-process with treble roms differ from the traditional way? after flashing the treble-zip (and doing a factory reset) for the first time, will it be possible to switch the generic system images without a factory reset every time like when switching a "traditional" rom? will you still continue your Pixel Experience rom or is Treble the way to go? and which TWRP meets the /vendor requirement? the TWRP-thread is a bit chaotic...
sorry for all those questions, really appreciate your work!
Click to expand...
Click to collapse
I believe factory reset and wiping system and data are still needed between GSI's... But it should be tried...
Twrp by raupe-lunden.... Find it linked in most oreo roms threads op's I think.
For flashing generic procedure the instructions are linked right here in Psy_Man's OP
Using RR image, stuck at white android logo. Cannot go into OS, trying format data wipe all, result still same
Fusionist said:
Using RR image, stuck at white android logo. Cannot go into OS, trying format data wipe all, result still same
Click to expand...
Click to collapse
I cannot see logcat here. Ignored.
Psy_Man said:
I cannot see logcat here. Ignored.
Click to expand...
Click to collapse
I still dont know how people want us to solve these problems , if they dont provide logcat we cannot make magic and say OH this is!!!!!!! lol . Thanks Psy_Man for your treble work.
Psy_Man said:
I cannot see logcat here. Ignored.
Click to expand...
Click to collapse
Yup.
I also couldn't boot RR or AOKP... Will try and get logcats from the bootloop and share here a pastebin or the likes.
This treble advances for lithium I believe are awesome and undoubtedly the way to go.
Thanks again Psy_Man.
Psy_Man said:
I cannot see logcat here. Ignored.
Click to expand...
Click to collapse
Sorry for not provided logcat, I dont know how to getting logcat when my phone stuck at boot animation ? How can I get the logcat when stuck at boot?
Fusionist said:
Sorry for not provided logcat, I dont know how to getting logcat when my phone stuck at boot animation ? How can I get the logcat when stuck at boot?
Click to expand...
Click to collapse
If I recall correctly, running
Code:
adb -d logcat>mylogfile.txt
before the phone boots should wait until the phone boots and connects to the computer, provide you with a logcat, and save it to a file. (You won't see the output in the terminal, but the log file should be there. There's more information on this here.)
This looks great, good work! I'll try it in a bit and report back on how it works. Thanks again!
NLivingstonAP said:
If I recall correctly, running before the phone boots should wait until the phone boots and connects to the computer, provide you with a logcat, and save it to a file. (You won't see the output in the terminal, but the log file should be there. There's more information on this here.)
This looks great, good work! I'll try it in a bit and report back on how it works. Thanks again!
Click to expand...
Click to collapse
Many thanks ! I'll try it again
Hello i want to ask what is the benefit using the treble based custom rom? From what i know is the update is faster for oem eg samsung, lg or oem that used treble, but what is benefit using this on custom rom?
billyliem said:
Hello i want to ask what is the benefit using the treble based custom rom? From what i know is the update is faster for oem eg samsung, lg or oem that used treble, but what is benefit using this on custom rom?
Click to expand...
Click to collapse
You flash the treble compatible and then any GSI out there, that are cooked and usable for any treble enabled device. You don't need an aokp (or any other) cooked specifically for lithium.

[OFFICIAL][ROM][10.0.0][davinci] LineageOS 17.1

{
"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, 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 :
Download the latest build and gapps
Reboot to recovery
Flash the latest build and gapps
Reboot
Downloads :
Builds :
https://download.lineageos.org/davinci
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:
Donate
PayPal
Liberpay
Telegram Group
Here
XDA:DevDB Information
LineageOS, ROM for the Redmi K20 / Xiaomi Mi 9T
Contributors
PIPIPIG233666, PIPIPIG233666, minz1
Source Code: https://github.com/LineageOS
ROM OS Version: Android 10
ROM Kernel: Linux 4.x
ROM Firmware Required: require version-cn=CN,4.3.c5-00052,20.6.30 require version-in=IN,4.3.c5-00052,V12.0.2.0.QFJINXM require version-eea=GLOBAL,4.3.c5-00052,V12.0.0.11.QFJMIXM
Based On: LineageOS
Version Information
Status: Stable
Current Stable Version: 17.1-20200927-UNOFFI
Stable Release Date: 2020-07-22
Created 2019-12-30
Last Updated 2020-10-07
Hyperlink redirects to the Lineage 16 base on Android 9.
ekin_strops said:
Hyperlink redirects to the Lineage 16 base on Android 9.
Click to expand...
Click to collapse
dont worry ill upload soon, my network is kinda slow
PIPIPIG233666 said:
dont worry ill upload soon, my network is kinda slow
Click to expand...
Click to collapse
Not worried, just saying, in case if it's a mistake in the link.
Spam? Because I saw a multiple thread about this
rEsonancE_0404 said:
Spam? Because I saw a multiple thread about this
Click to expand...
Click to collapse
not spam it happens sometimes when xda dosent update post at first time & dev has to click multiple time on post button
good rom.
thanks PIPIPIG233666
link had been posted,enjoy!
Only need firmware based on 10? Or firmware+vendor?
thank u ....
Thank you for this.
What is the kernel you are using here?
Does this changes Mac address or other partition like the old build or it's safe ?
soumyachatterjee said:
Thank you for this.
What is the kernel you are using here?
Click to expand...
Click to collapse
LineageOS one. There's a screenshot of the build details on the original post.
Good job! Keeping the fingers crossed for getting an official status!
Keep rocking!
Sorry, you can't view or download this file at this time.
Too many users have viewed or downloaded this file recently. Please try accessing the file again later. If the file you are trying to access is particularly large or is shared with many people, it may take up to 24 hours to be able to view or download the file. If you still can't access a file after 24 hours, contact your domain administrator.
Click to expand...
Click to collapse
So there is no way to download at the moment
Is it possible to build myself from your source with this howto https://www.lineageosrom.com/2017/01/how-to-build-lineageos-rom-for-any.html
or is there something to be aware of or to add or so so I (with no expericence in Building a ROM) will not be able to do this with this guide?
Please reupload or do something. I can't download from google drive because many people downloaded it. I want too...
Instructions :
You need a PC with ADB & Fastboot available
Download recovery
Reboot to fastboot
Run: fastboot flash recovery recovery.img
Press volume & power up until you see TWRP logo
Enter your password (if it prompts)
Go to Wipe
Select Advanced Wipe
Select system & cache & internal storage and press wipe
Go back (press back twice)
Click to expand...
Click to collapse
I'm currently on MIUI v11.0.3.0 (Android 9) Global stock rom.
I have unlocked the bootloader and installed twrp recovery and magisk. So do I just place the rom zip into my internal storage and flash it via twrp? or there are any prior steps before installation?
Also in the instruction, it says to wipe internal storage as well. Can someone explain why?
This is my first time flashing a MIUI device
ragnar6666 said:
I'm currently on MIUI v11.0.3.0 (Android 9) Global stock rom.
I have unlocked the bootloader and installed twrp recovery and magisk. So do I just place the rom zip into my internal storage and flash it via twrp? or there are any prior steps before installation?
Also in the instruction, it says to wipe internal storage as well. Can someone explain why?
This is my first time flashing a MIUI device
Click to expand...
Click to collapse
I guess that you will need to update to android 10 in prior as it will definitly be based on android 10 vendor.. Or atleast you should flash android 10 firmware (dont have a link at the moment). By wiping internal storage he means format data option in TWRP. This will delete all your data on your phone. The only reason behind this as far as i know is because the storage is encrypted by the MIUI and this new OS would not be able to decrypt it.
Joakin2k said:
Does this changes Mac address or other partition like the old build or it's safe ?
Click to expand...
Click to collapse
My Wifi-MAC got changed!
Edit:Switched back to my old ROM
- MAC addresses were changed (to maybe Pigs?)
- Fingerprint again not working
so I'll wait ...
maroc84 said:
My Wifi-MAC got changed!
Click to expand...
Click to collapse
check when you connect in wifi if you are using randomized mac instead of your device one because it's an android 10 feature

[ROM][OFFICIAL][mermaid][10] LineageOS 17.1

{
"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, 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 :
Download the latest build and gapps
Boot to recovery
Flash the latest build
Boot to recovery again
Flash gapps
Reboot
Downloads :
Builds : http://download.lineageos.org/mermaid
SemcCamera addon : https://androidfilehost.com/?w=files&flid=305730
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:
XDA:DevDB Information
[ROM][OFFICIAL][mermaid][10] LineageOS 17.1, ROM for the Sony Xperia X10 Plus
Contributors
LuK1337
Source Code: https://github.com/LineageOS
ROM OS Version: Windows 8 Mobile
Version Information
Status: Testing
Created 2020-02-16
Last Updated 2020-04-01
oh btw you might want to use this TWRP for flashing my builds.
Just bootlop
Great performance and smoothness.
reintal said:
Just bootlop
Click to expand...
Click to collapse
Did you format data? If that didn't help, mind sending me a msg on irc?
https://kiwiirc.com/nextclient/irc.freenode.net?channel=#titandev
NFC does not work
reintal said:
NFC does not work
Click to expand...
Click to collapse
Works here? I just tried Android Beam.
LuK1337 said:
Works here? I just tried Android Beam.
Click to expand...
Click to collapse
He works with some issues, sometimes i can't read nfc cards and use android beam. I assume this is an application problem.
LuK1337 said:
oh btw you might want to use this TWRP for flashing my builds.
Click to expand...
Click to collapse
X10 plus I4293, use this TWRP 3.3.1-1,
if use fastboot boot twrp.img, the touch is right,
if install Recovery ramdisk, then use Vol- and Power into twrp, the Touch is unavailable!
easyt said:
X10 plus I4293, use this TWRP 3.3.1-1,
if use fastboot boot twrp.img, the touch is right,
if install Recovery ramdisk, then use Vol- and Power into twrp, the Touch is unavailable!
Click to expand...
Click to collapse
Oh. I kinda understand why something like this would happen...
Can you come irc? I don't want to reflash stock just to debug this.
EDIT: Maybe fixed in twrp-3.3.1-2-mermaid.img.
LuK1337 said:
Oh. I kinda understand why something like this would happen...
Can you come irc? I don't want to reflash stock just to debug this.
EDIT: Maybe fixed in twrp-3.3.1-2-mermaid.img.
Click to expand...
Click to collapse
I re-flashed the official firmware, and then flash twrp again, it's right!
thank you
Two sim
LuK1337 said:
Oh. I kinda understand why something like this would happen...
Can you come irc? I don't want to reflash stock just to debug this.
EDIT: Maybe fixed in twrp-3.3.1-2-mermaid.img.
Click to expand...
Click to collapse
Two sim does not work when an SD card is inserted
Stezko said:
Two sim does not work when an SD card is inserted
Click to expand...
Click to collapse
Hmm...I would need you to test something for me in that case. Mind sending me a msg on irc/hangouts/discord?
LuK1337 said:
Hmm...I would need you to test something for me in that case. Mind sending me a msg on irc/hangouts/discord?
Click to expand...
Click to collapse
my english level is zero)
The second question is, is it possible to install Magisk on this rom?
I install Magisk-v20.3.zip via twrp and get a bootloop
Stezko said:
my english level is zero)
The second question is, is it possible to install Magisk on this rom?
I install Magisk-v20.3.zip via twrp and get a bootloop
Click to expand...
Click to collapse
I don't really care whether your english is perfect or not. I just need you to test that for me...
I can't say much about magisk tho, I don't use it.
EDIT: I guess that was too much to ask for... If there's anyone with dsds device who wants to be helpful, please msg me. I would prefer to release something tested rather than hope for the best.
Stezko said:
my english level is zero)
The second question is, is it possible to install Magisk on this rom?
I install Magisk-v20.3.zip via twrp and get a bootloop
Click to expand...
Click to collapse
Everything works without problems https://imgur.com/a/ij094yH
Camera2api
Hello!
I'm using this build for daily use! I can say it's really smooth and, no issues at all!
My only question is if enabling camera2api is possible, and then install a working version of gcam...
Any help will be appreciated!
I'm also willing to provide feedback and make my mobile a Guinea pig to make this work!:fingers-crossed:
Lineage is running stable with semc addons, Gapps, tai chi, and root with magisk 20.3.
fastboot boot boot.img and reboot to recovery ramdisk worked best.
After failing to successfully root flashing magisk.zip, I got a boot image
from a twrp backup. I renamed boot.emmc.win to boot.img and patched
with Magisk. Flashed the new boot.img, magisk.zip, and had root on startup.
Any recommended gapps? Tried both open gapps nano and micro and both force close on account setup
aeppacher said:
Any recommended gapps? Tried both open gapps nano and micro and both force close on account setup
Click to expand...
Click to collapse
Did you even format data?
LuK1337 said:
Did you even format data?
Click to expand...
Click to collapse
Did a full format before installation and then after lineage install. Tried factory reset after gapps installation and tried 3 different dates for gapps in case it was a new bug. Are you suggesting to do an installation, gapps, then full format?

[ROM][OFFICIAL][redfin] LineageOS 20

{
"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, 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. LineageOS does still include various proprietary hardware-specific code.
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.
Informations :
This ROM uses source built kernel, kernel modules, boot kernel modules (vendor_boot) and vendor image.
This ROM bundles the latest firmware so you don't have to worry about updating firmware.
To use the eSIM you need to install GApps
Instructions :
Follow https://wiki.lineageos.org/devices/redfin/install for how to install
Follow https://wiki.lineageos.org/devices/redfin/upgrade for how to upgrade from LineageOS 18
Downloads :
Official builds
Optional GApps: MindTheGapps
Reporting Bugs
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/* (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.
Known Issues
None!
Contributors
mikeioannina
aleasto
The LineageOS team
Source Code: https://github.com/LineageOS
ROM OS Version: Android 13
Source code will be uploaded to LineageOS repos soon.
Meanwhile you can view my github
A Magisk module for GApps might fix the eSIM issue.
Hi,
That's excellent news, thank you for your work.
aleasto said:
Source code will be uploaded to LineageOS repos soon.
Click to expand...
Click to collapse
Does that mean it would then become official?
zemrwhite said:
Hi,
That's excellent news, thank you for your work.
Does that mean it would then become official?
Click to expand...
Click to collapse
Yes
Great work @aleasto!
Can't wait to try this Rom, I was waiting for it.
Just a quick question: maybe I'm just a noob, but how can I install the zip without a dedicated recovery? I mean, I'm stuck at point 4 in your instructions.
Thanks a lot!
sgnao said:
Great work @aleasto!
Can't wait to try this Rom, I was waiting for it.
Just a quick question: maybe I'm just a noob, but how can I install the zip without a dedicated recovery? I mean, I'm stuck at point 4 in your instructions.
Thanks a lot!
Click to expand...
Click to collapse
You can't.
Where exactly are you stuck? To reboot into recovery simply select "Recovery Mode" from the bootloader screen.
The previous steps installed Lineage Recovery.
I could not flash, I put the firmware on the stock, it gives an error with fastboot flash boot.img
Smrurbo said:
I could not flash, I put the firmware on the stock, it gives an error with fastboot flash boot.imgView attachment 5186989
Click to expand...
Click to collapse
fastboot flash boot boot.img
fastboot flash vendor_boot vendor_boot.img
fastboot flash dtbo dtbo.img
I have not been able to download the files from Google Drive; "Sorry, you can't download this file a this time. Too many users have viewed or downloaded this file recently"
__
Edit: works again
got a "failed to read" error when flshing zip
Step 1/2 (47%)
after downloading the zip again the same error appeared but the third time it worked, !
the process in cmd hangs but the ROM is flashed. just wait until it's done.
Gaps?
Smrurbo said:
Gaps?
Click to expand...
Click to collapse
I decided that given the issues with flashing system addons, until a solution is found by our team i'll also be sharing builds with minimal gapps included. You can already find one in the drive folder.
ROM booted with me and magisk gapps working fine.
now everything is fine, everything you need is in the firmware, many thanks to the author for the work
Hey everyone, I wanna give an update on my experience with this Rom!
First of all: great job @aleasto!
This Lineage is definitely smoother than stock rom. Seriously, my Pixel 5 feels like a true flagship now, finally the 765 is working like a charm.
_
Now, some little features I do really enjoy:
- percentage only in the status bar (no battery icon needed)
- you can hide the navigation bar (the one at the bottom of the screen) but use the phone as if it was visible
- FINALLY no google assistant swipe-up from the bottom of the screen!
There are also some little bugs, nothing serious:
- with google camera, changing from portrait mode to standard mode (and viceversa) usually slows down a little bit. Maybe it's just my gcam version.
- vocal messages: recording vocal audio messages often does not work. The recording is muted, I haven't figure out how am I able to fix it, but sometimes I am able to do it.
_
A quick guide on how to install this ROM (for lineage os newbies like me):
Unlock the bootloader (here you can read how)
Download all the files from the first post and put them in the "platform tools" folder
Put the Pixel 5 in fastboot mode and connect it to the computer
Open a prompt window in the platform tools folder
Digit these commands:
- fastboot flash boot boot.img
- fastboot flash vendor_boot vendor_boot.img
- fastboot flash dtbo dtbo.img
Now you have to reboot into the recovery from the fastboot menu, just use the volume buttons to search the recovery option and select it with the power button.
You will enter the Lineage Recovery, then select "apply update" -> "apply from ADB"
Go back to your cmd window on your computer and write:
"ADB sideload xxxxxxxxx.zip" where the "x part" is the name of the ROM zip file (remember to put .zip at the end of the command)
Just wait until the end of the installation (around 5-8 minutes) and then reboot the phone from Lineage OS recovery.
Enjoy!
Personally I wasn't able to install magisk correctly, if anyone got it working just let me know!
Again, thanks Ale for the awesome rom, can't wait to see it becoming official!
Percent only
e: Screenshot from my home screen see the status bar
there was a problem with the microphone, they didn't hear me, but earlier on the proton firmware it was like that too, the solution: to flash another core. Here I also decided to replace the kernel
Smrurbo said:
there was a problem with the microphone, they didn't hear me, but earlier on the proton firmware it was like that too, the solution: to flash another core. Here I also decided to replace the kernel
Click to expand...
Click to collapse
That's a pity. I came from Galaxy S8 to Pixel 5 because I LineageOS on S8 had the same problem and I felt that switching to Pixel 5 I would be less likely to encounter problems with basic phone functions. The progress so far is incredible at such an early stage so hopefully this microphone issue can be ironed out eventually.

[ROM][UNOFFICIAL][12.1][DISCONTINUED] LineageOS 19.1 for Galaxy Note10/Note10+/Note10+ 5G Exynos

{
"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 12, 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:
Follow the instructions here
Downloads:
Builds: https://lineage.linux4.de
GApps: MindTheGapps
Reporting Bugs
DO NOT Report bugs if you're running a custom kernel or you installed Xposed
DO NOT Report bugs if you're using TWRP
DO NOT Report bugs while having Magisk installed (especially with Zygisk enabled)
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:
Support
Telegram group
Contributors
Linux4
Source Code: https://github.com/LineageOS
Kernel source: https://github.com/LineageOS/android_kernel_samsung_exynos9820/tree/lineage-19.1
Requirements:
Any Q, R or S based firmware installed on your device.
Pre-Install Instructions
Warning: The following instructions will unlock the bootloader and wipe all userdata on the device.
Connect the device to a Wi-Fi network.
Enable Developer Options by pressing the “Build Number” option in the “Settings” app within the “About” menu
From within the Developer options menu, enable OEM unlock.
Power off the device, and boot it into download mode:
With the device powered off, hold Volume Down + Volume Up and connect USB cable to PC.
Now, click the button that the onscren instructions coorelate to “Continue” and/or “Unlock Bootloader”.
Your device will reboot, you may now unplug the USB cable from your device.
The device will demand you format userdata, please follow the onscreen instructions to do so.
Run through Android Setup skipping everything you can, then connect the device to a Wi-Fi network.
Re-enable Development settings by clicking the “Build Number” option 10 times, in the “Settings” app within the “About” menu, and verify that “OEM Unlock” is still enabled in the “Developer options” menu.
Installing LineageOS for the first time
Flash lineage recovery
Only the provided lineage recovery will be supported,
using TWRP might result in a possible data loss!!
If using Odin rename the lineage recovery image for your model to recovery.img and add it to a .tar archive using e.g 7zip.
If using Heimdall use: heimdall flash --RECOVERY recovery.img --no-reboot
Boot lineage recovery
IMPORTANT: Do not boot into system again before booting recovery, or system will restore stock recovery!
If using Odin untick auto-reboot before flashing.
After flashing reboot by pressing Volume Down and Power for approximately 7 seconds,
immediately hold Volume Up and Power to boot recovery
IMPORTANT: As of OneUI 3 your device needs to be connected to a PC via USB cable in order to be able to
boot recovery via Volume Up, Bixby and Power.
Factory reset using Factory reset -> Format data/factory reset
Warning: Unlike TWRP this will also erase internal storage!
Sideload LineageOS by enabling sideload via Apply Update -> Apply from ADB
Then run adb sideload <path to your lineage.zip> on your PC
Optional:
Sideload GApps and magisk by repeating above step
with their zip/apk
Magisk
As this ROM has a working ramdisk sideloading the magisk apk is enough, just as it is
on every other device, no bootimage with magisk included or installing to recovery is needed!
I also strongly recommend to use Lygisk instead,
which is a fork of Magisk that aims to improve support for devices with FBE that can't (and shouldn't anyways!) decrypt userdata in recovery,
this will also fix OTAs getting stuck while having installed Magisk.
Features
SELinux enforcing
AES-256-XTS FBE encryption
Latest Linux 4.14.x kernel
All cameras are working
Ramdisk is working
Known issues
VoLTE/VoWiFi
You tell me
All sound systems are not working
Who encountered this kind of problem
keidnoi said:
All sound systems are not working
Who encountered this kind of problem
Click to expand...
Click to collapse
Fixed builds are on the way and will be uploaded later today, sorry for this
Linux4 said:
Fixed builds are on the way and will be uploaded later today, sorry for this
Click to expand...
Click to collapse
thanks for fixed
Reading through the changelogs I noticed support for the s pen. What apps need to be installed or are pre-installed? Excellent work to bring 12 to the Note so early.
srdempster said:
Reading through the changelogs I noticed support for the s pen. What apps need to be installed or are pre-installed? Excellent work to bring 12 to the Note so early.
Click to expand...
Click to collapse
There are no preinstalled apps for use with S-Pen.
Any third party app with support for a stylus should work (e.g Notes apps like Squid, etc...).
Is 5g lost as well as volte/vowifi?
Hey guys! Will this rom work with SM-N975W? Or is it only for 975F ?
Thanks in advance!
rhY
The alarm clock is not working I want you to fix it
感谢你们为rom所做的一切,期待正式发布。
Translated by GT: Thank you for everything you have done for rom and look forward to the official release.
keidnoi said:
The alarm clock is not working I want you to fix it
Click to expand...
Click to collapse
did you upgrade from 18.1? if yes, it's because the clock app is pure aosp right now on lineage 19. Wiping app data for the clock app will fix it.
A2L5E0X1 said:
did you upgrade from 18.1? if yes, it's because the clock app is pure aosp right now on lineage 19. Wiping app data for the clock app will fix it.
Click to expand...
Click to collapse
I upgraded from stock rom. I wiped the data while flashing this rom.
But the alarm clock app is not working. I wake up late every day clock does not wake me
This is BS it doesn't sorry I'm being mean I'm just really annoyed it wouldn't boot into recovery mode infinite download mode please someone tell me how to fix and if it requires flashing the stock stuff I'm throwing this stupid phone in the bin sorry. The reason I'm not doing it is because it literally says 10 years to download and I'm not lying
Great ROM, thanks to developers
But bluetooth calls not working, known bug or its only me?
ICV said:
Great ROM, thanks to developers
But bluetooth calls not working, known bug or its only me?
Click to expand...
Click to collapse
Are you on today's build already? Most likely not.
Linux4 said:
Are you on today's build already? Most likely not.
Click to expand...
Click to collapse
Not, I'm trying it right now!. thanks, loving this rom
New builds are up including some more lineage features added back and third party keyboard apps no longer crashing.
Linux4 said:
New builds are up including some more lineage features added back and third party keyboard apps no longer crashing.
Click to expand...
Click to collapse
This build, the battery drains faster than the previous build. Now I go back to the previous build to wait for the battery fix in the next build. Thank you.

Categories

Resources