Giter VIP home page Giter VIP logo

kenvyra_manifest's Introduction

Kenvyra

An open-source Android ROM project with performance in mind.

Brought to you by the former DavinciCodeOS team.

Building

Building the ROM requires you to initialize the manifest first, like so:

mkdir kenvyra
cd kenvyra
repo init -u https://github.com/itsHanibee/kenvyra_manifest.git -b kenvyra-13.0

For unofficial builds, you will have to manually add device trees and kernel, here's a simple way to clone the trees for chime:

git clone https://github.com/itsHanibee/device_xiaomi_chime -b kenvyra-13 device/xiaomi/chime
git clone --depth=1 https://github.com/itsHanibee/kernel_xiaomi_chime -b android kernel/xiaomi/chime
git clone https://github.com/BootleggersROM-Devices/vendor_xiaomi_chime vendor/xiaomi/chime
git clone https://github.com/LineageOS/android_hardware_xiaomi -b lineage-20 hardware/xiaomi

Now, download the sources:

repo sync -c -j4 --jobs-checkout=$(nproc --all) --force-sync --no-clone-bundle --no-tags --optimized-fetch

It's time to start building. (Again, this is for chime.)

# For GApps
source build/envsetup.sh
export KENVYRA_GAPPS=true
lunch kenvyra_chime-userdebug
make bacon

Credits

  • LineageOS team for the base

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.