Bush-cat / device_oneplus_fajita

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Device Tree for OnePlus 6T (fajita)

The OnePlus 6T (codenamed "fajita") is a flagship smartphone from OnePlus. It was released in November 2018.

Basic Spec Sheet
CPU Octa-core (4x2.8 GHz Kryo 385 Gold & 4x1.7 GHz Kryo 385 Silver)
Chipset Qualcomm SDM845 Snapdragon 845
GPU Adreno 630
Memory 6/8 GB RAM
Shipped Android Version 9
Storage 64/128/256 GB
Battery Non-removable Li-Po 3700 mAh battery
Display Optic AMOLED, 1080 x 2340 pixels, 19:9 ratio (~402 ppi density)
Camera (Back) Dual: 16 MP (f/1.7, 27mm, 1/2.6", 1.22µm, gyro-EIS, OIS) + 20 MP (16 MP effective, f/1.7, 1/2.8", 1.0µm), PDAF, dual-LED flash
Camera (Front) 16 MP (f/2.0, 25mm, 1/3", 1.0µm), gyro-EIS, Auto HDR, 1080p

Copyright 2018 - The LineageOS Project.

OnePlus 6T

Build instructions

$ cd packages/apps/Settings && git fetch --all && git cherry-pick 24551c50223cbccd8fd74f053463f99e38ee93d8
$ cd ../../../ && cd frameworks/base && git fetch --all && git cherry-pick b27490b437a1bc2a767af6d0dd8a30aae96036f0
$ cd ../../
$ lunch rr_fajita-userdebug (this will auto pull all dependencies)
$ export TARGET_SHIPS_X=true (where X is the desired addition. e.g TARGET_SHIPS_GCAM=true) 
$ m[ake|ka] bacon -jx (where x is the number of jobs to run on parallel threads)

Conditional Value Result
TARGET_SHIPS_GAPPS true Includes Pixel Gapps
TARGET_SHIPS_GCAM true Includes Google Camera
TARGET_SHIPS_OOSCAM true Includes OOS Cam & Gallery
TARGET_SHIPS_RR_TWRP true Includes RR TWRP

About


Languages

Language:C++ 53.6%Language:Makefile 31.3%Language:Shell 8.8%Language:C 6.3%