emulator

Interconnecting Emulator Instances Android

Hi all I want to communicate two emulators via DatagramSocket in Android. Each of them is a Node in a P2P system. Thus each of them has a server Thread and client Thread (created per GUI event). This is how I create server public static final String SERVERIP = "10.0.2.15"; //... run() { InetAddress serverAddr = ...

Android app not running on emulator

[2010-06-15 12:01:37 - helloNDK]Android Launch! [2010-06-15 12:01:37 - helloNDK]adb is running normally. [2010-06-15 12:01:37 - helloNDK]Performing com.android.helloNDK.helloNDK activity launch [2010-06-15 12:01:37 - helloNDK]Automatic Target Mode: using existing emulator 'emulator-5554' running compatible AVD 'my_avd' [2010-06-15 12:01...

Windows Mobile 6 Emulator web browser connects to local machine but not the internet - how to?

I've configured Windows 6 Professional Mobile Emulator, and am trying to get an Internet connection on it. Currently when I browse to any address, I get my local box's IIS, and no outside addresses. On my box: I have Virtual PC 2007 installed. I have, so far, in my Visual Studio .Net app, cradle the device emulator. Allowed connection...

Why does showing a Toast outside of onCreate() crash my application?

old question: "Why does creating a Toast crash my application?" My application runs fine if I don't use toasts but if I want to create and show a simple Toast like this: Toast SimpleToast = Toast.makeText(getApplicationContext(), "Just a toast.",Toast.LENGTH_LONG); SimpleToast.setGravity(Gravity.TOP, 0, 0); SimpleToast.show...

Android: run 2.0.1 app on 1.5 emulator in Eclipse

Hi everybody, In Eclipse, I have set my project's target build to 2.0.1 (right click on project folder -> Properties -> Android). In my AVD manager I have a number of emulators - one for 1.5, one for 1.6 and one for 2.0.1. How do I tell Eclipse to run the project (built to 2.0.1) on the 1.5 emulator? The "Run configurations" menu gives ...

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, but my problem is that I'm not always around my desktop for doing this development. I would like to do some work on my netbook instead, but...

Problems with httpclient and selfsigned certificates

Hi, I am sure this has been discussed in this group, but I couldn't find that thread, so bear with it, or if possible merge it with the original. I am using httpclient for my android app and I have a local site which has a few https pages. Since default httpclient doesnot allow self-signed certificates I am using "EasySSLFactory" and ...

Is there anything like standard IP camera OS emulator?

Is there anything like standard IP camera OS emulator? So to create a plugin\program for it and be able to come to Cameras creator\vendor with something like "Hey, I've developed some cool software for your camera! Look here! Please implement it into your cameras next version or please give me the job in your company!)" So something li...

Does anyone know of an IE7 emulator?

I'm on Mac running parallels with windows XP and IE8 installed. The options I find either don't work with my version of Firefox or dont install correctly on the windows side. Do you know of any emulators for internet explorer? What I'm looking for is to emulate websites in ie7 and ie6 to check. I know of IE=EmulateIE7 but will that forc...

android voice recognizer not present

recently i upgraded from android 1.5 to 2.2.. now when i run the voicerecognition app it gives me the error "recognizer not present" is there a solution to this.. ...

Modifying SESC Emulator (MINT)

I'm trying to get MINT to display the contents of its register file during run time. Does anyone have experience using SESC/MINT to emulate a MIPS architecture? I found a function defined in icode.cpp under .../sesc/src/libll/ that dumps the operands of the ALU and the current PC, instruction, and ALU target. I need to be able to see ...

how to send key events to a headless emulator in an instrumentation test?

We are currently working on an instrumentation test suite which runs on our build server, but while the tests pass on a dev machine using a normal Android emulator, the builds fail on the build server since there we only run a headless emulator with the -no-window flag. The failure occurs when trying to invoke the InstrumentationTestCas...

How to reload Bada application without restarting the emulator?

Is it possible, and if yes then please tell me how I can do it. ...

Is the Android Emulator browser suitable and reliable for testing an HTML/Javascript Application?

I'm developing an HTML / Javascript application meant to run on an Android device running Froyo (2.2). Assuming I don't need multitouch functionality, will the emulator's browser be a reliable means of debugging HTML, CSS and Javascript? Or is it possible that I would work out all the bugs in the emulator but find the actual device handl...

Android emulator, onClick and onTouch problem

Hello guys. I'm working on an android application, and test it on an emulator, because I don't have physical android device. So, I have a button, and I set a click listener on it. Does it mean that it will work only when the user pushes the click button on his device, or it will work also when he taps the button (the tap is touch event...

Why is Windows Phone 7 emulator so slow compared to, um, iPhone OS Emulator?

I don't mean to start a war between iPhone vs Windows Phone 7, nor am I against Windows Phone 7. But I've noticed on both of my computers Windows Phone 7 emulator (Beta and CTP) lags like it's running on a crappy last-decade Celeron computer. I have 2 computers: Macbook Pro 13" (2010 Model) with 2.4GHZ Core 2 Duo, 4GB RAM and ASUS G1 wi...

Running a custom Windows Ce image in emulator

I need to write a software which uses custom features of Windows CE and debug it using an emulator. I have Platform Builder installed and all the necessary tools. I use OS designer to create the image. How should I set up Visual Studio so the image is loaded onto emulator? How do I debug my program? I was looking on the internet for this...

Port forwarding on linux local loop to connect two android emulators

I am trying to communicate between two android emulators for communication , thus I am trying to forward port X to port Y on 127.0.0.1 where port X is the port I am transmitting too and Y is the one I am receiving . Is this possible and if so how do I forward the local ports? ...

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 http://wonton-games.blogspot.com/2010/06/emulator-problems.html I create the AVD with the proper hw.lcd.density setting and screen size and it randomly does this. There doesn't see...

Is it possible to use serial port in WinCE 5.0 emulator ?

Hi, Is it possible to use PC's serial port (com1) for WinCE 5.0 emulator? How to do that? FYI, I am working on a program which will communicate with another device using serial port. I need to use winCE emulator to test the application. ...