Modify Emoji expression of Android phone (notocoloreemoji. TTF)

Invalid Sign

Suppose your mobile phone has been root and can be connected to the computer, click the following command:

adb remount
//push文件到 system/fonts
adb push C:\Users\jjj\Desktop\emojittf\ios12\NotoColorEmoji.ttf  system/fonts
//修改权限
adb chmod 644 /system/fonts/NotoColorEmoji.ttf
//同步
adb shell sync

After that, just restart the Android machine.

1.ios12 https://download.csdn.net/download/geniushorse/11329664

2.ios11 https://download.csdn.net/download/geniushorse/11329683

3.ios10 https://download.csdn.net/download/geniushorse/11329687

4.android 9.0 https://download.csdn.net/download/geniushorse/11329693

5.android 8.0 https://download.csdn.net/download/geniushorse/11329698

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>