|
2010-07-02
, 14:22
|
Posts: 19 |
Thanked: 3 times |
Joined on May 2010
|
#102
|
|
2010-07-02
, 19:10
|
Posts: 42 |
Thanked: 18 times |
Joined on May 2009
@ Fairport, NY, USA
|
#103
|
|
2010-07-02
, 20:39
|
Posts: 3 |
Thanked: 0 times |
Joined on Jun 2010
|
#104
|
Please try the following if you can't get a fix:
Edit the file /opt/advancedcaching/simplegui.py (for example on the device using vi and root). Change the line 513 from:
sun_angle = astral.get_sun_azimuth_from_fix(self.gps_data)
to
sun_angle = None
(please double check that the number of spaces in front of the text doesn't change)
|
2010-07-03
, 08:45
|
Posts: 169 |
Thanked: 149 times |
Joined on Mar 2010
|
#105
|
|
2010-07-03
, 08:47
|
Posts: 169 |
Thanked: 149 times |
Joined on Mar 2010
|
#106
|
This sounds like a great program, I wish there was a Diablo / n810 build of it.
|
2010-07-03
, 09:09
|
Posts: 169 |
Thanked: 149 times |
Joined on Mar 2010
|
#107
|
Hi webhamster. Thanks for your continuing support for AGTL - It is great.
I just took the latest version (0.6.1.4-4) out for a spin in my local area, introducing my mum to the world of Geocaching. We struggled a bit as it seems that there's a problem with setting the target GPS co-ordinates now. Neither 'set as target' or 'set as main coordinate' seem to do anything. Clicking on the targets from within the 'charge target' GPS dialog also fails, though typing them in manually is still OK (so we managed to find the caches we were looking for)
|
2010-07-03
, 13:39
|
Posts: 19 |
Thanked: 3 times |
Joined on May 2010
|
#108
|
~ $ cat MyDocs/debug.log /opt/advancedcaching/simplegui.py:544: DeprecationWarning: integer argument expected, got float self.pixmap_arrow.draw_arc(self.xgc_arrow, False, center_x - ecc, center_y - ecc, ecc * 2, ecc * 2, err_start, err_delta) /opt/advancedcaching/simplegui.py:675: DeprecationWarning: integer argument expected, got float self.pixmap, -self.draw_at_x + self.drag_offset_x - self.draw_root_x, -self.draw_at_y + self.drag_offset_y - self.draw_root_y, 0, 0, width, height) Please install glade if you're NOT on the maemo platform. + Using liblocation GPS device Traceback (most recent call last): File "/opt/advancedcaching/hildongui.py", line 958, in set_alternative_position widget_coords.get_selected(0, iter) TypeError: HildonTouchSelector.get_selected() takes exactly 1 argument (2 given) Traceback (most recent call last): File "/opt/advancedcaching/hildongui.py", line 958, in set_alternative_position widget_coords.get_selected(0, iter) TypeError: HildonTouchSelector.get_selected() takes exactly 1 argument (2 given) Traceback (most recent call last): File "/opt/advancedcaching/hildongui.py", line 947, in set_coord_as_target widget_coords.get_selected(0, iter) TypeError: HildonTouchSelector.get_selected() takes exactly 1 argument (2 given) Traceback (most recent call last): File "/opt/advancedcaching/hildongui.py", line 958, in set_alternative_position widget_coords.get_selected(0, iter) TypeError: HildonTouchSelector.get_selected() takes exactly 1 argument (2 given) Traceback (most recent call last): File "/opt/advancedcaching/hildongui.py", line 958, in set_alternative_position widget_coords.get_selected(0, iter) TypeError: HildonTouchSelector.get_selected() takes exactly 1 argument (2 given) Traceback (most recent call last): File "/opt/advancedcaching/hildongui.py", line 947, in set_coord_as_target widget_coords.get_selected(0, iter) TypeError: HildonTouchSelector.get_selected() takes exactly 1 argument (2 given) Traceback (most recent call last): File "/opt/advancedcaching/hildongui.py", line 947, in set_coord_as_target widget_coords.get_selected(0, iter) TypeError: HildonTouchSelector.get_selected() takes exactly 1 argument (2 given) Traceback (most recent call last): File "/opt/advancedcaching/hildongui.py", line 701, in sel_coord widget.get_selected(0, iter) TypeError: HildonTouchSelector.get_selected() takes exactly 1 argument (2 given) Traceback (most recent call last): File "/opt/advancedcaching/hildongui.py", line 701, in sel_coord widget.get_selected(0, iter) TypeError: HildonTouchSelector.get_selected() takes exactly 1 argument (2 given) ~ $
|
2010-07-03
, 14:25
|
Posts: 18 |
Thanked: 4 times |
Joined on Jun 2010
@ Switzerland
|
#109
|
|
2010-07-04
, 17:38
|
Posts: 169 |
Thanked: 149 times |
Joined on Mar 2010
|
#110
|
Edit the file /opt/advancedcaching/simplegui.py (for example on the device using vi and root). Change the line 513 from:
sun_angle = astral.get_sun_azimuth_from_fix(self.gps_data)
to
sun_angle = None
(please double check that the number of spaces in front of the text doesn't change)
The sun indicator should now be missing, but the rest should work. If not, please report any further problems as described above.
If the application doesn't start, there went something wrong while changing the file.