Last active
August 29, 2015 14:12
-
-
Save enwin/0c6fbe49999b1537ab0e to your computer and use it in GitHub Desktop.
Replace Firefox OS emoji font
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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