[Xposed module] [V1.2] Huawei health notification emoticon to text converter

gerard_f

Senior Member
Sep 25, 2008
443
1,421
133
Catalunya
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. :eek: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
 
Last edited:

gerard_f

Senior Member
Sep 25, 2008
443
1,421
133
Catalunya
New version 1.1

Changelog:
- Remove title conversion: The title space is very limited and its better to not show the emotes here. Title emojis disabled.
- Lot of emojis: I've made a script to take all emojis of this site https://unicode.org/emoji/charts/full-emoji-list.html to make the manual conversion complete.
- Remove auto-parse library: The auto conversion library can throw long or unwanted results. Now the conversion table is "complete", so it's time to remove the library.

Download: https://github.com/gerard87/HwHealt...load/v1.1.1/hwhealthemoticonconverter-1.1.apk

PD: Also submitted to taichi
 
Last edited:

net.susovan

Member
Jul 17, 2010
11
1
0
pune
Any update from taichi on this? Did you get a reply from them
New version 1.1

Changelog:
- Remove title conversion: The title space is very limited and its better to not show the emotes here. Title emojis disabled.
- Lot of emojis: I've made a script to take all emojis of this site https://unicode.org/emoji/charts/full-emoji-list.html to make the manual conversion complete.
- Remove auto-parse library: The auto conversion library can throw long or unwanted results. Now the conversion table is "complete", so it's time to remove the library.

Download: https://github.com/gerard87/HwHealt...load/v1.1.1/hwhealthemoticonconverter-1.1.apk

PD: Also submitted to taichi
 

gerard_f

Senior Member
Sep 25, 2008
443
1,421
133
Catalunya
Sorry for the late reply.

Module doesn't work anymore :crying:
I haven't used the module for a long time because edxposed had some instability with andoid 11.
I will check if something is broken and i'll fix it.

Any update from taichi on this? Did you get a reply from them
The module is not accepted. I think because the apk is unsigned. I will make a signed version and I will try again.
 

ileHoo

Member
Aug 24, 2011
7
0
21
Thank you for the new version. But in my case it still doesnt work.

EDIT:
I just found out that the Google store has an old version of the health app. Now it works :cowboy:
 
Last edited: