The Pebble SDK is a software development kit for the Pebble smartwatch and the Pebble App Store. It is generally installed on a computer and includes all of the libraries available to developers for Pebble.
Questions tagged [pebble-sdk]
230 questions
0
votes
1 answer
Trying to mask APNG background with text
I am taking Pebble example of working with APNG and trying to mask it with transparent text, so bitmap will show only thru text, but no matter what mask/composite mode I try, bitmap is shown as black-and-white (original animation is in color and…

Yuriy Galanter
- 38,833
- 15
- 69
- 136
0
votes
1 answer
RubyMotion + Pebble SDK for iOS
Trying to call appMessagesLaunch from the Pebble iOS SDK (statically linked) with RubyMotion causes the following error:
Objective-C stub for message appMessagesLaunch: type v@:@? not precompiled. Make sure you properly link with the framework or…

lshepstone
- 136
- 9
0
votes
1 answer
TextLayer doesn't show up
Beginner here, trying to modify one of the example applications that Pebble provides, however I am losing my mind.
In the below code I can't get the TextLayer *s_weather_label to actually render on screen. No idea why...no errors come up,…

zemaker
- 181
- 1
- 2
- 15
0
votes
2 answers
What is the structure of a bitmap in Pebble-SDK on basalt
Using graphics_capture_frame_buffer a GBitmap is returned. What is the format of this if I wanted to work with it directly. How would I modify a single pixel?

Ajaxharg
- 2,974
- 2
- 18
- 19
0
votes
1 answer
pebble sdk installation on mac fails
I am trying to set up the dev environment on my Mac. I'm following the steps listed on the site (http://developer.getpebble.com/sdk/install/mac/).
My installation fails at step#2 of Python libraries installation at line: "virtualenv…

Tdp
- 21
- 4
0
votes
2 answers
Pebble.js not loading menu data from JSON source
I'm currently messing around with pebble.js (sdk 2.0), and I'm trying to make a menu based app which loads data from a JSON source.
I can get everything working fine, except the populating the menu part. Here is my code :
var UI =…

Alex Trott
- 4,576
- 4
- 23
- 30
0
votes
1 answer
Pebble Watchapp for Data Logging Example
I am new to Pebble and it's SDK.
I have installed the Data Logging Demo example app on my Android phone (Nexus 5 running Lollilop).
I have paired and connected that with my Pebble watch (Kickstarted Edition).
I want to install the corresponding…

VJ Vélan Solutions
- 6,434
- 5
- 49
- 63
0
votes
1 answer
Trigger android ringer from Pebble watchFACE not watchAPP
I have a watchface built for a medical app , it vibrates the watch for certain alarms based on data received from the server . I would like to be able to trigger phone ringer (for alarms) without a companion android app . Is there any possibility to…

rajatgupta431
- 121
- 1
- 2
- 10
0
votes
1 answer
How do you implement the background worker with Pebble.js?
I want my Pebble.js to run in the background, mainly using the Pebble's accelerometer. I was wondering how people did this, since most of the pebble docs are in C

Eric William Dolan
- 67
- 1
- 9
0
votes
1 answer
Pebble SDK compile error, having to do with resource's
When I compile I get this error, I have added the font to the resources and set its identifier as RESOURCE_ID_FONT_UNICODE_16, what am I doing wrong?
../src/Timely.c:1395:59: error: 'RESOURCE_ID_FONT_UNICODE_16' undeclared (first use in this…

techcord
- 33
- 3
0
votes
1 answer
Pebble Display Cell Service
Is there a way to display the cell service bars of an iOS device on the pebble watch? I'm new to development and am wondering if this is not yet possible or I just don't know how. I haven't been able to find it in the documentation.

Nick Hayward
- 178
- 2
- 12
0
votes
1 answer
When building a pebble app I'm getting a error I can't understand
I am trying to build my pebble app from the SDK for the mac and it keeps giving me the error below. The code itself complies in cloud pebble but for some reason gives me this error that I can't understand.
Setting top to :…

pjtnt11
- 495
- 2
- 5
- 22
0
votes
1 answer
Pebble Custom Phone Call Notification
Is it possible to override the default incoming call screen with a custom screen on the pebble watch?
Im guessing I could capture the interruption as described here - http://developer.getpebble.com/guides/pebble-apps/app-events/app-interruptions
Is…

Matthew Wilson
- 2,045
- 14
- 27
0
votes
1 answer
Pebble only accepts data for the first time
I have developed a pebble companion app for android and when I send data (Android app to pebble watch) to pebble for the first time, it is accepted/received and displayed on pebble watch correctly. But after I finish the session and try to send data…

Vikas
- 432
- 4
- 17
0
votes
1 answer
Send image to Pebble from iOS
I was hoping to send an image to pebble from iOS, through AppMessage. I've seen apps which, for instance, send an image from the camera on the phone, to the pebble.
But on the documentation, it says
"The maximum buffer size for AppMessage is…

Andrew
- 7,693
- 11
- 43
- 81