Tagged Questions

4
votes
2answers
1k views

ddms emulator control disabled

i am beginner in android development and the problem is that emulator control is disabled on the ddms. I tried to open but i could not find how to open it again? How can i open emulator control? Thank ...
2
votes
2answers
8k views

Android GPS cloud of confusion!

I am trying to design my first Android application with the use of GPS. As of right now, I have a drawable button that when clicked, alerts a Toast message of the longitude and latitude. I have tried ...
1
vote
2answers
362 views

Android DDMS GPS location inserted, but no reaction anywhere in the system

I try to use the DDMS location mockup with a very simple Log.i() call in the functions of all LocationListener attributes. When I start the program I get the Log.i() message for onStatusChanged() in ...
0
votes
0answers
33 views

Android Emulator Sending GPS Coordinates Multiple Times

I'm working on an Android app that sends coordinates to a MySQL database, and then those coordinates are pulled every second from the database using a combination of PHP, JavaScript, and AJAX. I can ...
0
votes
3answers
88 views

Send GPS coordinates to Android emulator using DDMS, telnet or any other means

DDMS is not able to send location to the emulator. I have tried sending just the location from DDMS but still the emulator is not able to receive location. Nothing appears on the DDMS log when I ...
0
votes
1answer
124 views

Send GPS (NMEA) to a real phone via DDMS?

I was having issues with the DDMS's ability to send GPS data to my emulator (i needed speed, accuracy, heading, etc all to change but couldn't get that to work with DDMS). Anyhow, I wrote a quick ...
0
votes
1answer
104 views

Emulator Control disabled with real android device

I'm trying to test a GPS-enabled application and want to test it on the real device (not the emulator). I want to spoof the application by sending fake GPS coordinates to it. I've read that you can ...