The OnePlus 6 (codenamed "enchilada") is a flagship smartphone from OnePlus. It was released in May 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 | 8.1 |
Storage | 64/128/256 GB |
Battery | Non-removable Li-Po 3300 mAh battery |
Display | Optic AMOLED, 1080 x 2280 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.
$ repo init -u https://github.com/LineageOS/android.git -b lineage-17.1
$ repo sync
## Add /.repo/local_manifests/roomservice.xml
<-------->
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project path="device/oneplus/enchilada" remote="github" name="AgentOrange007/android_device_oneplus_enchilada" revision="lineage-17.1" />
<project path="device/oneplus/sdm845-common" remote="github" name="AgentOrange007/android_device_oneplus_sdm845-common" revision="lineage-17.1" />
<project path="kernel/oneplus/sdm845" remote="github" name="AgentOrange007/kernel_oneplus_sdm845" revision="ten" />
<project path="vendor/oneplus" remote="github" name="AgentOrange007/proprietary_vendor_oneplus" revision="lineage-17.1" />
</manifest>
<-------->
$ repo sync
# Compiling
$ source build/envsetup.sh
$ breakfast enchilada
$ croot
$ brunch enchilada
$ https://wiki.lineageos.org/devices/enchilada/build
´´´