| View previous topic :: View next topic |
| Author |
Message |
kruch Site Admin
Joined: 02 Jul 2006 Posts: 5088
|
Posted: Sat Aug 29, 2009 4:38 pm Post subject: |
|
|
| billy06 wrote: |
| wpt duplication is now slightly different, if you add wpt to new file, 1st wtp is ok then every other is duplicated, but now if you add wpt to existing file every wpt that is added is duplicated (before it was only second third etc) |
damn it... ok this is the last problem to fix and i'll roll 0989 out.
|
|
| Back to top |
|
 |
Case
Joined: 07 May 2009 Posts: 14 Location: Olomouc, Czech Republic
|
Posted: Sat Aug 29, 2009 4:50 pm Post subject: |
|
|
| billy06 wrote: |
CMS problem when imperial units is indeed fixed (TB must be restarted for the switch to take effect!!) |
Yep, same here on Android, I just wanted to test it a bit more before confirming that it works fine. But seems to, yes.
As for some minor bugreport, there seems to be a problem with the "sat" variable on Android (all versions as of now), shows "-1" all the time when there's an actual fix.
BTW, is there a way to find all the variables that were added the posibility to switch to imperial units since the creating of this wiki entry http://wiki.trekbuddy.net/index.php/CMS apart from checking them all while using TB and switching back and forth between metric and imperial units? For example altitude only has meters mentioned as the only option there, but it seems it now switches to feet when using imperial units. I've checked the changelogs, but there seems to be no mention of this. I'll gladly update the wiki page as well.
|
|
| Back to top |
|
 |
Jakob
Joined: 18 Apr 2007 Posts: 109 Location: Germany / Munich
|
Posted: Sat Aug 29, 2009 6:24 pm Post subject: Re: RC3 |
|
|
Now I can't load the 'incomplete' (Blank789) atlas anymore - I get a
| Code: |
[7] null: InvalidMapException
null: Failed to load tile:
java.lang.ArrayIndexOutofBoundsException
|
on 'Load Atlas'.
_________________ SXG75 / HTC G1 |
|
| Back to top |
|
 |
kruch Site Admin
Joined: 02 Jul 2006 Posts: 5088
|
Posted: Sat Aug 29, 2009 7:33 pm Post subject: |
|
|
| @Jakob sorry, looks like device-specific problem which I cannot reproduce, but I think I know where the problem was so I fixed it and uploaded new build
|
|
| Back to top |
|
 |
kruch Site Admin
Joined: 02 Jul 2006 Posts: 5088
|
Posted: Sat Aug 29, 2009 9:19 pm Post subject: |
|
|
| Case wrote: |
| As for some minor bugreport, there seems to be a problem with the "sat" variable on Android (all versions as of now), shows "-1" all the time when there's an actual fix. |
will be fixed in 0989 final
|
|
| Back to top |
|
 |
Jakob
Joined: 18 Apr 2007 Posts: 109 Location: Germany / Munich
|
Posted: Sat Aug 29, 2009 10:55 pm Post subject: |
|
|
| kruch wrote: |
| @Jakob sorry, looks like device-specific problem which I cannot reproduce, but I think I know where the problem was so I fixed it and uploaded new build |
Excellent! --- thank you very much for your efforts!
Fix is good, now also for SXG75. All works as expected, even indication for missing tiles is shown.
Remaining item from my wishlist:
| Quote: |
3/ If outside the range defined by the *.set of tiles, assume
eg black color tile, This could even help in case of regular (filled) atlasses,
if you enter areas beyond the rim.
|
_________________ SXG75 / HTC G1 |
|
| Back to top |
|
 |
shen
Joined: 15 Oct 2008 Posts: 324 Location: DE
|
|
| Back to top |
|
 |
