A smart device is an electronic device, generally connected to other devices or networks via different wireless protocols such as Bluetooth, NFC, Wi-Fi, 3G, etc., that can operate to some extent interactively and autonomously.
Questions tagged [smart-device]
148 questions
1
vote
1 answer
Trying to get detailed data dumps from new google nest e thermostat
I bought a nest thermostat as I thought it would be able to give me detailed data to showing the target temp and the actual as well as time etc. I needed this for various reasons.
However, it seems the official API "Works with Nest" was closed by…

Fallen Fate
- 133
- 1
- 10
1
vote
3 answers
How to fix System.IndexOutOfRangeException: Cannot find table 0 ASP.NET
[WebMethod()]
public DataTable insert_data_to_db_from_local(string partnumber, string srctcode, string dockcode,int pack,string error,string chk,string user,DateTime day,string ekb,string kbid)
{
SqlConnection objConn =…

New Claffly
- 25
- 1
- 5
1
vote
1 answer
develop OpenWeave device to integrate with Nest products directly
I have read this OpenThread using Nest Learning Thermostat.
I am wondering if there is any update after near 2 years.
We try to developing a smart lock as a Weave-enabled device to participate in Nest Fabric.
Thanks a lot.

Lintungwei
- 11
- 3
1
vote
0 answers
php-curl not sending Authorization header after redirect
I'm using PHP 7.2 and cURL 7.53.1. I'm trying to use Google's NEST REST API.
I try a CURL request like this:
curl_setopt_array($curl, array(
CURLOPT_URL => "https://developer-api.nest.com",
CURLOPT_RETURNTRANSFER => true,
…

Jesse Parker
- 156
- 5
1
vote
1 answer
Using Web References in C# Code in Visual Studio 2008
In the beginning, I was trying to find any solution for my issue but I didn't find anything.
I am Dynamics NAV Developer so C# is not my "native" language ;)
I have to connect my Win Form Application with Microsoft Dynamics NAV so I want to use Web…

AnonyM
- 11
- 3
1
vote
1 answer
How to make a CAB File Application for Windows Compact 2013?
I have written an application for Windows Compact 2013 and a CAB Application to generate a CAB Installer (on VS 2013) for the device that is running Windows Compact 2013.
Under Add->Project Output, I have included only Primary Output.
When I try to…

AneeshCRao
- 35
- 6
1
vote
0 answers
VS2008 Smart Device Project Template not found
I have installed Visual Studio 2008 Professional Edition and cannot see the option to start a new smart device project (for windows mobile).
I have checked in the project installation directory and found that there is 5 templates.(C:\Program Files…

Johnson Sebastian
- 21
- 3
1
vote
2 answers
Sudden Visual Studio 2017 SmartDeviceException DEP6200 error
Yesterday I was able to Code with VS2017 on my Win 7 (upgrade to 10)/Lumia 950XL.
I am writing on an UWP-App which targets Mobile-Devices and PC.
I was happily writing on my app and debugging it on my phone, everything worked great. The suddenly I…

Daniel Maurer
- 156
- 1
- 15
1
vote
1 answer
How to set icon to cab file different than base icon on smart device project
Hello I am developing a smart device application with .net framework 3.5 to windows ce mobile.
I added icon to my project from Properties > Application > icon and manifest.
My icon is a triangle shape and it needs to has transparent background. I…

Cem U
- 893
- 7
- 14
1
vote
0 answers
Get actual state of the smartthing's smart device programatically from web service smartApp
I am developing a web application which shows the status of the all available smart devices in my hub. and I can also control the devices from this application.
For example, if I want to turn on the switch I send "on" commands with appropriate…

ARUNBALAN NV
- 1,634
- 4
- 17
- 39
1
vote
2 answers
Debug not working for Win CE 5.0 Device
I'm working with a handheld device running Windows CE 5.0. The program runs, however I'm not able to debug and hopefully its something simple and stupid burried in project settings somewhere.
So, as to not mess up the main app, I decide I'll start…

DRapp
- 47,638
- 12
- 72
- 142
1
vote
1 answer
Trouble passing string to lpctstr in WinCE5 API call
I am trying to make a call to the Windows CE 5 API call, "FindFirstChangeNotification" in a VS2008 Smart Device project using:
Private Declare Function FindFirstChangeNotification Lib "coredll.dll" _
(ByVal lpPathName As String, ByVal bWatchSubtree…

GSHinks
- 17
- 5
1
vote
1 answer
Handeling selections in selection enabled grids (GeneXus)
I have a grid with selection enabled. Properties:
- Show Selector: Always
- Selection Type: Keep Selection while executing
The "for each selected line" instruction saves the selected items in a database.
Q1:
Is it possible to automatically select…

Jaime
- 159
- 2
- 10
1
vote
1 answer
How to set background colors in run-time?
I am using GeneXus for a Smart Devices project.
I have to create a grid that will present data from a webService.
This webService will also return the RGB code that represents the background color in which the returned record should be shown.
The…

Jaime
- 159
- 2
- 10
1
vote
2 answers
Slide Menu - any way to programmatically expand it?
My App made in Genexus has a navigation Style = Slide.
When it launches, a login screen pops up. When the login is done and the popup closes, all the user can see is a blank panel.
Is there any way of expanding the menu after the return command of…

Jaime
- 159
- 2
- 10