Skip to content

Instantly share code, notes, and snippets.

@dieechtenilente
Last active October 3, 2017 19:49
Show Gist options
  • Save dieechtenilente/d604a92e0672784ae9d06fa9487a4015 to your computer and use it in GitHub Desktop.
Save dieechtenilente/d604a92e0672784ae9d06fa9487a4015 to your computer and use it in GitHub Desktop.

Get iOS-Emojis on Android

  1. Download font

https://geek.ng/wp-content/uploads/2015/09/NotoColorEmoji.zip

or

https://dl.xda-developers.com/3/7/7/3/6/0/3/iOS_unicode9_emojis_Mr.Yawnie.zip

Copy it to /system/fonts/IOsNotoColorEmoji.ttf (to keep the old emojis for backup)

  1. Goto /system/etc, edit fonts.xml

find

    <family>
        <font weight="400" style="normal">NotoColorEmoji.ttf</font>
    </family>

add above

    <family>
        <font weight="400" style="normal">IOsNotoColorEmoji.ttf</font>
    </family>

(3. Fix permissions: 644, root:root)

  1. profit

  2. Alternative: Emoji-Switching apps

sources

https://forum.xda-developers.com/showthread.php?t=2563757

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment