Giter VIP home page Giter VIP logo

android_device_oneplus_cheeseburger's Introduction

android_device_oneplus_cheeseburger

Tree for building Unofficial TWRP for OnePlus 5. (Decryption works on Android 12.x ROMs)

Basic Spec Sheet
CPU Quad-core 2.45GHz Kryo & quad-core 1.9GHz Kryo
Chipset Qualcomm MSM8998 Snapdragon 835
GPU 710MHz Adreno 540
Memory 6GB / 8GM RAM (LPDDR4X)
Shipped Android Version Android 7.1.1
Last Android Version Android 10.0
Storage 64/128 GB
Battery Non-removable Li-Po 3300 mAh battery
Display 1920 x 1080 px, 5.5 inches (401 PPI) density)
Camera (Back) 16 MPx, f/1.7, 24mm, DCAF autofocus + 20 MPx, f/2.6, 36mm, PDAF autofocus
Camera (Front) 16 MPx, f/2.0

Device picture

OnePlus 5

Kernel

Kernel source: https://github.com/faoliveira78/android_kernel_oneplus_msm8998

Compile

First repo init the TWRP 12.1 tree:

mkdir ~/android/twrp-12.1
cd ~/android/twrp-12.1
repo init -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git -b twrp-12.1

Then add to a local manifest (if you don't have .repo/local_manifests then make that directory and make a blank file and name it something like twrp.xml):

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <project name="faoliveira78/android_kernel_oneplus_msm8998" path="kernel/oneplus/msm8998" remote="github" revision="lineage-19.1"/>
  <project name="faoliveira78/android_device_oneplus_cheeseburger" path="device/oneplus/cheeseburger" remote="github" revision="android-12.1"/>
</manifest>

Now you can sync your source:

repo sync

Finally execute these:

. build/envsetup.sh
export LC_ALL=C
lunch twrp_cheeseburger-eng
mka recoveryimage

android_device_oneplus_cheeseburger's People

Contributors

bigbiff avatar codeworkx avatar dees-troy avatar engstk avatar faoliveira78 avatar mauronofrio avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.