[ROM][UNOFFICIAL] LineageOS 16.0 for Nexus 6P (angler)

Search This thread

leanderson30

Member
Aug 21, 2015
46
4
guys, could you help me? I'm trying to install this and other rooms and I can do it, but I can't install the gapps, every time I get the error: 20, saying that "the gapps I'm trying to install is not compatible with the room" I need to install gapps 8.1, Although I'm trying versions 9.0, I've tried several and none worked!
 

F_R_I_T_Z

Senior Member
Jan 14, 2008
298
20
guys, could you help me? I'm trying to install this and other rooms and I can do it, but I can't install the gapps, every time I get the error: 20, saying that "the gapps I'm trying to install is not compatible with the room" I need to install gapps 8.1, Although I'm trying versions 9.0, I've tried several and none worked!

TWRP Version problem.
 

ylescure

Member
Feb 2, 2015
23
13
Would it be possible to get a pseudo code or step by step todo list in order to compile the security patch on 16.0 version? @AndyYan
 
Last edited:

dubedollars

Member
May 25, 2014
47
2
August security patch. Device sources seem to have changed a fair bit, though I don't have time to go through it.
https://drive.google.com/open?id=1aY148TuwMlj58-kk61VwJnCBZF8wjmKJ
https://drive.google.com/open?id=12INkFVSEyxRUTEI6UVB4__3tbKiBN_-_

Downloading now. Can someone link the twrp and what stock Oreo build is this based off? Ie: Bootloader, radio, and vendor? Is it the same as the OPs build? I read many pages to find this lol. And will this work with the official lineage 16 suaddon?
 

Iv4n_1976

Senior Member
Feb 13, 2014
130
34
LTB
Learn To Build

!/usr/bin/env bash

#
# LineageOS 16.0 build script
#

#MANIFEST_URL="https://github.com/LineageOS/android.git"

#BRANCH="lineage-16.0"

#repo init --depth=1 --no-repo-verify -u https://github.com/LineageOS/android.git -b lineage-16.0 -g default,-mibs,-darwin,-notdefault

#repo sync --force-sync --fail-fast -c -q --no-tag --no-clone-bundle --optimized-fetch --current-branch -j16


# Setup ccache
export USE_CCACHE=1
export CCACHE_DIR=$PWD/.ccache
#prebuilts/misc/linux-x86/ccache/ccache -M 50G

# Resize the JACK Heap size
export ANDROID_JACK_VM_ARGS="-Dfile.encoding=UTF-8 -Xmx4096m -XX:+TieredCompilation"

#make clean

. build/envsetup.sh
#lunch lineage_angler-userdebug
breakfast lineage_angler-userdebug
#make init

make bootimage
#make recoveryimage
#make kernel
#mmma device/huawei/angler/camera/QCamera2/stack/mm-camera-test/
#mmma hardware/qcom/display/msm8994/libhdmi
#mmma hardware/qcom/audio/default/hal

make bacon





edit AndroidProducts.mk change aosp in lineage

create device/huawei/angler/lineage_angler.mk from aosp_angler.mk and change PRODUCT_NAME := lineage_angler

open BoardConfig.mk and fix TARGET_COPY_OUT_VENDOR := vendor

add proprietary cause phone not available
<project name="PureNexusProject/proprietary_vendor_huawei" path="vendor/huawei" remote="github" revision="o-mr1" />

make init OK
make bootimage >./error_bootimage.txt
test fix https://android-git.linaro.org/devi...d&id=dbe30cae1ef227860089e1840aeb1cd140c0003a
make bootimage OK
make recoveryimage OK
make kernel OK

mmma device/huawei/angler/camera/QCamera2/stack/mm-camera-test/

fix O_TMPFILE https://review.lineageos.org/c/Line...r/+/279981/1/include/uapi/asm-generic/fcntl.h

mmma hardware/qcom/display/msm8994/libhdmi

fix %zd --> %ld https://review.lineageos.org/c/LineageOS/android_hardware_qcom_display/+/186168

mmma hardware/qcom/audio/default/hal

fix %zd --> %ld line 3116

make bacon

mkbootimg_version_args = (str) --os_version 9 --os_patch_level 2022-01-05

[100% 62406/62406] build bacon
Package Complete: /home/ivan/Esperimenti/i9105p_los160/out/target/product/angler/lineage-.zip
 
Last edited:

Top Liked Posts