Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
1answer
4k views

How to emulate USB devices?

The rest of my team will make for my application a simple non-standard USB microphone, but until they finish it I will have to emulate it, for integration testing purposes. Is there any risk in a ...
5
votes
1answer
98 views

Mouse emulation in a different program

I'm working on my own software to operate the mouse on my computer using C# and the kinect SDK. I really want to try using it to play a game like Red Alert, or some sort of RTS, or even just for ...
5
votes
4answers
4k views

Simulating a TWAIN Device

Our company is using some software that ONLY accepts input from an "Imaging Device" i.e. a TWAIN device (e.g. scanner). The problem is that we are receiving our files digitally, so using an actual ...
4
votes
3answers
2k views

Simulators/emulators for mobile browser testing on ubuntu / linux

I'm building the mobile version of a website and I want a way to test it. The problem with a lot of free emulators is that they are for windows. I know I could run them in wine, just wondering if ...
4
votes
2answers
1k views

How can I emulate a video capture device and provide dynamic video content?

I would like to emulate video input from a webcam for testing purposes. So I need to be able to emulate a software video capture device in Windows and be able to dynamically generate its output. How ...
3
votes
1answer
103 views

How to catch a memory write and call function with address of write

I would like to catch memory writes to specific memory ranges and call a function with the address of the memory location being written to. Preferably, after the write to memory has already happened. ...
3
votes
1answer
227 views

.NET compact framework - detecting if under emulator?

Is there a way to detect whether we are running on emulator or real device from .NET CF code? Thanks Dominik
3
votes
2answers
171 views

Brainstorming - MIDI over LAN

I'm planning out a summer coding project for myself. I work with a lot of MIDI and have been researching it a lot. I know it's an old technology, but it works with a lot of music hardware/software so ...
3
votes
4answers
233 views

emulating a physical disk to speed up execution?

We have a command line exe that takes input from a text file and produces an output text file. It is used for complex industrial simulations. The source code for this exe is long gone. Now it was ...
1
vote
0answers
35 views

simulate ondevicearrival event and move mouse multiple times for multipoint and mouse mischief app with multiple mice

I wish to simulate ondevicearrival event multiple times for my multipoint app and mouse mischief (i think it had this event). Im trying to figure out how to trigger the ondevicearrival event multiple ...
1
vote
2answers
615 views

Compiling CUDA SDK examples in hardware emulation mode

I'm trying to do some CUDA development on a PC without CUDA-capable GPU via emulation mode. The OS is Linux Mint Debian (can be considered Debian testing for all practical purposes) 32bit ...
1
vote
3answers
345 views

Run Device Emulator 3.0 (WM6.5) in Windows XP Mode

Is it possible to run Windows XP Mode within Windows 7, install Visual Studio 2008, and use Device Emulator 3.0 (using a Windows Mobile 6.5 image)? So far, I can get the image to run, but no matter ...
1
vote
2answers
85 views

Windows Phone app's icon not changing

I am extremely close to publishing my Windows Phone app. However, even though I changed the ApplicationIcon and Background images, the Windows Phone emulator doesn't use them. Any ideas of why this ...
1
vote
1answer
388 views

Where is Windows CE Platform Builder 3.00?

I need to emulate a Windows CE executable on my Windows 7 64-bit machine. Back in the day, I used eMbedded Visual C++ 4.0's bundled device emulator, but nowadays the cool kids want me to use "Platform ...
1
vote
1answer
259 views

How to fix Dokan to implement a Virtual Drive?

Dokan currently does not create a virtual hard disk for its filesystem (i.e. in Device manager, you dont see another disk drive). Anyone have any idea on how to start to correct that?
1
vote
1answer
473 views

Windows Mobile Emulator connection timeout accessing local web service

I have a Windows Mobile 6 application that is trying to make a web service call to a service hosted on my local machine so I can debug the logon process with VS2008 connecting to both the emulated ...
1
vote
1answer
86 views

Use gcc On ELKS

I'm using PocketDOS to emulate ELKS, but I want to develop on it using gcc and ld, how can I do this?
1
vote
1answer
234 views

How can a FlashLite Developer using Device Central emulate camera and file upload integration?

I am developing an application with Flash Lite designed to run on Nokia S60 5th edition phones using the Flash Lite API Bridge Interface. The application uses the API Bridge to access the phones ...
1
vote
1answer
253 views

When listening for keypress in Flash Lite should I be listening for Key.Down or the numeric code for this key?

The adobe documentation says that when listening for a keypress event from a phone you should listen for Key.Down, however when I trace the Key.getCode() of keypresses I see a number not the string ...
1
vote
1answer
974 views

Device Emulator not recognized in windows when I press cradle

