Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

595
votes
13answers
102k views

How do emulators work and how are they written?

How do emulators work? When I see NES / SNES or C64 emulators, it astounds me. Do you have to emulate the processor of those machines by interpreting its particular assembly instructions? What ...
56
votes
8answers
13k views

how to rotate android emulator?

How can i rotate android emulator to see it in landscape mode?
39
votes
5answers
18k views

Android emulator screen too tall

I'm writing my first Android app for a small business that has some Droid phones. I set up an AVD for the phone with the right resolution: 854 pixels high. I'm working on a MacBook Pro with a max ...
37
votes
15answers
26k views

How to increase storage for Android Emulator? (INSTALL_FAILED_INSUFFICIENT_STORAGE)

I get this sometimes(not often) for one of my projects, couple of classes only Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE How do I increase emulator's storage?
34
votes
3answers
11k views

Android Multitouch - Possible to test in emulator?

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 ...
34
votes
9answers
37k views

Can I tweak my android emulator to make it fast?

I am using the android emulator to run my programs. But its really slow. It takes around 90 seconds to startup and show the home screen. Can I tweak it so that I can reduce this time considerably? ...
31
votes
9answers
14k views

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 ...
30
votes
11answers
29k views

Internet Explorer 6 emulator recommendation

What good tool can be recommended for emulating Internet Explorer 6? I would rather not have to go and install an old copy of Windows XP somewhere.
23
votes
2answers
1k views

How does Linux emulator in Javascript by Fabrice Bellard work?

Today I had a jaw dropping moment, when I saw Linux emulator in Javascript: http://bellard.org/jslinux/ It compiles C programs, it has vi and emacs, it supports all shell commands, etc etc. How ...
19
votes
6answers
33k views

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, ...
16
votes
4answers
22k views

manually put files to android emulator sd card

I'm just having trouble with getting my emulator SD card work... I created a new AVD device with a new SD card. So how to put data onto it? I found the "correct" file to be mountet on Deamon tools, ...
15
votes
4answers
8k views

Android emulator: How to monitor network traffic?

How do I monitor network traffic sent and received from my android emulator?
14
votes
5answers
6k views

How to change emulator screen orientation?

How do we change emulator screen orientation to landscape or portrait?
13
votes
11answers
37k views

Android YouTube app Play Video Intent

I have created a app where you can download YouTube videos for android. Now, I want it so that if you play a video in the YouTube native app you can download it too. To do this, I need to know the ...
12
votes
11answers
8k views

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]
12
votes
8answers
1k views

What is the opposite of Wine?

What if I want to run native Unix-like applications on Windows? What's the best application out there?
11
votes
6answers
3k views

Gingerbread emulator instance is much more sluggish than Froyo and below. Why?

I'm not sure if anyone else noticed it, but the Gingerbread emulator runs like a dog, with both scrolling, navigating, interaction - all taking much longer and being much choppier. I even got an ANR ...
10
votes
3answers
2k views

Failed to allocate memory: 8

From today, when I tried to run an app in NetBeans on a 2.3.3 Android platform, it shows me that: Failed to allocate memory: 8 This application has requested the Runtime to terminate it in an ...
10
votes
8answers
672 views

network simulator

I need to build a device emulator which can communicate over real IP address I need to create as many instances I can for the device. With one IP and MAC address for each emulator instance Can can ...
10
votes
1answer
21k views

how to run Android emulator automatically from eclipse?

may i know how to auto run a project on Android emulator using eclipse?
9
votes
3answers
801 views

Build Error : Ice cream sandwich emulator on Ubuntu

I am trying to build ice cream sandwich emulator on Ubuntu Linux. Getting following error : host C++: libGLcommon <= development/tools/emulator/opengl/host/libs/ ...
9
votes
10answers
12k views

Android-Hello World

I'm currently learning how to create android applications so I started with the basic "Hello World" tutorial over at the Android Developers home page. The code is quite simple but when I run it(I'm ...
9
votes
6answers
2k views

6502 CPU Emulation

Its the weekend, so I relax from spending all week programming by writing a hobby project. I wrote the framework of a MOS 6502 CPU emulator yesterday, the registers, stack, memory and all the opcodes ...
8
votes
4answers
175 views

How to demonstrate android app on website?

Does anyone know of an easy way to present an android app through a website? Maybe the equivalent of an emulator running on a webpage. It would be great for demonstrating app functionality via the web ...
8
votes
1answer
223 views

Is it possible rip game resources from a .smc file?

Is it possible rip game resources from a .smc file? Specifically art, music, sprites, etc. How does an emulator copy the system it emulates?
8
votes
3answers
251 views

Various Android Emulators

I've the default (comes with the SDK) and Samsung Galaxy Tab emulators in my SDK. I want to know what other third party (Motorola, LG, Sharp, etc) emulators are available, so that I can test my apps ...
8
votes
2answers
361 views

How to rebuild .net CF application and deploy in windows mobile emulator using command-line

