Found a way to get Emojis on Kaios just like on GerdaOSJust replace the KaiOS keyboard.gaiamobile.org with the GerdaOS keyboard.gaiamobile.org1. Download this zip file and extract the app (app is from GerdaOS dumps i only modified the keypad.js to fix the keypad speed)
2. Push the app and its folder on the data partition, exactly in
/data/local/webapps
using a temporary root access:adb push keyboard.gaiamobile.org /data/local/webapps
3. Get the webapps.json file:
adb pull /data/local/webapps/webapps.json
And change the value of the keyboard.gaiamobile.org app
"basePath": "/system/b2g/webapps",
in this way
"basePath": "/data/local/webapps",
4. After this change push the webapps.json file in its place and reboot the phone:
adb push webapps.json /data/local/webapps/
adb reboot