The Following User Says Thank You to lardman For This Useful Post: | ||
|
2009-12-10
, 07:53
|
Posts: 251 |
Thanked: 70 times |
Joined on Nov 2009
|
#62
|
I've just started sniffing the TCP data that the web page exchanges with the Google servers, as it would be better to have a daemon (or at least a non-web browser app) to provide position updates from time to time (allowing the user to set the interval, etc.)
|
2009-12-10
, 12:39
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#63
|
|
2009-12-10
, 13:12
|
|
Posts: 1,743 |
Thanked: 1,231 times |
Joined on Jul 2006
@ Twickenham, UK
|
#64
|
|
2009-12-10
, 13:18
|
Posts: 5,335 |
Thanked: 8,187 times |
Joined on Mar 2007
@ Pennsylvania, USA
|
#65
|
Uhm installed maemo-geolcation, went to the provided URL, but it doesn't seem to get my position?
The Following User Says Thank You to sjgadsby For This Useful Post: | ||
|
2009-12-10
, 13:33
|
|
Posts: 1,743 |
Thanked: 1,231 times |
Joined on Jul 2006
@ Twickenham, UK
|
#66
|
|
2009-12-10
, 16:25
|
Posts: 177 |
Thanked: 199 times |
Joined on Nov 2007
@ Concepcion, Chile
|
#67
|
|
2009-12-10
, 16:38
|
|
Posts: 388 |
Thanked: 115 times |
Joined on Oct 2009
@ London, UK
|
#69
|
Ok, so I decided to do some looking. The iPhone version of Latitude is run thorough a webpage, so I thought I might give the same a go.
Seems to work.
Install the maemo-geolocation plugin for the browser;
In the browser open "http://www.google.co.uk/maps/m?view=...urce=mog&gl=uk" which is the page the iPhone opens. There doesn't seem to be a check on the useragent (except if you try to open google.co.uk directly).
I guess it will be something similar for people not in the UK, a combination of desktop Firefox + "User Agent Switcher" + tcpdump should tell you exactly if you can't work it out by guessing.
Then click away and use the (web)app.
Location updates seem to work automatically.
I've not done much testing, but am ever hopeful this will give us access to a shared location service (as Latitude is sort of a de-facto standard now as it's supported by so many phones).
The one thing I have noticed is that it doesn't change the "last updated" time for a user, this is changed, iirc, if you use the Google homepage Latitude applet, so there's presumably some way of doing it.
Let me know if it does or doesn't work for you.
|
2009-12-11
, 07:10
|
Posts: 95 |
Thanked: 66 times |
Joined on Jun 2007
@ Barcelona, Spain
|
#70
|
I see it returns the information about my Latitude-enabled contacts as a JSON message, though I've not worked out the exact format yet, nor where the page is uploading my position info to the Google server.
If you're more familiar with how HTML works than I am do please have a look at the comms (and you can open the above mentioned pages in a desktop browser, just make sure you haves some sort of location plugin available. E.g. Gears or the W3C geolocation one for Firefox, the latter being preferable as it's the one we use on our devices)
Last edited by lardman; 2009-12-09 at 22:10.