kruch Site Admin
Joined: 02 Jul 2006 Posts: 5088
|
Posted: Sun Aug 30, 2009 9:42 am Post subject: |
|
|
| billy06 wrote: |
| so to sum up if wpt is added to file with existing wpts each one added is duplicated |
could you please describe step-by-step how you could duplicated wpts - I cannot reproduce no matter what I try, thanks
|
|
| Back to top |
|
 |
kruch Site Admin
Joined: 02 Jul 2006 Posts: 5088
|
Posted: Sun Aug 30, 2009 10:12 am Post subject: |
|
|
@shen what if you add series="9500" attribute to the alx?
| Code: |
| <fileset series="9500" Java="1.0"> |
And perhaps remove empty directory element.
|
|
| Back to top |
|
 |
shen
Joined: 15 Oct 2008 Posts: 324 Location: DE
|
Posted: Sun Aug 30, 2009 10:20 am Post subject: |
|
|
| kruch wrote: |
@shen what if you add series="9500" attribute to the alx?
| Code: |
| <fileset series="9500" Java="1.0"> |
And perhaps remove empty directory element. |
Tried both, no success.
| Code: |
<loader version="1.0">
<application id="trekbuddy_bb_v42">
<name>TrekBuddy</name>
<description>GPS Tracking and Navigation</description>
<version>0.9.89</version>
<vendor>kruhc@seznam.cz</vendor>
<copyright>Copyright (C) 2008 kruhc@seznam.cz</copyright>
<fileset series="9500" Java="1.0">
<files>
trekbuddy_bb_v42.cod trekbuddy_bb_v42-1.cod trekbuddy_bb_v42-2.cod trekbuddy_bb_v42-3.cod trekbuddy_bb_v42-4.cod trekbuddy_bb_v42-5.cod
</files>
</fileset>
</application>
</loader>
|
However I never had problems with the OTA installs in the past.
Stefan
|
|
| Back to top |
|
 |
kruch Site Admin
Joined: 02 Jul 2006 Posts: 5088
|
Posted: Sun Aug 30, 2009 10:41 am Post subject: |
|
|
I made to change to blackberry version build process for a long time. I just got through newer guide, and updated ALX to
| Code: |
<loader version="1.0">
<application id="net.trekbuddy_bb_v42" _blackberryVersion="[4.2,)">
<name>TrekBuddy</name>
<description>GPS Tracking and Navigation</description>
<version>0.9.89</version>
<vendor>kruhc@seznam.cz</vendor>
<copyright>Copyright (C) 2009 kruhc@seznam.cz</copyright>
<fileset Java="1.0">
<files>
trekbuddy_bb_v42.cod
trekbuddy_bb_v42-1.cod
trekbuddy_bb_v42-2.cod
trekbuddy_bb_v42-3.cod
trekbuddy_bb_v42-4.cod
trekbuddy_bb_v42-5.cod
</files>
</fileset>
</application>
</loader> |
Anyway I doubt it'll help
|
|
| Back to top |
|
 |
shen
Joined: 15 Oct 2008 Posts: 324 Location: DE
|
|
| Back to top |
|
 |
kruch Site Admin
Joined: 02 Jul 2006 Posts: 5088
|
|
| Back to top |
|
 |
shen
Joined: 15 Oct 2008 Posts: 324 Location: DE
|
Posted: Sun Aug 30, 2009 4:18 pm Post subject: |
|
|
OTA worked, thanks.
Will be out for caching now with the new version, so I can test the new WPT management.
Took a quick look, could not see EDIT or DELETE for WPTs, hope this is still on the list as EDIT worked partly in earliere releases
Anyway thanks for the improvements, also for the ALT correction feature.
Stefan
|
|
| Back to top |
|
 |
kruch Site Admin
Joined: 02 Jul 2006 Posts: 5088
|
Posted: Sun Aug 30, 2009 4:26 pm Post subject: |
|
|
| Edit/Delete still there... you need to open wpt details and if the waypoints set is not used for navigation, these commands are there. That is - no change from previous version(s).
|
|
| Back to top |
|
 |
|