[MOD][ROOT] Emoji Fonts ( IOS9.3/Twemoji2.0/EmojiOne2.1 )

what is your favorite emoji font?

  • Apple IOS 9.3

    Votes: 281 54.0%
  • Twemoji 2.01

    Votes: 34 6.5%
  • EmojiOne 2.1

    Votes: 54 10.4%
  • Google Noto 6.0.1

    Votes: 53 10.2%
  • Apple IOS 9.3 Flat

    Votes: 98 18.8%

  • Total voters
    520
Search This thread

Hananiah

Member
Oct 31, 2014
49
13
29
Bronx, New York
The google keyboard would be set if the emoji section had the same layout as the xperia's keyboard. @ikromy is it possible for you to add the 123 number row to show by default just like shaftamle did? I don't want to come off as asking for too much/whining.
 

diongdyh

Senior Member
Dec 6, 2014
1,116
454
Kuala Lumpur
8c61f2ef849ec8b174b37f7b1a1e0464.jpg

The family emojis look kinda weird?
Running 5.1.1 AOSP based ROM.

Sent from my MI 4 using Tapatalk
 

ikromy

Senior Member
May 28, 2012
327
488
Malang
The google keyboard would be set if the emoji section had the same layout as the xperia's keyboard. @ikromy is it possible for you to add the 123 number row to show by default just like shaftamle did? I don't want to come off as asking for too much/whining.

No, why you just don't use xperia Keyboard? It has number row and more setting...
 

ikromy

Senior Member
May 28, 2012
327
488
Malang
Yes I'm using your modded font and ur modded keyboard.

Sent from my MI 4 using Tapatalk

No, if you use my font... emoji skin would never looks like that... please re-check :
1. /system/fonts/NotoColorEmoji.ttf -- check permission, file size ( around 27mb for IOS 9.1 font, and 16mb for Twemoji font )
2. /system/etc/fallback_fonts.xml -- check NotoColorEmoji.ttf position, check file permission
3. /system/etc/fonts.xml -- check NotoColorEmoji.ttf position, check file permission

if only there are teamviewer for remoting phone, I'll set it for you :D
I have no idea... it should works flawlessly on 5.1.1
 

Attachments

  • IMG_20160119_132945.jpg
    IMG_20160119_132945.jpg
    120.2 KB · Views: 3,486
  • IMG_20160119_132823.jpg
    IMG_20160119_132823.jpg
    136.2 KB · Views: 3,539
  • IMG_20160119_132750.jpg
    IMG_20160119_132750.jpg
    153 KB · Views: 3,513

diongdyh

Senior Member
Dec 6, 2014
1,116
454
Kuala Lumpur
No, if you use my font... emoji skin would never looks like that... please re-check :
1. /system/fonts/NotoColorEmoji.ttf -- check permission, file size ( around 27mb for IOS 9.1 font, and 16mb for Twemoji font )
2. /system/etc/fallback_fonts.xml -- check NotoColorEmoji.ttf position, check file permission
3. /system/etc/fonts.xml -- check NotoColorEmoji.ttf position, check file permission

if only there are teamviewer for remoting phone, I'll set it for you :D
I have no idea... it should works flawlessly on 5.1.1
how about u upload the fonts.xml and the other fallb...xml and I just simply paste it [emoji14]. Permissions checked but I haven't done any modifications since I don't really understand the instructions in the first post. I'll try again later and report back.
 

ikromy

Senior Member
May 28, 2012
327
488
Malang
how about u upload the fonts.xml and the other fallb...xml and I just simply paste it [emoji14]. Permissions checked but I haven't done any modifications since I don't really understand the instructions in the first post. I'll try again later and report back.

sure, do backup first before replace.. this files base on CM12.1
 

Attachments

  • fonts_conf.zip
    3.8 KB · Views: 237

milojoseph

Senior Member
Sep 18, 2012
2,174
721
Brooklyn
If anyone can create a zip for the s5. I think s5 xml is different

