Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LineageOS/android_device_oneplus_enchilada
https://github.com/LineageOS/android_device_oneplus_enchilada
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/LineageOS/android_device_oneplus_enchilada
- Owner: LineageOS
- Created: 2018-06-29T02:10:12.000Z (over 6 years ago)
- Default Branch: lineage-21
- Last Pushed: 2024-11-06T14:03:50.000Z (3 months ago)
- Last Synced: 2024-11-06T15:19:24.624Z (3 months ago)
- Language: Makefile
- Size: 239 KB
- Stars: 62
- Watchers: 31
- Forks: 45
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Device Tree for OnePlus 6 (enchilada)
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.
![OnePlus 6](https://cdn2.gsmarena.com/vv/pics/oneplus/oneplus-6-5.jpg "OnePlus 6")
## Temporary build instructions
```
# Compiling
$ m[ake|ka] bootimage systemimage# Installing
$ fastboot --disable-verity --disable-verification flash vbmeta stock_vbmeta.img
$ fastboot flash boot boot.img
$ fastboot flash system system.img
$ fastboot -w reboot
```