[ROM/TOOL][10.x] RattlesnakeOS [Pixel XL] - Google Pixel XL ROMs, Kernels, Recoveries, & Other

This is a bit different than most postings here, as I'm not directly providing any binaries to install on your phone and instead providing a simple tool, rattlesnakeos-stack, to build your own customized ROM based with latest AOSP on a regular basis, with your own signing keys, and your own OTA updates. This probably will be interesting to a small subset of users as it requires some technical knowledge and costs money to run this infrastructure in AWS to produce your own builds.
You can read more about the project here: https://github.com/dan-v/rattlesnakeos-stack
I'm generally more active on the subreddit if you have any questions: https://www.reddit.com/r/RattlesnakeOS/
XDA:DevDB Information
RattlesnakeOS [Pixel XL], ROM for the Google Pixel XL
Contributors
dantheman78
Source Code: https://github.com/dan-v/rattlesnakeos-stack
ROM OS Version: Android 10
ROM Kernel: Linux 3.x
Based On: AOSP
Version Information
Status: Stable
Current Stable Version: v9.0.35
Stable Release Date: 2019-09-08
Current Beta Version: v10.0.0-beta.1
Beta Release Date: 2019-09-12
Created 2019-09-13
Last Updated 2019-09-17

Damn... I wish someone who knew how to do this would reply

johnblundon said:
Damn... I wish someone who knew how to do this would reply
Click to expand...
Click to collapse
+1

Pictures please ?
Enviado desde mi Pixel XL mediante Tapatalk

Is that right, Kernel: Linux 4.x?

stifmaster81 said:
Pictures please ?
Enviado desde mi Pixel XL mediante Tapatalk
Click to expand...
Click to collapse
This will look exactly like stock AOSP because that's what it builds by default unless you use ability to customize the OS.

PJK2011 said:
Is that right, Kernel: Linux 4.x?
Click to expand...
Click to collapse
Sorry that is a bad copy paste from other newer Pixel devices. The prebuilt AOSP kernel will be at 3.18 for this device.

dantheman78 said:
Sorry that is a bad copy paste from other newer Pixel devices. The prebuilt AOSP kernel will be at 3.18 for this device.
Click to expand...
Click to collapse
Thanks for the clarification. The concept is fascinating. I might get AWS when my GCP expires. I'm interested in how you automatically merge patches and updates for monthly OTA's with no human intervention for resolving conflicts.

Hello! but how to install it?

PJK2011 said:
Thanks for the clarification. The concept is fascinating. I might get AWS when my GCP expires. I'm interested in how you automatically merge patches and updates for monthly OTA's with no human intervention for resolving conflicts.
Click to expand...
Click to collapse
I wish I could say it does something really fancy to ensure patches can be cleanly applied each month, but really it just takes whatever patches you have selected and applies them. This in my experience has worked without issues with each major release of Android as generally there isn't large code changes within .a major release that would affect a patch. The other problem in this area I have not come up with a good solution for is if you are applying multiple patches that are acting on the same file you can run into issues.

[email protected] said:
Hello! but how to install it?
Click to expand...
Click to collapse
After using the rattlesnakeos-stack tool to build your own OS, you get a factory image that can be flashed on your device. All of this is documented here: https://github.com/dan-v/rattlesnakeos-stack.

dantheman78 said:
I wish I could say it does something really fancy to ensure patches can be cleanly applied each month, but really it just takes whatever patches you have selected and applies them. This in my experience has worked without issues with each major release of Android as generally there isn't large code changes within .a major release that would affect a patch. The other problem in this area I have not come up with a good solution for is if you are applying multiple patches that are acting on the same file you can run into issues.
Click to expand...
Click to collapse
It seems quite reasonable to just apply the patches one at a time if in doubt and if there are not an overly large number of patches hitting at the same time.

Hello, I'm rather familiar with normal ROM building, I'm interested in what changes does this stack patch to AOSP source,
after digging around, I found this, but I wonder if this is all?
Thanks

dic1911 said:
Hello, I'm rather familiar with normal ROM building, I'm interested in what changes does this stack patch to AOSP source,
after digging around, I found this, but I wonder if this is all?
Thanks
Click to expand...
Click to collapse
Yep, that one file is the entire build script and that section is all the patching. Let me know if you have any questions.

