Notices


Reply
Thread Tools
Posts: 42 | Thanked: 8 times | Joined on Dec 2009
#241
Originally Posted by peterleinchen View Post
Blackbeard, just started the app and got a new parser update, from 27th July. (B\ut maybe this is related to the devel 0807 version of AGTL? I am using 0805.).
Thanks, parser update did the trick. Unfortunately geocaching.com changed their web pages again and downloading logs don't work currently.
 
Posts: 38 | Thanked: 10 times | Joined on Jan 2010 @ GTA Ontario
#242
Originally Posted by peterleinchen View Post
/opt/advancedcaching/gpsreader.py, line 222

#control.set_properties(preferred_method = location.METHOD_CWP | location.METHOD_ACWP | location.METHOD_GNSS | location.METHOD_AGNSS, preferred_interval=location.INTERVAL_1S)
control.set_properties(preferred_method = location.METHOD_CWP | location.METHOD_ACWP | location.METHOD_GNSS | location.METHOD_AGNSS, preferred_interval=location.INTERVAL_2S)
Wanted to thank for this post, but cannot find the "Thank You" button , Did it disappear ???
 
Posts: 10 | Thanked: 0 times | Joined on May 2011
#243
Hello...

- Is possible to import GPX files to AGTL?
Imagine that I wanna download all caches from London... with AGTL I only can download 20 a time... so I can create pocket query on geocaching.com and, why not, import GPX to AGTL...

- Is there any way to download a complete map or I have to do that on AGTL option?

thanks.

Tiago
 
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#244
Originally Posted by tiagosgd View Post
- Is there any way to download a complete map or I have to do that on AGTL option?
Advancedcaching is written in python -> you can just edit files without compiling it.

You need root access ( http://wiki.maemo.org/Root_access ) (or you can copy file from phone to the computer, edit file and copy it back).

/opt/advancedcaching/cachedownloader.py
row 184
Code:
-if len(coordinates) > self.MAX_DOWNLOAD_NUM:
+if len(coordinates) > self.MAX_DOWNLOAD_NUM and False:
This will disable checking of number of downloads.

(it is python, so do not add/remove tab's or space's on beginning of the line)
 
Posts: 10 | Thanked: 0 times | Joined on May 2011
#245
Thank you for your answer.

What will this do? "This will disable checking of number of downloads."? What is that?

(what about import GPX to AGTL?)

Thanks

Tiago


Originally Posted by AapoRantalainen View Post
Advancedcaching is written in python -> you can just edit files without compiling it.

You need root access ( http://wiki.maemo.org/Root_access ) (or you can copy file from phone to the computer, edit file and copy it back).

/opt/advancedcaching/cachedownloader.py
row 184
Code:
-if len(coordinates) > self.MAX_DOWNLOAD_NUM:
+if len(coordinates) > self.MAX_DOWNLOAD_NUM and False:
This will disable checking of number of downloads.

(it is python, so do not add/remove tab's or space's on beginning of the line)
 
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#246
The maximum download limiitation is there on purpose!
So I suggest to leave it as originally sourced by the author.

GPX files are not supported.
But You may try GPXView, which is perfect for that.

I started with GPXView, until I discovered AGTL !
 
Posts: 10 | Thanked: 0 times | Joined on May 2011
#247
Hi...
I don't know if I will use that code.
AGTL is good but you need internet conection.
It is much cheaper if you've got premium account and pocket queries...
I could be in love with GPXView... but mappero is not working well with gpxview...
Thanks
 
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#248
Yes and no

AGTL may also be used offline while geocaching. Of course You need to download in advance the caches and tiles from internet.

GPXView works with Mappero, but also with OSM or other providers (of course here applies the same: download tiles in advance).
 
Posts: 10 | Thanked: 0 times | Joined on May 2011
#249
I downloaded the tiles with Mobile Atlas Creator (Mobac)... now I only have to find where to put that on N900... the tiles are of open street map mapnik...
 
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#250
path:
/home/user/MyDocs/.maps/OpenStreet\ Maps

but be careful
putting lots of tiles on MyDocs partition (vfat cluster 64kb) will claim lots of disk space, e.g maps size 900MB --> disk space used 10GB
But there is high sophisticated solution for that, search for 'why mappero uses much disk space' or 'cluster vfat 64 kb' or similar

--edit
sorry, here is the right search information
http://talk.maemo.org/showthread.php?t=74415

Last edited by peterleinchen; 2011-09-09 at 22:36.
 
Reply


 
Forum Jump


All times are GMT. The time now is 07:11.