maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   N900 + Google Latitude (https://talk.maemo.org/showthread.php?t=38542)

rlinfati 2011-04-19 13:47

Re: N900 + Google Latitude
 
Quote:

Originally Posted by niqbal (Post 991360)
so you are not going to maintain it? i thought you would be updating your application

to migrate to the official api i need:
a rest libreary in meego and maemo
a oauth libreary in meego and maemo
a json libreary in meego and maemo

... and i need time......

Whoopi 2011-04-19 16:05

Re: N900 + Google Latitude
 
Quote:

Originally Posted by wurtel (Post 991748)
Could you give a hint how to install the google stuff? I unpacked the tarball and did "python setup.py install" as root, but it still complains:

Code:

~ $ ./latitude-updater.py
Traceback (most recent call last):
  File "./latitude-updater.py", line 38, in <module>
    import location
ImportError: No module named location


run:
Code:

~$ apt-get install python-location
this removes your problem for me. but the script doesn't work. it keeps continuously accessing the gps, sends out:
Code:

# python latitude-updater.py -v
2011-04-19 18:01:36: Got loc data .... (acc ...) alt nan (...), head nan, speed nan
2011-04-19 18:01:45: Sending location update ... (acc ...)

but my location isn't updated. :(

ajack 2011-04-20 08:04

Re: N900 + Google Latitude
 
Quote:

Originally Posted by rlinfati (Post 991803)
to migrate to the official api i need:
a rest libreary in meego and maemo
a oauth libreary in meego and maemo
a json libreary in meego and maemo

... and i need time......

If you are working on it, we can wait... at least I know I can... but please be quick! :p

Aketzu 2011-04-21 14:36

Re: N900 + Google Latitude
 
Quote:

Originally Posted by Whoopi (Post 991892)
but my location isn't updated. :(

Naturally when doing finishing cleanups I commented out the line that submits data to google and prints response :)

Please download and try again (or just uncomment "print service.currentLocation... line).

Whoopi 2011-04-21 15:36

Re: N900 + Google Latitude
 
Quote:

Originally Posted by Aketzu (Post 993231)
Please download and try again (or just uncomment "print service.currentLocation... line).

oh, how dumb i was... okay, i removed the comment and now it works! thank you! :)
maybe an improvement: according to the gps-icon in the status area, your script continuously access the gps-receiver. could you please modify it, so that it turns gps off, while waiting for the next update?

ajack 2011-04-25 10:05

Re: N900 + Google Latitude
 
Any updates on this? :-s

MasterZap 2011-04-27 07:31

Re: N900 + Google Latitude
 
1 Attachment(s)
Quote:

Originally Posted by Whoopi (Post 993275)
oh, how dumb i was... okay, i removed the comment and now it works! thank you! :)
maybe an improvement: according to the gps-icon in the status area, your script continuously access the gps-receiver. could you please modify it, so that it turns gps off, while waiting for the next update?

I made a quick modification to the script which switches to true GPS position (the way I want it, cell tower is 100% useless to me), plus adds a "--once" command line option.

That way, I can call alarmed to call the script every 10 minutes addomg the "--once" option, et voila.... also, it requires the config file latitude.dat to be in /home/user/latitude/ (probably not a very unix-y place to put it) ;) which you must create first by manually running it once and going through the authorization.

After that, you can put it into Alarmed w. eg. a cron string "*/10 * * * *" or somesuch.

/Z

ajack 2011-04-27 09:23

Re: N900 + Google Latitude
 
Quote:

Originally Posted by MasterZap (Post 995997)
I made a quick modification to the script which switches to true GPS position (the way I want it, cell tower is 100% useless to me), plus adds a "--once" command line option.

That way, I can call alarmed to call the script every 10 minutes addomg the "--once" option, et voila.... also, it requires the config file latitude.dat to be in /home/user/latitude/ (probably not a very unix-y place to put it) ;) which you must create first by manually running it once and going through the authorization.

After that, you can put it into Alarmed w. eg. a cron string "*/10 * * * *" or somesuch.

/Z

Hi MasterZap,

Do you have step-by-step noob level instructions? Or can somebody please do a lovely front-end GUI for this?

Thanks in advance... :)

MasterZap 2011-04-27 10:25

Re: N900 + Google Latitude
 
Quote:

Originally Posted by ajack (Post 996043)
Hi MasterZap,

Do you have step-by-step noob level instructions? Or can somebody please do a lovely front-end GUI for this?

Thanks in advance... :)

I think it would be fairly easy for someone who knows Python + UI to do a usable frontend.

After all, this script is really just (not meaning "just" in a way to diminish the workload of actually writing it) a combination of the google API sample code for latitude, and the python geolocation sample code, with some glue.

Unfortunately I don't know Qt or any other python GUI binding than pygame (and I don't think you'd want an UI in pygame, LOL) so I'm not the guy to do it for SURE.

Step by step?

Well, what you need is

#1 install the google latitude python API. This is basically done by:
#1.1 Downloading it from the link http://code.google.com/p/google-api-...downloads/list
#1.2 Unzipping it to somewhere (doesn't matter, next step copies it to where it "should go")
#1.3 doing "python setup.py install" in that directory
#1.4 I think you can now delete the directory/file you downloaded, since step 1.3 copied files to some magical place in python package heaven ;)
#2 make sure python-location is installed (If not, do "apt-get install python-location" but mine was already installed)
#3 Create /home/user/latitude and put my version of the script in it
#4 Run it once first to do the authorization magic. It will ask you to go to a link which you (unfortunately) have to cut-n-paste into your webbrowser
#5 Once done, the script should run. You can either sun it as is with "python zaps-latitude-updater.py", or put it into alarmed to be run e.g. every 15 minutes with the "--once" option, so it updates once and just exit, i.e. you can put in "python /home/user/latitude/zaps-latitude-updater.py --once" into AlarmeD

Your mileage may vary, this was originally just a test and it worked and solved my personal problem. The modifications I did was supertrivial (a few lines of code), and I thank the guy who wrote the original version (Aketzu) onto which I simply piggyback my meager crappy mods.

/Z

rlinfati 2011-04-27 13:03

Re: N900 + Google Latitude
 
anyone has the web interface (ex: list of friend ) working using any browser ?

i can fix the daemon... but not the gui :(

gazza_d 2011-04-27 14:03

Re: N900 + Google Latitude
 
Yeh, got the updates working again. thanks masterzap and aketzu for the script-fu.

be great to get this working as a daemon again.

MasterZap 2011-04-27 15:55

Re: N900 + Google Latitude
 
Quote:

Originally Posted by rlinfati (Post 996184)
anyone has the web interface (ex: list of friend ) working using any browser ?

i can fix the daemon... but not the gui :(

Uhm, doesn't that work in the normal browser, just going to latitude.google.com?

/Z

rlinfati 2011-04-27 17:26

Re: N900 + Google Latitude
 
Quote:

Originally Posted by MasterZap (Post 996295)
Uhm, doesn't that work in the normal browser, just going to latitude.google.com?

/Z

but is a desktop version.... i wanna a mobile version.. :/

jpala16 2011-04-27 17:40

Re: N900 + Google Latitude
 
I don't know why Opera Mobile isn't allowed to work with Google Latitude. The desktop Opera works normally, and there exists Google Latitude mobile (special web site). Google politics?

jpala16 2011-04-27 17:47

Re: N900 + Google Latitude
 
Quote:

Originally Posted by MasterZap (Post 996079)
I think it would be fairly easy for someone who knows Python + UI to do a usable frontend.

After all, this script is really just (not meaning "just" in a way to diminish the workload of actually writing it) a combination of the google API sample code for latitude, and the python geolocation sample code, with some glue.

Unfortunately I don't know Qt or any other python GUI binding than pygame (and I don't think you'd want an UI in pygame, LOL) so I'm not the guy to do it for SURE.

Step by step?

Well, what you need is

#1 install the google latitude python API. This is basically done by:
#1.1 Downloading it from the link given above
#1.2 Unzipping it to somewhere (doesn't matter, next step copies it to where it "should go")
#1.3 doing "python setup.py install" in that directory
#2 make sure python-geolocation is installed (I'd wager this is just "apt-get install python-geolocation" but mine was already installed so I wouldn't bet bodyparts on it)
#3 Create /home/user/latitude and put my version of the script in it
#4 Run it once first to do the authorization magic. It will ask you to go to a link which you (unfortunately) have to cut-n-paste into your webbrowser
#5 Once done, the script should run. You can either sun it as is with "python zaps-latitude-updater.py", or put it into alarmed to be run e.g. every 15 minutes with the "--once" option, so it updates once and just exit, i.e. you can put in "python /home/user/latitude/zaps-latitude-updater.py --once" into AlarmeD

Your mileage may vary, this was originally just a test and it worked and solved my personal problem. The modifications I did was supertrivial (a few lines of code), and I thank the guy who wrote the original version (Aketzu) onto which I simply piggyback my meager crappy mods.

/Z

I guess the package name is "python-location". It's the closest I have seen using "apt-cache search python | grep loc". I had it already installed.

I have a problem. I don't understand the 1.3 step. I guess it's a noob thing. What is that setup.py? Aren't we talking about the zaps-latitude-updater.zip link? Because it only has one file of the same name but with .py extension. So if I run that I get that setup.py doesn't exist.

Anyway, i tried running th script and I get this:
Code:

Traceback (most recent call last):
  File "zaps-latitude-updater.py", line 36, in <module>
    from apiclient.discovery import build
ImportError: No module named apiclient.discovery

Any hint? Thanks in advance.

cddiede 2011-04-27 19:36

Re: N900 + Google Latitude
 
Quote:

Originally Posted by jpala16 (Post 996335)
I have a problem. I don't understand the 1.3 step. I guess it's a noob thing. What is that setup.py? Aren't we talking about the zaps-latitude-updater.zip link? Because it only has one file of the same name but with .py extension. So if I run that I get that setup.py doesn't exist.

Anyway, i tried running th script and I get this:
Code:

Traceback (most recent call last):
  File "zaps-latitude-updater.py", line 36, in <module>
    from apiclient.discovery import build
ImportError: No module named apiclient.discovery

Any hint? Thanks in advance.


MasterZap:

The EXACT same thing that jpala describes above is happening with me. There is no setup.py file to run as described in your step 1.3 and even with the location package installed, it complains that there is no module named apiclient.discovery.

This apiclient.discovery module is probably installed by running the setup.py you speak of, but since all we downloaded in your .zip file is your zaps python scripts, we' re stuck.

gazza_d 2011-04-27 20:05

Re: N900 + Google Latitude
 
Doing this from memory, but should all be correct...

1 You need to download the tar.gz file from this web page and save to a location on your N900 - I suggest the top leve (N900 in the file dialog)

2 open xterm change to the folder
Code:

cd /home/user/MyDocs
3 Type the command
Code:

tar -zxvf ./google....
hint change to the start typing the filename and then hit tab on the toolbar, it will autocomplete for you. It will create and extract all files to a folder named the same as the file you downloaded

4. once the extract is complete then change to the folder
Code:

cd foldername
as above start typing, and then tab to autocomplete


5. change to the root user by using the command
Code:

root
. you need to have the rootsh app installed from the application manager.

6. run the command
Code:

python setup.py install
to install the google libraries.

7. once the command has ran type
Code:

exit
this will drop you back to being a normal user.

8. create the folder for the config file using the command
Code:

mkdir /home/user/latitude
9. create an empty config file using the command
Code:

touch /home/user/latitude/latitude.dat
10. run the script with the command
Code:

python zaps-latitude-updater.py --once
ensure you are in the folder where the script is.

11. It will come back with some test, and a URL. tap the pointer n the toolbar, and cross it out. then select the URL, and xterm will give you an option to copy the URL or open it. Open it, and follow the instructions on the google authorisation page. You want to say yes to everything.

Hope this helps.

cddiede 2011-04-27 21:57

Re: N900 + Google Latitude
 
Thanks, gazza_d !!

I knew we were downloading just the script, but I was at a loss to find where the api was located. :)

jpala16 2011-04-27 22:09

Re: N900 + Google Latitude
 
Thanks gazza_d!! You enlightened my path. I was like cddiede.

Thanks a lot. I'll try the alarmed thing.

MasterZap: However, I have one question. I believe you said that with this script it doesn't update based on cell tower signal (if I'm not wrong, what is highly probable at this time here), but on the internal GPS. What if I am indoor and the GPS doesn't get the signal? Will try to get it forever consuming battery until it gets it? Thanks again to Aketzu, MasterZap and gazza_d.

riku2015 2011-04-28 06:12

Re: N900 + Google Latitude
 
Quote:

