![]() |
2011-01-06
, 09:05
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#72
|
![]() |
2011-01-06
, 23:52
|
Posts: 324 |
Thanked: 739 times |
Joined on Jun 2009
@ São Paulo, Brazil
|
#73
|
Create a Garage project and upload the code there (that way other people can also access and submit modifications to the code), push the binary to extras-devel.
![]() |
2011-01-07
, 20:24
|
Posts: 11 |
Thanked: 4 times |
Joined on Mar 2010
|
#74
|
The Following User Says Thank You to achiral For This Useful Post: | ||
![]() |
2011-01-08
, 10:35
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#75
|
![]() |
2011-01-20
, 22:26
|
Posts: 324 |
Thanked: 739 times |
Joined on Jun 2009
@ São Paulo, Brazil
|
#76
|
Sorry I've not had a chance to look at the code yet (where have you uploaded it to)?
and it would also be useful to be able to tell it to only use an existing connection (e.g. so you can leave it running when abroad and not worry about roaming) or specify which connection types it is allowed to start itself.
If there's already a connection up, being able to set a different update interval would be useful (if the connection is there anyway why not update position) but again having it user configurable would be good as the GPS chipset is a power drain so the user should be able to decide how often it's run.
The Following User Says Thank You to traysh For This Useful Post: | ||
![]() |
2011-01-21
, 09:44
|
|
Posts: 334 |
Thanked: 94 times |
Joined on May 2010
@ Ireland
|
#77
|
Code is now in the repository: https://garage.maemo.org/plugins/ggi...googlelatitude
Sorry I took so long to upload it, I've been in a region with very poor internet connection (tough very nice beaches).
By "arbitrary update intervals" do you mean any amount of seconds? There are some options in the settings already (check it out), I plan to add others to update less often.
That's exactly the idea, there's even an option (disabled for now) in the settings to allow that.
I assumed the device is power efficient for the update intervals that can be set by default (and that are already available in the settings). I don't think if a program request an update every 2 minutes the GPS will be on all the time but only every two minutes. For bigger update intervals, like 30 min, I'll have to handle that by myself, because it's not "natively" available.
Right now I'm trying to solve the high memory usage by moving out the gui code from the daemon. Then I'll address the connections, make it not connect, only update when already connected.
For those who might have missed the settings gui, screen-shots attached.
![]() |
2011-01-21
, 18:06
|
Posts: 324 |
Thanked: 739 times |
Joined on Jun 2009
@ São Paulo, Brazil
|
#78
|
Haven't tried yet but are you able to see you location on the google map and see others checkins like on other platforms ?
great work
![]() |
2011-01-23
, 08:03
|
Posts: 3 |
Thanked: 0 times |
Joined on Jan 2010
|
#79
|
![]() |
2011-01-23
, 12:43
|
Posts: 177 |
Thanked: 199 times |
Joined on Nov 2007
@ Concepcion, Chile
|
#80
|
Nuff said