Clone this repo:
  1. 6823835 track DeskClock by Pafcholini · 8 years ago mm
  2. 4f2095a readme: update and emotify it by Pafcholini · 8 years ago
  3. f7fd6c7 devices: add trltespr by Pafcholini · 8 years ago
  4. c57add3 track LatinIME by Pafcholini · 8 years ago
  5. a98dc04 Emotify by placiano · 8 years ago

Emotion Rom

Emotroid Team

Download the Source

Please read the AOSP building instructions before proceeding.

Initializing Repository

Initiate core trees without any device/kernel/vendor:

$ repo init -u https://github.com/Emotroid-Rom/platform_manifest.git -b mm

$ git clone local_manifest into ./repo

Sync the repository:

$ repo sync -c -f -j4 --force-sync --no-clone-bundle

Building

After the sync is finished, please read the instructions from the Android site on how to build.

$ ./build-emotion.sh <device_codename>

Example for Note 4:

$ ./build-emotion.sh trltexx

For a list of supported options, run the script on it's own:

$ ./build-emotion.sh

Remember to make clobber && make clean every now and then!