Related
LineageOS 18.1 is a free, community built, aftermarket firmware distribution of Android 11.0 (R), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include <std_disclaimer.h>
/*
* 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. 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.
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. Your changelog is whatever was merged into gerrit.
Known bugs:
Screen mirroring via slimport HDMI adapter doesn't work.
PMF aka 802.11w doesn't supported. Read here about it.
Encryption has problems. Read here about it.
Downloads:
ROM: https://sourceforge.net/projects/hammerhead-lineageos/files/18.1/
GAPPS: https://opengapps.org/?arch=arm&api=11.0&variant=pico
Credits:
Many thanks to the LineageOS team and all the contributors out there in the community
Contributors:
z3DD3r
Source Code:
Device tree: https://github.com/z3DD3r/android_device_lge_hammerhead/tree/lineage-18.1
Kernel tree: https://github.com/z3DD3r/android_kernel_lge_hammerhead/tree/lineage-18.1
Vendor tree: https://github.com/z3DD3r/android_vendor_lge/tree/lineage-18.1
Android version: 11.0.0 (R)
Kernel version: Linux 3.4.113
SELinux: Enforcing
Status: Stable
Created 2021-01-07
Last Updated 2021-06-08
ROM Installation
To install rom you should increase the /system partition size
This can be done for example with TWRP HH.R
[RECOVERY][UNOFFICIAL] TWRP HH for Nexus 5 (hammerhead)
TWRP HH for Nexus 5 About: TWRP is an open source, community project. TWRP development is done by roughly 4 people at this point. We also have a large support community with many people who are willing to answer questions and help people with...
forum.xda-developers.com
GAPPS Installation
LineageOS Team have recommendations about GAPPS
Here are the most important two copied from LineageOS WiKi:
If you opt to use Open GApps, they offer a variety of sizes of packages that include and overwrite different apps. We only recommend package sizes up through nano. If you use a larger package, we can not guarantee that everything will function on your device, as in many of these cases our included apps are overwritten in favor of the Google App equivalents.
Google apps should be installed via recovery immediately after installing LineageOS. If you reboot into LineageOS before installing Google apps, you must factory reset and then install them, otherwise expect crashes.
Patches
Patches you need to apply to the source code to get the same functionality as in my builds. All patches are actual as of Jun 24, 2022.
SurfaceFlinger
https://review.lineageos.org/c/LineageOS/android_frameworks_native/+/310715
https://review.lineageos.org/c/LineageOS/android_vendor_lineage/+/310716
QCOM display
GitHub - z3DD3r/android_hardware_qcom_display
Contribute to z3DD3r/android_hardware_qcom_display development by creating an account on GitHub.
github.com
git fetch https://github.com/z3DD3r/android_hardware_qcom_display lineage-18.1 && git cherry-pick 29fb1e50d1f2b7cf2386ab168fcffd23450a4ba8^..a7cf3dab9881e40550617febd03a68ace43cfa5f
QCOM media
GitHub - z3DD3r/android_hardware_qcom_media
Contribute to z3DD3r/android_hardware_qcom_media development by creating an account on GitHub.
github.com
git fetch https://github.com/z3DD3r/android_hardware_qcom_media lineage-18.1 && git cherry-pick 8f2abf1879e48068b86d57d8d67d799623a7157a^..075f70c24c10173a861bd84cdd08926783f6680b
Vold (USB OTG)
GitHub - z3DD3r/android_system_vold
Contribute to z3DD3r/android_system_vold development by creating an account on GitHub.
github.com
git fetch https://github.com/z3DD3r/android_system_vold lineage-18.1 && git cherry-pick fcbc4e0cff6843f011e814e6ced291055cc2d467^..cc5f962ed154717df93ddd0843d3bb57739bdd77
AOSP Keyboard (Optional)
GitHub - z3DD3r/android_packages_inputmethods_LatinIME
Contribute to z3DD3r/android_packages_inputmethods_LatinIME development by creating an account on GitHub.
github.com
git fetch https://github.com/z3DD3r/android_packages_inputmethods_LatinIME lineage-18.1 && git cherry-pick 7e55f8c6b7257af03891934da329e2f6aea72c67^..6b0819b6373ee18766d8b1846dcf512dd527dc13
Trebuchet Launcher (Optional)
https://review.lineageos.org/c/LineageOS/android_packages_apps_Trebuchet/+/303250
Please, give actual link to 11 gapps
Ogzador said:
Please, give actual link to 11 gapps
Click to expand...
Click to collapse
An user by the name BrainWash has found unofficial builds of arm Gapps packages for Android 11, that user has shared a link in the Nexus 5 Telegram group.
They might work or not, give them a try on your own risk.
althafvly - Browse /gapps at SourceForge.net
sourceforge.net
gapps a11 arm
althafvly - Browse /gapps at SourceForge.net
sourceforge.net
Need help, please. After los18 zip installing, my twrp was killed. And now i have los recovery. And none-resized sistem partition. Now i can't install gapps.
Ogzador said:
Need help, please. After los18 zip installing, my twrp was killed. And now i have los recovery. And none-resized sistem partition. Now i can't install gapps.
Click to expand...
Click to collapse
Those issues you mention don't seem to be related to this ROM. I just flashed this ROM on my N5 and my TWRP did not get overwritten nor did my partition sizes get reverted to the stock sizes. I don't know what has gone wrong on your side.
Woah, amazing. Thanks! Everything seems to be working so far, only Magisk fails to install.
zheega said:
Woah, amazing. Thanks! Everything seems to be working so far, only Magisk fails to install.
Click to expand...
Click to collapse
Magisk v21.2 installs and works without any issues. Makes sure you flash an up to date version of Magisk, redownload it if doesn't install.
Yes, thank you. I was using a bit older build that didn't work.
Mr.FREE_Bird said:
Those issues you mention don't seem to be related to this ROM. I just flashed this ROM on my N5 and my TWRP did not get overwritten nor did my partition sizes get reverted to the stock sizes. I don't know what has gone wrong on your side.
Click to expand...
Click to collapse
while setting up when booted in, it ask if u want to update lineage recovery along with the os. I think that may overwrite twrp
JackyGundam said:
while setting up when booted in, it ask if u want to update lineage recovery along with the os. I think that may overwrite twrp
Click to expand...
Click to collapse
Maybe but judging from what he said I think he says that his TWRP got overwritten and his partitions got reverted to the stock sizes right after flashing the ROM. So it looks like he did something wrong or doesn't read what the setup asks him...
Wow amazing a lot of thanks for this rom
Latest build ( lineage-18.1-20210109 ) seems to be stuck in a forever-boot-loop.
Here booting well
Having no boot problems with 20210109 comming from 17.1-20201231
It doesn't work with fresh install (just a constant boot loop), but updating from 20210108 to 20210109 works.
zheega said:
It doesn't work with fresh install (just a constant boot loop), but updating from 20210108 to 20210109 works.
Click to expand...
Click to collapse
My tester said that everything works fine after clean installation as well as after update. But there is a problem with latest test package of opengapps. Device can't boot. So if u used opengapps then this is your problem.
Anyway before posting such reports try to perform a clean flash of the ROM without additional packages (gapps/magisk/mods)
I haven't used my Nexus 5 in a few years and now I would like to update it to android 10, in particular your LineageOS 17.1.
But being many years since the last update I was wondering if my recovery, kernel and radio were compatible with android 10. Would you be able to suggest which recovery, which magisk version, which kernel and radio to install? Maybe kernel and radio now come bundled with the OS (?)
Lastly, there is any peculiar step for a clean installation procedure?
I tried to search on the thread beforehand, but couldn't find the answers. Sorry if you already answered my questions.
Thanks a lot for the your time and effort!
I Wanted to just check before I try to build a Lineage 18.1 build for the Poco F3, since I have one,
Is anyone currently building one ?
Whiskeyomega said:
I Wanted to just check before I try to build a Lineage 18.1 build for the Poco F3, since I have one,
Is anyone currently building one ?
Click to expand...
Click to collapse
check your inbox for link
EDIT: you don't accept pm's. search in telegram. yes, it's been out for some time
(not sure if tg links are allowed...)
Out of curiosity does anyone know why the Lineage ROM wasn't posted here?
Whiskeyomega said:
I Wanted to just check before I try to build a Lineage 18.1 build for the Poco F3, since I have one,
Is anyone currently building one ?
Click to expand...
Click to collapse
I have been building my own, I think it is nearing official release, as the last couple builds have been amazing.
I am also wondering to why it has not been posted here?
Also not sure with rules nowadays with roms and source codes Arrow and now Syberia don't have their device trees public, I refuse to install or even try a rom if I can't build it myself first, it goes against the open source spirit.
I blame M$ buying Github and offering hiding repositories for free where it used to be a paid feature before they bought Github, it is their way of killing the open source community.
reg66 said:
check your inbox for link
EDIT: you don't accept pm's. search in telegram. yes, it's been out for some time
(not sure if tg links are allowed...)
Click to expand...
Click to collapse
Fixed my PMs. Also not sure why it wasnt posted here. Ive posted roms here before. I used to make the old Boombox rom for the LG V30. Im pretty good at finding tweaks for stuff since it was audio things I changed for the phone. Anyway feel free to send me a link.
LineageOS-18.1-Unofficial-26-06-2021.zip
drive.google.com
i found it on telegram group, dev is manuel.
He is public his tree on github
AliothDevelopment
Device trees development focused on alioth also offered by POCO Italy that donated the device. - AliothDevelopment
github.com
but seem like he dont want his build become official so i hope alioth have one official
zeroday0 said:
LineageOS-18.1-Unofficial-26-06-2021.zip
drive.google.com
i found it on telegram group, dev is manuel.
He is public his tree on github
AliothDevelopment
Device trees development focused on alioth also offered by POCO Italy that donated the device. - AliothDevelopment
github.com
but seem like he dont want his build become official so i hope alioth have one official
Click to expand...
Click to collapse
I believe that we are currently waiting until we've got our TWRP more stabilized before we want an official with Lineage (probably due to OTAs not being perfected yet)
zeroday0 said:
LineageOS-18.1-Unofficial-26-06-2021.zip
drive.google.com
i found it on telegram group, dev is manuel.
He is public his tree on github
AliothDevelopment
Device trees development focused on alioth also offered by POCO Italy that donated the device. - AliothDevelopment
github.com
but seem like he dont want his build become official so i hope alioth have one official
Click to expand...
Click to collapse
isn't he waiting for his device? He can't apply official without the device afaik
zeroday0 said:
LineageOS-18.1-Unofficial-26-06-2021.zip
drive.google.com
i found it on telegram group, dev is manuel.
He is public his tree on github
AliothDevelopment
Device trees development focused on alioth also offered by POCO Italy that donated the device. - AliothDevelopment
github.com
but seem like he dont want his build become official so i hope alioth have one official
Click to expand...
Click to collapse
how to flash it ?
which gapps is best for it?
newuser1999 said:
how to flash it ?
Click to expand...
Click to collapse
It's a fastboot Rom... connect your device to the pc in fastboot and use install&format bat file... waiting for the reboot.
Also in the zip file there's root folder with another bat...to root your phone after first boot in the same way (bat file).
Also Rom has already gapps (isn't vanilla)
I hope every day to find LaOS18.1 on xda. Its nice to read that its comming soon.
x4nd3r76 said:
It's a fastboot Rom... connect your device to the pc in fastboot and use install&format bat file... waiting for the reboot.
Also in the zip file there's root folder with another bat...to root your phone after first boot in the same way (bat file).
Also Rom has already gapps (isn't vanilla)
Click to expand...
Click to collapse
this doesn't work for when i do just that (plug my phone into pc and boot into FASTBOOT and run the .bat file it just says waiting for your device and that's about it nothing happens afterwards.
newuser1999 said:
this doesn't work for when i do just that (plug my phone into pc and boot into FASTBOOT and run the .bat file it just says waiting for your device and that's about it nothing happens afterwards.
Click to expand...
Click to collapse
Is your device recognized from the system? Did you try "fastboot devices" command to verify?
I dont know what this is but its a empty shell of Lineage 18.1. Its missing all sorts and the setup is really broken.
This is the LineageOS 18.1 for LG V35
Download
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
Instruction
1. Flash V30c for LM-V350N
2. boot OrangeFox --> fastboot boot ofox_judyp.img
3. Goto wipe -> format data -> type yes --> reboot to fastboot --> redo step 2
4.Copy the LineageOs zip to phone and flash it
5. Optional: Flash GApps and Magisk (Untested)
6. Reboot to system
Thanks To/Credits
@EmanuelCN
Sources
GitHub - EmanuelCN/android_kernel_lge_sdm845
Contribute to EmanuelCN/android_kernel_lge_sdm845 development by creating an account on GitHub.
github.com
GitHub - TatsuyaSou/android_device_lge_judyp: Device tree for judyp (LG V35)
Device tree for judyp (LG V35). Contribute to TatsuyaSou/android_device_lge_judyp development by creating an account on GitHub.
github.com
GitHub - TatsuyaSou/proprietary_vendor_lge
Contribute to TatsuyaSou/proprietary_vendor_lge development by creating an account on GitHub.
github.com
GitHub - TatsuyaSou/android_device_lge_sdm845-common
Contribute to TatsuyaSou/android_device_lge_sdm845-common development by creating an account on GitHub.
github.com
GitHub - EmanuelCN/android_device_lge_hardware
Contribute to EmanuelCN/android_device_lge_hardware development by creating an account on GitHub.
github.com
GitHub - TatsuyaSou/android_device_lge_common
Contribute to TatsuyaSou/android_device_lge_common development by creating an account on GitHub.
github.com
This is my first rom, if you find a bug please tell me.
Great news indeed!
The LM-V350N variant was already mentioned, what about the other
Spoiler: LG V35 variants
LM-V350ULM
LM-V350AWM
LM-V350EM
LM-V350EAW
- are they supported yet?
Nexus-3 said:
Great news indeed!
The LM-V350N variant was already mentioned, what about the other
Spoiler: LG V35 variants
LM-V350ULM
LM-V350AWM
LM-V350EM
LM-V350EAW
- are they supported yet?
Click to expand...
Click to collapse
Hi,
The rest don't have Android 10 and you need to flash korean firmware (v30c) via LGUP. On 9, you'll get a bootloop.
Kyrimeas said:
Hi,
The rest don't have Android 10 and you need to flash korean firmware (v30c) via LGUP. On 9, you'll get a bootloop.
Click to expand...
Click to collapse
Would this work for my device?
Andy2004 said:
View attachment 5388313
Would this work for my device?
Click to expand...
Click to collapse
If it's a korean a10, it'll work.
I know at&t has a10 too but I don't have how to test it.
Any bugs?
misha67 said:
Any bugs?
Click to expand...
Click to collapse
Usb Tethering and VoLTE are not working.
EDIT: The fingerprint is not working
I'll try to fix it
非常感谢,我会看着你的
Auto Brightness and Network have question.Looking forward to your repair
If I flash this, will I still be able to go back down to Android 10 with LGup?
thandlovsky said:
如果我刷这个,我还能用 LGup 回到 Android 10 吗
Click to expand...
Click to collapse
thandlovsky said:
如果我刷这个,我还能用 LGup 回到 Android 10 吗?
Click to expand...
Click to collapse
哦f course
2535449410 said:
哦f course
Click to expand...
Click to collapse
of course
thandlovsky said:
If I flash this, will I still be able to go back down to Android 10 with LGup?
Click to expand...
Click to collapse
of course
вin thank you for your work! I have 350n - is this firmware suitable for him? what does not work?
Wow, this release really is surprising
Has anyone tried crossflashing to korean formware then installing this ROM?
does it fix some of the issues that can come from the crossflash
电池容量为3000
I take it your V35 has to be bootloader unlocked correct?
X-Nemesis said:
I take it your V35 has to be bootloader unlocked correct?
Click to expand...
Click to collapse
Yes, it must be unlocked because you will not be able to enter recovery
k.stahanov73 said:
вin thank you for your work! I have 350n - is this firmware suitable for him? what does not work?
Click to expand...
Click to collapse
VoLTE, usb tethering are not working. Fingerprint has been fixed in the latest version. Sometimes the screen does not turn on when AoD is on.
ghylander said:
Wow, this release really is surprising
Has anyone tried crossflashing to korean formware then installing this ROM?
does it fix some of the issues that can come from the crossflash
Click to expand...
Click to collapse
I have v350awm but I had no problems with korean firmware.
Thank you very much for making this rom!
I can confirm it working with Magisk 23.0 and GAPPS (MindTheGapps-11.0.0-arm64-20210412_124247)
and even Xposed is working!
(EdXposed from Magisk repository - Riru_-_EdXposed-v0.5.2.2_4683-master(4683) + riru-v25.4.4-release
Only issue i have noticed is that waking up the phone
- some issue with Always On Display maybe, sometimes screen remains black,
need to push power button several times,
for now i just disabled AOD and will see how it will function.
I love that the rom adds names of apps to the file name of screenshots, like in MIUI,
very useful for quick finding screenshots
Wi-Fi perfect, BT perfect,
pity that the LineageOS recovery is, well, inferior to TWRP / OrangeFox,
but, overall i think this ROM is so good it will be as my primary usage Android
Oooh, i miss the camera from LG, miss the good touch focus, is there any port of that LG camera for v35 - this Lineage?
Hi friends~!
Shieldroot has Leveled Up and No longer Requires an External Hard Drive!
Please remember to change the IP address in ADBCONNECT
DOWNLOAD: https://mega.nz/file/QQpUUSba#Q17teRIq2IUJNk-qTe-3qfgYwXlz4VcX9KtPjHERSWI 1.6 GB ZIPPED
GOOGLE DRIVE: https://drive.google.com/file/d/1FusTaAJ5oCNXbYQ_58xgXPMYfRg0Qy0m/view?usp=sharing
I have cleaned up the clutter in our previous edition of Shieldroot, as well as updated the adb tools for us. I have also included new code for easily wiping all your partitions, to ensure you have the smoothest Sailing.
I will post the link when its finished updating, i just needed a placeholder for all this crap~!
VIDEO GUIDE:
This is a never ending WIP (work in process) so Enjoy The Ride XD
FOR THOSE THAT NEED IT:
~! whyyyy IT's MaGiC
My stumblez along the Way
You Must be Familiar with this Method Please Before Using the new Tools
Root Nvidia Shield TV Pro 2019 Version
THIS IS OUTDATED https://forum.xda-developers.com/t/bootmod-root-your-shield-in-1-minute-2015-2017-2019.4524873/ REPLACES THIS IF YOU WANT ANDROID OR USE THIS GUIDE...
forum.xda-developers.com
I want to thank my New friend, Dawn!!! They showed me the way~!
nooted1
forum.xda-developers.com
With majisk Modules, by sharing some awesome github repos. I will link those soon
This one IDK What it is But I will find out~!
magisk_files/app-release.apk at alpha · vvb2060/magisk_files
Contribute to vvb2060/magisk_files development by creating an account on GitHub.
github.com
Adguard
https://download.adguard.com/d/18673/adguard.apk
A Magisk Repository For Enabling User Added Certs
GitHub - Magisk-Modules-Repo/movecert: movecert
movecert. Contribute to Magisk-Modules-Repo/movecert development by creating an account on GitHub.
github.com
GET TO KNOW ME IF YOU DARE~!
Hello New Friends!
My name is Jen. Long time lurker, recent poster here the last few months. I recently had a stay at the hospital due to a fever I had for four days, In those four days I had entered a stage of psychosis, Long story short, I Recovered, shed...
forum.xda-developers.com
Friends~! I don't have the Time to port these over to the 2015, 2017 versions. I ask someone who follows those forums please take the shieldroot tools and make them your own, it's all open source <3
And that's a wrap, we all updated here B0IS part 2 figuring out what the effs to do with the modules... coming sooon tee hee~!
jenneh said:
This one IDK What it is But I will find out~!
magisk_files/app-release.apk at alpha · vvb2060/magisk_files
Contribute to vvb2060/magisk_files development by creating an account on GitHub.
github.com
Click to expand...
Click to collapse
This is a modified Magisk branch which re-adds MagiskHide functionality
nooted1 said:
This is a modified Magisk branch which re-adds MagiskHide functionality
Click to expand...
Click to collapse
Le HAWT ~!! I am taking a break from the shield today, to play with and fix NOX, but I'll look at this again tom after work~! Thank you, Dawn!
I was successful with what I wanted to do today in Nox: https://forum.xda-developers.com/t/fully-cracked-nox-android-emulator.4381833/
Future endeavors will involve learning the poison they put in virtualbox, to ammend that, then cannibalize the executable, as well as attempting to inject a bootloader somehow~! Practice for our Shield, Tee-hee~!
jenneh said:
I was successful with what I wanted to do today in Nox: https://forum.xda-developers.com/t/fully-cracked-nox-android-emulator.4381833/
Future endeavors will involve learning the poison they put in virtualbox, to ammend that, then cannibalize the executable, as well as attempting to inject a bootloader somehow~! Practice for our Shield, Tee-hee~!
Click to expand...
Click to collapse
hey, can you please make a howto explaining how to go back to nvidias shield tv pro own build? right now I’m on your build but I want to install latest nvidia shield tv pro android update
KinkyGolab said:
hey, can you please make a howto explaining how to go back to nvidias shield tv pro own build? right now I’m on your build but I want to install latest nvidia shield tv pro android update
Click to expand...
Click to collapse
Yes I promise to do so with the release of my roms. I'm trying as hard as I can to fix my driver issue I just got the certificate signing software's programmed and built the driver I just need to sign it today and if it doesn't work I will revert back to Windows 10 so that I can make that rom for you guys
@KinkyGolab here's a recovery kit, just run erase all partitions, then recovery, and you're set~! if you want the boot locker code turned off, reboot into fastboot after running recovery then run the lock bootloader command
RECOVERY.zip
drive.google.com
Updated instructions:
Installation
The Magic Mask for Android
topjohnwu.github.io
Github page:
Release Magisk v24.0 · topjohnwu/Magisk
It has been a while since the last public release, long time no see! A personal update for those unaware: I am now working at Google on the Android Platform Security team. Without further ado, let'...
github.com
Hi, just in case you are looking for the zip to flash. It have been removed. So go to GitHub search for Fox's Mmm apk. You can update from the app. Cheers.
tllim73 said:
Hi, just in case you are looking for the zip to flash. It have been removed. So go to GitHub search for Fox's Mmm apk. You can update from the app. Cheers.
Click to expand...
Click to collapse
No, If you read the instructions, it tells you to rename the .apk to .zip because it's also flashable. Not sure what you are referring to:
Custom Recovery
This installation method is deprecated and is maintained with minimum effort. YOU HAVE BEEN WARNED!
Click to expand...
Click to collapse
Installing using custom recoveries is only possible if your device has boot ramdisk. Installing Magisk through custom recoveries on modern devices is no longer recommended. If you face any issues, please use the proper Patch Image method.
Download the Magisk APK
Rename the .apk file extension to .zip, for example: Magisk-v24.0.apk → Magisk-v24.0.zip. If you have trouble renaming the file extension (like on Windows), use a file manager on Android or the one included in TWRP to rename the file.
Flash the zip just like any other ordinary flashable zip.
Click to expand...
Click to collapse
24.1 out
Releases · topjohnwu/Magisk
The Magic Mask for Android. Contribute to topjohnwu/Magisk development by creating an account on GitHub.
github.com
https://twitter.com/i/web/status/1498927109556695042
Release Magisk v24.2 · topjohnwu/Magisk
Maintenance release fixing various issues. [MagiskSU] Fix buffer overflow [MagiskSU] Fix owner managed multiuser superuser settings [MagiskSU] Fix command logging when using su -c <cmd> [MagiskSU]...
github.com
24.3 out.
Releases · topjohnwu/Magisk
The Magic Mask for Android. Contribute to topjohnwu/Magisk development by creating an account on GitHub.
github.com