emulator

Can't find PInvoke DLL error in Windows Mobile

I am having a lot of trouble getting a basic scenario to work on windows mobile 5.0 emulator. I have a winforms app that eventually calls into native code. Deployment works fine and all the native DLLs are copied in the same folder as the winforms .exe. I also verified this is the case with Remote File Viewer tool. However when I lau...

How to run GPS based application (WikiTude) in Android SDK Emulator?

Hi All, Currently I am writing an Android application which uses WikiTude API. I installed the WikiTude browser application in the Android SDK emulator from Android Market (To get Android Market in emulator I followed this link http://forum.xda-developers.com/archive/index.php/t-529170.html). When I run the WikiTude browser application...

How to make ARM9 custom device emulator?

Hi SO Friends, 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 counts, run my cross-compiled executables directly in emulator. Is there any opensource project available to create emulator...

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 there are native GNU/Linux applications. PS: I want to perform these tests locally, I'm not looking for online emulators. ...

How to emulate an ARM architecture under OSX 10.6 ("Snow Leopard")?

Hi everyone; I wish to emulate an ARM architecture (I wish to compile software for my DNS-323 NAS drive, to be more precise) and I'm having a hard time. First I tried installing Q, which is an OSX port of QEMU. It freezes when I try to launch it. Then I tried to download the source code for QEMU and apply a patch someone had written to...

Works on Emulator and Safari browser but not on real IPhone

Hi All, I am building a website that runs on IPhone. I am facing a issue where in the application works on browsers and emulator. But its not working on real IPhone device.(Basically my login submit is not happening on IPhone!) Also the console doesnt shown me any error on IPhone. Have anybody faced such an issue. What could be the issu...

Android GPS cloud of confusion!

I am trying to design my first Android application with the use of GPS. As of right now, I have a drawable button that when clicked, alerts a Toast message of the longitude and latitude. I have tried to use the telnet localhost 5554 and then geo fix #number #number to feed in values but no results display just 0 0. I have also tried DDMS...

Android Emulator Alarm Clock Crashes

I am using the Android Emulator to debug my application, first off it is ridiculously slow, I mean like 15mins to load slow and on top of it, my Alarm Clock application fails? Am I the only one, or do other people experience this? Is there a fix or will I just have to go cook steaks while the emulator is booting? EDIT: I am running it ...

Are the any free windows emulators available to test web sites against an iPhone?

I am looking for iPhone emulation software to test a couple of internal web applications against the iPhone. There are a few quirks occuring with iPhone users that would like to fix but I am unsure how to test them. For example one of the issues is that numbers are showing up as phone number links on the iPhone which 99% of the time is...

windows mobile 6 emulator

i am developing some apps in windows mobile 6 on visual studio 8 and i need to show some information in Hebrew but my emulator doesn't show that language ,instead he show very strange chars how do i set Hebrew font in my emulator so that i will be able to see Hebrew?? ...

Creating a Simple Old School Console Emulator

Hello, I'm now with the dream to start a project of a emulator of old school consoles(Atari, Colecovision...), but before I start I need to know some things: Which is the most easy console to create an emulator of it? Where I can find some good resources to build it? Which is the best language to build a emulator? Thanks. ...

Does anyone know where to get actual Cray PVP code?

I want to write a emulator for one of the older Crays, but I've run into a stumbling block. I can't seem to find any actual code for them. (Which kind of makes sense I suppose, most of them would have been used for defense and the like..) Does anyone know where I might find something? Binaries or source, it's all good. The thing I'd...

Receiving SMS sent from the WTK emulator in a custom application

Hello all, I'm using Sun WTK to run a midlet that needs to send and optionally receive SMS. WMA console can be used to send and receive messages to the midlet but I'd like to do the same thing using my own application. I have done some sniffing, and noticed that the messages are sent by UDP from the WMA console to the emulator. Does ...

How to get a 1024 x 600 Android emulator working?

I'm trying to emulate an Acer AOD250 that has a 1024x600 screen and comes with Android. If I create an AVD with default settings except for resolution of 1024x600 and SDK 3, the emulator does not start. The largest I can get working is 670x600. At larger resolutions, sometimes the emulator starts, but does not complete the boot. Is t...

Windows Mobile 6 Emulator change storage?

Hey, How do i change the size of the Windows Mobile 6 Emulator. Its fixed at 32mb. I read this post: http://stackoverflow.com/questions/821720/increasing-windows-mobile-5-emulator-storage But it only helps for the 5.0 version. Isnt there any way to increase the storage size in version 6.0? ...

CLicking on the camera button in the android emulator

Hi, The camera button on the android emulator is disabled. I can't click on it and when I hover with the mouse the background is not blue like in the other buttons. I've tried to add "camera support - true" hardware but the button is still un-clickable. How can I click on the button? What should happen when clicking on the button? I do...

Possible to safely run multiple Android emulators on the same machine and communcate using sockets?

I would like to simulate a small cluster of Android devices either on one laptop (worst-case), or on several machines on a private network. This is for testing communications and process migration on Android. Is there a safe way to identify and launch a particular emulator from a given application under Eclipse? I have a recent Eclipse/...

How to save state on emulator

hi i have a windows CE 5.0 emulator, i run it with C:\Program Files\Microsoft Device Emulator\1.0\DeviceEmulator.exe when i close the emulator it asks me if i want to save its state... i ANSWER YES but it kinda frezees and it doesn't save anything so next time i have to set everything again (like i have to install again sqlserver CE) d...

How to make 8051 emulator

For learning purpose i intend to start building a 8051 microcontroller emulator. I am comfortable programming in C/C++/C#. This is no class project etc but a learning initiative from my side. I did found quite a lot of questions discussing this. However, I wanted to break it bit more on a granular level so that I can know which areas I ...

Android kernel compile and test with Android Emulator

Has anyone successfully compiled the android kernel and tested it in the Android emulator, and if so is there anything that special that needs to be done? Documentation for the SDK is excellent, however documentation for compiling the kernel and setting up a custom machine in the emulator has been hard for me to find. ...