Re: QGPSLog to be released

2010-01-29 Thread Christ van Willegen
On 1/29/10, Christian Rüb christian.r...@gmx.net wrote:
 Hi,

 I wrote a GPS logging GUI that uses FSO for GPS and power control. It's
 simple and never supposed to get a map.
 My main target was to do  track logging (start,stop,split) and be avoid
 supsend when logging.

That sounds very useful for logging OSM-data!

What would be a killer addition is:
- Listen for headset button event
- Record audio whilst button held
- Save audio next to track file.

That way, you can easily do audio annotation of tracks (street name,
road type, etc.). Would you consider adding this?

Christ van Willegen

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: QGPSLog to be released

2010-01-29 Thread Christian Rüb
On Friday, 29. January 2010 07:16:54 Risto H. Kurppa wrote:
 On Fri, Jan 29, 2010 at 1:27 AM, Christian Rüb christian.r...@gmx.net wrote:
  Hi,
 
  I wrote a GPS logging GUI that uses FSO for GPS and power control. It's 
  simple and never supposed to get a map.
 ...
  [1] 
  http://openmoko.senfdax.de/shr-new-unstable/qgpslog_0.1.99-r0.4_armv4t.ipk
  [2] http://git.senfdax.de/?p=qgpslog;a=summary
  [3] http://openmoko.senfdax.de/screenshots/QGPSLog.png
  [4] http://wiki.openmoko.org/wiki/QGPSLog
 
  I found a little issue with correctly detecting chrging status which is 
  fixed in 0.1.99.1 - anyone else testing?
 
 I tried to have a look at it but I have some issues with SSH on my SHR
 so I'll test it later. However it looks interesting to me.
 
 How hard would it be to implement an 'auto gpx converter' that'd
 convert unconverted tracks to GPX every time one presses stop or
 split? I think I know the reasons for custom file format but it'd be
 very nice to be able to directly upload the files somewhere, not
 having to first need to convert them to GPX.

Doable - but not before my vacation ;-) Only bug fixes for final release 
(tomorrow or so).

 Thanks for the app! Could you upload it to opkg.org?

No. I prefer having it in our repository which makes it easily installable and 
shows it is built for a specific distribution.
When I have released v0.2 I'll send bb recipe to shr-devel, so it might get 
integrated...

Cheers,
 Christian

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: QGPSLog to be released

2010-01-29 Thread Christian Rüb
On Friday, 29. January 2010 10:53:24 Christ van Willegen wrote:
 On 1/29/10, Christian Rüb christian.r...@gmx.net wrote:
  Hi,
 
  I wrote a GPS logging GUI that uses FSO for GPS and power control. It's
  simple and never supposed to get a map.
  My main target was to do  track logging (start,stop,split) and be avoid
  supsend when logging.
 
 That sounds very useful for logging OSM-data!

Part of the idea (thus split function), but I mainly wrote it for tracking 
whilst device is in pocket (for later photo correlation, etc.)

 What would be a killer addition is:
 - Listen for headset button event
 - Record audio whilst button held
 - Save audio next to track file.
 
 That way, you can easily do audio annotation of tracks (street name,
 road type, etc.). Would you consider adding this?
 
 Christ van Willegen

Sounds interesting - cannot guess right now how much work this would be. I'll 
have a look once I am back (March).
Currently I only use Qt and talk to FSO via dbus.
Do you know of some recording API that can easily be integrated - without too 
many dependencies?

Cheers,
 Christian

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: QGPSLog to be released

2010-01-29 Thread David Garabana Barro
On Friday 29 January 2010 10:53:24 Christ van Willegen wrote:
 On 1/29/10, Christian Rüb christian.r...@gmx.net wrote:

 What would be a killer addition is:
 - Listen for headset button event
 - Record audio whilst button held
 - Save audio next to track file.

 That way, you can easily do audio annotation of tracks (street name,
 road type, etc.). Would you consider adding this?

That would be REALLY great!
I do a lot of OSM with my FR 


signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: QGPSLog to be released

2010-01-28 Thread Christian Rüb
 Hi,
 
 I wrote a GPS logging GUI that uses FSO for GPS and power control. It's 
 simple and never supposed to get a map.
 My main target was to do  track logging (start,stop,split) and be avoid 
 supsend when logging. You can specify a minimum battery capacity needed to 
 log (otherwise it will stop logging).
 
 You can find an ipk here [1], source here [2] and screenshot here [3]. There 
 is also a wiki page [4].
 
 Please report bugs - otherwise this version will become 0.2 (0.1 was only 
 used by me ;-)).
 
 Cheers,
  Christian
 
 [1] http://openmoko.senfdax.de/shr-new-unstable/qgpslog_0.1.99-r0.4_armv4t.ipk
 [2] http://git.senfdax.de/?p=qgpslog;a=summary
 [3] http://openmoko.senfdax.de/screenshots/QGPSLog.png
 [4] http://wiki.openmoko.org/wiki/QGPSLog

I found a little issue with correctly detecting chrging status which is fixed 
in 0.1.99.1 - anyone else testing?

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: QGPSLog to be released

2010-01-28 Thread Risto H. Kurppa
On Fri, Jan 29, 2010 at 1:27 AM, Christian Rüb christian.r...@gmx.net wrote:
 Hi,

 I wrote a GPS logging GUI that uses FSO for GPS and power control. It's 
 simple and never supposed to get a map.
...
 [1] 
 http://openmoko.senfdax.de/shr-new-unstable/qgpslog_0.1.99-r0.4_armv4t.ipk
 [2] http://git.senfdax.de/?p=qgpslog;a=summary
 [3] http://openmoko.senfdax.de/screenshots/QGPSLog.png
 [4] http://wiki.openmoko.org/wiki/QGPSLog

 I found a little issue with correctly detecting chrging status which is fixed 
 in 0.1.99.1 - anyone else testing?

I tried to have a look at it but I have some issues with SSH on my SHR
so I'll test it later. However it looks interesting to me.

How hard would it be to implement an 'auto gpx converter' that'd
convert unconverted tracks to GPX every time one presses stop or
split? I think I know the reasons for custom file format but it'd be
very nice to be able to directly upload the files somewhere, not
having to first need to convert them to GPX.

Thanks for the app! Could you upload it to opkg.org?

r
-- 
| risto h. kurppa
| risto at kurppa dot fi
| http://risto.kurppa.fi

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


QGPSLog to be released

2010-01-26 Thread Christian Rüb
Hi,

I wrote a GPS logging GUI that uses FSO for GPS and power control. It's simple 
and never supposed to get a map.
My main target was to do  track logging (start,stop,split) and be avoid supsend 
when logging. You can specify a minimum battery capacity needed to log 
(otherwise it will stop logging).

You can find an ipk here [1], source here [2] and screenshot here [3]. There is 
also a wiki page [4].

Please report bugs - otherwise this version will become 0.2 (0.1 was only used 
by me ;-)).

Cheers,
 Christian

[1] http://openmoko.senfdax.de/shr-new-unstable/qgpslog_0.1.99-r0.4_armv4t.ipk
[2] http://git.senfdax.de/?p=qgpslog;a=summary
[3] http://openmoko.senfdax.de/screenshots/QGPSLog.png
[4] http://wiki.openmoko.org/wiki/QGPSLog

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community