-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pebble Watch with xdrip for G5. #347
Comments
@jstevensog: the pebble service has not changed from current xDrip-experimental to the G5-beta. |
Interesting. I have not changed anything in the service that would cause it. Perhaps the service is not being stopped when the setting is changed. I'll try and take a look when i get my dev rig back. No chance in the next few days. ---- AdrianLxM wrote ----
|
This is the function registerReceivedDataHandler. private void init() {
PebbleKit.PebbleDataReceiver(PEBBLEAPP_UUID) { As one can see, if the pebble will ask, we send data without looking at the In the function onDestroy but newSavedBgReceiver is never being set to anything. So this explains the bug... How to fix, an obvious fix is to have a check in the function receiveData(). A more correct fix is to set the newSavedBgReceiver, but this requires some Thanks On Tue, Jun 7, 2016 at 11:46 PM, John [email protected] wrote:
|
Should be able to. They are the same. ---- tzachi-dar wrote ----
|
I got that reproduced last night. It won't send the data right away if There are actually two places where data gets sent to the pebble. One at The other place where it sends data is via a Listener registered to the I'm not sure if it makes sense to tell the watchface in such a case to Have a good Day On 07/06/16 22:46, John wrote:
FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop! |
I am using the xdrip beta for the G5. Latest one on the closed beta on face book. I am using a pebble watch offline. The phone sends data straight to phone. When i toggle to off in the settings menu. The app still continues to send data to watch with toggle off.
The text was updated successfully, but these errors were encountered: