Tagged Questions
The device tag has no wiki summary.
12
votes
13answers
11k views
How to resolve “Waiting for Debugger” message?
I have HTC Comet connected to Eclipse with SDK 2.2. I do a debug build - the application does not run; though it does get installed on the device. On the device I get this message box on the Comet ...
11
votes
6answers
697 views
Opening a handle to a device in Python on Windows
I'm trying to use the giveio.sys driver which requires a "file" to be opened before you can access protected memory. I'm looking at a C example from WinAVR/AVRdude that uses the syntax:
#define ...
10
votes
5answers
30k views
Xcode - iPhone - profile doesn't match any valid certificate-/private-key pair in the default keychain
I tried to add my iPhone to Xcode4 to test my Application on it. I added the device in the Apple Developer-Center and downloaded the Provision-Profile. We pay 99$ per month for the account and I'm not ...
10
votes
4answers
1k views
How to Deploy Android Application to Beta Tester Devices
My android app is not in the app store yet.
Is it possible to send my app to someone, and they install it on their device.
Something like iphone AdHoc?
10
votes
6answers
14k views
How to capture the android device screen content?
How to capture the android device screen content and make an image file using the snapshot data?which api I should use or where to find related resource? thanks in advance!
BTW:
not camera ...
8
votes
3answers
3k views
How do I disable a system device?
Is there any way to disable a system device from C#.NET.
Basically emulating when you go to Device Manager and disable a device that way?
I am assuming there is a WinAPI function that I can invoke, ...
7
votes
3answers
360 views
Virtual parallel port emulator
In my computer networks course we are supposed to learn parallel port programming by using the native registers (like using outportb like commands). I don't have a parallel port (because I live in ...
7
votes
2answers
391 views
how to manage debug and release version on android device?
I'm new to Android dev and I'm almost ready to release a first version of my app :)
While testing the signed release apk on my phone, it refuse to install because the debug version is installed with ...
7
votes
1answer
308 views
retrieving detailed usb midi device information on windows xp
The function midiOutGetDevCaps returns a structure MIDIOUTCAPS.
I'd need more specific information when querying a usb midi device on windows xp, in particular I'd need the information displayed under ...
7
votes
2answers
7k views
IPHONE SDK Getting Device ID or Mac Address
I have an application that uses rest to communicate to a server, i would like to obtain the iphones either mac address or device ID for uniqueness validation, how can this be done?
7
votes
6answers
6k views
Linux: Which process is causing “device busy” when doing umount?
Linux: Which process is causing "device busy" when doing umount?
6
votes
6answers
2k views
Device going offline randomly (and appearing multiple times as offline) in Eclipse - fixes?
This problem has been bugging me for ages and I can't seem to fix it or fully localize the source of the problem (although at times I can force it by allowing the phone to Standby while connected to ...
6
votes
3answers
354 views
Target iPhone application by model (e.g. 3G vs 3GS)
Much like the required device capabilities on the info.plist file, is it possible to configure an application such that it will only be available on some device models?
I know how to target it by ...
6
votes
1answer
989 views
How to build a library for both iPhone simulator and device?
I want to build a static library for iphone. I want to give my users the .a library which they can use for both simulator test and device test. Do I have to build two library in simulator mode and ...
6
votes
1answer
2k views
How to detect hardware keyboard presence?
Is there a way to detect if the device I'm currently running on has a hardware keyboard installed?
How do I query device capabilities anyway?
5
votes
3answers
259 views
Java: List Cameras that are Plugged In
My program currently gets a list of drives plugged into the computer with File.listRoots(). But, when I plug a camera or an MP3 player into the computer directly (instead of inserting the memory ...
5
votes
2answers
130 views
How to page multiple plots in R in separate jpeg files?
I'd like to plot multiple plots in separate bitmap files using the file name pattern (for example, for JPEG) file.%03d.jpg in R. I tried using something like:
somevar <- 1
...
5
votes
1answer
986 views
Difference between target google APIs and target android 2.3.3
Now I'm developing android with SDK 2.3.3 with Eclipse.
As you know all to run my app, I should generate virtual device.
From 'create new ADV' window, I can see many targets.
There are 2 targets for ...
5
votes
4answers
5k views
objective c iphone : can we view console log on device
is there a way to view the console output as we are running an iphone App on the device?
If not directly, is there an app on the App store which lets you view the log after the App has finished ...
5
votes
4answers
207 views
mounting without -o loop
I have written a dummy (ram disk) block device driver for linux kernel.
When the driver is loaded, I can see it as /dev/mybd.
I can successfully transfer data onto it using dd command, compare the ...
5
votes
2answers
2k views
Find which drive corresponds to which USB mass storage device in WinXP
I have several USB drives connected to a WinXP SP3 computer, and I need to tell them apart programatically - I need to find which drive letter corresponds to which device (in this case, one device ~ ...
4
votes
1answer
915 views
eclipse doesnt show my galaxy nexus with android 4?
i tried everything. Checked USB debugging and allowed unknown sources. (Android 4.0.1)
When i connect galaxy nexus with the PC without USB debugging, it works.
When i connect galaxy nexus with the PC ...
4
votes
1answer
435 views
How to run logcat on multiple devices?
How can I run logcat on multiple devices at the same time? "adb logcat" command gives an error:
error: more than one device and emulator
4
votes
1answer
3k views
Looking for experiences on the Apple MFi program registration process
I'm working with a group of friends on a small electronic device. We're getting promising results with the prototype and we're very excited about releasing it into the market.
We would love to ...
4
votes
2answers
2k views
Sending ATA commands directly to device in Windows?
i'm trying to send ATA commands to a physical disk in Windows, and get the response from the device.
Note: In this case i want to send the IDENTIFY DEVICE (0xEC)
command. The device will respond ...
4
votes
1answer
272 views
Access the Default Keyboard Device
I have a quick little C program that checks to see if a key is being held down. Right now it works like a charm but accesses the keyboard device through ...
4
votes
5answers
773 views
control a users USB device via a webpage? Possible?
I'm wondering if there is a way to create an asp.net webpage that will connect a visitors USB device to an application on the windows bases server? This way we avoid having to install a software on ...
4
votes
7answers
1k views
Can using my iPhone as a development device ruin my iphone for normal use?
I'm a programmer with about 5 years of experience and I'm thinking about going into iPhone development. I checked out some books from the library for info. I found something that disturbed me tucked ...
4
votes
1answer
2k views
Is there a way to convert the coordinate system after a change to Landscape Orientation?
In a view-based iPhone OS application, I change the orientation from the initial portrait orientation to a landscape orientation (UIInterfaceOrientationLandscapeRight). But now the x,y origin (0,0) is ...
4
votes
2answers
3k views
Programmaticly disable device in device manager (Vista x64)
Is there any way to programmaticly disable a device? (preferably in .net, win32, or batch).
Most hits on google suggest using devcon but it does not seem to be working on Windows Vista/7 64bit.
...
4
votes
2answers
3k views
Resolve Windows device path to drive letter
How do you resolve an NT style device path, e.g. \Device\CdRom0, to is logical drive letter, e.g. G:\ ?
Edit: A Volume Name isn't the same as a Device Path so unfortunatly ...
3
votes
1answer
141 views
How to detect when USB device is being connected/disconnected?
I don't feel comfortable harnessing USB device with Delphi and have a next to nothing knowledge of the details of writing device driver (though I've come accross some when learning assembly with ...
3
votes
2answers
136 views
How to play sound on all audio devices
I have a program which is alerting the user. But right now it is only allerting on the default audio device. That is a problem if the user has pluged in a headset but don't wear it. So my question is: ...
3
votes
1answer
186 views
How can I get the devise error messages in a pop up
I am using jquery to load the signup form of devise as a popup. The problem is the I am not able to load the error messages of the devise in the popup.
If I click on the empty signup form I am ...
3
votes
2answers
50 views
How to determine the booting device
again I have a question that is not so easily googlable. Let's assume BIOS has loaded my bootloader from designated device, how do I now find out which device it is so I can load the rest of my os ...
3
votes
1answer
254 views
My android app is getting device not supported when trying to download with tablet
I have an android app on the market called D Bitly and I have a tablet user trying to download it and is getting "device not supported". I have double checked the market settings and it says that all ...
3
votes
2answers
181 views
Handling changed audio device event in c#
I'm wondering how to process the event when I insert (or extract) my headphones or another output device to soundcard jack.
Searching here and on google gives me information about "naudio" library, ...
3
votes
2answers
412 views
Restrict sales of an app by specific devices?
Is it possible to restrict sales of an app on the Android Market by specific devices, or by features of a device (screen resolution, processor, diskspace etc..)?
I know that I'm going to be bombarded ...
3
votes
2answers
123 views
Understanding how the device list is read
I ran into a rather annoying issue with the list of open devices, trying to construct a function that saves a number of graphs for a list. Say we have following data :
Alist <- list(
X1 = ...
3
votes
1answer
345 views
Change web page content if user is on a mobile device
I have a link on a website that opens an iFrame in a popup box using jQuery. The jQuery script applies this function only to the link that has the specific attribute 'id=calcPop' as you can see here ...
3
votes
1answer
249 views
WP7: Get phone name
I'm looking for a simple information.
I want to get the name of the device the user is currently using.
For example, I want to get "Eric's Phone" (like in Zune).
Is it possible? I looked for the ...
3
votes
2answers
526 views
Detecting open PC COM port from USB Virtual Com Port device
I am using an STM32F015 microcontroller with the STM32_USB-FS-Device_Lib_V3.2.1 USB library and have adapted the VCP example for our purposes (integration with RTOS and serial API).
The problem is ...
3
votes
1answer
288 views
I can actually install a few apps without provisioning
Yesterday I was playing with the three20 library. I hit the command+enter to build and run the app on my simulator, to my surprise it installed the app on my device iPod Touch 4th Gen. I really dont ...
3
votes
1answer
404 views
Android DDMS - send calls to actual device
Does anyone know how (or if it's possible) to simulate a call to an actual device (i.e. USB debugging) using the DDMS in eclipse? I have no problems simulating calls to the emulator and the app I'm ...
3
votes
2answers
923 views
How to get a list of video capture devices (web cameras) on linux ( ubuntu )? (C/C++)
So all I need is simple - a list of currently avaliable video capture devices (web cameras). I need it in simple C or C++ console app. By list I mean something like such console output:
1) Asus Web ...
3
votes
3answers
549 views
How do I disable a system device programatically?
I am looking for way to disable a system device in C#.NET given either the PID & VID or the device name.
After searching I found this project ...
3
votes
5answers
2k views
How to develop Android Apps using a Samsumg Galaxy 5 device?
I am developing my first Android App. I have an application already running on emulator (Eclipse + Android dev. tools) on Ubuntu 10.04 LTS - the Lucid Lynx - released in April 2010. I have already ...
3
votes
1answer
2k views
iphone app run in the simulator but not on the device
I am trying to run the Facebook DemoApp on my iphone and I get the following errors
(it works without errors on the simulator)
Please help me
*****************************
Build DemoApp of project ...
3
votes
2answers
188 views
2 basic computer questions
Question 1:
Where exactly does the internal register and internal cache exist? I understand that when a program is loaded into main memory it contains a text section, a stack, a heap and so on. ...
3
votes
5answers
334 views
What software design pattern is best for the following scenario (C#)
I have a gps device that records data e.g. datetime, latitude, longitude
I have an sdk that reads the data from the device. The way the data is read:
A command packet (basically a combination of int ...