Questions tagged [smart-device]

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.

148 questions
35
votes
11 answers

What could be causing a System.TypeLoadException?

I'm developing, with VS2008 using C#, an application for Honeywell Dolphin 6100, a mobile computer with a barcode scanner that uses Windows CE 5.0 like OS. I want to add a functionality that can send files from the local device to the distant…
Mohamed Jihed Jaouadi
  • 1,427
  • 4
  • 25
  • 44
17
votes
5 answers

Break the debugger on assertion failed

Is there a way to break the debugger when assertion is false and running the application using Visual Studio debugger. Earlier when I was debugging Windows application I would get an exception and the debugger would break, but now on Smart Device an…
Bogi
  • 2,274
  • 5
  • 26
  • 34
7
votes
3 answers

How to create the inf file for a smart device cab project from command line?

I am trying to get my continuous integration to create build the smart device cab project from within msbuild on the command line. Everything that I have found says to use the inf file (with cabwiz) created when you build the project from within…
Randall Hoffpauir
  • 275
  • 1
  • 4
  • 11
4
votes
7 answers

error RC2176 : old DIB in res\icon3.ico; pass it through SDKPAINT?

what is this Error, and how to resolve it? I am using Visual studio 2005 for Smart device MFC developement, Is upgrading to 2008 can solve my problem. Error 85 error RC2176 : old DIB in res\icon3.ico; pass it through SDKPAINT Thanks
Bart
  • 4,830
  • 16
  • 48
  • 68
4
votes
2 answers

How to convert an excel file to .csv file?

I'm developping an application for Honeywell Dolphin 6100, a mobile computer with a barcode scanner that uses Windows CE 5.0 like OS. I want to create a little application responsible of the convertion of an excel file to .csv file. Is it possible…
Mohamed Jihed Jaouadi
  • 1,427
  • 4
  • 25
  • 44
4
votes
2 answers

Retrieving data from a datagrid using compact framework 3.5

I am building a mobile application which allows operators to manage their jobs in the field. I am using a datagrid to display the users Job list. The user will be able to accept or decline jobs by selecting the gridview row and assigning a status to…
Gary Green
  • 87
  • 2
  • 9
3
votes
1 answer

How do I integrate python library in Android app?

I am trying to build an Android app that can be used to connect to Tuya's smart devices. The only (unofficial) library I found for Tuya APIs is in Python. https://github.com/codetheweb/tuyapi I want to write a wrapper that allows me to use these…
Srujan Barai
  • 2,295
  • 4
  • 29
  • 52
3
votes
1 answer

connect to sql server database hosted on pc from windows ce through network

i have a smart device that installed windows CE 5 on it. i want to write a c# program so that it install on smart device and can communicate to external database, this database is a SQL Server Standard or Enterprise Edition (not Compact Edition) and…
Pezhman Parsaee
  • 1,209
  • 3
  • 21
  • 35
2
votes
1 answer

No access to partner - Information could not be retrieved

Here is my full error: Information could not be retrieved. Please contact iandevice to verify that your account has been properly set up. You may need to add the developer email address as a home member in the Google Home app settings. I have seen…
Ian
  • 21
  • 2
2
votes
1 answer

Smart Device development for Visual Studio 2017

I am currently assigned to migrate an existing Smart Device application built using visual studio 2005. I tried to migrate the application to Visual Studio 2017 without changing the framework and settings. I have already spent some time doing some…
Jim Vans
  • 21
  • 3
2
votes
1 answer

Do we have ObjectForScripting property for WebBrowser Control, for Smart Device application?

I am aware of the ObjectForScripting property provided for the WebBrowser control, which is provided for WinForms application. I am using the WebBrowser control in a smart device application. I am not able to find this property. IS it document…
Sumeet
  • 905
  • 1
  • 14
  • 32
2
votes
2 answers

Using smartctl without sudo

I have an Ubuntu server (3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015 x86_64 Linux-3.19.0-21-generic-x86_64-with-Ubuntu-15.04-vivid). It has a 4-disk RAID-6 array. I keep an eye on the health of the disks by periodically…
Mausy5043
  • 906
  • 2
  • 17
  • 39
2
votes
2 answers

How to hide my SmartDevice application on startup?

I made a SmartDevice application that runs on startup and I want it to be hidden at first launch. I've tried this.Hide(), this.Visible = false and ShowWindow(Handle, SW_HIDE) in Form Load() event and InitializeComponent() with no luck. Any help will…
fardjad
  • 20,031
  • 6
  • 53
  • 68
2
votes
2 answers

Visual Studio 2008 Create new Smart Device project option not available

I have installed Visual Studio 2008 (also tried with 2010 beta) and cannot see the option to start a new smart device project (for windows mobile) I have tried multiple websites - I appears I have to install windows mobile 6 SDK but when I try to…
Steve
  • 33
  • 1
  • 5
2
votes
1 answer

What do I need to have to be ready to write a Compact Framework application communicating with GPS?

Simply I am asked to write an application for a smart device (smart cell phone), which will get the GPS coordinates from the device itself. I have no smart device at all. And I am kind of lost among questions like how can I check if the device have…
pencilCake
  • 51,323
  • 85
  • 226
  • 363
1
2 3
9 10