Skip to content

Commit

Permalink
EmojiOne: Update to the last free and open version, v2.2.7
Browse files Browse the repository at this point in the history
EmojiOne v3 and later are not open anymore: https://www.emojione.com/blog/emojione-30-new-licensing-explained
  • Loading branch information
Roboe committed May 7, 2017
1 parent 0884544 commit c6349b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

Flashable ZIPs
---

Expand Down Expand Up @@ -29,7 +30,8 @@ Clean way to unroot Fairphone 2 [Open OS](http://code.fairphone.com/projects/fp-
Needed to pass SafetyNet requirements for some apps. [Guide](https://forum.fairphone.com/t/pencil2-how-to-install-any-app-on-fp-open-os-for-beginners-and-experts/22516) and [motivation behind](https://forum.fairphone.com/t/how-to-be-able-to-install-and-use-any-app-on-fp-open-os-experimental/22327/34?u=roboe).


### EmojiOne Installer
### EmojiOne v2 Installer

Replace Android's default [emoji set](https://www.google.com/get/noto/help/emoji/) with [EmojiOne](http://emojione.com/). EmojiOne is an [open and free](https://github.com/Ranks/emojione/blob/master/LICENSE.md) emoji set that does not visually suck.
The flashable ZIP saves a copy of the previous installed emoji at `/system/fonts/NotoColorEmoji.ttf.old`.
Replace Android's default [emoji set](https://www.google.com/get/noto/help/emoji/) with [EmojiOne v2](https://www.emojione.com/emoji/v2). EmojiOne v2 is an emoji set more comprehensible than Android's one [before Marshmallow](http://blog.emojipedia.org/android-6-0-1-emoji-changelog/).
EmojiOne v2 is the last [open and free](https://github.com/Ranks/emojione/blob/2.2.7/LICENSE.md) version of EmojiOne. EmojiOne v3 and later are **not open** to the public anymore.
The flashable ZIP saves a copy of the previous installed emoji on your device at `/system/fonts/NotoColorEmoji.ttf.old`.
4 changes: 2 additions & 2 deletions emojione/zippo-setup.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
echo "~ Getting latest version of the EmojiOne font"
wget -q https://github.com/Ranks/emojione/raw/master/assets/fonts/emojione-android.ttf -O emojione-android.ttf
echo "~ Getting latest free version of the EmojiOne font"
wget -q https://github.com/Ranks/emojione/raw/2.2.7/assets/fonts/emojione-android.ttf -O emojione-android.ttf

0 comments on commit c6349b8

Please sign in to comment.