Sent from my SM-G900T powered by AllianceROM
and boosted by speedy kernel
Lollipop ?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 70
    Hello,
    this is custom google and xperia keyboard and emoji fonts which support unicode 8 code map ( base on unicode.org/emoji/charts/full-emoji-list.html )

    google keyboard (v4.1.23xxx.2501950) :
    1. add secondary symbol (qwerty, qwertz, azerty)
    2. add number row on top (qwerty, qwertz, azerty)
    3. change emoji grid layout ( 9x4 )


    4. re-order emoji base on IOS9.3/Whatsapp

    xperia keyboard (v7.1.A.0.28) :
    1. remove original smiley
    2. add new emoji
    3. change emoji size

    note :
    - both keyboards and emoji fonts should works on 5.0+
    - for KITKAT use Keyboard/Font KitKat version
    - fonts compatible with swiftkey / fleksy keyboard

    instructions : (don't forget to create a backup)
    google keyboard / xperia keyboard
    1. clear data and remove/uninstall google keyboard / xperia keyboard on your phone
    2. clear cache and dalvik-cache google keyboard / xperia keyboard
    3. reboot phone
    4. Install as normal apk

    font
    1. choose font and extract zip and copy NotoColorEmoji.ttf into /system/fonts/ and set permission 644 (rw-r--r--) and owner:group root:root
    2. modify system font configuration and then reboot phone ( example here, taken from my CM12.1 )
    I can give you a solution for this but it's quite technical and you need to have slight XML knowledge (easy). You ready? Here we go!

    - Go to /system/etc/ and open fonts.xml (if available) in an editor.
    - Locate this entry:
    Code:
    <family>
    <font weight="400" style="normal">NotoColorEmoji.ttf</font>
    </family>
    - Move that entry (cut and paste) below this line (This is the 95th line or somewhere near there.):
    Code:
    <!-- fallback fonts -->
    - Save file.
    - Make sure permissions are 644 (-rw-r-r).

    - Now open /system/etc/fallback_fonts.xml in an editor:
    - Locate this entry:
    Code:
    <family>
    <fileset>
    <file>NotoColorEmoji.ttf</file>
    </fileset>
    </family>
    - Move that entry (cut and paste) below this line (the line is at the beginning of the xml after the description comment.):
    Code:
    <familyset>
    - Save file.
    - Make sure permissions are 644 (-rw-r-r).


    known issues : (tested on: Razr M running CM 12.1)
    1. google keyboard sometimes force close at the first time or when you add new keyboard language, because it will download suggestion first.
    2. if you're using exposed module Google Keyboard custom smiley, it will break some emojis.
    3. sync personal dictionary doesn't work
    4. some emojis were not displayed correctly ( even you're using original Google Noto font ) :
    - Whatsapp (on notification only -- ligature emojis)
    - Google Chrome
    - LINE Messenger

    thanks to :
    - xda, google, sony, emojione, twemoji, emojipedia
    - @omikron20 @funeralcrows @ayrtinho @tetsuo55

    Download ( mod/build by me, except EmojiOne font )
    update emoji fonts here

    if this works for you, hit thanks and rate this thread, thanks... Enjoy :fingers-crossed:
    38
    update new emoji font

    update emoji font, changes logs :
    - temporary fix for some devices running android kitkat ( example case )
    temporary mean it depends on keyboard (google keyboard), so you must use my modded keyboard
    - fix emoji flags missing for some devices, detail here thanks @alqoshi4life (except emojione)
    - reduce apple/ios emoji font size, thanks @ayrtinho
    - modifiers for the sleuth or spy emoji ( ios 9.3 )
    - add ios 9.3 flat emoji ( I don't know credit goes to... , thanks anyway for png :good: )
    - add mirror link for emojione

    ZIP FILES IS NOT FLASHABLE

    NEW LINK ( for Android KitKat Only )
    IOS9.3
    Twemoji2.0
    IOS9.3 Flat

    NEW LINK ( for Android 5.0+ )
    IOS9.3
    Twemoji2.0
    IOS9.3 Flat
    EmojiOne2.1 || DEMO || Mirror
    Bonus :
    IOS9.3 T.M.N.T suggested by @RickyBush_ || screenshots

    and I'm agree if ios flat version was great lol :laugh: :fingers-crossed:
    26
    update keyboards

    -- edited

    google keyboard doest work
    19
    sknown issues :
    1.1) grid emojis 9x4 for some phone not implemented correctly ( screensize/display issue ) -- already fixed and apk updated
    1.2) some flag emojis not showing

    latest update/changes logs :
    - new emoji font
    --- new ios flat style
    --- emojis ios 9.3
    - google keyboards with :
    --- re-ordering emojis base on whatsapp/apple
    --- emoticon tab contains modifiers emoji + default emoticon (Kitkat Only)
    --- emoticon tab contains modifiers emoji + default emoticon + diverse emojis (5.0+)
    --- more flags (257 flags)
    --- number row on top ( qwerty, qwertz, azerty )
    --- add secondary symbol ( qwerty, qwertz, azerty )
    - modify xperia keyboard delayed
    15
    next update (next valentine's day)
    apple font:
    - support ios9.3 ( + diverse spy emoji )
    - reduces size, now 12mb only

    google keyboard
    - re-ordering emojis base on whatsapp/apple
    - emoticon tab contains diverse emojis
    - more flags (257 flags)

    for swiftkey I'll try tonight, but I can't promise you it will works

    happy weekend ?

    uploadfromtaptalk1453546699518.jpguploadfromtaptalk1453546717867.jpg

    Sent from my DROID RAZR M using Tapatalk