emulator

Installing a prebuilt binary on Android: "not found"

I'm trying to install a prebuilt binary in a custom Android image. For that I have copied it to a new directory in prebuilt/android-arm/ with an Android.mk file similar to this one: LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_SRC_FILES := binary_name LOCAL_MODULE := binary_name LOCAL_MODULE_CLASS := EXECUTABLES include $(B...

Windows Mobile emulator and OpenGL ES

I have a Windows Mobile 5 application that uses OpenGL ES 1.1. It works on Windows Mobile phones (5, 6 and 6.1), but I can't seem to get it working in the emulator. I've tried downloading Vincent (SW OpenGL ES library) and placing its DLL with my application, but that didn't work. Any suggestions? EDIT: The problem only happens when I ...

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 is a way to do all this? ...

Emulator Framework

Are there any good open source frameworks for developing computer system emulators? I am particularly interested in something written in Python or Java that can reduce the effort involved in developing emulators for 8-bit processors (e.g. 6502, 6510, etc.). ...

Printer Emulators, PDF Writers and so on.

I will soon be working on 'Print' and 'Print Preview' features of a product I am working on. I do not own a printer nor do I have any intention of buying one. I am looking for any free software which I can use to test my printing code. What are the best free options I can use to emulate a printer? I am using GDI+ on Windows but platfor...

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 execute the code in an OpenGL ES 2.0 environment. My question is twofold then: If I target my framework for OpenGL on the desktop, will i...

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] [smp:2] [async-threads:0] [hipe] [kernel-poll:false] Eshell V5.6.5 (abort with ^G) 1> Some of it I can guess at, probably accurate, but some...

What's a good emulator to port to Silverlight 3?

I'm thinking about attempting a port of an existing emulator code base to Silverlight 3. There appears to be enough functionality with WritableBitmap and the new sound classes to make a port feasible. Is anyone familiar with an emulator that's open source and might not be too hard to port? I'd really like to focus on moving the media ...

I need some help to start writing a graphical z80 emulator in c or c++.

Hello, I want to take an interest in writing my own simple emulator for the z80 processor. I have no experience with this type of programming. I am mostly fine with using c-based languages as they are the ones I know best. If anyone could please tell me what I need to accomplish this and give me some good tutorials/references that could ...

Can I change where the WTK emulator stores its files?

By default, the WTK emulator saves things like files and RMS records under C:\Documents and Settings\username\j2mewtk\2.5.2\appdb Can I change this somehow? ...

Profiling doesn't work on WTK emulator

It used to work, so I know what's meant to happen. You run the emulator and once you're done with it and close it a profiling window pops up and gives you a summary of time spent in different methods. It seems to have stopped working for me. I run my app in the emulator, close it and get this on the console instead: Warning: Could not ...

Are threads really not being garbage collected on WTK emulator?

I'm pretty sure I'm not going mad when I say that Thread objects do not seem to be garbage collected in my J2ME application when running on the WTK emulator (v 2.5.2_01). I have a console message when my run method exits, and it is printed. At the same time I make a call back to the only object that has a reference to the thread and tel...

Advice about J2ME for Blackberry available IDEs and documentation.

I'm developing standard J2ME apps in NETbeans, but is there any specific IDE and emulator for Blackberry development? Any specific documentation about J2ME for Blackberry? Thanks a lot in advance ...

iphone emulator URL schema for phone call

hi, I'm new to iPhone dev. I could solve most of my problem reading stackoverflow/apple doc, but now I'm kind of stuck. I'm trying to make a phone call from a phone number. from the doc and example I found, I made this: // "9312345678" -(void) doCall:(NSString*) phoneNumber{ DsLog(phoneNumber); NSString * s = [NSString string...

How to execute machine code (learning assembly)

I'd like to have a go at learning assembly, and possibly writing my own simple assembler (I recently read an interesting article on how to create an operating system, and quickly realised that a certain familiarity with assembly would help me out a lot here). The trouble is that although I'm sure I'll have no problems finding articles a...

IE6 Emulator Recommendation

Can anybody recommend a good tool for emulating IE6? Rather not have to go and install an old copy of XP somewhere. ...

ARM: what are available executable binary formats and emulators?

For fun, I'm working on a compiler for a small language, and I'm targeting the ARM instruction set first due to its ease. Currently, I'm able to compile the code so I have ARM machine code for the body of each method. At this point I need to start tying a few things together: What format should I persist my machine code to so I can... ...

IE Emulator - simulate IE 6 in an OS with IE8 installed

Possible Duplicates: Running IE6, IE7, and IE8 on the same machine Need a good IE6,7,8 standalone. Hi guyz, I have IE 8 on my desktop. But I need to test my asp.net website on IE6 and a couple of other versions of IE. Can you tell me if there is a way to simulate IE 6 without actually installing it(I dont have the permission ...

Windows Mobile Emulator camera integration

I'm using the nyartoolkit to put together an augmented reality application but I am new to Windows Mobile emulation. Can anyone help me understand how I can get live video into the mobile emulator? Is there any way to bridge to my web cam for example? ...

emulate usb port

How can I emulate an USB port in windows? What I try to do is to tell windows that my programm is an USB slave. A good example is the FrizBox USB-Remoteconnection wich can let an USB printer from the friz box looks like a printer at the usb port of the pc. ...