pebble-watch Questions
2
Solved
Any idea why XMLHttpRequest with correct credentials in Pebble JS Framework fails basic authentication on Android but works in iOS?
Exactly the same code, along the lines of:
var req = new XMLHtt...
Wane asked 14/6, 2014 at 4:1
4
I'm trying to create my own Pebble watch faces. It appears no one has done this yet and there's no SDK.
So far I've figured out that the watch faces are hosted here:
http://pebble-static.s3.amazo...
Sisk asked 9/2, 2013 at 22:30
1
I am creating a pebble watch app and I would like to create a form where the user could give input for certain parameters.
Something like this would serve me well enough, but I cannot find a way t...
Ofeliaofella asked 2/8, 2016 at 9:16
2
Solved
I'd say I have intermediate experience with programming in c, however I've never seen this syntax used before to make a function. This reminds me of the syntax for a JQuery event. Overall, I'...
Altorilievo asked 11/8, 2016 at 21:48
1
Solved
I am in the process of investigating a Telegram client in C so that I can write a client for the Pebble smartwatch/s. I understand the Pebble side, and all of the Telegram methods shown here,...
Plenipotentiary asked 27/5, 2016 at 21:2
1
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 p...
Lance asked 18/2, 2016 at 16:16
2
Solved
I am trying to divide the circle into n equal parts using straight lines. Idea is to get the coordinates of the end points on the circumference of the circle and then to draw the line.
to find coo...
Alon asked 5/1, 2016 at 13:54
3
I am still really new to Android and I am trying to improve my notification's progress bar to be smoother, not fire a million updates to my Pebble and do it the "right way". This code works "fine" ...
Coastwise asked 20/12, 2013 at 19:54
0
I'm using Pebble SDK 2 and running into graphics problems.
I'm trying to add a full screen graphic with the dimensions 144 x 168, however, when I do-- the bottom gets clipped.
Investigating fur...
Castora asked 26/4, 2015 at 2:18
4
I have to add a feature for the Pebble smart watch in my android app. Is there any cloud or emulators available to test Pebble watch coding? How can I test my app without a Pebble watch ?
Swastika asked 21/2, 2014 at 10:8
2
I'm working on a pebble.js project that is loading from a GitHub repo. I essentially am writing my code locally, pushing up to GitHub, and then pulling into CloudPebble to build as my computer is u...
Savagism asked 10/3, 2015 at 19:0
3
Solved
Most of you guys may know the pebble watch, this watch receives push notifictions of you phone.
They are capable of receiving some notifications.
Incoming Caller ID
Email (Gmail or any IMAP emai...
Refraction asked 12/1, 2013 at 9:17
1
I wanted to know how to be able to read and get the contents of another app's push notification in iOS. Such as a push notification from Facebook Messenger, or Twitter.
I know this is possible be...
Reincarnate asked 8/12, 2014 at 6:47
2
Just got my Pebble, and I am playing around with the SDK. I am new to C, but I know Objective-C. So is there a way to create a formatted string like this?
int i = 1;
NSString *string = [NSString s...
Pelasgian asked 6/12, 2013 at 23:38
1
Solved
When i log an error on the Pebble like this:
static void message_dropped(AppMessageResult reason, void *context) {
APP_LOG(APP_LOG_LEVEL_DEBUG, "Message dropped. Reason: %d", reason);
}
i just ...
Koester asked 15/1, 2014 at 23:6
1
Solved
I'm building a internet connected BitCoin app. To watch the ticker info from different bitcoin markets.
Everything works. Now I want to send a list of available markets down to the watch to be disp...
Quantity asked 1/12, 2013 at 17:52
1
© 2022 - 2024 — McMap. All rights reserved.