0

I connect my tablet android galaxy 2 to my pc for debug my application with eclipse, it runs good but I am trying to simulate the location in a google map that I included into my app.

I try with gps android simulator and seems that it connect to the port (8600 in my case) it sends the location but nothing happens. And for example with the port 5554 says that it can't connect.

After that, I tried with telnet: telnet localhost 8600 but it did nothing, it did like a "clear" in console.

I have search on internet but I didnt found an answer.

I checked:

  1. manifest: <uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION" />
  2. Android device settings to enable simulate location.

I am very frustated with it because I need it. Thanks for your replys.

ƒernando Valle
  • 3,634
  • 6
  • 36
  • 58

1 Answers1

0

There's an app called Fake GPS on Play Store which might help. See this question.

Community
  • 1
  • 1
Nevermore
  • 995
  • 1
  • 9
  • 11
  • Yes I know, but I need change the location many times in the same session. – ƒernando Valle Jan 11 '13 at 07:18
  • 1
    Be sure to check [this question](http://stackoverflow.com/questions/11591333/send-spoof-locations-with-ddms-emulator-control-to-a-tablet-android-device). Also [this program](http://sourceforge.net/projects/gpsfeed/) looks interesting, but I have no idea if it works with an Android device. – Nevermore Jan 11 '13 at 13:45