Related

[Toolkit] Nexus Multitool

[#nexusmultitoolp1]
If you like it, you might consider donating.
DOWNLOADS
Source Code - Github​
[#nexusmultitoolp2]
XDA:DevDB Information
Nexus Multitool, Tool/Utility for the Nexus 6
Contributors
photonicgeek, photonicgeek
Version Information
Status: Beta
Current Beta Version: 0.10
Beta Release Date: 2014-11-23
Created 2014-11-24
Last Updated 2014-11-24
[#nmchangelog]
Reserved for stuff. Probably.
Thanks for this! Going to make things a lot easier for people just getting their phones
Awesome news, my N6 should b arriving this week. What root method does this tool use? Custom kernel or is it using the SuperSU 2.27beta?
spunks3 said:
Awesome news, my N6 should b arriving this week. What root method does this tool use? Custom kernel or is it using the SuperSU 2.27beta?
Click to expand...
Click to collapse
Custom kernel. I think it is the better option in the long run because google can easily patch the method that Chainfire uses now. The kernel method, however, is very unlikely to be patched. This will patch whatever kernel you want to use though, so you'll be fine!
Sweet! Just wondering, do you think it would be possible to bundle in a decryption feature as well?
Not really original development
Sent from my Nexus 9 using Tapatalk
Xileforce said:
Sweet! Just wondering, do you think it would be possible to bundle in a decryption feature as well?
Click to expand...
Click to collapse
paychex said:
Not really original development
Sent from my Nexus 9 using Tapatalk
Click to expand...
Click to collapse
@Xileforce Already in there in v0.10!
@paychex
According to XDA it is! The "Original elements": Device decryption for N6 and N9, supports every single Nexus device, offers a ROM installer for compatible devices, etc.
http://forum.xda-developers.com/showthread.php?t=2112240
The following are most likely “Original Development”:
*Official releases of highly original and upstream custom ROMs (built from the ground up with significant original development within them
*Official releases/development of such original ROMs, perhaps posted by the maintainer or their nominated person.
*A significant “first” in development for a device. Significant is subjective, but it is likely something which took considerable time/effort, and is generally accepted by developers to be significant and non-trivial.
*Kernels which are built with beneficial changes that are not simply pulled from other kernels already available. Some element of original work is expected.
*Tools and utilities with a clear purpose, and which are well-made, and useful to users. They should have an element of originality, either in purpose or through significant improvement in the means of operation.
*Significant port of a ROM from one device to another, giving enhanced features or functionality to users of the target device. The port should be beneficial (a port from two virtually identical devices isn’t original development, it’s winzipping, and nobody really benefits from this, as it’s not development)
Click to expand...
Click to collapse
Thanks for the Linux support!
Cool, might have to check this out!
tried to dl latest tool kit and file isnt downloading correctly...
Delete
Ep3n3wp said:
tried to dl latest tool kit and file isnt downloading correctly...
Click to expand...
Click to collapse
What do you mean? I can't help if I don't have more info...
photonicgeek said:
What do you mean? I can't help if I don't have more info...
Click to expand...
Click to collapse
Sorry never mind... My error... Not sure how to rub/use the download on my windows comp.
Have to go read up on shell downloads or whatever... Thought it was supposed to download an .exe
Sorry
Ep3n3wp said:
Sorry never mind... My error... Not sure how to rub/use the download on my windows comp.
Have to go read up on shell downloads or whatever... Thought it was supposed to download an .exe
Sorry
Click to expand...
Click to collapse
Oh, yeah. It is Mac and Linux only. It's all good!
I'm looking forward to using this once I get my Nexus 6.
sithdroid2187 said:
I'm looking forward to using this once I get my Nexus 6.
Click to expand...
Click to collapse
When that day comes, let me know how it works!
Ive still never fully grasped how to use adb on Mac. Ive got the file downloaded and on my desktop and have terminal cd'd to the file correctly and when I enter "chmod +x Nexus-Multitool.sh" it tells me there is no such file or directory...any help is appreciated.
Photonicgeek, will this interfere with adb/fastboot packages I already have installed or will it operate separately ? (Linux)
Thanks

[ROM] CyanogenMod 13.0 Nightlies

Edit: I no longer own this phone. Information in the OP may be outdated and/or incorrect. Please go to the new thread at http://forum.xda-developers.com/nexus-6/development/rom-cyanogenmod-13-nightlies-snapshots-t3363769
DISCLAIMER: I AM IN NO WAY RESPONSIBLE FOR ANY PROBLEMS ON YOUR DEVICES CAUSED BY FLASHING THESE BUILDS. THE UPSTREAM CODE AND BUILDING IS MAINTAINED BY THE CYANOGENMOD TEAM, NOT ME. I AM NOT ASSOCIATED WITH THEIR TEAM, I AM JUST THE THREAD OWNER.
It was a fun round of unofficial nightlies but the official upstream CM13 builder for shamu is active! Please use the new download links below to grab the official nightlies. Dirty flash seems to work fine if you go from my unofficial 11-29 build to the official 11-30 one. As mentioned in the first post, I will be ceasing my personal builds for now and leave it to the CM team.
Notes: CyanogenMod's stock kernel forces encryption of storage. Please download one of the third party kernels if you wish to avoid this. Also this thread assumes you have kept up to date with bootloaders and radio. At the time of writing, the latest is from the MRA58K release and can be downloaded here.
CyanogenMod 13.0 Nightlies: Download
Open GApps: Download (I recommend arm, 6.0, micro)
Changelog: CMX Changelog
Third party kernels:
Elite Kernel
Hells Core
XDA:DevDB Information
CyanogenMod 13.0, ROM for the Nexus 6
Contributors
djh816
ROM OS Version: 6.0.x Marshmallow
Based On: CyanogenMod
Version Information
Status: Nightly
Created 2015-11-22
Last Updated 2015-12-06
There's already a thread
http://forum.xda-developers.com/nexus-6/development/rom-cyanogenmod-13-0-android-6-0-t3231497
HipKat said:
There's already a thread
http://forum.xda-developers.com/nexus-6/development/rom-cyanogenmod-13-0-android-6-0-t3231497
Click to expand...
Click to collapse
Correct, but not nightly and as far as I can tell albinoman887 is also making fixes which implies altering of upstream code. My thread intends to serve as a purely upstream source build.
djh816 said:
Correct, but not nightly and as far as I can tell albinoman887 is also making fixes which implies altering of upstream code. My thread intends to serve as a purely upstream source build.
Click to expand...
Click to collapse
I would like to say thank you, and I believe that this ROM deserves its own thread respectfully. Since there isn't much action from that other Alpha build and if you are truly building on a nightly basis then this is much appreciated and I look forward to testing.
Thanks!
HipKat said:
There's already a thread
http://forum.xda-developers.com/nexus-6/development/rom-cyanogenmod-13-0-android-6-0-t3231497
Click to expand...
Click to collapse
A Thread with Zero Support from the Thread OP and no Nightlys , its good to see this Thread with hopfully regular updates since I currently have working in the border guarding Work and never have time for building. But what i know from @djh816 updates come many times.
Tylog said:
A Thread with Zero Support from the Thread OP and no Nightlys , its good to see this Thread with hopfully regular updates since I currently have bodybuilding in the border guarding Work and never have time for building. But what i know from @djh816 updates come many times.
Click to expand...
Click to collapse
Thanks for the support and glad to build it. Just to make sure credit is given where due, any bug fixes will be made only by the CyanogenMod team and/or any git contributors. Not sure if you'll get much support from me either but I'll certainly be glad to give any tips I find. For example, if this one specific bug rears its ugly head again, you may need to rename the SetupWizard apk inside /system/app-priv/ as that has been constantly force closing for me prior to today's build.
djh816 said:
Thanks for the support and glad to build it. Just to make sure credit is given where due, any bug fixes will be made only by the CyanogenMod team and/or any git contributors. Not sure if you'll get much support from me either but I'll certainly be glad to give any tips I find. For example, if this one specific bug rears its ugly head again, you may need to rename the SetupWizard apk inside /system/app-priv/ as that has been constantly force closing for me prior to today's build.
Click to expand...
Click to collapse
MAybe test other Gapps, i had this isues with a few cm 13 builds in combination with banks gapps , i like Banks gapps but for now not with CM13 . No support for me no problem , only 1 builds in 3 Weeks in this early stage is a problem , thats what i mean . I have at the moment zero time , i am one day in the week at home and thats time for my son and my wife
Thanks for the builds. I tried (unsuccessfully) to build my own, so this helps out a lot!
nightlies has not started yet.. looking forward..
Awesome! Thanks!
Sent from my Nexus 6 using Tapatalk
Can anyone confirm that you can write to system on this build???? Wasn't working on a build from 11.20.
Sent from my Nexus 6 using Tapatalk
mexiken said:
Can anyone confirm that you can write to system on this build???? Wasn't working on a build from 11.20.
Sent from my Nexus 6 using Tapatalk
Click to expand...
Click to collapse
Still is not working.. I'd love to know of a fix, if any...
mexiken said:
Can anyone confirm that you can write to system on this build???? Wasn't working on a build from 11.20.
Sent from my Nexus 6 using Tapatalk
Click to expand...
Click to collapse
I modified build.prop just fine.
---------- Post added at 03:10 AM ---------- Previous post was at 03:08 AM ----------
Thanks OP, for bringing this to us. Seems pretty good for such an early build. I just barely flashed it but seems great so far.
Does ad away work on this build? It wouldn't work on the previous build.
Is security disable on the ROM?
cz829x18 said:
Does ad away work on this build? It wouldn't work on the previous build.
Click to expand...
Click to collapse
Doesn't seem to just yet. As others have mentioned, no /system writing just yet.
evolishesh said:
Is security disable on the ROM?
Click to expand...
Click to collapse
Doesn't seem like it, I've tried "adb shell" with "su" after but still drops me to a "$" shell rather than "#"
Will you be adding any features or will this be more of a slim to stock cm13 builds? Also thanks for your contributions
nighthawk626 said:
Will you be adding any features or will this be more of a slim to stock cm13 builds? Also thanks for your contributions
Click to expand...
Click to collapse
No features added whatsoever If they add it upstream (included in CM) it'll be here, otherwise no. Absolutely stock. Consider me a third party buildbot slave
Very nice ROM. Just to let everyone know I just finished flashing with the Open GApps Pico and it's working fine. I know, it's bad form to use something that's not recommended.
One quick question, do we get any notification that the new nightly is ready to flash or do we just check the download site?
dlbarron said:
Very nice ROM. Just to let everyone know I just finished flashing with the Open GApps Pico and it's working fine. I know, it's bad form to use something that's not recommended.
One quick question, do we get any notification that the new nightly is ready to flash or do we just check the download site?
Click to expand...
Click to collapse
For now just the download site. I may setup something similar to the pushbullet feed Chroma has if people are interested but haven't spent the time to do it yet. New 11-23 build is up now though
Edit: Woot, looks like they fixed the system rw mounting. Hm but my test file disappeared on reboot.. maybe not yet

[ABANDONED] Lineage OS 13

I am going to be working on a build of Lineage13 for our phone. Thanks to Corvus for the basic source.
Development source: https://github.com/JTS2111/device_le_le_zl1
To-Do (Will add to as I go):
-Get logs from CN users
-Patch kernel for safetynet
-Get a first stable build to give for testing
-Get logs from own phone (US)
-Finish To-Do
Long term To-Do:
-Stability and somewhat decent battery performance
-Completely CTS compatible (that'll be fun)
-Unified .zip for x727 and x720 (might borrow TS scripts)
-Security updates for at least a couple months.
As I get a stable build, I will post it here for testers. Right now, I'm setting up basic debugging for my phone to get the big crashes out of the way.
ETA: Hope to expect a experimental build by the end of the week.
jts2111 said:
I am going to be working on a build of Lineage13 for our phone. Thanks to Corvus for the basic source.
Development source: https://github.com/JTS2111/device_le_le_zl1
To-Do (Will add to as I go):
-Get logs from CN users
-Patch kernel for safetynet
-Get logs from own phone (US)
-Finish To-Do
As I get a stable build, I will post it here for testers. Right now, I'm setting up basic debugging for my phone to get the big crashes out of the way.
Click to expand...
Click to collapse
On behalf of all the owners of the Le Pro 3, thank you for taking the time to make a ROM for us :good:
Added long-term To-Do and tweaking build environment.
jts2111 said:
Added long-term To-Do and tweaking build environment.
Click to expand...
Click to collapse
Hi jts, I'm working on this fork too, just working on getting a fully automated vagrant setup. I'm working on a windows machine, and it's become painfully obvious windows 10 bash (a lovechild of ubuntu and windows 10) is garbage and doesn't work for literally anything you might need bash for. Setting up virtualbox is a pain in the ass. And at the end of the day, if you setup ubuntu, and need to change things for some other build, you might break your current build. I'll keep you posted.
robertzas said:
Hi jts, I'm working on this fork too, just working on getting a fully automated vagrant setup. I'm working on a windows machine, and it's become painfully obvious windows 10 bash (a lovechild of ubuntu and windows 10) is garbage and doesn't work for literally anything you might need bash for. Setting up virtualbox is a pain in the ass. And at the end of the day, if you setup ubuntu, and need to change things for some other build, you might break your current build. I'll keep you posted.
Click to expand...
Click to collapse
Bash on Ubuntu on Windows is only good for basic operations. And I'm actually just starting another Ubuntu VM. No old builds broken. Though its good to have someone to exchange code with.
I already have ~95% working builds of 13 & 14. I have issues with some missing sensors in 13 and camera problems in 14.1.
Sent from my ASUS_Z008 using Tapatalk
Cannot wait to try out this one. While we have two other CM roms, development progress of those seem to have stopped. I was disappointed then this happened. I thank you for those involved in it.
jrior001 said:
I already have ~95% working builds of 13 & 14. I have issues with some missing sensors in 13 and camera problems in 14.1.
Sent from my ASUS_Z008 using Tapatalk
Click to expand...
Click to collapse
Can't wait to try it
Many thanks for your work :good:
Good luck with this! Cant wait!!!
Only for a summery.
We have to get the source code for camera and the other stuff is ready? Or not so difficult?
So definetly possible to geht a stable rom
And i saw that there are more people in this thread who are working in lineage OS. Do you work togetjer? I hope so Then its easier for you all :highfive:
And a little question for a dev noop If we have lineage 13, is it a long and complete new way to delvelope lineage 14.1 or is it similar and not tooo difficult?
manuelbvb said:
Only for a summery.
We have to get the source code for camera and the other stuff is ready? Or not so difficult?
So definetly possible to geht a stable rom
And i saw that there are more people in this thread who are working in lineage OS. Do you work togetjer? I hope so Then its easier for you all :highfive:
And a little question for a dev noop If we have lineage 13, is it a long and complete new way to delvelope lineage 14.1 or is it similar and not tooo difficult?
Click to expand...
Click to collapse
Camera is fine on 13. Just some config stuff I'm fixing. I'm at the moment not working with anyone else, though it would be easier. In terms of 14.1, look at the omniROM 7.1. We would have the same issues with camera and sensors due to the lack of libs.
Also, as a status update, the ROM is very stable with CTS most likely to work with Magisk. Will post soon as I build it.
jts2111 said:
Camera is fine on 13. Just some config stuff I'm fixing. I'm at the moment not working with anyone else, though it would be easier. In terms of 14.1, look at the omniROM 7.1. We would have the same issues with camera and sensors due to the lack of libs.
Also, as a status update, the ROM is very stable with CTS most likely to work with Magisk. Will post soon as I build it.
Click to expand...
Click to collapse
The only major issue I have is with sensors currently on 13 branch. I've got a few missing I can't seem to get working proper. I'm sure there's other minor things but sensors is my only major hurdle right now.
Sent from my LeEco Le Pro3 using Tapatalk
@jts2111 and @jrior001
Which sensors are not working?
corvus said:
@jts2111 and @jrior001
Which sensors are not working?
Click to expand...
Click to collapse
Proximity and compass are the ones giving me trouble on lineage13.
Sent from my LeEco Le Pro3 using Tapatalk
jrior001 said:
Proximity and compass are the ones giving me trouble on lineage13.
Sent from my LeEco Le Pro3 using Tapatalk
Click to expand...
Click to collapse
Proximity works for me, at least the sensor is detected and it changes using any app that tests the sensors (cpuz or aide).
About orientation, I didn't test it so I can't say anything.
If you updated sources from Lineage in the last days, bear in mind that the sources could be broken.
Update: Broken VM environment and source setup. Will try to set up a new Ubuntu ENV. and get a build up soon.
Just for info...
Device tree:
https://github.com/LineageOS/android_device_leeco_zl1
Kernel:
https://github.com/LineageOS/android_kernel_leeco_msm8996
Code review:
https://review.lineageos.org/
codeworkx said:
Just for info...
Device tree:
https://github.com/LineageOS/android_device_leeco_zl1
Kernel:
https://github.com/LineageOS/android_kernel_leeco_msm8996
Code review:
https://review.lineageos.org/
Click to expand...
Click to collapse
Thank you for these infos :good:
Hope more ROMs for Le Pro 3 :fingers-crossed:
Le Pro 3 is listed here: https://devs-lab.com/lineageos-supported-device-rom-download.html#LineageOS_ROMs_for_other_devices
Which Rom did they link? Someone from here or who made this rom?
manuelbvb said:
Le Pro 3 is listed here: https://devs-lab.com/lineageos-supported-device-rom-download.html#LineageOS_ROMs_for_other_devices
Which Rom did they link? Someone from here or who made this rom?
Click to expand...
Click to collapse
It's chako67's test build (https://forum.xda-developers.com/le-pro3/development/lineageos-13-t3548926)

[ROM][UNOFFICIAL] LineageOS 15.1 [29/08/2018] Be happy, buy another phone

HTML:
Your warranty is still valid thanks to proper EU regulations
This is a pre-release stitched together rom, expect bugs
My personal build of LineageOS 15.1, built straight from the official repos and with the latest additions made by the actual developers @amaces @razorloves
Releasing here so people that want it can have it before it goes official.
Bugs:
Bluetooth audio calling may not work properly
Details:
SELinux permissive for now
Downloads:
Rom Download
OpenGapps for Android 8.1
Flash Magisk to root and avoid Google issues
XDA:DevDB Information
LineageOS 15.1, ROM for the Google Nexus 5
Contributors
P4Block, amaces,razorloves
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Latest Bootloader, maybe
Based On: LineageOS
Version Information
Status: Alpha
Current Stable Version: LineageOS 14.1
Created 2018-01-28
Last Updated 2018-08-28
Reserved
Just flashed it and it seems to be working fine. The only problem i have with it is that it's missing the widevine drm blob and without it apps like netflix won't work. There are a lot of commits on lineage gerrit. Can you maybe take a look at it?
szili9992 said:
Just flashed it and it seems to be working fine. The only problem i have with it is that it's missing the widevine drm blob and without it apps like netflix won't work. There are a lot of commits on lineage gerrit. Can you maybe take a look at it?
Click to expand...
Click to collapse
I kanged angler's widevine blob, just like others did on lg g3 / opo, and widevine is still not working somehow huh
Also, Lineage has picked up network usage monitoring support. I will post an updated zip later.
Maybe @razorloves can give a hint on what might be the problem
audio volume limit is too low (flashed over last version 20180103)
TheCh0sen0ne said:
audio volume limit is too low (flashed over last version 20180103)
Click to expand...
Click to collapse
Can't reproduce. Audio is as loud as ever here (aka not much, this is a Nexus 5)
P4Block said:
Can't reproduce. Audio is as loud as ever here (aka not much, this is a Nexus 5)
Click to expand...
Click to collapse
Compared to lineage 14.1 it is lower. Cleaned flashed your latest build.
szili9992 said:
Maybe @razorloves can give a hint on what might be the problem
Click to expand...
Click to collapse
sorry, been busy with other devices. i'll try to dive in on the hammerhead soon
razorloves said:
sorry, been busy with other devices. i'll try to dive in on the hammerhead soon
Click to expand...
Click to collapse
No worries mate.
Can anyone share the right roomservice.xml for home building?
Mcenzie said:
Can anyone share the right roomservice.xml for home building?
Click to expand...
Click to collapse
Checkout the latest open commit on the official gerrit for an updated device tree. Use the kernel I linked in the first post and a normal vendor.
It will fail to build on display/gps/maybe other stuff, take a look into the open commits for those on gerrit too and cherry pick the fixes.
On the build I mentioned, I'm delaying it until more stuff is in (which there seems to be now). So one may be coming later today.
Here is the aforementioned new build
- Added Privacy Guard
- Added LiveDisplay tile
- Removed NFC (it was broken anyway and was causing battery life and phat logcat issues)
- More stuff I forgot that I read on gerrit
Download link on the main post has been updated. Also, Download here too.
P4Block said:
Here is the aforementioned new build
- Added Privacy Guard
- Added LiveDisplay tile
- Removed NFC (it was broken anyway and was causing battery life and phat logcat issues)
- More stuff I forgot that I read on gerrit
Download link on the main post has been updated. Also, Download here too.
Click to expand...
Click to collapse
Can you add animated pixel navbar?
n0white said:
Can you add animated pixel navbar?
Click to expand...
Click to collapse
No, this is vanilla LineageOS 15.1
Hey, the rom is odexed as it seems, is there a possibility of making it deodexed in the future?
L
thanks, wonderful rom! .. one annoying thing is during calls when using the speakerphone people on the other side hear an echo.
pls new version
Oreo r11 was just merged. I'll have a new build up this weekend.
P4Block said:
Oreo r11 was just merged. I'll have a new build up this weekend.
Click to expand...
Click to collapse
Will it be deodexed?
L
Sent from my OnePlus3 using XDA Labs

ROM Lineage 15.1 Unofficial Oreo

ROM Lineage 15.1 unofficial. Built with latest GCC+ compiler.
All credits go to Lineage team.
Download Link
https://www.androidfilehost.com/?fid=818070582850505463
XDA:DevDB Information
Lineage 15.1 Unofficial, ROM for the Nexus 6
Contributors
Rondeau79
Source Code: https://github.com/LineageOS/android
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Unlocked bootloader ,latest TWRP
Version Information
Status: Stable
Created 2018-04-03
Last Updated 2018-04-03
Or you just use the official version here:
https://download.lineageos.org/shamu
does it force encrypt the phone?
mahir555 said:
does it force encrypt the phone?
Click to expand...
Click to collapse
Yes (as every official version), but you can flash the FED-Patcher to disable it. Just flash it right after LOS.
Maybe Magisk will do the trick too.
Render issue upon booting
After the booting finishes and lock screen appears, there is a pop-up saying vendor image not up to date..i understood that it wants me to install the last available factory image from google site but I was not able to successfully do it..help please!
aradhya10 said:
After the booting finishes and lock screen appears, there is a pop-up saying vendor image not up to date..i understood that it wants me to install the last available factory image from google site but I was not able to successfully do it..help please!
Click to expand...
Click to collapse
It's just a pop up. Shamu does not have a vendor image.
Go forward, it will work
gothy.gothy said:
It's just a pop up. Shamu does not have a vendor image.
Go forward, it will work
Click to expand...
Click to collapse
Except there is exclamation point notification in upper L hand corner which says "You might be a victim of software counterfeiting" and no way to cancel it.
HueyT said:
Except there is exclamation point notification in upper L hand corner which says "You might be a victim of software counterfeiting" and no way to cancel it.
Click to expand...
Click to collapse
In terminal adb/ recovery or app shell terminal:
Setprop persist.lineage.nofool true
That will fix that annoying notification.
toto-w said:
Or you just use the official version here:
https://download.lineageos.org/shamu
Click to expand...
Click to collapse
April fool's joke is terrible.
TheGreatess1223 said:
April fool's joke is terrible.
Click to expand...
Click to collapse
The official build is dated April 2nd, did the Lineage team REALLY still make an April fool's day build? Lol
H4X0R46 said:
The official build is dated April 2nd, did the Lineage team REALLY still make an April fool's day build? Lol
Click to expand...
Click to collapse
yes. yes they did. the dirty rat bastards
H4X0R46 said:
The official build is dated April 2nd, did the Lineage team REALLY still make an April fool's day build? Lol
Click to expand...
Click to collapse
Yes and have not released a updated yet. Lol
There is the 4/12/18 15.1 version available.
Sent from my Nexus 6 using Tapatalk
@Rondeau79
Now that we have official builds I think this thread doesn't make much sense anymore.
Can you please delete it?
@Rondeau79
Unfortunately, you currently seem to be the Rodney Dangerfield of XDA for Shamu. For those unfamiliar, Rodney Dangerfield is a comedian who is known for the catchphrase, "I get no respect." First with DU and now with LOS, you are asked to discontinue your threads and builds.
Just for the record, I'm not criticizing you, or DU and LOS! I understand the situation and reasoning behind why these requests were made.
I've used some of your builds on both my Hammerhead and Shamu. I have a great appreciation for those who build roms for those who cannot. So, I thank you for both your effort and sharing your work. Most recently, I used your Omni Nougat build and it was solid. From what I've read on Omni's G+, they are never going to make Shamu official for Oreo. So, maybe Omni would be a good rom for you to build unofficially.
Omni has always been a pretty innovative rom, I think there would be decent interest here in the Shamu community. Anyway, just a thought.
Thanks,
Mike T
webdroidmt said:
@Rondeau79
Unfortunately, you currently seem to be the Rodney Dangerfield of XDA for Shamu. For those unfamiliar, Rodney Dangerfield is a comedian who is known for the catchphrase, "I get no respect." First with DU and now with LOS, you are asked to discontinue your threads and builds.
Just for the record, I'm not criticizing you, or DU and LOS! I understand the situation and reasoning behind why these requests were made.
I've used some of your builds on both my Hammerhead and Shamu. I have a great appreciation for those who build roms for those who cannot. So, I thank you for both your effort and sharing your work. Most recently, I used your Omni Nougat build and it was solid. From what I've read on Omni's G+, they are never going to make Shamu official for Oreo. So, maybe Omni would be a good rom for you to build unofficially.
Omni has always been a pretty innovative rom, I think there would be decent interest here in the Shamu community. Anyway, just a thought.
Thanks,
Mike T
Click to expand...
Click to collapse
I know who Rodney Dangerfield is/was. I can build ROM's fairly well, it took 2 years for me on and off to get CM built. I first started rooting and flashing with a low end Metro PCS phone and I finally got my hands on Hammerhead. I have flashed hundreds of different ROM's and kernels over the years. Back in the days at another forum I used to see official and unofficial builds all the time. If people have an issue with my builds then why is everything so called open source. I guess the old school grassroots base of custom ROM's allure is over. I the problem I face is no one will help me with the programing part of github and what it takes to work out the coding. To any device maintainer that could lend a a helping hand that would be great. I will leave this thread open for a few more days.
@Elektroschmock I really didn't think it would have been such an issue. I get it takes a lot of work to do this, but how is anyone supposed to learn anything without trying it themselves. If I have offended anyone then I apologise.
I personally love UNOFFICIAL builds and don't see any harm especially since OFFICIAL builds can be just as unpredictable and/or unavailable
Rondeau79 said:
I know who Rodney Dangerfield is/was. I can build ROM's fairly well, it took 2 years for me on and off to get CM built. I first started rooting and flashing with a low end Metro PCS phone and I finally got my hands on Hammerhead. I have flashed hundreds of different ROM's and kernels over the years. Back in the days at another forum I used to see official and unofficial builds all the time. If people have an issue with my builds then why is everything so called open source. I guess the old school grassroots base of custom ROM's allure is over. I the problem I face is no one will help me with the programing part of github and what it takes to work out the coding. To any device maintainer that could lend a a helping hand that would be great. I will leave this thread open for a few more days.
@Elektroschmock I really didn't think it would have been such an issue. I get it takes a lot of work to do this, but how is anyone supposed to learn anything without trying it themselves. If I have offended anyone then I apologise.
Click to expand...
Click to collapse
It's only because this is confusing users. I get so many logs from users thinking they use lineage but they're using some custom, inofficial homebrew build.
toto-w said:
Yes (as every official version), but you can flash the FED-Patcher to disable it. Just flash it right after LOS.
Maybe Magisk will do the trick too.
Click to expand...
Click to collapse
Does the fadpatcher survice lineage updates or do i need to apply it each and every time?
DDQW said:
Does the fadpatcher survice lineage updates or do i need to apply it each and every time?
Click to expand...
Click to collapse
In the meantime I found out that Magisk modifies the force encryption flag too and Magisk survives OTA updates.

Categories

Resources