MagneFire
MagneFire
Thanks for reporting the issue! Great observation too! This is an issue with the way we use `PhoneStateListener` where it picks the first SIM by default (https://github.com/AsteroidOS/AsteroidOSSync/blob/afb09f90f4b378bccbb07626f4776a5382432db5/app/src/main/java/org/asteroidos/sync/services/PhoneStateReceiver.java). https://stackoverflow.com/questions/25009926/phonestatelistener-is-not-called-for-sim-slot-2 describes the...
Indeed we were not aware of this issue. We do not publish nightly builds, but we might be able to distribute self-signed apks when we get around to testing a...
For reference, this is probably the PR https://github.com/code-crusher/EasyWeather/pull/10
When did you clone the repository? The `wifi-enabler` recipe was added two days ago: https://github.com/AsteroidOS/meta-asteroid/commit/cf300247bd3a0913bf4656da5ada4ca5a5910bbc To easy up on building AsteroidOS you can also build it using Docker or Podman:...
Is this still an issue? I can't seem to reproduce it on `beluga`. I thought that it was fixed by https://github.com/AsteroidOS/asteroid-launcher/commit/ddf1c102193eb214173aaf4a4fb750e95215c5bd but this issue is dated after that commit was...
Thank you for reporting this issue. Unfortunately this is a known issue: https://github.com/AsteroidOS/meta-smartwatch/issues/184 This is also the reason why 'Always-on-Display' is marked as 'partial' on the watch installation page: https://asteroidos.org/watches/hoki/
The original answer has been provided. Our wiki now also has these instructions: https://wiki.asteroidos.org/index.php/Useful_Commands#Restart. There have been no reports of segfaults in a long while. If you still experience these...
This is actually something we would like to solve by implementing WatchFace Complications (https://github.com/AsteroidOS/asteroid/issues/136). From my understanding, you would also like to see the weather when the screen is in...
I too think that this make sense. Especially since we already are required to avoid `Dims` in watchfaces and applaunchers since a preview is shown in the settings application. Where...
I had a look into this some time ago. For Always-on-Display we depend on a backend function from Android. This unfortunately does not support the Always-on-Display functionality. When it comes...