Skip to content

Instantly share code, notes, and snippets.

@enwin
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enwin/0c6fbe49999b1537ab0e to your computer and use it in GitHub Desktop.
Save enwin/0c6fbe49999b1537ab0e to your computer and use it in GitHub Desktop.
Replace Firefox OS emoji font
first backup you profile!!!
use [https://github.com/Mozilla-TWQA/B2G-flash-tool/blob/master/backup_restore_profile.sh] to do so.
then, create a backup of the default emoji font
```shell
adb pull /system/fonts/NotoColorEmoji.ttf
```
then rename your emoji font to NotoColorEmoji.ttf for convenience and run:
```shell
adb remount
adb shell stop b2g
adb push NotoColorEmoji.ttf /system/fonts/
adb shell start b2g
```
Gaia should restart and you'll be able to see the new set of emojis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment