emulator

Mobile Emulator Launched for non-mobile unit tests

I have a Compact Framework Project that has two Unit Test projects with it in the solution. One is a Smart Device Unit Test Project (needs the emulator to run). The other is a normal Unit Test Project. The normal Unit Test Project runs fine on my machine and on the build machine, but on my co-worker's machine it tries to launch the em...

How do I create a COM (and other device) emulator in C#?

Hi. We have several legacy components that interact with COM ports, USB etc. I would like to create a .NET program that would emulate a COM port and log the traffic, relaying it to a WCF service endpoint somewhere or directly into a database. Maybe also wrapping a real COM port kind of like the decorator pattern. I have looked around...

Nooby Android Developer

Hi all, so I just recently (yesterday) started developing on the Android platform. So far I have created a Hello World application as described in their tutorial, but it does not run. When I run it, it waits at the blinky Android screen, then finally moves to the screen where it says Android in a fancy font and its kind of glossy and sil...

HTC Nexus emulator

Is there an emulator for the Nexus ? i want to test some of my android apps on it. ...

Tool to Debug Guest OS in Virtual Box

I'm just cross posting the same question I did on virtualbox.org. http://forums.virtualbox.org/viewtopic.php?f=9&t=26702&p=119139#p119139 If not breaking any rule, I'd appreciate to kwon more about it since stackoverflow promisses to be more dynamic! "Hi, I did some search and could not find any tool to debug a guest system fro...

Android Multitouch - Possible to test in emulator?

Hey everyone, I recently discovered that the Android 2.0 SDK supports multitouch through new functions in the MotionEvent class. You can specify a pointer index when retrieving touch properties, and in cases where multiple fingers are on the screen there should be multiple pointers provided. Unfortunately, I only have a G1 to test on a...

Creating Emulators for the current Android phones

As I do not have the money to buy all the Android phones, is there a resource somewhere or can somebody suggest the settings that would best emulate the Nexus, Motrola Droid and HTC Magic etc. Some users are reporting problems with my app and I am thinking it may be due to the screen sizes. thanks ...

How do you simulate a serial device?

I am working on driver that talks to a device via a serial port in C#. I do not always have the device available to do physical testing with. Is there a way I can simulate a device on a serial port so that it responds in an ideal manner? ...

Why doesn't my Blackberry app update when I change the code?

I'm having trouble getting my application to change once it's on the blackberry simulator. I run my program once, it works fine, then I change a few lines of code, rerun the app and nothing has changed. It seems like once the app gets installed on the simulator that I can't change it. I'm using Eclipse to develop my app. I'm just click...

Is there any emulator programming tutorial or guide?

I want to program an emulator ( may be NES or C64, I haven't decided yet ), I know there are lots of them so many may ask why would someone want to make one from scratch, but I want to include some specific characteristics in it, and also for the sake of building it myself. I'd like to read a guide from someone who has built one and can ...

Serial port mapping doesn't work in WM emulator

I set COM2 for my USB serial port device and it appears as "COM2 serial port" in device management. Then I map the COM2 to serial port 2 in WM emulator configuration. But when I try to open COM2, it says COM2 doesnt exist. Then I use string[] allComs = System.IO.Ports.SerialPort.GetPortNames(); to check all the ports, find out COM2 is m...

Can i download file without using the phone memory instead of virtual SD card in emulator?

In reference to question http://stackoverflow.com/questions/2147704/can-anyone-explain-the-file-parameters-used-to-download-file-in-android Can I do it without creating virtual SD Card. Is there any way to save the file in phone memory in internal memory? if it is possible without using the virtual SD Card, then how? ...

Is there any good emulater for learning embedded linux

thanks in advance ...

How do interrupts work on the Intel 8080?

How do interrupts work on the Intel 8080? I have searched Google and in Intel's official documentation (197X), and I've found only a little description about this. I need a detailed explanation about it, to emulate this CPU. ...

What's the difference between emulation and simulation?

In simple understandable terms, what is the difference between the two terms? [I have already looked at this, this and this] ...

How to Get Serial Number or ID of Android Emulator After it Runs?

If I run several emulators with -no-window option in one machine. The command "adb devices" shows: List of devices attached emulator-5554 device emulator-5556 device emulator-5558 device ... However, according to this output, I can't tell the difference between each emulator device at all. I need to know which emulator runs on what...

a good 8086 emulator

is there a 8086 emulator for mac. If yes, which is the best ...

Accessing Bluetooth via Bonjour/GameKit from the iPhone SDK simulator (circa 3.1.3)

I'm in the process of getting hardware for an iPhone prototype, and I'm wondering if it's possible to access bluetooth (ExternalAccessory, Bonjour or GameKit) exposed by development box (eg. a macbook) using the SDK's simulator as of the latest version (3.1.3 at the time of writing) Before I get any answers on the subject, I accept that...

Stop Internet access on the emulator android

Hi, Ok my question might appear a bit strange but here is my problem : I am testing a database storage after retrieving data from the internet, then i would like to be able to start the emulator with internet working, and then, while it is running, stop internet access to force it using the database as a source to display data. Is that ...

load the mysql driver in android emulator

how to load the mysql server in android emulator i.e Class.forName("com.mysql.jdbc.Driver") i got the exception java.land.ClassNotFoundException in com.mysql.jdbc.Drive please reply me. ...