• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[ROM] Official Omni Nougat

Gandalf

Inactive Recognized Developer / Retired Forum Mode
Mar 29, 2011
3,537
6,668
0
Philadelphia


OmniROM

Code:
#include <std_disclaimer.h>
/*
 * Your warranty is now void.
 *
 * I am 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 me for messing up your device, I will laugh at you. Hard. A lot.
 */

Introduction

Installation instructions
-- Omni only supports TWRP recovery. Use any other recovery at your own risk.
-- Omni only supports our compiled kernel. We will not provide support for those using custom kernels.

* -- Ensure the latest version of TWRP for Motorola Nexus 6 [shamu] is installed.
* -- [required] Factory reset (if official Omni is not currently installed)
* -- [required] Install ROM
*-- [optional] Install GApps or microG
*-- [optional] Install SuperSU or Magisk (Omni does not ship rooted builds)
*-- [required] Reboot to system

Downloads

Changelog

Source
XDA:DevDB Information
Omni for Nexus 6, ROM for the Nexus 6

Contributors
jakew02
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
ROM Firmware Required: Lastest Bootloader (unlocked) and Radio partitions
Based On: AOSP

Version Information
Status: Stable

Created 2014-12-10
Last Updated 2017-04-10
 
Last edited:

##W4TCH0UT##

Elite Member
Oct 7, 2013
1,629
2,115
0
21
\\___TheMiddleOfNowhere___//
So is this unofficial or just an alpha official build?

Shouldn't go in original development if its unofficial right?
Unofficial alpha build. Will see to it if I have to make it official.

Original development means that even if it's unofficial or official, I have borrowed device trees from Google and made significant changes to fix many things. Enjoy the rom.

Note: most probably next build would include multiuser.
 
Last edited:

asianflavor

Elite Member
Oct 15, 2009
1,227
2,058
0
Momence
@##W4TCH0UT## - Thanks for the credit! I just built this again to see if the advanced settings was fixed. Pretty sure that it's just a placeholder for mods that will be added in the future. That's probably why it's FC'ing. How did you get the kernel to build correctly? I'm still having issues with the kernel corrupting while it builds Omni.
 

##W4TCH0UT##

Elite Member
Oct 7, 2013
1,629
2,115
0
21
\\___TheMiddleOfNowhere___//
@##W4TCH0UT## - Thanks for the credit! I just built this again to see if the advanced settings was fixed. Pretty sure that it's just a placeholder for mods that will be added in the future. That's probably why it's FC'ing. How did you get the kernel to build correctly? I'm still having issues with the kernel corrupting while it builds Omni.
Added this line in boardconfig.mk:
Code:
BOARD_KERNEL_IMAGE_NAME := zImage-dtb
 
  • Like
Reactions: asianflavor