emulator

Windows phone 7 takes forever to deploy

I'm playing around with windows phone 7 development, when I press F5 Visual studio takes forever to deploy the app, I get Window Phone Emulator is doing complete OS boot. What would be the problem? PS: I'm using windows 7 on Mac with Parallels Desktop ...

AVD Emulator Error when starting

I am a beginner android developer and I had followed the instructions in the Quick Start and SDK Setup. After following all the steps I attempted to run the Hello World sample application and when I run the project, I get the standard "emulator.exe has encountered a problem and needs to close." box. I tried running the avd that I creat...

How Do You Focus The Android Developer Emulator?

I made an image button in eclipse and I tested it out (ran it) with the emulator in the android sdk package. <selector xmlns:android="http://schemas.android.com/apk/res/android"&gt; <item android:state_pressed="true" android:drawable="@drawable/cat1" /> <!-- pressed --> <item android:state_focused="true" android:drawable="@drawabl...

Telnet, Emulator ...and other issues

I was assigned to maintain a .NET application that use .NET emulator to connect to legacy mainframe system. The application uses library called PowerTCP emulator. But I see people use Putty to connect. I hear lots of terms that I cannot make sense off, because I have no knowledge at all about mainframe / emulator / telnet world. Like I h...

ANdroid emulator does not show signal bars

Hello, I have a problem with my android emulator. it does not shows network bars when i run it, instead it shows a cross over there. The problem existed from the day i installed emulator. Any suggestions will be welcomed. Thanks. ...

Really annoying problem with emulator

Many times I cannot get my application to install on the emulator. I receive the following error from Eclipse: [2010-08-06 09:33:48 - Emulator] 2010-08-06 09:33:48.868 emulator[392:903] Can't open input server /Library/InputManagers/MultiClutchInputManager.bundle The emulator boots, but the application is not installed. M...

Android emulator networking across network

So I have an android application that needs to connect to a socket server. That's simple enough if the socket server was running on my development machine. However the socket server is running on a server not only not on my own machine, but on a different subnet. How would I connect my emulator to the socket server? I understand how the ...

AVD Android Emulator not loading applications

I'm an experienced Java programmer and I've followed the Hello World tutorial word for word. However, the emulator loads up but the apps do not. I tried the Hellow World app and a sample project GestureActivity. Each time only the emulator works. My computer is reasonably fast and I've waited at least 10-20 minutes on occasions. Is thi...

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

Hi, 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 http://msdn.microsoft.com/en-us/library/aa188169(VS.90).aspx which mentions how to use the emulator from command line, but doesn't mention ...

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 their any way to do this? I know that double clicking zooms/unzooms, but I'm looking for pinch-specific interaction. ...

Non-dev-tools Windows Phone 7 emulation

In developing a number of WP7 apps, I have a need to show clients how the app will be when deployed. The clients are a) not in the same location as I am, b) not technical at all, and c) may not even be using a PC. The purpose is to demo, get feedback and make any needed changes. I'm not finding any realistic options to just simply show ...

Emulator not connecting to Windows Mobile Devide center after Emulator soft reset

Am working on smartphone application. And Developing through Emulator (USA Windows Mobile 5.0 Pocket PC R2 Emulator). But after Cradle Windows Mobile Device Center does not connect with Emulator. But it was connecting three days ago. After that I do not know why its not connecting... Its get connected with device but not with emulato...

How can I view my Android Apps database information?

I've tried to view the db file from the File Explorer in Eclipse but I can't open the file or copy it to another location to open. I don't have a rooted phone so I was trying to view the db from the app on my emulator. If someone could help it would be greatly appreciated as I find it hard to find much info on this subject for some reas...

Xcode: "Build and run" without restarting iPhone emulator

I just started fighting my way to Xcode and iPhone development, so this is probably a stupid question, but there is this strange behavior of Xcode that I can't seem to get behind. When I change my code (.m, .h files) and press "Build and Run", the (already running) emulator seems to restart my app, but doesn't actually reflect my change...

Android - Image button (XML) isn't working?

I have three images in my drawable folder, and an XML Image Button code: <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"&gt;\ <item android:state_pressed="true" android:drawable="@drawable/happycarrot" /> <!-- pressed --> <item android:state_focused="true" android:drawable="@d...

Which Windows Phone 7 emulator is new?

I just now installed Windows Phone 7 Developer tools Beta. I noticed that the icons on the emulator differ from the icons in the web site, demos, samples etc. Mine looks like this; But other uses a different emulator like this; Why is that? which one is real? or latest? ...

Android Emulator gives blue screen of death

No matter which type of android virtual device I create from the Android SDK and AVD Manager, whenever I start it, my entire laptop just shuts down after getting the blue screen of death. I see this error in the Event system Log ("Driver VPCAppSv.sys has been blocked from loading.") but not sure if it's related to it or not. Anyone ha...

How to stop going back to Main page when I rotate the Emulator from Portrait to Landscape?

Every time I rotate the Android Emulator from Portrait to Landscape or Landscape to Portrait, it always goes back to the main.xml (home) screen in my app. I'm sure this is an easy code to write in or add. Please let me know how I can keep the screen on the exact page in the app that it's already on when I rotate the emulator. Basically,...

Connecting android emulator in another machine

I need to test my android app 24h day and I have 3 ubuntu boxes to do it. I would like to connect my development system (MOTODEV Studio 1.3) to a Remote Device. Well, the interface ask me about ip for machine and port to connect to. But it doesn't. I found that the adb sever on remote seems not to listen to external ports, only intern...

android emulator access server in local network

hello, i am having difficulties to have my android app running in the emulator to connect to servers in my local network. i am getting a java.net.UnknownHostException but the servers are resolvable fine from the machine where the emulator is run. thanks for any help on this topic! ...