Skip to content

DOSP-Project/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

DOSP logo

DOSP Oreo (The Desi OS)

DOSP ( Desi Open Source Project ) is an AOSP based rom which provides Customized UI with various customizations features. The project has been made with help of various commits from various other projects like (LineageOS/CyanogenMOD, AOSiP, DirtyUnicorns, Pure Nexus, Aosp Extended). We will constantly try to add more features and make it even better in future updates. Thanks for being the part of our family. #TeamDOSP

Getting Started

To get started with the DOSP-OS sources, you'll need to get familiar with Git and Repo.

Initialize the Repositories

    repo init -u https://github.com/DOSP-project/manifest.git -b o8x

Initialize the Repositories with reduced download size

    repo init --depth=1 -u https://github.com/DOSP-project/manifest.git -b o8x

Then to sync up:

    repo sync --force-sync --force-broken --no-clone-bundle --no-tags -jx ( here "x" is the number of threads )

Finally to build:

    . build/envsetup.sh
     lunch dosp_<device>-userdebug
     mka desi (or) make desi

Credits

About

Manifest of DOSP ( AKA DesiOS )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published