Active Topics

 


Reply
Thread Tools
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#1
Just found how to create custom emoticons packs for Messaging.

Go to: /usr/share/themes/base/meegotouch/libemoticontransform0/images/
Create new subfolder. For example custom
Go to subfolder.
Create theme xml file (custom.xml). You can get example file content in skype or facebook-chat folders.
You need two sizes of images for each emoticon: 20x20 and 32x32. Copy them to your folder.
Edit xml:
Code:
<emoticon_theme service_uuid="" theme_uuid="12345678-9abc-def0-1234-56789abcdef0" theme_name="Custom">
service_uuid - empty string
theme_uuid - random uuid
theme_name - Custom name

Emoticon items:
Code:
  <emoticon preview="true">
    <charactercode default="true">:)</charactercode>
    <charactercode default="false">:-)</charactercode>

    <file size="m">emoticon-happy-normal.png</file>
    <file size="s">emoticon-happy-small.png</file>

    <positionindex>0</positionindex>
  </emoticon>
preview - image used as emoticon theme main icon
charactercode. default (true/false) - if true value pasted when clicking on emoticon.
file. size (s/m) - icon size. s - means small (20x20px), m - means medium (32x32px)
positionindex - emoticon position in selection
Attached Images
 
__________________
Telegram | Openrepos | GitHub | Revolut donations

Last edited by coderus; 2013-11-28 at 09:18.
 

The Following 12 Users Say Thank You to coderus For This Useful Post:
DJJonosound's Avatar
Posts: 411 | Thanked: 302 times | Joined on May 2012 @ Australia
#2
I guess I will have to put this in my ios7 theme
 
Posts: 84 | Thanked: 62 times | Joined on Jun 2013
#3
coderus you forgot to say we need reboot/refresh phone after add new smiley packs.
 
Reply


 
Forum Jump


All times are GMT. The time now is 16:01.