Originally Posted by jpala16 (Post 996466)
Thanks gazza_d!! You enlightened my path. I was like cddiede.
Thanks a lot. I'll try the alarmed thing.
MasterZap: However, I have one question. I believe you said that with this script it doesn't update based on cell tower signal (if I'm not wrong, what is highly probable at this time here), but on the internal GPS. What if I am indoor and the GPS doesn't get the signal? Will try to get it forever consuming battery until it gets it? Thanks again to Aketzu, MasterZap and gazza_d.


Im also intrested of this answer!

Thanks Gazza and others who contributed this! great app ;)
edit: you guys should try to integrate this to latitude&buzz app replace old daemon!

ajack 2011-04-28 06:43

Re: N900 + Google Latitude
 
Quote:

Originally Posted by rlinfati (Post 996184)
anyone has the web interface (ex: list of friend ) working using any browser ?

i can fix the daemon... but not the gui :(

Do let us know what you need, we can always try to help... Can we get the daemon part first and get it running? :p

MasterZap 2011-04-28 07:59

Re: N900 + Google Latitude
 
Right, I should have been clearer in my description that "link above" reffered to the google api download posted a few posts above mine. Duh. I edited my post to reflect this (which will make this thread poshumusly hard to follow, but hey ;) )

I wonder if some Smart Person could turn the google python api's into a package.... assuming the google api distribution rules allow this....(?)

As for GPS, all the changes I did were the following:

#1: Change the mode from METHOD_ACWP to METHOD_AGNSS (See documentation of python location API at http://wiki.maemo.org/PyMaemo/Using_Location_API ). Another choice would be METHOD_USER_SELECTED which seems to take it from some configuration.

#2: Tell it to ignore any gps point with an accuracy worse than 150 meters (actually, variable "acclimit" in the code is set to this, I was actually planning to make it an option, but never did, you could change "acclimit" to whatever accuracy you think is appropriate by just editing line 112 in the code)

Frankly, I don't know the GPS api well enough to know exactly what happens and if it will try endlessly to find satellites or not. Probably. There is, most certainly, no clever code in this snippet to try to do anything intelligent here, for sure. :eek:

For me, I have a low wooden house so I have quite OK GPS signal also indoors, and since I deem non-GPS coordinates to be useless, for me it is a "feature" that it never uses cell tower locations at all (then "last known good" GPS coord is better, IMHO).

But you are quite right about that if you are in a bunker, it will quite probably try for way too long. Especially since my extremely simplictic implementation of the "once" option, is that it stops after the first successful fix (with successful being "better than 150 meter accuracy").

So I'm guessing it will never actually exit properly for a cell tower location.

All these are things that could be fixed, but, hey, this was just a hack for my own use, and I'm just poking at this thing with a stick with very little understanding anway, so..... :)

((For example, does anyone know, that if I set the longest interval for getting GPS point - unfortunately 120 seconds seems the max - the GPS icon is still on all the time. Does this mean the GPS radio is actually on consuming battery... OR.... does it mean that it is only on in bursts every two minutes? This is completely unknown to me, unfortunately, but would be helpful to know. Also how to set longer durations than 120 seconds, because then all this AlarmeD nonsense would be unnecessary))

/Z

MasterZap 2011-04-28 08:09

Re: N900 + Google Latitude
 
Quote:

Originally Posted by rlinfati (Post 996330)
but is a desktop version.... i wanna a mobile version.. :/

Oh, right, they broke the mobile one somehow. Crap. :(

/Z

cddiede 2011-04-28 12:07

Re: N900 + Google Latitude
 
One question:

Why the recommendation to use alarmed for automatic execution instead of just making it a cron job?

MasterZap 2011-04-28 12:11

Re: N900 + Google Latitude
 
Quote:

Originally Posted by cddiede (Post 996746)
One question:

Why the recommendation to use alarmed for automatic execution instead of just making it a cron job?

Uhm, AlarmeD is just a user-friendly frontend to cron jobs anyway, right? So... no particular reason other than that it is more user-friendly? ;)

/Z

cddiede 2011-04-28 12:30

Re: N900 + Google Latitude
 
Quote:

Originally Posted by MasterZap (Post 996747)
Uhm, AlarmeD is just a user-friendly frontend to cron jobs anyway, right? So... no particular reason other than that it is more user-friendly? ;)

/Z

Ah, so that's what AlarmeD is. Got it. :)

Captwheeto 2011-04-28 12:57

Re: N900 + Google Latitude
 
What's the point in an app that allows people to check up on you?

