You are reading a single comment by @Gordon and its replies.
Click here to read the full conversation.
-
The main issues I had upgrading to a newer version were:
- apps didn't work properly (e.g., Loading... displayed forever),
- impossibility to connect over BLE (with the App Loader or the WebIDE).
I did try:
- resetting the watch,
- resetting without loading any code but it didn't help (it still went straight to watch mode, if I remember well, and I couldn't connect over BLE).
What worked for me was what I describe in my previous post:
- to downgrade the firmware first (DFU upgrade over BLE did work),
- to successfully connect over BLE (with the App Loader or the Web IDE),
- to erase all the apps,
- to upgrade (performing BLE DFU upgrade),
- to connect over BLE successfully (with the App Loader or the Web IDE),
- to reinstall the apps.
- apps didn't work properly (e.g., Loading... displayed forever),
@sebi thanks - but I'd be really interested to hear what issues you had with newer versions. As long as you can do what @AkosLukacs suggests as in the post above to get connected, the App Loader should work fine (under the hood it does
require('Storage').eraseAll()
itself)