1

I made a route using Google Earth. Now, i want to import it to my mobile phone. I would like to simulate the route (using a fake gps).

I mean, to deceive/simulate to my phone that he is in one place (doing the route), while i am at home, for example.

Does Google Maps affort this? Or there is an app to do it?

In the other hand, i tried with My tracks (although it can not simulate the gps), but when i am going to run it, it goes to the Google Earth's app, and the route doesn't work.

Any thought?

Thank you.

Dedrawde
  • 107
  • 1
  • 10

2 Answers2

2

You can use Google Earth to get the kml file and you can use it in Eclipse using ADT. You can load a kml file but actually it uses a different format. See here: prepare kml file for android

Community
  • 1
  • 1
greywolf82
  • 21,813
  • 18
  • 54
  • 108
  • Ok, it's true. But i need to simulate it on the phone (for some reasons). Thank you anyway. Another idea? – Dedrawde May 10 '14 at 15:46
1

I suggest using http://gpx2kml.com/ if you want to convert the kml file to gpx. It's a free online converter and it works both ways.

Julie
  • 26
  • 2