Questions tagged [pebble-appmessage]
4 questions
10
votes
1 answer
Not receiving AppMessage callbacks when sending message inside a bluetooth connection event
Title sums it up. Same question is here. Posting on SO to see if I can get any help. I also made an almost minimal project to demonstrate the problem I'm facing, so links that follow point to the piece of code being mentioned.
Nothing fancy on what…

davidcesarino
- 16,160
- 16
- 68
- 109
1
vote
1 answer
pebblekit js send array to pebble C by appmessage
I am trying to code my first Pebble C app which is based on a pebble.js app I made. I am basically showing the bus schedules.
My question, How can I pass the information from pebblekit js to the pebble C by appmessage so that I can construct a menu?…

bergymen
- 70
- 6
0
votes
1 answer
AppMessages Sporadically Don't Get Delivered
I have an issue where I when I send a message from the Android side (within a broadcast receiver) the messages don't always make it to the Pebble watch. It's inconsistent, sometimes it works.
I'm not getting an APP_MSG_BUSY result any longer (I am…

BK-
- 527
- 7
- 19
0
votes
1 answer
Diagnose message from phone to android dropped due to APP_MSG_BUSY?
I'm trying to send a message from an Android companion app to a Pebble watchface app, but this fails with an APP_MSG_BUSY error. Reading the logs, I can reconstruct the following sequence of events, which is happening repeatedly:
Pebble app calls…

Joshua Tacoma
- 408
- 5
- 13