Downloads:

Download dotOS 5.x - P


Downloading Source Code:

To get started with the building process, you'll need to get familiar with Git and Repo.

To initialize your local repository, use a command like this:

repo init -u git://github.com/Dot-Extended/manifest.git -b dot11

Then to sync up:

repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags

Compilation of DotOS:

From root directory of Project, perform following commands in terminal to start Compilation.

source build/envsetup.sh
lunch dot_<devicecodename>-userdebug
make bacon

Some Important Links:-

• For maintainership & to submit patches refer HERE

• Submit your All patches through our Gerrit Code Review

• Help us on translation through our Crowdin


Credits: