mkdir ~/titanium
cd ~/titanium
git config --global user.email "[email protected]"
git config --global user.name "login"
repo init -u git://github.com/TitaniumOS/manifest -b eleven
repo sync -j$(nproc --all) --no-tags --no-clone-bundle
. build/envsetup.sh
lunch titanium_($device)-userdebug
make titanium -j$(nproc --all)
• 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
• 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.
- You can reach us via Telegram