Hi, I made this xposed module to transform unicode emojis to text (ascii face or word).
Description
This will not display emotes in your watch, but at least you will understand the message if the other person is laughing or is sending an ok instead of receiving an empty message.
How it works
When the message is captured it applies a manual conversion to the body of the message.
This is the conversion table: https://github.com/gerard87/HwHealt...whealthemoticonconverter/StringUtils.java#L20
The title of the message is not converted to improve readability (space reasons).
If the emote of the body message is not found in the first conversion, then I use this library to get the alias of the emote. The alias can be large like :face_with_steam_from_nose:, this is the reason I omitted this step in the title.
All the emotes converted to words (non-smile faces) are between : (ex.
k
.
Tested devices
Should work for all devices that notifications are managed by health app, this is NOT device specific, but, just in case, my device is:
- Honor magic watch 2
Download:
- Version 1.2: https://github.com/gerard87/HwHealt.../1.2/hwhealthemoticonconverter-1.2-signed.apk
Old versions:
Source code: https://github.com/gerard87/HwHealthEmoticonConverter
Description
This will not display emotes in your watch, but at least you will understand the message if the other person is laughing or is sending an ok instead of receiving an empty message.
How it works
When the message is captured it applies a manual conversion to the body of the message.
This is the conversion table: https://github.com/gerard87/HwHealt...whealthemoticonconverter/StringUtils.java#L20
The title of the message is not converted to improve readability (space reasons).
All the emotes converted to words (non-smile faces) are between : (ex.
Tested devices
Should work for all devices that notifications are managed by health app, this is NOT device specific, but, just in case, my device is:
- Honor magic watch 2
Download:
- Version 1.2: https://github.com/gerard87/HwHealt.../1.2/hwhealthemoticonconverter-1.2-signed.apk
Old versions:
Source code: https://github.com/gerard87/HwHealthEmoticonConverter
Last edited:
