Freerunner A6 for sale in Ireland or New Zealand

2009-10-19 Thread Matt Brown
Hi,

I'm selling my Freerunner. I purchased it from Pulster over a year ago
and used it for several months before I received an Android phone and
sadly my Freerunner has been sitting gathering dust since then. I'd
rather someone who had the time was using it for something useful, so
I'm putting it on the market. It's in excellent condition:

GTA02 A6 - Serial 8A8810247
- Original box
- Charger with foreign adaptors
- 512MB microSD card and SD card adapter

No USB cable (missing in shipment from Pulster)
No Stylus/Laser pen (lost)

I'm asking 200 euro for the phone + shipping, any reasonable offer
considered especially if you can pickup the phone from me and save me
having to organise shipping :)

I'm currently in Dublin and will be in New Zealand over the next few
weeks as well. I can ship the phone from either location as necessary.

Replies by private mail please.

-- 
Matt Brown
m...@mattb.net.nz
Mob +353 86 608 7117 www.mattb.net.nz

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


Re: geocaching with tangoGPS on FR

2008-12-13 Thread Matt Brown
2008/12/8 Nicolas LAURANCE nlaura...@zindep.com:
 Hi freephone users,

 I wrote a little python script that will inject geocaching positions into
 tangoGPS, so that you can use your freephone to locate the caches you
 select.

 You'll find screenshots, instructions and download at :
 http://www.zindep.com/blog-zindep/geocaching_tangogps

 I hope it can be of some use

Very useful thanks, although I still wish GroundSpeak were more open
with their data... :(

Anyway, I've attached a patch to make your script work with Python 2.5
(element tree moved within the standard library so needs to be
imported differently).

Thanks

-- 
Matt Brown
m...@mattb.net.nz
Mob +353 86 608 7117 www.mattb.net.nz
--- loc2tango.py.orig   2008-12-13 12:23:46.0 +
+++ loc2tango.py2008-12-13 12:24:02.0 +
@@ -4,7 +4,10 @@
 # Licence GPL
 # (c) Nicolas Laurance 2008
 
-import elementtree.ElementTree as ET
+try:
+import elementtree.ElementTree as ET
+except ImportError:
+import xml.etree.ElementTree as ET
 import re, hashlib
 from pysqlite2 import dbapi2 as sqlite
 from optparse import OptionParser
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community