Skip to content

TitaniumOS/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TitaniumOS

TitaniumOS

Credits:


Getting Started:

Create titanium folder:

mkdir ~/titanium
cd ~/titanium

GIT config (nickname, e-mail):

git config --global user.email "mail@domain.com"
git config --global user.name "login"

To initialize your local repository use:

repo init -u git://github.com/TitaniumOS/manifest -b eleven

Then to sync up:

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

Build command is:

. build/envsetup.sh
lunch titanium_($device)-userdebug
make titanium -j$(nproc --all)

Inheriting Gapps in build:

• To include Gapps in your builds, execute:

 export WITH_GMS=true

• For including stock gapps packages, execute:

 export TARGET_INCLUDE_STOCK_GAPPS=true

• For including pixel live wallpapers, execute:

 export TARGET_INCLUDE_LIVE_WALLPAPERS=true

• Also in addition to this... If any apps you would like to get it removed in gapps package, just add

 For e.g:

 REMOVE_GAPPS_PACKAGES += \
          Chrome \
          CalculatorGoogle

Choosing between OnePlus Launcher and TiOS Launcher in build:

• To include OnePlus Launcher in your builds:

  • Remove vendor/extras.
  • Clone repo vendor_extras of branch eleven-OPLauncher.

• For TiOS Launcher:

  • No need of doing anything as it is present in source by default.

Report build issues

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published