|
|
2012-08-11
, 09:38
|
|
|
Posts: 4,365 |
Thanked: 2,466 times |
Joined on Jan 2010
@ Australia Mate
|
#2
|
| The Following User Says Thank You to F2thaK For This Useful Post: | ||
|
|
2012-08-11
, 09:41
|
|
|
Posts: 640 |
Thanked: 435 times |
Joined on Oct 2011
@ rajvoSa BA
|
#3
|
No wonder I couldnt change them! I dont know HEX!
AWESOME WORK!
Id make it 48 x 48

| The Following User Says Thank You to wook_sf For This Useful Post: | ||
|
|
2012-08-11
, 09:57
|
|
|
Posts: 1,390 |
Thanked: 710 times |
Joined on May 2012
@ Beirut, Lebanon
|
#4
|
after real struggle with harmattan emoticons, i've finally found who's responsible for size of emoticons in messaging-ui.
since i am not sure if it's legal to share patched binaries, i will describe to you how to mod it so eventually "hackers" can build some application or even library patch for this...idk
who's not familiar with hex editor, please don't mess up with this!!!
copy /usr/lib/libemoticontransform0.so.0.0.62 to pc, open it with hex editor (like on first attachment) and find string "<img src='%1' width='20' height='20'>" and replace it with "<img src='%1' width='XX' height='XX'>" where XX is size you want, i used 32 in screenshot but i assume i will go down to 28 or so.
proof is on second attachment
//edit: nothink is broken afak, you're doing it at own risk
you are warned
|
|
2012-08-11
, 10:46
|
|
|
Posts: 861 |
Thanked: 936 times |
Joined on Feb 2010
@ Bulgaria
|
#5
|

/usr/share/themes/blanco/meegotouch/icons/ is the path for icon-m-messaging-smiley-*.png|
|
2012-08-11
, 13:33
|
|
|
Posts: 640 |
Thanked: 435 times |
Joined on Oct 2011
@ rajvoSa BA
|
#6
|
My question is slightly offtopic, but I will ask anyway
I have replaced the contents of /home/user/.emoticonthemecache with custom emoticon set. I can see my new emoticons in selection pane/grid when I want to use one of them, but in message interface old one is shown.
Is there another place where emoticons for message UI reside?
EDIT: Found it/usr/share/themes/blanco/meegotouch/icons/ is the path for icon-m-messaging-smiley-*.png
Thanks wook_sf!
EDIT1: Just realized one has to copy icon-s-messaging-smiley-*.png in /usr/share/themes/blanco/meegotouch/icons/ to get correct emoticons in messages UI.
hope it worked fine
|
|
2012-08-12
, 04:36
|
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#7
|
| The Following User Says Thank You to Schturman For This Useful Post: | ||
|
|
2012-08-12
, 05:00
|
|
|
Posts: 4,365 |
Thanked: 2,466 times |
Joined on Jan 2010
@ Australia Mate
|
#8
|
|
|
2012-08-12
, 05:03
|
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#9
|
|
|
2012-08-12
, 05:05
|
|
Moderator |
Posts: 6,215 |
Thanked: 6,402 times |
Joined on Nov 2011
|
#10
|
since i am not sure if it's legal to share patched binaries, i will describe to you how to mod it so eventually "hackers" can build some application or even library patch for this...idk
who's not familiar with hex editor, please don't mess up with this!!!
copy /usr/lib/libemoticontransform0.so.0.0.62 to pc, open it with hex editor (like on first attachment) and find string "<img src='%1' width='20' height='20'>" and replace it with "<img src='%1' width='XX' height='XX'>" where XX is size you want, i used 32 in screenshot but i assume i will go down to 28 or so.
proof is on second attachment
//edit: nothink is broken afak, you're doing it at own risk
you are warned