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
2
votes
2 answers

How can I get the device name?

I'm developing an application for Honeywell Dolphin 6100, a mobile computer with a barcode scanner that uses Windows CE 5.0 like OS. I want to get the device name using code lines. Any one have an idea on this ? Note : I'm working with VS2008 using…
Mohamed Jihed Jaouadi
  • 1,427
  • 4
  • 25
  • 44
2
votes
2 answers

How do I check the network connection win the fatest way?

I'm developing an application for Honeywell Dolphin 6100, a mobile computer with a barcode scanner that uses Windows CE 5.0 like OS. I want to use a function which can check the network connection existence, I tried to use the code below but its too…
Mohamed Jihed Jaouadi
  • 1,427
  • 4
  • 25
  • 44
2
votes
1 answer

Where can I find the honeywell libraries to interact with Dolphin 6100 device?

I have to create an application for Honeywell Dolphin 6100 ; a mobile computer with a barcode scanner that uses Windows CE 5.0 like OS. But I can not the find the relative librairies to make the interraction with the barcode scanner and the keyboard…
Mohamed Jihed Jaouadi
  • 1,427
  • 4
  • 25
  • 44
2
votes
1 answer

How to update the .NET CF into My WinCE device?

I'm developping an application for Motorola MC3000 that use WinCE 5.0. It seems that the machine is using the .NET CF 2.0, I just want to update it to .NET CF 3.5 but I don't know how to do it on the machine. Any help on this?
2
votes
3 answers

How to integrate the scan barcode option on my WinCE application?

I'm new to the CE environment, I'm creating an application for a mobile computer with a barcode scanne that uses Windows CE 5.0 (Motorola mc3000). I'm using VS 2008 and I'm programming with C#. I made a litte demo project that it runs successfully…
Mohamed Jihed Jaouadi
  • 1,427
  • 4
  • 25
  • 44
2
votes
1 answer

Prevent changes to Dependencies on Smart Device Setup CAB

I've a Windows Mobile application that consists of a shell, and several modules. Each module has its own setup project for generating a CAB file to install it, and there is also one for the shell which serves as the base application. The issue that…
JSM
  • 383
  • 1
  • 7
2
votes
1 answer

.NET CF WebService ObjectDisposedException

I am trying to solve an issue with one of my Smart Device projects (.NET CF 3.5 on Windows Mobile 6.5 Device). The code tries to make webservice calls continuously to get some data and use it in the form. During the usage, for a particular case is…
2
votes
1 answer

Msbuild not able to create Smart Device CAB Project

I am trying to setup TeamCity 7.0 for a smart device application. My visual studio solution contains two projects: SmartRead -> The mobile application SmartReadInstaller -> A Smart Device CAB Project for creating CAB file My TeamCity configuration…
Abdel Raoof Olakara
  • 19,223
  • 11
  • 88
  • 133
1
vote
1 answer

C++ method works fine in a simple C++ project but not in a Smart Device Project

I have a simple function, which writes to a .txt file. This method works perfectly in a simple C++ project. But the same function, when created in a C++ SmartDeviceProject, does not write anything to the file. What is the problem? The code sample…
Uma Shankar Subramani
  • 1,925
  • 2
  • 12
  • 12
1
vote
0 answers

Code Coverage analysis for .NET Compact Framework 2.0

Is there any Recommended solution for deriving Code Coverage analysis for .NET CF (Compact Framework), SmartDevice (Pocket PC) applications. We are using vsinstr +vsperfmon for Desktop Applications. I could find only following: DotCover: That will…
Sumeet
  • 905
  • 1
  • 14
  • 32
1
vote
0 answers

Physical computer mouse, that can be controlled from anywhere in the world

Is there any smart device that can do the following: It connects to PC like "normal mouse" via USB. And computer detects it like normal mouse. It can directly connect via the Internet to another mouse and receive signals from it and control the PC…
Max
  • 21
  • 1
1
vote
2 answers

navigator.userAgent for non Smart devices

It is simple to detect the smart device from navigator.userAgent like navigator.userAgent.match(/iPhone/i) , navigator.userAgent.match(/Android/i), etc. How do i get know that a request came from a system ( non smart device ) like from desktop,…
Saboor Awan
  • 1,567
  • 4
  • 24
  • 37
1
vote
0 answers

Is there a way to run a debugger on SmartDevice C++ DLL when it runs inside SmartDevice C# application?

I am using SmartDevice C++ DLL for my SmartDevice C# application as follows: using System.Runtime.InteropServices; [DllImport("myCppDll.dll")] private static extern bool Foo(); But it seems that there are a lot of bugs inside the DLL. Strange…
DynamicScope
  • 695
  • 9
  • 26
1
vote
2 answers

Upload image or file from smart device in GeneXus

How to upload an image or PDF files from smart devices to a specific folder on the server?
1
vote
3 answers

Unable retrieve records from SQLite database for smart device application

I am using SQLite.NET with C#[ visual studio 2008] and added the 'System.Data.SQLite.dll' as reference. The following code works with Windows Application for fetching data from my database file into a datagrid. private void SetConnection() …
janasoft
  • 163
  • 2
  • 3
  • 12
1
2
3
9 10