I am debugging an application on a Droid 2 physical device. When I
invoke DDMS I can see the physical device. I can see Logcat entries,
threads etc etc., so I know I am communicating with the physical
device. When I look at the emulator control tab to send a location
everything is grayed out (both telephony and location controls)

In the manifest I have the following permissions:

<uses-permission
android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission
android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission
android:name="android.permission.ACCESS_MOCK_LOCATION" />

On my Droid 2 physical device under application --- > development   I
have checked:

USB debugging:
Allow mock locations:

 If I use an AVD I have no problems with location control. In field
testing the location listener is processing information properly but I
would like to test more thoroughly with DDMS.

Is there any way to send mock locations to using DDMS?
Thanks in advance for any help…

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to