|
|
TrekBuddy www.trekbuddy.net Outdoor companion.
|
- bluetooth / serial / internal GPS, simulator
- offline raster maps (common grids and projections)
- smart GPX / raw NMEA logs
- waypoints and simple navigation
- ... and more
|
- MIDP and Symbian phones
- Blackberry
- Android
- Windows Mobile 5.x/6.x
- Windows Phone coming
|
|
Visit our wiki to see all features, guides and howtos.
Project tracker.
|
|
|
|
|
|
|
| View previous topic :: View next topic |
| Author |
Message |
kruch Site Admin
Joined: 02 Jul 2006 Posts: 5088
|
Posted: Mon Jan 22, 2007 9:44 pm Post subject: 0.9.5 |
|
|
Changelog
- midlet is signed
- several projections support: Latitude/Longitude, Mercator, Transverse Mercator + grids: GK, SG, BNG, UTM
- custom datum support
- HPS improved (walking direction-oriented, provider status, compas)
- midlet runs on Motorola A780
- ... I do not remember.... many small improvements
Signed midlet
Midlet is now signed, so you have to install it using JAD file. The main benefit of signing is for Nokia and SE phones owners - they can finally assign the midlet "never ask" permission for file reading/writing now, to get rid of tile loading and tracklog creation confirmation prompts.
If the installation fails for you, your phone may not have Thawte CA certificate in midlets/java trustore. Check it first. If it is not there, have the firmware updated. Or, eventually, do not use JAD or remove MIDlet-Certificate-*** and MIDlet-Jar-RSA-SHA1 lines from it.
Custom datum support
Via JAD, you can define custom datum. The format is
| Code: |
| Datum-N: <name>{<ellipsoid name,dx,dy,dz}=map:<cname> |
where
- name: datum name as it appears in TB (Options->Settings>Default Datum)
- ellipsoid name: name of reference ellipsoid for given datum
- dx,dy,dz: parameters for 3-parameter transformation to WGS-84 datum
- cname: datum identification in OziE
See JAD for example.
Ellipsoids names
| Code: |
Airy 1830
Modified Airy
Australian National
Bessel 1841 (Namibia)
Bessel 1841
Clarke 1866
Clarke 1880
Everest (1830)
Everest (Sarawak)
Everest (1956)
Everest (1969)
Everest (Singapur)
Everest (Pakistan)
Fischer 1960
Helmert 1906
Hough 1960
Indonesian 1974
International 1924
Krassovsky 1940
GRS 67
GRS 80
South American 1969
WGS 72
WGS 84
|
These datums are predefined: AGD 66, CH-1903, NAD27, OSGB 36, RT 90, S-42 (Russia), WGS 84.
Expert features
If device discovery fails or you want to try to use serial port GPS, connection string may be set manually in the JAD using the following properties:
Serial port GPS example
| Code: |
GPS-Connection-URL: comm:com0;baudrate=19200
GPS-Device-Name: SerialPortGPS
|
Bluetooth GPS example
| Code: |
GPS-Connection-URL: btspp://00803d000001:1
GPS-Device-Name: WeirdGPS
|
These settings overrides "last-known" device info.
0.9.5 download link
2007-01-26 20:20 minor update
- fixed backlight control for SE
- accuracy (in meters) is now shown in HPS for internal provider instead of "1.0" constant (remember, for external GPS provider hdop is shown)
0.9.5a download link
2007-01-31 21:10 minor update
- fixed distant waypoint mark placement in HPS
- accuracy of positions reported by GPS (not the calculated average!) is now shown in HPS also for external provider; accuracy = hdop * 5 m (typical accuracy of consumer devices)
- fixed missing Start command on SXG75 in fullscreen mode
- fixed a"bug" that forced defensive filesystem access on all devices, not only SXG75 (you probably haven't noticed anything anyway)
0.9.5c download link
Last edited by kruch on Wed Feb 14, 2007 7:48 pm; edited 5 times in total |
|
| Back to top |
|
 |
Ranger
Joined: 12 Dec 2006 Posts: 4726
|
Posted: Tue Jan 23, 2007 12:17 am Post subject: |
|
|
Kruch,
I can reproduce a bug with crosshair position movement known as plord map position jump (when switching maps in atlas).
Scenario:
- first is necessary to use NMEA log to have last stable (standing) position from provider simulated
- when log is replayed, just start to switch maps
- after map loads, crosshair position can be moved a little if "5" key is pressed, but OSD values doesn't change ???
Seems that first crosshair position after map switching isn't updated to last known GPS position. Not so visible when GPS is on, postition is updated every one second.
But with GPS off, it is possible to have almost any crosshair position coordinates for the same point. Sample attached.
| Description: |
|
| Filesize: |
60.66 KB |
| Viewed: |
44313 Time(s) |

|
|
|
| Back to top |
|
 |
kruch Site Admin
Joined: 02 Jul 2006 Posts: 5088
|
Posted: Tue Jan 23, 2007 10:37 am Post subject: |
|
|
Bug 203 posted.
I could not find easy to 1) use 2) and deploy 3) and integrate with phpBB forum bug tracking system; let's see how "topic-based" bug tracking will work
|
|
| Back to top |
|
 |
