Showing posts with label GPS. Show all posts
Showing posts with label GPS. Show all posts

Monday, 4 August 2014

Python Script for Location Updates

Below is a simple python script to automate location updates to the emulator.


Saturday, 26 July 2014

GPS Location updates in AOSP Emulator

Mock GPS location values can be set once the emulator is running by connecting to the virtual device via telnet on port 5554 and using the 'geo fix' command to set longitude and latitude values.

More info at http://developer.android.com/tools/help/emulator.html