wurtel 2011-04-28 15:42

Re: N900 + Google Latitude
 
Quote:

Originally Posted by Captwheeto (Post 996790)
What's the point in an app that allows people to check up on you?

You choose what people you share your location with, generally those who also share with you. It's fun to see where your friends are. You also can let google record your location history and look back at where you were last November 11th at 3pm, for example.

And if you don't want anyone to know, turn the app off or just disable sharing.

Some trust in Google's good faith is of course necessary :)

MasterZap 2011-04-28 16:47

Re: N900 + Google Latitude
 
Quote:

Originally Posted by Captwheeto (Post 996790)
What's the point in an app that allows people to check up on you?

What's the point of not? ;)

/Z

jpala16 2011-04-28 21:45

Re: N900 + Google Latitude
 
Quote:

Originally Posted by Captwheeto (Post 996790)
What's the point in an app that allows people to check up on you?

It's fun. And in case something happened to me, my friends would know where my location was at least 15 minutes before that thing happened to me. Just in case.

And it's fun :)

Thanks again MasterZap. Your explanation was very clarifying. I'll try to read the code and see if I can get what I want exactly (if my people stop bothering me ;) ). In case of getting something useful and different I'll post it here (don't wait for me or maybe you will have to wait all your life).

MasterZap 2011-04-29 12:49

Re: N900 + Google Latitude
 
Btw, turns out my memory is crappy; I actually DID change to code to use the METHOD_USER_DEFINED, not METHOD_AWGSS. Duh.

"Use teh Source, Luke", not my ramblings :)

I think I will experiment w. this code to try to figure out a more intelligent handling of changed position, incuding using cell towers, but only to detect CHANGES. I.e. something like
- figure out GPS coord
- shut off GPS
- look at celltower
- If celltower changes, or a LONG time has passed (like an hour), compute new GPS coordinate

Or somesuch.


/Z

whats_up_skip 2011-04-30 11:14

Re: N900 + Google Latitude
 
Ok, I really seem to be having some troubles getting Latitude to work, either through the desktop version on the N900 or this application. I followed these instructions "Just delete the file /home/user/.mozilla/microb/permissions.sqlite and restart. This will delete all the permissions granted/denied to web pages."

However the following didn't happen:
"Then when you will connect to Latitude a pop-up will appear, asking for your permission to use the Geolocation API."

I am not sure if I have the microb-geolocation module install. I couldn't find this in the application manager.

jpala16 2011-04-30 11:37

Re: N900 + Google Latitude
 
whats_up_skip:
Code:

"Just delete the file /home/user/.mozilla/microb/permissions.sqlite and restart. This will delete all the permissions granted/denied to web pages."
was needed by the desktop application, but this works no longer. That tip was needed in order to MicroB asked the user again for permission, but as the app doesn't work is useless.

There's another script made by Aketzu, a mod of this script by MasterZap and some help from gazza_d (check the instructions for MasterZap's script, which are similar to install Aketzu's one, it differs on which script yoy download & use) that put it all together to make the N900 update location to Google Latitude.

The post for MasterZap's modification of the script: http://talk.maemo.org/showpost.php?p...&postcount=167
The post for Aketzu's original script: http://talk.maemo.org/showpost.php?p...&postcount=158

wurtel 2011-05-02 13:00

Re: N900 + Google Latitude
 
Quote:

Originally Posted by whats_up_skip (Post 997778)
I am not sure if I have the microb-geolocation module install. I couldn't find this in the application manager.

Open a terminal, and enter as command:

Code:

dpkg -l microb-geolocation
It should output a line beginning with "ii".
If not, you should be able to install ("download") it via the application manager, find it in the "location & navigation" category.

jpala16 2011-05-02 14:42

Re: N900 + Google Latitude
 
Quote:

Originally Posted by wurtel (Post 998836)
Open a terminal, and enter as command:

Code:

dpkg -l microb-geolocation
It should output a line beginning with "ii".
If not, you should be able to install ("download") it via the application manager, find it in the "location & navigation" category.

With that you ensure you have the extension for MicroB necessary to update your location, but only when you enter the Google Latitude website.
IMO using Google Latitude in MicroB is horrible, as it no longer works the Latitude mobile version using MicroB (it would be great that anyone corrected me on this). It's too small for my eyes and requires the use of the cursor with the stylus. But it's only my opinion.

piggz 2011-05-09 21:14

