-
• #2
Changed boot.js to require 'messages':
Bangle.on("message", (type, msg) => require("message").listener(type, msg));
Still error.
Deleted all apps, updated the firmware. Still can't install messages, messages ui nor android integration. -
• #3
Is this when trying to update from your forked app loader?
I think there's a good chance that you haven't updated the
core
submodule?You can see from https://github.com/espruino/EspruinoAppLoaderCore/blob/425c4a98aed7c4d9b640e37463b534a45a20def7/js/appinfo.js#L418 which throws the error that with the current version of the code that should never happen because there's a
if (dependencyType=="module")
line right above it -
• #4
That fixed it. Thank you.
I tired to make a messagesUI replacement app. So I uninstalled Messages UI, then installed my app. Now I get the error message:
Whenever I try to install the apps "messages" or "Message UI". I did a reset to factory, but still I have this error.
The code I uploaded was:
===boot.js===
===messagexxl.js===
=== metadata.json ===