Who can help me with this: I am working on Win7 x64, with VS.net 2008. I am developping for pocketpc. When my application is deployed to the device emulator it can't connect to my computer / db ...
1
vote
2answers
497 views

Simulate a faulty block device with read errors?

I'm looking for an easier way to test my application against faulty block devices that generate i/o read errors when certain blocks are read. Trying to use a physical hard drive with known bad blocks ...
1
vote
2answers
1k views

How to make ARM9 custom device emulator?

I am working on ARM 9 processor with 266 Mhz with fpu support and 32 MB RAM, I run linux on it.I want to emulate it on pc ( I have both linux and windows availabe on pc ). I want to profile my cycle ...
0
votes
1answer
52 views

Creating buttons that event handle with a visual c++ program

I will try to explain this the best that I can. I currently have a program that at the moment just cycles through menus by clicking some button graphics that I have created. I am also using CE ...
0
votes
1answer
34 views

Making mobile device images for Windows Device emulator

I have a mobile device. How can I make an emulator image out of it? To clarify: there is an environment set up on it that is needed for the program I am working on, and I wondered, if there is ...
0
votes
0answers
42 views

Emulating iPhone 3gs/4 performance on an iPad 2?

Currently, I have an iPad 2 and an iPod Touch 2g on which I'm developing a game. I had heard that even upgrading to an iPod Touch 3g would have a massive impact on opengl calls, which would help me ...
0
votes
3answers
114 views

How do I write a driver for a Virtual CD Drive or a CD Emulation drive?

I want to develop driver for a Virtual CD Drive or a CD Emulation drive. How do I go about starting? I found these links these links from the MSDN: Windows Driver Kit Introduction to the Windows ...
0
votes
0answers
233 views

Are tegra's ready for more game emulators (psp) (ps2) etc [closed]

With androids dual and quad core processors running at least 1.5 ghz and psp ps2 xbox and gamecube run at no more than 400ghz, why aren't there any of these systems being emulated for android. The ...
0
votes
2answers
46 views

Android device plug in eclipse [closed]

Possible Duplicate: How to debug on a real device (using Eclipse/ADT) I am novice in android programming, till this time i was testing my applications at built-in virtual devices, but i ...
0
votes
1answer
107 views

Consuming a web service on a .net smart device application

I am trying to consume a web service locally on a .net smart device application and getting this error:- System.Net.Sockets.SocketException: No connection could be made because the target machine ...
0
votes
4answers
1k views

How to install Apple iOS on qemu

Qemu supports ARM (and many other platforms). So, what do I need (besides installation media) to install Apple iOS on qemu? Are there ways to create iOS image suitable for Qemu? Update: Apple A4 = ...
0
votes
1answer
87 views

What I need to read/analize in order to understand how QEMU emulates supported network devices?

Hi :) I would like to analize how QEMU emulates the supported network devices reading the source code. Also I would like to share with me your opinions about what background is needed to understand ...
0
votes
3answers
94 views

Mobile Emulators

I want mobile emulators to emulate Android, iPhone and Windows phones. Can`t find emulators anywhere.
0
votes
1answer
254 views

Emulating device firmware on ubuntu

Lets say that I have a device, such as an android phone (just for example) and I have the firmware for that device. Is there a method to emulate the entire firmware? Just like a virtual machine but ...
0
votes
2answers
466 views

Xcode 3.2.3 (SDK 4) cannot support device iPod touch(iOS 4.1) and iPad(iOS 3.2.2). Any help? screen shots are attached

I cant do test apps on my devices. Following are screenshots. iPod: iPad:
0
votes
1answer
364 views

How to use Device Emulator to debug my WinCE application

I am working with an MFC application built on a WinCE platform in Visual Studio. I need to debug this application and I cannot do it using KITL and the hardware. I tried to use Device Emulator for ...
0
votes
1answer
69 views

Simulating PDA browser behavior and output

I'm working on a website that will eventually have a version that is optimized for mobile devices. Is there a decent way / method / place where I can simulate or emulate a wide variety of the ...
0
votes
2answers
234 views

Cannot run unit tests for an application developed with Compact Framework for Windows CE 6.0 platform

I'm developing a solution for Windows CE 6.0 using GuD_AtomKit X86 Device emulator. I'm not able to run any unit tests, because I get following error message: The test adapter ...
0
votes
3answers
360 views

Windows Mobile device incompatibilities - need suggestions for how to approach testing

I have a user who runs my application on a Samsung BlackJack with WM 6.1. He reports issues, like labels not appearing on forms, that I cannot reproduce on any of the emulators or the device that I am ...
-3
votes
3answers
229 views

emulate ENTER in .txt

Can someone please help in adding a command for "ENTER" in a .txt file to emulate "ENTER". Example; 12345 "enter" 548793 "ENTER" ..... where an entry will be a number followed by enter to next field ...