emulator

Android Emulator substituting GPS position

Hello i have app which ask every 5second for GPS position but it allways returns same position. I have tried substitite position in DDMS or by telnet (geo fix ... ...) But allway it return initial postion. Whats wrong? public class App09_GPS_RepeatedAsking extends Activity { TextView tv1; /** Called when the activity is first created. *...

Use SMS Emulator from Android Test Case

I want to automate functional testing of my code which works with SMS. I know, that I can use send sms command and sms will be sent to emulator instance. The question is how can I execute send sms command programmatically from my test case, so I can run test without manual intervention? ...

Can I develop for Android Tablets without an actual tablet device?

I bought the Augen Gentouch78 to start dabbing in development for Android tablets, but this device is gravely excruciating to use (and I'm returning it). Is there a way to configure the emulator to tablet specs (namely Samsung Galaxy Tab)?? ...

Is there a way to simulate tombstoning on the windows phone 7 emulator?

One of the requirements for a Windows Phone 7 application that I am writing is to handle the app going into standby and back when something interrupts it (e.g. a phone call). This is called "tombstoning" an application. Is there a way to simulate this behavior on the emulator? It will be fairly difficult to test unless we can either do t...

IE8 Emulator check

Hi Could someone go to this url: http://www.barbadostravelbuddy.co.uk/demo/?r=register in IE8 and tell me what the submit on the bottom of the right hand column looks like, please? I suspect my emulator isn't working correctly on this point of CSS. It should have white text on a blue gradient but my emulator is showing with a white ...

Google maps works on phone NOT on emulator

Google mapview does not load the actual maps in the emulator, just the grid. My overlays are displayed ok. sdk version 2.2. It works fine in a real phone. I use a debug key and trippel checked the manifest. It has been working in earlier projects. I just cant figure it out.. Any ideas, what to check? ...

Where does the Android Emulator store the SD-Card files?

I want to make two emulators use the same SD-Card image. I automatically created a SD-Card in the first emulator and downloaded all the data to this SD-Card. How can I load this SD-Card in another emulator? I don't want to recreate all the data on the SD-Card for every single emulator all the time. ...

making android emulator work for 1600x1200

I've tried editing android's skin layout in the emulator to be 1600x1200 and the emulator fails to bring up a window. It works fine for smaller resolutions like 1024x480 and such but not big resolutions. Although even with 1024x480, part of the emulator window is inaccessible and not visible. My question is whether anyone has made this w...

Visual Studio 2010 with phone tools - Any advanced/configurable settings?

In Visual Studio 2008, there was the device manager for setting up additional templates and options for the emulator. None of these options are available with Visual Studio 2010 which I understand as the features were removed. When the Phone Tools are installed, the device target box comes back but there are no options at all. Basica...

Windows Phone 7 emulator support any GPS device for development

I am developing for Windows Phone 7. My application uses GeoCoordinateWatcher to detect user current position. Now my client is asking me to test GPS functionality. But i don't have Windows Phone 7 mobile available here. I want to connect a GPS receiver with my laptop and somehow connect that to Windows Phone 7 emulator so the emulator...

In Eclipse, any way to start application in more than one emulator at the same time?

When testing Android layouts, I'm constantly building for three different emulators from Eclipse (with ADT), so I have to run three times and then select each one. Is there any configuration or plugin that allows me to press Run once and the application is started in all three? ...

Choosing WAN emulator?

I am searching for a good WAN emulator, but I am stuck. WANEM is free, however, I have some hosts where adding route table is impossible. LinkTropy is switch hub type hardware, however, very expensive. DummyCloud is economic, however, it supports only two network interface ports. Please recommend me any other WAN emulator products. Tha...

android Wifi application craches

I wrote an android application that scans for wifi connection. i used the following code package com.android.wifitester; import java.util.List; import android.app.Activity; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.net.w...

Android samasung galaxy tab emulator resolut ??

Hai, I have updated my android sdk with samsung galax tab addon , it installed successfully . problem is that when i open galaxy tab emulator, it displayed portion of emulator ,i.e; bottom of emulator is not visible. i thnk it is problem with desktop resolution , but resolution of desktop is 1280 X 1024 . Can any one tell me how to g...

Android Beginner Problems

So I've got everything set up correctly and working for Android development in Eclipse, and have run into a few problems: I had to disable autocomplete because it froze every time the window would pop up. I've seen a few Internet discussions about this issue, but no definitive solution. I can't drag and drop buttons, etc. from the Vie...

Can i configure gmail in Android emulator ?

Hi, i want to configure gmail in my android emulator, i went to the "Add a Google Account" under settings/Add Account, i have given gmail username and password, but after some time it is saying that "Can't establish reliable data connection to the Server" ? What is this error ? Can i configure gmail in emulator? please help ? ...

Android emulator access redir port from other host

Hi Have a server-socket running in an android application, which I debug using the emulator. Using the emulators console and "redir add tcp:8888:8888" I can make the service available to a program running on my development machine (as localhost:8888). The redir port is however not available on any other network interface, meaning I can...

Android test application on a real device

Hi, I'm trying to test a test app I developed on android 2.2 sdk on my htc phone with Froyo on it (2.2). In the emulator it works fine, when I export as unsigned app and try to install on the phone, it doesn't allow me, just telling me 'application non installed'. The phone has the settings to accept installation of non android applicati...

Can't get geo fixes to Android emulator

Hi, I'm trying to send geo fixes to the Android Emulator in Eclipse. It has been working on some occations but now it never works. I've tried targeting different platforms, setting the time zone in the correct emulator, changing the locale to English (US), wiping the user data in the emulator, used both telnet geo fix command and the DDM...

Windows Phone 7 Emulator: Where's the tab key?

I just downloaded the software and am trying out the emulator and I am surprised that it isn't obvious (to me) how to tab to the next enterable field. The EN key means "English", not enter. The bottom rightmost key IS the ENTER key, but that performs a submit of the page and strangely, results in the whole page being zoomed. Where's th...