The Following 4 Users Say Thank You to mikegioia For This Useful Post: | ||
|
2015-02-08
, 22:40
|
Posts: 47 |
Thanked: 31 times |
Joined on Jul 2010
|
#12
|
For anyone who may be following this thread, I was successfully able to get emoji SMSs on my phone using T. Perl's fix: http://thp.io/2014/emojifix/
|
2015-02-09
, 08:02
|
Posts: 1,424 |
Thanked: 2,622 times |
Joined on Jan 2011
@ Touring
|
#13
|
|
2015-03-06
, 21:25
|
Posts: 5 |
Thanked: 0 times |
Joined on Mar 2015
|
#14
|
|
2015-03-07
, 11:25
|
Posts: 75 |
Thanked: 269 times |
Joined on Aug 2012
|
#15
|
The Following 9 Users Say Thank You to Ilew For This Useful Post: | ||
|
2015-03-07
, 19:52
|
Posts: 5 |
Thanked: 0 times |
Joined on Mar 2015
|
#16
|
1. wget https://thp.io/2014/emojifix/emojifix-bin.tar.gz
2. tar xzvf emojifix-bin.tar.gz
3. cd emojifix-bin
4. ./patcher /usr/lib/libsms-utils.so.0.0.0 libemojitils.so.0
5. cp /usr/lib/libsms-utils.so.0.0.0 /usr/lib/libsms-utils.so.0.0.0.orig
6. cp libemojitils.so.0 libsms-utils.so.0.0.0 /usr/lib/
# Now for the ability to read emojis
7a. Download/Extract the deb or tar then navigate to the fonts dir. It will look something like the below.
harmoji_0.6.6_armel.deb\data.tar\home\user\.fonts\https://harmoji.googlecode.com/files....6.6_armel.deb
or if you don't know how to extract deb files
7b. Download the tar'd fonts then extract https://www.dropbox.com/s/e9656lbkm3...ji.tar.gz?dl=0
8. cp AndroidEmoji.ttf SoftbankOSXMLEmoji.ttf /opt/usr/share/fonts/.
9. Reboot
|
2015-03-07
, 21:52
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#17
|
The Following User Says Thank You to juiceme For This Useful Post: | ||
|
2015-03-07
, 22:22
|
Posts: 75 |
Thanked: 269 times |
Joined on Aug 2012
|
#18
|
tar xzvf emojifix-bin.tar.gz
cd emojifix-bin
./patcher /usr/lib/libsms-utils.so.0.0.0 libemojitils.so.0
cp /usr/lib/libsms-utils.so.0.0.0 /usr/lib/libsms-utils.so.0.0.0.orig
cp libemojitils.so.0 libsms-utils.so.0.0.0 /usr/lib/
|
2015-03-08
, 05:28
|
Posts: 1,424 |
Thanked: 2,622 times |
Joined on Jan 2011
@ Touring
|
#19
|
|
2015-03-08
, 08:21
|
Posts: 1,424 |
Thanked: 2,622 times |
Joined on Jan 2011
@ Touring
|
#20
|
Additionally, I copied the /home/user/* files from the Harmoji .deb into my home directory and I can even view the emojis. Here's the .deb file: https://code.google.com/p/harmoji/downloads/list
I did a full backup of my OS before doing this as he mentioned that it isn't tested in the n900 and I would recommend the same. However, it doesn't look like the modifications can do anything but break SMS for you, which is reversable by coping back your libsms-* so file.