![]() |
2011-08-25
, 10:56
|
Posts: 42 |
Thanked: 8 times |
Joined on Dec 2009
|
#241
|
![]() |
2011-09-07
, 19:01
|
Posts: 38 |
Thanked: 10 times |
Joined on Jan 2010
@ GTA Ontario
|
#242
|
/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)
![]() |
2011-09-08
, 19:52
|
Posts: 10 |
Thanked: 0 times |
Joined on May 2011
|
#243
|
![]() |
2011-09-09
, 05:18
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#244
|
- Is there any way to download a complete map or I have to do that on AGTL option?
-if len(coordinates) > self.MAX_DOWNLOAD_NUM: +if len(coordinates) > self.MAX_DOWNLOAD_NUM and False:
![]() |
2011-09-09
, 08:13
|
Posts: 10 |
Thanked: 0 times |
Joined on May 2011
|
#245
|
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
This will disable checking of number of downloads.Code:-if len(coordinates) > self.MAX_DOWNLOAD_NUM: +if len(coordinates) > self.MAX_DOWNLOAD_NUM and False:
(it is python, so do not add/remove tab's or space's on beginning of the line)
![]() |
2011-09-09
, 21:22
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#246
|
![]() |
2011-09-09
, 21:30
|
Posts: 10 |
Thanked: 0 times |
Joined on May 2011
|
#247
|
![]() |
2011-09-09
, 21:49
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#248
|
![]() |
2011-09-09
, 21:59
|
Posts: 10 |
Thanked: 0 times |
Joined on May 2011
|
#249
|
![]() |
2011-09-09
, 22:20
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#250
|