Lakva
Joined: 09 Jan 2007 Posts: 212 Location: N 50,2380 E 12,8760
|
Posted: Tue Jan 23, 2007 10:44 am Post subject: |
|
|
| kruch wrote: |
I could not find easy to 1) use 2) and deploy 3) and integrate with phpBB forum bug tracking system; let's see how "topic-based" bug tracking will work  |
Do you know Mantis? A free bug catching system, Zoner use it for betatests...
_________________ The best thing a man can do for themselves is to help to the others.
-I know it sounds strange... but you may try it  |
|
| Back to top |
|
 |
kruch Site Admin
Joined: 02 Jul 2006 Posts: 5088
|
Posted: Tue Jan 23, 2007 10:50 am Post subject: |
|
|
| Mantis MOD for phpBB is not developed anymore I think, and according to last messages in its thread on phpBB site is has not been left in a very good shape...
|
|
| Back to top |
|
 |
Ranger
Joined: 12 Dec 2006 Posts: 4726
|
Posted: Tue Jan 23, 2007 12:19 pm Post subject: |
|
|
Kruch,
What about otherTB's improvements already asked like:
- continous maps (with borders) scrolling
- preserving almost exact crosshair position when switching maps
- new Settings for maps, ie datums, projections, coordinates
- extended .gmi support etc.
Possible ?
Once more. Maybe is better to have all wishes in one place, like bugs.
|
|
| Back to top |
|
 |
ME
Joined: 22 Sep 2006 Posts: 18
|
Posted: Tue Jan 23, 2007 2:27 pm Post subject: |
|
|
When i start Trekbuddy i have the following menu test
"Start <Ne More" is the "<Ne" part correct ??
|
|
| Back to top |
|
 |
kruch Site Admin
Joined: 02 Jul 2006 Posts: 5088
|
Posted: Tue Jan 23, 2007 2:28 pm Post subject: |
|
|
Yes, possible.
"improvement" is a bug with "ENHANCEMENT" severity for me, so I'll convert this list into a few enhancements.
|
|
| Back to top |
|
 |
kruch Site Admin
Joined: 02 Jul 2006 Posts: 5088
|
Posted: Tue Jan 23, 2007 2:30 pm Post subject: |
|
|
| ME wrote: |
When i start Trekbuddy i have the following menu test
"Start <Ne More" is the "<Ne" part correct ?? |
It's "Start <New>", but it doesn not seem to fix to your screen width. I'll see if I can control font size for command labels...
|
|
| Back to top |
|
 |
Ranger
Joined: 12 Dec 2006 Posts: 4726
|
Posted: Tue Jan 23, 2007 3:26 pm Post subject: |
|
|
Kruch,
Could you check last used GPS provider in 095 (k750i)?
Edit: My fault, no TB restart Sorry, I'm little tired today.
Or my HDOP is near 10.0
|
|
| Back to top |
|
 |
ME
Joined: 22 Sep 2006 Posts: 18
|
Posted: Tue Jan 23, 2007 4:14 pm Post subject: |
|
|
| sorry forgott to tell you that i have a w800i (k750i)
|
|
| Back to top |
|
 |
Bert
Joined: 07 Dec 2006 Posts: 8 Location: Munich
|
Posted: Wed Jan 24, 2007 1:30 pm Post subject: sxg75 card, waypoints, logo |
|
|
Hi kruch,
first of all, once again, thanks for this great work!
Question 1: do you think the problem for sxg75 can be solved to read maps from memory card? Because my atlas is growing and growing and memory is getting smaller.
Question 2: is it correct that at the moment only one waypoint is shown (Navigate To) and not all of the loaded list?
By the way, what do you think about creating a logo for trekbuddy?
If you want I can make a draft.
Bert
|
|
| Back to top |
|
 |
kruch Site Admin
Joined: 02 Jul 2006 Posts: 5088
|
Posted: Wed Jan 24, 2007 3:02 pm Post subject: |
|
|
A1: you mean the problem that the application fails to read more files from memory card after some time? Do you have the exception it throws at hand so that I do not have to search forums? Thanks! Or you can a post a bug to Bugs forum, with details
A2: there will be a new option for showing all wpts
Last edited by kruch on Wed Jan 24, 2007 4:49 pm; edited 1 time in total |
|
| Back to top |
|
 |
doc2005
Joined: 21 Nov 2006 Posts: 21 Location: Germany
|
Posted: Wed Jan 24, 2007 3:37 pm Post subject: |
|
|
what a great step in V 0.9.5!
keep on coding...
|
|
| Back to top |
|
 |
Duffa
Joined: 05 Dec 2006 Posts: 32
|
Posted: Wed Jan 24, 2007 7:52 pm Post subject: |
|
|
| Lakva wrote: |
Do you know Mantis? A free bug catching system, Zoner use it for betatests... |
Yeees, you are right, we use it for ZPS (my job). Are you our betatester?
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|