emulator

Where is the VM in LLVM?

Note: marked as community wiki. Where is the Low Level Virtual Machine in LLVM? I see that we have llvm-g++ and c-lang, but to me, a LLVM is something almost like Valgrind of a simulator, where instructions are executed on it, and I can write programs to instrument the running code / interrupt when certain conditions happen / etc ... ...

Android Emulator typing "="

Hello. I have a problem with Android Emulator. I have created avd and run it. But when it was started I can't work, because it emulate typing many "=" symbol. I launch this avd with -debug-all parameter and debuger write "could not handle (sym=61, mod=0, str=EQUAL) >> KEY [0x00d, down]". OS - Windows Vista. Last version Java platform,...

CPU emulator on C for assembler

I have a problem; I´m working on a little security application. I received an array, i.e. a sequence of bytes, and such bytes can be interpreted as assembly code. So, my question is... Does someone knows a library that I can use on my application and which can execute this bytes sequence and show what it does (or something like that) ? ...

Recording a screencast of an Android app using the emulator

Unlike the iPhone simulator, the Android emulator doesn't look like an Android device. If you have to create a screencast or promotional video of your Android application, the default skin of the emulator is no good. Is there any way to configure the emulator to look like an Android device? If you have dealt with this already, what oth...

Making the Android emulator run faster

The Android emulator is a bit sluggish. For some devices, like the Motorola Droid and the Nexus One, the app runs faster in the actual device than the emulator. This is a problem when testing games and visual effects. How do you make the emulator run as fast as possible? I've been toying with its parameters but haven't found a configura...

Where is the sqlite3 database stored on the iphone emulator?

Now that I have a read-only application working, I am working on the insert statement. The insert returned OK in my code, but the read-back (in the code) came up empty, so I want to use the command line or browser to read. Can I copy the DB off the emulator and into my laptop for access with other utilities? ...

how can i change my default browser in android emulator

how can i change my default web browser in android emulator.Can somebody help me out with steps to be followed.. Thank u in advance ...

Android emulator system partition no space from start

I got a wierd problem with android emulator, I have created a virtual device through Android AVD manager (newly created emulator with platform 2.1 and api level 7), I have tried with standard settings and with added hardware parameter for larger (256 mb) device ram size but nothing changed. I need to come files to the system partition t...

Deploying Silverlight applications to WinPhone7 emulator without Visual Studio

As per title, I would like to deploy my application without its Visual Studio project. I would prefer to place all executables/images/manifests in one directory and deploy it without needing the source or opening Visual Studio. There is a way to do that for XNA apps, but it doesn't work for Silverlight apps for some reason. Other people...

Implement Camera on Android Emulator | Need some knowledge

I'm interested in doing some enhancements to android emulator (implement webcam on emulator). Therefore I'm following the android source and emulators source to get basic understanding & the connection between modules. But its really hard to understand it for someone who is new to android. Therefore can anyone please direct me to some r...

cropped layout on the Android avd emulator

My application layout looks good on two slightly different avds I created in the development environment using Eclipse. However when I try to run these devices in the Emulator as standalone I see some missing buttons and cropped edges on the screen. I used the apk generated by Eclipse and installed it in the devices using adb - install. ...

tasm not run predefined data in variable

I am assigning some value in a variable ar db 107,106,105,104,103,102,101,100,99,98 and also not run string msg db "this is not printed by tasm ","$" but this is run on emu8086 emulator The actual code The Bubble Sort data segment ar db 107,106,105,104,103,102,101,100,99,98 ends code segment start: assume cs:code,ds:data mov ...

XCode 3.2 - make emulator to open in iPhone mode

I've installed XCode 3.2 on top of Snow Leopard 10.6.2. When trying to "build and run" an application created from XCode template, the emulator is always opened in iPad mode. When choosing "iPhone" from the emulator menu, it changes its look but next time it is opened as iPad again. How to cause the emulator to run in iPhone mode ? ...

AVD Screen orientation not changing with CTRL+F11 or CTRL+F12

I run my app in the AVD emulator using eclipse but I'm unable to change the screen orientation in the AVD (Android 2.0 platform on the emulator). When I press CONTROL+F11 or CONTROL+F12 on the keyboard, nothing happens. No messages are generated in the adb debuglog/logcat either when I press either hotkey. According to http://develop...

Hardware Emulator / Simulator for Winforms .Net Application

I have a WinForms .Net HMI software which talks to hardware over USB. I check for communication with the hardware at Load time and if communication is active then run it (The hardware manufacturer has provided a communication library to talk over USB). I want to build an emulator for cases when communication with hardware is not possib...

can i emulate windows ce 6 in pc without visual studio 2005.

hello. I've already built windows ce 6.0 and run it in windows ce emulator. but I want to run this without visual studio 2005. I found emulator for windows ce 5.0, but I couldn't find emulator for windows ce 6.0. somebody help me, thanks. ...

launch the emulator, I only see the black window with the string 'ANDROID", and no more desktop and applications show up

Dear experts, I download the Android code and "make sdk" to build out my own SDK, but the emulator from this SDK does not work well -- it only shows the black window with the "ANDROID" string, but I can't see any desktop picture or any applications. what's wrong here? anyone could please provide me a hint? Thanks a lot. I use the comma...

Can the Windows Phone 7 Series emulator be made to run on Windows XP?

Well thats all there is to it...is this possible? I understand that officially it's not supported but has anyone figured it out? I have some work to do where XP would be the preferred platform. I would expect that users of the actual device are not required to use Windows 7 so it stands to reason that this can be done. Any poitners i...

How to configure the 5554:WVGA800H model in android

HI Can any one help me out in Configuring the 5554:WVGA800H model in android,as per this link http://developer.android.com/guide/developing/tools/emulator.html#emulatornetworking they have given the screen for the TABLET ,can any one guide me in this? Thanks & Regards P.Sivasankar ...

Mobile Device emulator cannot access localhost

I am using Windows Mobile 6 Professional Emulator and Windows Mobile Device Center. I connected and cradled the emulator to my computer. I am trying to connect from the browser of the emulator to a webservice that is deployed in the IIS of my computer (same machine where the emulator is installed). If I connect my computer to the intern...