Questions tagged [microsoft-band]

Microsoft's wearable device.

Microsoft Band

Microsoft Band tracks your heart rate, steps, calorie burn and sleep quality with advanced, highly innovative sensors. It also helps you be more productive with email previews and calendar alerts at a glance.

Microsoft Band 2

Adds UV and barometer sensors.

Microsoft Band SDK

The Microsoft Band SDK gives developers access to the sensors available on the band, as well as the ability to create and send notifications to tiles. Enables Windows Phone 10 Universal Apps to handle tile events in the background. Enhance and extend the experience of your applications to your customers' wrists.

Microsoft Band SDK Download: http://developer.microsoftband.com/

252 questions
0
votes
1 answer

internal enum is ruining my code

When I uncomment the internal enums, the panel local variable turns into an error. I've been debugging this for a few hours already and I gave up. This is weird since this is exactly what the Microsoft Band Documentation told me to do. What am I…
Ephraim Becker
  • 87
  • 1
  • 10
0
votes
2 answers

Band SDK:MissingManifestResourceException when calling TileManager.AddTileAsync(

Hi I've got a problem with a MissingManifestResourceException that I found a similar post on the MSDN forums whereby they were advised to post here which the OP didn't. I've therefore re-posted it here because the OP explains the problem far more…
Numpty
  • 11
  • 1
0
votes
1 answer

Microsoft Band SDK to extract the Goals (custom or default set) from Band?

Does SDK give option to extract the Goals (custom or default set) from Band ? As of now I see sensor data available , but I don't see other details like goals or sleep pattern KPIs etc., Is there any other way ?
0
votes
1 answer

Buttons and textboxes not showing text

I'm trying to create a tile with 3 pages, each page contain a textbox and a button. Here is my code [self.client.personalizationManager themeWithCompletionHandler:^(MSBTheme *theme, NSError *error){ if (error){ // handle…
0
votes
2 answers

Microsoft Band UV sensor data unfamiliar

I'm using Microsoft Band of development on Windows Phone 8.1. Trying to figure out he full capability of the UV sensor. I found few examples, that find the UV level. They show that an enum can be used: namespace Microsoft.Band.Sensors { public…
GanDuumar
  • 31
  • 6
0
votes
1 answer

microsoft band element limitation

I'm trying to find out if there is a way to get more primitive elements (buttons) on a page. Because there are just two controls (buttons and textblocks) to work with (no listboxes etc.) and my app works with multiple items to select, I'm somehow…
Harald
  • 11
  • 3
0
votes
1 answer

Creating paged-scrolling tile on Microsoft Band?

I'm creating two FlowPanels, inside these two FlowPnaels there are a text box and a button, these two FlowPanels are contained in single PageLayout that laying the elements horizontally, the problem is that when i scroll the tile in my band, its not…
0
votes
1 answer

microsoft band Web call

I just started developing for the microsoft band, but cant seem to figure out how to make external web calls. For example to scrape the html source of a web page. All the code I have tried so far has simply failed with the same error. EDIT: Would…
0
votes
1 answer

Counting steps between sessions with Microsoft Band

I would like to use a subscription to the Pedometer to keep track of the number of steps the user has taken since my app last connected to the band. I was hoping there would be a way to read the number of steps taken today, like you can in the UI,…
0
votes
1 answer

Unable to Handle Fatal Exception When Unmarshalling unknown type code

The latest update to the Microsoft Health application appears to have broken backwards compatibility with the SDK preview resulting in errors similar to the following for Android development: 04-28 20:02:09.001 …
Wyatt
  • 90
  • 12
0
votes
1 answer

pushing Dialog back to microsoft band after interacting with Cortana on Band

I have developed an application and I use voice commands(Cortana integration) to get some data in my phone. Now I would like to add band support. I expect the similar function but I needs to push the data to my Band. I just spoke the same voice…
0
votes
1 answer

Run function in app from ms band

So I've had a look around and I cant seem to find an answer anywhere so here goes. Is it possible with the MS Band SDK to run a function within my app when the user taps a button?
Carl
  • 548
  • 1
  • 4
  • 21
0
votes
1 answer

Microsoft Band tiles

When I create a new tile (TileManager.AddTileAsync) that tile does not appear in the Microsoft Health app on the phone. Additionally, if I loop through all the tiles in the tiles collection (using TileManager.GetTilesAsync() that new tile is the…
Jim H
  • 1
  • 1
0
votes
2 answers

Connecting Microsoft Band SDK Preview to C++ project

I have just downloaded the Microsoft Band SDK Preview and trying to connect it to my C++/CX Windows Universal App project. Nuget gives me an error below, any way I could use the SDK preview from C++ code? Install-Package : Could not install package…
-1
votes
1 answer

The type or namespace SpeechRecognition does not exist in the namespace Windows.Media -- Universal Application (Windows 8.1)

I'm trying to build an app that combines speech recognition with an interface to the Microsoft Band. I want to use speech to drive a laptop-based program, and that program to drive data streaming from the Band. The Band SDK works with a Universal…
AltShift
  • 336
  • 3
  • 18
1 2 3
16
17