dpdearing / android-gps-emulator

A Google Maps-based tool for simulating the GPS location of the Android emulator
Apache License 2.0
213 stars 51 forks source link

Doesnt work anymore? #15

Closed luiztools closed 7 years ago

luiztools commented 7 years ago

I run the AVD with my app and this tool and my app respond correctly to geo fix commands sent by my terminal, but doesnt by this tool. The port is ok, the tool says that is connected, but doesnt work. Via telnet I've to inform my emulator auth token, how this tool know my token to do the same authentication if it doesnt ask me? Maybe is this the causa of the bad behavior.

dpdearing commented 7 years ago

Thanks for reporting this. The auth token is likely the problem.

I don't have time to fix it right now, but I'm open to a pull request!

dpdearing commented 7 years ago

This should be fixed in 019ffca. I'll put up a new release version of an executable war after making a few other changes.

dpdearing commented 7 years ago

Included in v0.2 release

luiztools commented 7 years ago

Awesome! Thanks for the great work!