Questions tagged [device]

DO NOT USE. This tag is ambiguous. Questions about hardware not related to programming are off-topic.

2988 questions
1
vote
1 answer

C/C++ - HWInfo - libhd - How to get the name list of all available devices?

On Linux, one can use command "hwinfo" (after installing it) in Terminal to print a lot of device information. While this is nice, I'd also like to utilize libhd (included in hwinfo) to get device information, device names to be exact. How can one…
Helixirr
  • 911
  • 9
  • 18
1
vote
1 answer

EasyAPNS not registering device to database for app thats now in production

I'm using easyapns to handle the Push Notifications for my app. Devices registered fine to the database while in development mode. When the app was run on the iphone, the iphone's details like deviceid etc. would register without error. I recently…
Jase
  • 21
  • 3
1
vote
1 answer

FlashDevelop can't install the Android app on device

I connect my tablet via Wifi and get install the apk file generated by Adobe Air on it. I install it via "adb install" and it works. But on FlashDevelop, when I configure to run on device, it's shown "device not found (waiting for device)", while…
Francis
  • 33
  • 11
1
vote
2 answers

Emulator for MC9190 Hand Held

I'm developing an application for a Hand Held device MC9190G, which comes with Windows Mobile 6.5, below an screenshot of the characteristic of this Hand Held Which would it be the best emulator for this device? I downloaded the SDK from this site…
igarcia
  • 691
  • 1
  • 9
  • 26
1
vote
1 answer

How can 2 wireless interfaces be handled by single carl9170 device driver module

I want to understand the performance of one device driver module in linux kernel. In this case I use carl9170 device driver in linux. If I use two physical interfaces, how can the single module carl9170 handle 2 different physical…
bnbfreak
  • 353
  • 3
  • 14
1
vote
1 answer

XNA Processing, Windows Service, Handle, GraphicsDevice

I'm using the XNA library for image processing in GPU. All this must be done as a Windows Service (not forms). When I create a GraphicsDevice, it requires a WindowsHandle. But the WindowService doesn't have a WindowsHandle. Even when the "window…
1
vote
2 answers

How can I get iOS device version using JavaScript?

Is there a way to obtain an iOS device version (as opposed to OS version) using JavaScript or another browser-based language? For example; iPhone5, iPhone 4S, iPad 3, etc. I have not been able to locate this information in navigator.userAgent (or…
Gigazelle
  • 1,424
  • 1
  • 24
  • 34
1
vote
3 answers

Motorola MZ604 can't be recognized as an android device

I have installed "Motorola Device Manager" from Motorola site https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/88481 It says that it includes "USB Driver". I open the device manager, I can see under "Portable Devices", there is a…
lei wang
  • 109
  • 1
  • 1
  • 9
1
vote
1 answer

How to add a new device to an ad-hoc distribution profile in the new (2013) Apple developer console?

I tried to modify (edit) my ad-hoc distribution profile and ad a new device for testing. But in the new Apple Developer Console there is no option to new devices ! Any suggestions ?
Rekesh
  • 11
  • 4
1
vote
6 answers

How do i get device id in Android?

I am trying to have 2 things in my Android application. Get the device id and then open a webpage with this id . eg myserver.com/deviceId My main java class looks like this : package es.unican.CityInfo; import android.os.Bundle; import…
donparalias
  • 1,834
  • 16
  • 37
  • 60
1
vote
2 answers

anyDensity on Android manifest ,

i Have following code on my manifest the problem is my…
hemantsb
  • 2,049
  • 2
  • 20
  • 29
1
vote
1 answer

2000 switch snmp per port

I am running an application which collects snmp data from more than 2000 switches every 5 mins, upoctets,downoctects,port status and displayes them in graphs and a switch view on web page with green or red as per port status, first time when i add…
1
vote
2 answers

Trying to test my app on iPhone iOS 6.1.2 but "No provisioned iOS devices..." error?

I have a big problem. I have an iPhone with iOS 6.1.2 and the latest version of Xcode - 4.6.1. When I try to test my app on that device, Xcode says that "No provisioned iOS devices are available with a compatible iOS version. Connect an iOS…
scourGINHO
  • 699
  • 2
  • 12
  • 31
1
vote
1 answer

Remote monitoring system for CAPD

I know there are devices out there that monitors i.e. glucose of a CAPD patient. My question is do you know if I can read/access those data? I'm planning to create an Android app that read those data but I am hitting a wall as I dont know other…
jantox
  • 2,185
  • 4
  • 21
  • 22
1
vote
1 answer

Where can I find out about the Windows video capture architecture, and specifically virtual webcam drivers?

I saw a Lenovo platform with Win7 that has a web cam and and a virtual web cam. The virtual web cam renders the video that is captured by the physical web cam but supports image processing. It also works in parallel to the physical web cam (one…