How do I enable the DDMS Location Controls values? I need to be able to programmatically update these Longitude and Latitude fields, but they are disabled.
I think once I enable them I will be able to execute the below code. adb emu geo fix -93.4367 44.9712 I've added the following 2 lines to the manifests.xml under the app folder. <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"></uses-permission> <uses-permission android:name="android.permission.INTERNET" ></uses-permission> Do I need Admin rights? If so how do I get them? I'm using Mac. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/d951e6c2-ce15-4476-81a1-e736da489c16%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