Is there a ways to rebuild a c# .net CF application and deploy it in windows mobile emulator from the command-line? This is required to create a bat file for automation. I have taken a look at ...
8
votes
2answers
1k views

Stop Internet access on the emulator android

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 ...
8
votes
3answers
6k views

OpenGL vs OpenGL ES 2.0 - Can an OpenGL Application Be Easily Ported?

I am working on a gaming framework of sorts, and am a newcomer to OpenGL. Most books seem to not give a terribly clear answer to this question, and I want to develop on my desktop using OpenGL, but ...
8
votes
9answers
917 views

More difficult to build: Emulator or compiler?

Given a proficient developer with 10-20 years of experience that has never built either a compiler or an emulator, which would be more of challenge? Could you compare the issues that would be road ...
7
votes
1answer
462 views

Android Emulator Reports 600x1024 MDPI as XLarge?

I am currently trying to test an existing application for compatibility with the soon to be released Amazon Kindle Fire tablet. They say to set the emulator at 600x1024 and LCD Density to 169 ...
7
votes
3answers
359 views

Virtual parallel port emulator

In my computer networks course we are supposed to learn parallel port programming by using the native registers (like using outportb like commands). I don't have a parallel port (because I live in ...
7
votes
8answers
523 views

Slow uploads to running Android emulator

I have searched but not found any queries or answers for my specific circumstance. I have a fast new machine with plenty of memory running Windows 7. I'm using the latest Eclipse and Android SDK. ...
7
votes
4answers
14k views

Android:How to run .APK file on emulator [closed]

Possible Duplicate: How do you install an APK file in the Android emulator? I download an APK file and I want to run it on an Android emulator but I don't know how. Please help me. ...
7
votes
6answers
1k views

Pinch on windows phone 7 emulator using machine without multitouch support. Can it be done?

I'm playing around with wp7 using the emulator. I'd like to play with multitouch on the emulator, but my machine doesn't have multi touch support (it's just a standard mouse/keyboard setup). Is ...
7
votes
1answer
4k views

Android emulator system partition no space from start

I have a weird problem with the 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 ...
7
votes
13answers
15k views

Trouble getting Android emulator to run in eclipse

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 ...
7
votes
2answers
363 views

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 ...
7
votes
3answers
10k views

Expanding the size of an Android Virtual Device (emulator) instance?

On a relatively new emulator image (AVD) I have about 40mb of free space. How can I expand this? UPDATE: Just to be clear... I'm talking about the "Internal phone storage" size, not the SD Card size. ...
7
votes
2answers
1k views

What do the Erlang emulator info statements mean?

When I start up my Erlang emulator, there the first bit has a bunch of informational things. (Slightly reformatted for effect.) manoa:~ stu$ erl Erlang (BEAM) emulator version 5.6.5 [source] ...
7
votes
3answers
7k views

Importing gmail contacts on android emulator

I want to import contacts from my gmail account on android emulator in the same way you can do it on T-Mobile G1 phone. Is it possible? [I have this question too: pentium10] I am wondering if there ...
7
votes
1answer
674 views

What's a good source to learn about QEMU?

What book or website would you recommend to learn about QEMU? I'd like to see some usage examples as well as how to use the APIs.
7
votes
19answers
3k views

Is it possible to develop for the iPhone without an iPhone?

I know there are emulators, but is this good enough? If someone is serious about iPhone development, do they absolutely need an iPhone?
6
votes
1answer
374 views

Android emulator crashes on Ubuntu 11.10

I installed the Android SDK on my Ubuntu 11.10 (32-bit) machine. I also installed Eclipse (3.7) and the associated plugins for Android development, all on openjdk6. Using eclipse, I successfully ...
6
votes
4answers
2k views

Android 4.0 emulator wont start

When trying to create and start an Android 4.0 emulator I get the Android emulator skin but the OS doesn't seem to start. I've installed the ARM EABI v7 package from Android SDK manager at tried to ...
6
votes
3answers
196 views

“Finding all the code in a given binary is equivalent to the Halting problem.” Really?

Was just reading the highly voted question regarding Emulators and the statement It's been proven that finding all the code in a given binary is equivalent to the Halting problem. Really ...
6
votes
1answer
1k views

Android Eclipse emulator problem: Runs WVGA(hdpi) as a mdpi screen

The problem I am having is that when I run a FWVGA or WVGA sized emulator it sometimes runs at a MDPI size instead of HDPI. Here is an example with pictures ...
6
votes
5answers
6k views

GPU Emulator for CUDA programming without the hardware

Question: Is there an emulator for a Geforce card that would allow me to program and test CUDA without having the actual hardware? Info: I'm looking to speed up a few simulations of mine in CUDA, ...
6
votes
2answers
4k views

Emulator's camera built-in app buggy in Froyo / 2.2?

the Emulator's camera worked fine for taking pictures in 2.1 Eclair. What did not work was recording videos, obviously. Now running an app which worked merely flawless on 2.1 Emulator causes the ...
6
votes
2answers
2k views

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 ...

1 2 3 4 5 18