Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.27 KB

README.mkdn

File metadata and controls

51 lines (39 loc) · 1.27 KB

amogOS Rom

Getting started

To get started with Android/AmogOS, you'll need to get familiar with Repo and Version Control with Git.

To initialize your local repository using the LMODroid trees, use a command like this:

repo init -u https://github.com/AmogOS-Rom/android_manifest/ -b fourteen --git-lfs

Then to sync up:

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

Before building you can set environment variables to include gapps or microg and set the maintainer.

# include gapps in the build
export GAPPS=true

# include microg
export GAPPS=false

# unset env variables for vanilla, if previously set
unset GAPPS

# maintainer flag, replace $yourName with your name
export AMOGOS_MAINTAINER="yourName"

To start the build you should run the following commands.

source build/envsetup.sh

# replace $codename with the actual codename of your device
lunch lmodroid_$codename-userdebug

m bacon

Credits

  • LMODroid (Base ROM)
  • LeafOS (QS, Adblock and other changes)
  • Radek Błędowski (Logo)
  • Igor121 (Wallpaper)
  • Phhusson (Emotional support and helping with issues)