I'm looking to build android oreo from source, but this page: https://developers.google.com/android/drivers only has the drivers up to Nougat 7.1.2 for the 5X and other devices. Does anybody know when these binaries will be released?
Thanks
Never mind, they were just added.
Related
Hi everyone,
I'm currently working on building Lineage OS 13, which is unsupported on the Nexus 7 2013. My device has WiFi issues with 14.1 and none of the Marshmallow ROMs incorporate a fix for the Krack vulnerability. Since this fix is already part of the cm-13.0 branch, I've been trying to build it but running into the following error when I run "breakfast flo".
Code:
build/core/product_config.mk:257: *** No matches for product "lineage_flo". Stop.
Device flo not found. Attempting to retrieve device repository from LineageOS Github (http://github.com/LineageOS).
I have already incorporated the Muppet's proprietary blobs for Flo but don't know how to deal with this error. I have experience with the Linux command line and programming using Java but am new to ROM-building.
flamingspartan3 said:
Hi everyone,
I'm currently working on building Lineage OS 13, which is unsupported on the Nexus 7 2013. My device has WiFi issues with 14.1 and none of the Marshmallow ROMs incorporate a fix for the Krack vulnerability. Since this fix is already part of the cm-13.0 branch, I've been trying to build it but running into the following error when I run "breakfast flo".
Code:
build/core/product_config.mk:257: *** No matches for product "lineage_flo". Stop.
Device flo not found. Attempting to retrieve device repository from LineageOS Github (http://github.com/LineageOS).
I have already incorporated the Muppet's proprietary blobs for Flo but don't know how to deal with this error. I have experience with the Linux command line and programming using Java but am new to ROM-building.
Click to expand...
Click to collapse
You will need to apply device tree rebrand like it's done in 14.1: https://github.com/LineageOS/android_device_asus_flo/commit/e596a332b44ea40769fc516c451728b1cd58eb2b
flex1911 said:
You will need to apply device tree rebrand like it's done in 14.1: https://github.com/LineageOS/android_device_asus_flo/commit/e596a332b44ea40769fc516c451728b1cd58eb2b
Click to expand...
Click to collapse
Thanks for the help! I was able to get it to work by running 'lunch cm_flo-userdebug' and then mka.
Are you sure the Krack fix isn't already in 14.1:
https://www.lineageos.org/Changelog-15/
KRACK Wi-Fi vulnerability has been fixed in both LineageOS 14.1 and 13.0
Click to expand...
Click to collapse
Hi!
Thanks for a great forum!
I am going to go MM->N on my G4 but I would like to have current security patches, or at least have one that is as late as possible.
What ROM would you suggest?
Thanks in advance
AOSCP N unofficial. Check out the OP in the official 6.0.0 thread and from the unofficial link there you can get the 4.2 nougat version too
Hmmm
Thanks,
I wonder why the official build isn't N, given that there are N-compatible blobs for everything...
Or is AOSCP a blobfree OS?
fredst said:
Thanks,
I wonder why the official build isn't N, given that there are N-compatible blobs for everything...
Or is AOSCP a blobfree OS?
Click to expand...
Click to collapse
No. Every ROM has blobs. AOSCP has moved to O for its official releases and discontinued N as it is old.
However for the G4 there are a few deal bugs (no bt hands free calls and no flashlight tile) that aren't in N (although encryption works on O unlike N)
Hi,
I am using AOSCP Oreo, but do not like that bluetooth is not working properly. Therefore I want to downgrade to Nougat..
Is there any Nougat ROM with the latest security patches from December 2018? The latest AOSCP Nougat version is from April 2018.
Thanks in advance!
So as you guys probably know the current android P ROM requires an android 8.1 vendor image. Is this because P is closed source and it'll change when sources become publicly available or is this an android P thing and will still require 8.1 vendor even when it's officially released?
Just wondering
Thanks in advance
Android P hasn't been released officially so none of the manufacturers will have released a final vendor image for the devices for Android 9, 8.1 vendor images will be the only ones available in that case. Earlier versions of Android don't use the Treble system so would be useless.
Android 8.0 treble devices should also support 9.
Hi,
I have a Nexus 5 running on the latest stock Marshmallow build, but rooted with Chainfire SuperSu.
I'd like to flash Lineage OS on it, but I understand that the latest Lineage OS doesn't support the Nexus 5.
What are the newest versions that do? I'd like to have it on Nougat or Oreo.
Thanks!
goister said:
Hi,
I have a Nexus 5 running on the latest stock Marshmallow build, but rooted with Chainfire SuperSu.
I'd like to flash Lineage OS on it, but I understand that the latest Lineage OS doesn't support the Nexus 5.
What are the newest versions that do? I'd like to have it on Nougat or Oreo.
Thanks!
Click to expand...
Click to collapse
Custom rom is device dependent like that: https://forum.xda-developers.com/google-nexus-5/orig-development/rom-lineageos-16-0-nexus-5-t3921162
That's an unofficial build. Are there official builds? Didn't Lineage OS use to support the Nexus 5?
goister said:
That's an unofficial build. Are there official builds? Didn't Lineage OS use to support the Nexus 5?
Click to expand...
Click to collapse
Latest official was nougat
https://download.lineage.microg.org/hammerhead/
For non microG you will have to search archives
Hi. I want to try to build lineage os 17/18 for my old phone. I have env and I already build package for other phone. For Nexus 4 there and only some old lineage os 15 builds. How to prepare lineage os 18 based on lineage os 15? Is it possible or maybe it needs to be done from scratch. Is there any instruction how to do this?
Porting a ROM means there's a similar device with a working LineageOS on it. Which means it's already built, and only small modifications to make it stable for you.
Porting doesn't work the way you described. You can't build Android 12 on top of Android 8, every new major Android update, Google releases a new source code.
Then, manufacturers/developers modify it to their sweets. What you want to do is to build LineageOS 18/17 for an unsupported device. There's a lot of guides online about it. The context matters.
Can you share some links about building lineage os for unsupported devices? Will it help somehow when there are some old versions builds?