emulator

How can I deploy a smart device application to a reconfigured WinMo emulator?

I've reconfigured the default Windows Mobile 6 Professional emulator to increase it's memory size and now I would like to deploy and debug my CF application on it. The problem is that it is not possible to select this newly created emulator configuration from the Target Device drop-down in VS2008. If I select Windows Mobile 6 Professio...

Android Emulator - Having the keyboard display touch input when using physical keyboard to type?

Hello, was wondering if it was possible to use my physical keyboard to type, and have the android emulator simulate it as if it were a touch (specifically- the button highlights, and letter overlay) thanks ...

Add a contact to android emulator

Hi, My issue is quite simple I think : I would like to be able to add a contact to the contact list by a simple click on a button (and be able to test it on the emulator). The data of this contact would be stored in the source code of the application. is there an easy way of doing that? thank you for your answers ...

WTK emulator bluetooth connection problem

Hi! I'm developing a J2ME program with eclipse / WTK 2.5.2 and having problem with connecting two emulators using bluetooth. There is one server and one .client running on two different emulators. The problem is client program cannot discover any bluetooth device. Here is the server and client codes: public Server() { try { ...

android emulator is start but window show blank screen

WARN/WindowManager(61): No focus window, dropping: KeyEvent{action=0 code=82 repeat=0 meta=0 scancode=229 mFlags=8} ...

Android emulator: How to monitor network traffic?

How do I monitor network traffic sent and received from my android emulator? ...

Is there a way to get a real skin for my Windows Mobile Emulator

I am developing using the Symbol/Motorola MC70. I use the emulator that comes with Visual Studio and the SDK for much of my development. The standard skin for that is a simple windows mobile device. Is there a way to get the skin for the MC70 for the emulator? ...

Start 2 emulators with different locale android

Most of the idea is in the title, I just would like to know if it is possible to start 2 emulators at the same time with 2 different locale (to test the I18n of my app). If there was a way of doing it in Eclipse, that would be greater... ...

Trouble getting Android emulator to run in eclipse

Hi there, I'm new to Android and Eclipse. I'm Trying to run the SDK Samples on the Emulator in Eclipse 3.5 Most of the time the AVD Manager hangs when I try to create a new AVD. When I manage to create an AVD and try to start the emulator I get this: emulator: ERROR: no search paths found in this AVD's configuration weird, the AVD's...

Blackberry Emulator under Windows to test website

I am going to be developing a web version of a website in .NET and would like to test it out as it would appear on a Blackberry. Is there an emulator for Windows that I can use to do this? ...

Which type of design pattern should be used to create an emulator?

I have programmed an emulator, but I have some doubts about how to organizate it properly, because, I see that it has some problems about classes connection (CPU <-> Machine Board). For example: I/O ports, interruptions, communication between two or more CPU, etc. I need for the emulator to has the best performance and good understandi...

BlackBerry - Is there a way to test BB Messenger functionality?

Hi! I'm writing code which requires sending/receiving messages with BB Messenger. Is there a way to configure MDS emulator or device emulators to test this functionality? Thanks! UPDATE I am aware of Re: BBM/SMS on Simulator, but I hope it's out-dated or something... ...

Is it possible to download and run IPhone apps on an IPhone emulator?

Hi, I am tasked to provide an IPhone client app for our SaaS website. I have never written an IPhone application, nor do I have an IPhone at the moment. Before I can decide whether or not I want to do this myself or outsource this, I'd like to try a few apps myself to get a feeling for the UI. Is there any IPhone emulator I might use ...

Is there a Novatel Wireless Modem Emulator or something similar?

Novatel Wireless provides their NovaCore SDK for developers wishing to interface with their line of modems. I'm currently developing an open source managed wrapper for it, but I'm having difficulties with testing. I own a Novatel MiFi and have mobile broadband service through Sprint, but that can only get me so far. The device is already...

Netbeans Clamshell emulator out of memory

Hello, I have been working with the clamshell mobile phone emulator for netbeans. I recently have tested a simple bluetooth application and got an Out of Memory erorr. Is it possible to up the amount of memory the emulator can use? thanks! ...

How does one use dynamic recompilation?

It came to my attention some emulators and virtual machines use dynamic recompilation. How do they do that? In C i know how to call a function in ram using typecasting (although i never tried) but how does one read opcodes and generate code for it? Does the person need to have premade assembly chunks and copy/batch them together? is the ...

Using hebrew with the android emulator

Hi I want to be able to run a "Hello World" application on my android emulator in hebrew How can I do that? is it supported? thanks ...

How to write a virtual machine

I would like to learn how to write a small emulator/virtual machine. Does anyone know a good tutorial or a simpler project than qemu/virtualbox? Thx ...

my android app runs fine in the emulator, but when i publish it it's wrong

i have an app that has a few checkboxes in the settings and then compiles a remote sql based on the checkboxes selected. i ran it in the emulator and it's fine. but then i exported it and published it as an app, and the same checked boxes aren't being passed correctly. i wonder if it's a caching issue or something. tried deleting the apk...

search the registry with Java

Hello, I've never worked with the registry before and it seems a bit intimidating, as I know very little about it . I need to asses if any Blackberry emulators are installed, and get their location if found. I searched manually from regedit and found entries under HKEY_LOCAL_MACHINE -> SOFTWARE -> Research In Motion -> BlackBerry Device...