Skip to content

SigmaDroid-Project/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

SigmaDroid Project

SigmaDroid is a custom ROM for Android, based on ProjectMatrixx/AlphaDroid/crDroid, with a new look and some extra features and optimizations. Memory optimizations and performance tweaks come mostly from RisingTechOSS and ProtonAOSP. Other extra features are picked from other custom ROMs and adapted to our needs or implemented by us.

Credits:

* Base:
** crDroid Android
** LineageOS

* Performance tweaks:
** RisingTechOSS
** ProtonAOSP

* UI:
** dotOS
** xdroidOSS
** NusantaraProject
** Bootleggers

* Other features:
** RisingTechOSS
** SparkOS
** PixelExperience
** DerpFest-AOSP
** BananaDroid
** AlphaDroid

Sync

# Initialize local repository
repo init -u https://github.com/sigmadroid-project/manifest -b sigma-14.3 --git-lfs

# Sync
repo sync

Build

# Set up environment
$ . build/envsetup.sh

# Build the code
$ lunch sigma_[device_name]-[target-release]-[build_variant]
$ make bacon

If you need help to create a build environment, you can check crDroid instructions here.