Re: N900 + Google Latitude
 
For anyone interested, ive just uploaded the first version of my google latitude desktop widget to the auto-builder. See PGZ Latitude Widget

TheIllTemperedSampo 2011-05-10 05:39

Re: N900 + Google Latitude
 
Quote:

Originally Posted by gazza_d (Post 996407)
Doing this from memory, but should all be correct...

1 You need to download the tar.gz file from this web page and save to a location on your N900 - I suggest the top leve (N900 in the file dialog)

2 open xterm change to the folder
Code:

cd /home/user/MyDocs
3 Type the command
Code:

tar -zxvf ./google....
hint change to the start typing the filename and then hit tab on the toolbar, it will autocomplete for you. It will create and extract all files to a folder named the same as the file you downloaded

4. once the extract is complete then change to the folder
Code:

cd foldername
as above start typing, and then tab to autocomplete


5. change to the root user by using the command
Code:

root
. you need to have the rootsh app installed from the application manager.

6. run the command
Code:

python setup.py install
to install the google libraries.

7. once the command has ran type
Code:

exit
this will drop you back to being a normal user.

8. create the folder for the config file using the command
Code:

mkdir /home/user/latitude
9. create an empty config file using the command
Code:

touch /home/user/latitude/latitude.dat
10. run the script with the command
Code:

python zaps-latitude-updater.py --once
ensure you are in the folder where the script is.

11. It will come back with some test, and a URL. tap the pointer n the toolbar, and cross it out. then select the URL, and xterm will give you an option to copy the URL or open it. Open it, and follow the instructions on the google authorisation page. You want to say yes to everything.

Hope this helps.

Thanks a lot for the detailed instructions. I could get almost everything working apart from the 10th step. Where is the zaps-latitude-updated.py located? Do I need to download it?
Apologies if I sound dumb.

Thanks again.

TheIllTemperedSampo 2011-05-10 06:49

Re: N900 + Google Latitude
 
Oops, found the script. Hadn't read the discussion through.

ny-hardcore 2011-05-10 14:56

Re: N900 + Google Latitude
 
Quote:

Originally Posted by MasterZap (Post 996634)
<SNIP>
As for GPS, all the changes I did were the following:

#2: Tell it to ignore any gps point with an accuracy worse than 150 meters (actually, variable "acclimit" in the code is set to this, I was actually planning to make it an option, but never did, you could change "acclimit" to whatever accuracy you think is appropriate by just editing line 112 in the code)

Frankly, I don't know the GPS api well enough to know exactly what happens and if it will try endlessly to find satellites or not. Probably. There is, most certainly, no clever code in this snippet to try to do anything intelligent here, for sure. :eek:

For me, I have a low wooden house so I have quite OK GPS signal also indoors, and since I deem non-GPS coordinates to be useless, for me it is a "feature" that it never uses cell tower locations at all (then "last known good" GPS coord is better, IMHO).

But you are quite right about that if you are in a bunker, it will quite probably try for way too long. Especially since my extremely simplictic implementation of the "once" option, is that it stops after the first successful fix (with successful being "better than 150 meter accuracy").

So I'm guessing it will never actually exit properly for a cell tower location.
</SNIP>
/Z

I for one work in a bunker type building, and my GF lives in a bunker type house :(

This results in the GPS trying to get a fix , and what seems like, never quits... alarmed keeps on firing up new processes that keep on running.. is there a smart way to set a time out somewhere?
f.i. that if no suitable fix is found within say 120secs the --once option quits?

TheIllTemperedSampo 2011-05-11 05:19

Re: N900 + Google Latitude
 
Quote:

Originally Posted by ny-hardcore (Post 1003471)
I for one work in a bunker type building, and my GF lives in a bunker type house :(

This results in the GPS trying to get a fix , and what seems like, never quits... alarmed keeps on firing up new processes that keep on running.. is there a smart way to set a time out somewhere?
f.i. that if no suitable fix is found within say 120secs the --once option quits?

First of all, thanks to everyone who's behind that script. :) It worked for me and goes great with scheduled updates through Alarmed.
BUT, it doesn't work so great for me from my work place as just like ny-hardcore, I work in a place where getting a GPS fix is next to impossible. :(
Are there any plans to include the GSM location as well? :confused:
That would be great help.


All times are GMT. The time now is 20:23.

vBulletin® Version 3.8.8