Saturday, January 25, 2014

How to Change The GPS Location On Android Emulator

1. Make sure Telnet client is enabled. Easiest way to check is to enter 
>telnet 
in cmd.

2. If it is enabled, quit (q) and go to 3. Else Control Panel/Programs and Features/Turn Windows Features on or off/check Telnet client.

3. Make sure your emulator is running and are ready to test the GPS location. In cmd enter
>telnet localhost 5554
>geo fix 50 80

5554 is the port your emulator is running on. 50 is longitude 80 is latitude.

No comments:

Post a Comment