Questions tagged [device]

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

2917 questions
1
vote
2 answers

Is it possible to register software as a local device?

I'm looking into the feasibility of taking a video stream from a network device (IP camera) and somehow creating/ registering a software local device from the stream of bitmaps that I can then access from other applications (like in skype/ msn etc…
Sean
  • 1,761
  • 1
  • 21
  • 26
1
vote
1 answer

How do I specify that my app only supports iPhone 4 and iPhone 4s?

I'm really confused by the parameters I need to place in my plist file. I want to support only iPhone 4 and iPhone 4s. I don't want to support any other iPhone models, iPads or iPod Touch. What settings do I need?
Undistraction
  • 38,727
  • 46
  • 165
  • 296
1
vote
1 answer

Is Adobe Air required on Android device to run Flash created APKs?

I was just wondering if the user that downloads my APK from Google Play needs to install Adobe Air on their device to be able to run the APK that was created in Flash? Thanks, Ashley
Ashley Staggs
  • 1,495
  • 9
  • 23
  • 38
1
vote
0 answers

connect to bluetooth audio adapter with android

my tablet (android 3.2.2) is connected with a logitech audio bluetooth device. if i walk away from the audio device, it is no longer connected and it would not re-connect if i came back. the sound of my mediaplayer-app is now playing the music with…
stefan
  • 11
  • 1
1
vote
1 answer

kdb debugging in Ubuntu 11.04

in kernel module programming how we can debug using Kdb? I tried with ubuntu 11.04 but I am not getting correct kdb patch for 2.6.38 kernel version so can any one suggest how to proceed with kdb debugging under this kernel version?
Jithesh
  • 81
  • 2
  • 8
1
vote
3 answers

How to get status of HP Scanner 5590 Flatbed in c#.net?

I have HP Scanner Scanjet 5590 attached to my system. I want to know the status of the scanner via c#.net. How to do it? The status are : on/off, idle, scanning, etc.. Update: Also I have tried using WMI but it is not detecting it. In the control…
HotTester
  • 5,170
  • 15
  • 57
  • 93
1
vote
1 answer

Which Android versions support SPP class 0x00?

I was wondering which Android OS versions support the Bluetooth SPP. I know the problem can be solved using certain apps like "https://play.google.com/store/apps/details?id=info.zornsoftware.bluetoothclasszero&hl=pl". Nevertheless I'd like to know…
luki
  • 29
  • 2
1
vote
2 answers

Simulating serial port programmatically without installing driver

com0com is a great program to have virtual serial ports. My question: is there any library which I can use for simulating serial ports (COM, USB and so on) programmatically in my application without install extra software for such virtual…
rnd_nr_gen
  • 2,079
  • 3
  • 35
  • 48
1
vote
1 answer

Data files from development machine to iOS device

My app has created several data files as development has progressed through the simulator. Their location is obtained by this function: NSString *pathInDocumentDirectory(NSString *fileName) { NSArray *documentDirectories =…
StoneBreaker
  • 723
  • 8
  • 19
1
vote
1 answer

Facebook Connection error on Device in iPhone

I am building an app in which I need Facebook connection for that m using Graph API. I am using extended permission like friends_birthday using following code. NSArray *permissions = [NSArray arrayWithObjects:@"friends_birthday", nil]; [facebook…
iCoder4777
  • 1,648
  • 1
  • 14
  • 35
1
vote
1 answer

setBackgroundImage works on simulator but real device (IOS5.1.1)

I wrote some codes in viewWillAppear in order to change the background image of some buttons. It works fine in simulator. However, when I load it to a real device, it doesn't work. The device is IOS5.1.1. Any body knows what's the problem?? …
Johnny
  • 613
  • 3
  • 8
  • 21
1
vote
1 answer

Reading mxArray in CUSP or in cuSPARSE

I am trying to read mxArray from matlab into my custom made .cu file. I have two sparse matrices to operate on. How do I read them inside cusp sparse matrices say A and B ( or in cuSPARSE matrices), so that I can perform operations and return them…
Recker
  • 1,815
  • 23
  • 47
1
vote
2 answers

C# - What is the Select Source dialog as it applies to the GetDevice method?

I am trying to use a method that is described like this: public Device GetDevice(string productName) The productName is the name of the device as it appears in the Select Source dialog. What is the Select Source dialog that's being referred to?
Stylzs05
  • 441
  • 2
  • 7
  • 18
1
vote
1 answer

Reconfigure Mouse Device

I have a Logitech Wireless Touchpad I hope to use in a project. I am interested in using either of this device to drive a microscope stage. Ideally, I would have the touchpad hooked up with the computer, and its sole purpose would be to drive the…
Andrew Donelick
  • 173
  • 1
  • 2
  • 10
1
vote
1 answer

Kernel versions 2.6.24 and 2.6.32 device_create

I am using the function to create device device_create() but its creating a Warning in Ubuntu 8.04 kernel version 2.6.24: Warning: too many arguments for format Here is how i am using this function: device_create(my_class, NULL, MKDEV(major, 0),…
Raheel
  • 123
  • 2
  • 3
  • 10
1 2 3
99
100