Skip to content

Nitrogen-Tmod/android_manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nitrogen-Tmod Maintenance Release 2 Manifest

Nitrogen-Tmod is a new rom based on Nitrogen-OS with some extra customizations and ui mods to the nitrogen -os.


Create dirs, and install soft, libs

sudo su
apt-get update
apt-get install repo git-core gnupg flex bison gperf build-essential zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z-dev libgl1-mesa-dev libxml2-utils xsltproc unzip fontconfig
exit

Create nitrogen folder

mkdir ~/nitrogen
cd ~/nitrogen

GIT config (nickname, e-mail)

git config --global user.email "[email protected]"
git config --global user.name "login"

To initialize your local repository use

repo init -u https://github.com/Nitrogen-Tmod/android_manifest.git -b 10

or shallow

repo init -u https://github.com/Nitrogen-Tmod/android_manifest.git -b 10 --depth=1

Then to sync up:

repo sync -j 16

Build command is

. build/envsetup.sh
lunch nitrogen_rolex-userdebug
make -j 7 otapackage

Official supported Devices

About

manifest for Nitrogen-Tmod

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published