I'm building Android apps which use location information, in the UK. Every time I start developing I have to remember to go into the DDMS perspective and edit + send new Longitude and Latitude data to be something relevant for the UK. Currently these are set to -122.084095 and 37.422006 respectively (yes, Google HQ).
I thought I would be able to edit .android/ddms.cfg, but they are not preset in that file.
Does anyone know if it's possibly to override the default values permanently, without resorting to Mock location applications etc., so that I don't have to do this daily?
Thanks in advance...