This is a wiki topic, you can improve it by clicking the pencil icon.
Hey everybody, I was annoyed of the standard Android emojis because they are confusing and I never know how the person on the other side might interpret them.
Manual installation
On Reddit I found this post explaining shortly how to install EmojiOne on Android, but I had to search further to find out the exact commands. Here is a summary:
Prerequisites
- Root access
- ADB
- Download
emojione-android.ttf
from GitHub and rename it toNotoColorEmoji.ttf
- CLI lovers:
wget -q https://github.com/Ranks/emojione/raw/master/assets/fonts/emojione-android.ttf -O NotoColorEmoji.ttf
- CLI lovers:
cd
to the directory whereNotoColorEmoji.ttf
is saved
Instructions
Type the following commands into your CLI:
adb push NotoColorEmoji.ttf /storage/sdcard0/
adb shell
su
cd /storage/sdcard0
chmod 644 NotoColorEmoji.ttf
mount -o rw,remount,rw /system
cp NotoColorEmoji.ttf /system/fonts
mount -o ro,remount,ro /system
Then exit adb shell
and restart your Fairphone.
exit
exit
adb reboot
EmojiOne should be the standard emoji font now and appear, for example, in the stock SMS app.
PS.: Mount commands are taken from this stackexchange post.
Emoji Switcher app
Prerequisites
- Root access
- Busybox (FP2 Open OS includes it. Otherwise, you can install it with this app)
- Android 4.4+ (as stated on the XDA topic title)
Instructions
Download Emoji Switcher from Play Store or GitHub (warning: it has Google dependencies, but may work without GMS).
Open it and set emojis to Google, iPhone, EmojiOne, etc.
Flashable zip
method (no root required)
Prerequisites
- TWRP (FP2) or CWM (FP1) recovery installed
- Tested on Android 4.4 and 5.1
- Download
zip
from GitHub and transfer it to the phone internal storage.
Instructions
Reboot to recovery mode. Keep Power pressed while holding Vol +. Choose Install option, select emojione.zip
, unmark signature verification
(if marked) and flash.