| View previous topic :: View next topic |
| Author |
Message |
kruch Site Admin
Joined: 02 Jul 2006 Posts: 5088
|
Posted: Wed Apr 09, 2008 7:52 pm Post subject: 0.9.77 |
|
|
Changelog
- keep-alive option for Bluetooth (dangerous - use only when needed!)
- periodic gpx tracklog flush
- Lambert Conformal Conic projection supported (useful for S-JTSK approximation)
- Rijksdriehoeksmeting datum added to defaults
- fixed: NMEA correlations bug that caused altitude missing sometimes
- support for running TB with Esmertec Jbed (and perhaps Intent Midlet Manager) on WM
0.9.77 download link
Requirements Installation Configuration Customization
Windows Mobile
The main obstacle preventing TB to run on WM devices with usual java launchers (Esmertec Jbed and Intent Midlet Manager) was the lack of serial port access from midlets. The solution is quite simple - use COM port -> TCP socket redirecting native application like GpsGate (http://franson.com). It is very powerful, but not free. So I wrote a simpler one called GpsPort. And renamed Serial provider to Stream, because it handles all stream sources - COM port, TCP socket, BTSPP...
Here's the link to Jbed I use on HTC Artemis (integrated GPS) together with GpsPort:
http://www.winmobiletech.com/092007MidletBible/JRebeiro_EsmertecJbed_20071119.3.1.zip.
The advantage of running TB in Jbed is 1) it runs faster 2) Jbed supports semitransparency so I can use generic version of TB with nicer graphics.
Example (my setup):
- GpsPort: redirect COM4 port to TCP port 20175
- Stream provider -> Connection URL: socket://127.0.0.1:20175

Last edited by kruch on Thu Apr 10, 2008 8:48 pm; edited 3 times in total |
|
| Back to top |
|
 |
yearling
Joined: 18 Apr 2007 Posts: 277
|
Posted: Thu Apr 10, 2008 9:35 am Post subject: Problems in 09.77 |
|
|
Tak mám problémy s poslední verzí (podobné se objevovaly i někdy kolem 09.56, později byly vyřešeny), spouštím to na Nokii 6233.
Problém se projevuje pouze v některých oblastech (některé části Moravy)
V atlasu ČR mám 3 vrstvy (1:150000, 1:50000 a 1:20000)
Jestliže v kterékoliv vrstvě najedu na souřadnice 49°16'29" a 16°26'13" a přepnu vrstvu na 1 nebo 2 je vše OK, stejně tak přepínám-li potom mezi 1 a 2, ale přepnu-li na vrstvu 3 (1:20000), změní se mi souřadnice na 48°43'38" a 12°43'43" v této (3.) vrstvě potom přestane fungovat i GOTO z menu waypoints - posunuje se to na nesmyslné souřadnice. Pokud chci aby to začalo zase fungovat, musím se přepnout na 1. nebo 2. vrstvu a pak je to OK (i GOTO). Jestliže se opět přesunu na nějaké reálné souřadnice (Morava viz výše) a přepnu-li se zase zpět na 3. vrstvu, problém se opakuje. Zkusil jsem tam zpátky nainstalovat i 09.76 a tam se uvedený problém neprojevuje, vše jede OK.
Sorry it is quite difficult for me to describe, this problem in English.
There is a problem only in last version - when I switch layers in a big atlas so coordinates have changed on impossible values - but this problem seams only in some layers of atlas and some places.
Version 09.76 is OK |
|
| Back to top |
|
 |
tixoman19
Joined: 28 Sep 2007 Posts: 2
|
Posted: Thu Apr 10, 2008 11:34 am Post subject: periodic nmea tracklog flush |
|
|
Hi,
First of all i want to thank you for the great programm you are working on.
i just read that you have implemented a
- periodic gpx tracklog flush
and i think it would be great to have this also for nmea log files.
Would this be possible?
Thanks |
|
| Back to top |
|
 |
zb_hbwh
Joined: 07 Apr 2008 Posts: 1
|
Posted: Thu Apr 10, 2008 3:08 pm Post subject: |
|
|
Thanks  |
|
| Back to top |
|
 |
kruch Site Admin
Joined: 02 Jul 2006 Posts: 5088
|
Posted: Thu Apr 10, 2008 8:49 pm Post subject: |
|
|
| Fixed and ready for download again... |
|
| Back to top |
|
 |
x2fer
Joined: 31 Jan 2007 Posts: 1650 Location: Madrid. Espańa
|
Posted: Thu Apr 10, 2008 9:45 pm Post subject: |
|
|
I can´t install it... in emu... error too..
| Code: |
WTK OTA server started ...
Error: Reason = 31; Description: The jar size
value in the Application Descriptor does
not match the real jar file
size. |
Is this te correct value? .... MIDlet-Jar-Size: 239063 _________________ N500 || C5-03 + BT-Q810 + TrekBuddy 1.2.2 (Espańol) |
|
| Back to top |
|
 |
kruch Site Admin
Joined: 02 Jul 2006 Posts: 5088
|
Posted: Thu Apr 10, 2008 9:54 pm Post subject: |
|
|
Sorry man... just re-uploaded the jad file. 239063 is correct, however for some reason the jad file was not overwriten.
I'm having serious problems using ftp over wifi at home  |
|
| Back to top |
|
 |
kruch Site Admin
Joined: 02 Jul 2006 Posts: 5088
|
Posted: Thu Apr 10, 2008 9:58 pm Post subject: |
|
|
| What's coming in 0.9.78: visible-trail-on-map feature |
|
| Back to top |
|
 |
amok
Joined: 12 Mar 2008 Posts: 10
|
Posted: Thu Apr 10, 2008 10:01 pm Post subject: Nejde na Nokia 6300 |
|
|
Nokia 6300 tvrdí, že je to neplatná aplikace. Mám to na kartě, předchozí verzi jsem smazal z karty přes PC. Po nahrání verze 0.9.76 tato funguje bez problémů.
Jinak bych chtěl poděkovat autorovi na tomto místě za super aplikaci! |
|
| Back to top |
|
 |
solariz79
Joined: 27 Aug 2007 Posts: 26
|
Posted: Fri Apr 11, 2008 6:51 am Post subject: |
|
|
Research:
Windows Mobile -> ASUS P535(int.GPS at COM2).
TB 0.9.77 run on WM6 with java launchers JRebeiro_EsmertecJbed. I use COM port -> TCP socket redirecting from COM2 to socket 127.0.0.1:20175.
My problem is:
WM try to connect via GPRS again and again. I thing doesn't accept COM->SOCKET redirection.
- Stream provider -> Connection URL: socket://127.0.0.1:20175 _________________ -so- |
|
| Back to top |
|
 |
kruch Site Admin
Joined: 02 Jul 2006 Posts: 5088
|
Posted: Fri Apr 11, 2008 7:25 am Post subject: |
|
|
| solariz79 wrote: |
| WM try to connect via GPRS again and again. I thing doesn't accept COM->SOCKET redirection. |
With GpsPort? Can you try GpsGate? I think I may have to bind socket in GpsPort to loopback only... I'll check it. |
|
| Back to top |
|
 |
solariz79
Joined: 27 Aug 2007 Posts: 26
|
Posted: Fri Apr 11, 2008 7:49 am Post subject: |
|
|
Yes with GpsPort. On TB when I select START, device start GPRS session. And than repeat again after beep. _________________ -so- |
|
| Back to top |
|
 |
guest
Joined: 08 Oct 2006 Posts: 3950
|
Posted: Fri Apr 11, 2008 7:52 am Post subject: |
|
|
| kruch wrote: |
| What's coming in 0.9.78: visible-trail-on-map feature |
great, thank you!
could you make the color chooseable? then it could be clearly distinguished from an old gpx-track which was loaded over the waypoint-route feature (waypoint icons switched off). if both trails (live and gpx-route) are displayed, you could easily say wether you're on track or not and how far off the track you are.
hope you get what i mean.
thanks. |
|
| Back to top |
|
 |
yearling
Joined: 18 Apr 2007 Posts: 277
|
Posted: Fri Apr 11, 2008 8:32 am Post subject: |
|
|
| kruch wrote: |
| Fixed and ready for download again... |
Thanks, now It's OK
I'm looking forward to v. 0.9.78  |
|
| Back to top |
|
 |
hugoschmidt
Joined: 08 Apr 2008 Posts: 4
|
Posted: Fri Apr 11, 2008 11:45 am Post subject: TB on Asus P750 with Esmertec Java |
|
|
After I managed it to get TB work with J9, I tried the new version of TB with the build in Esmertec Java now.
I did it the way kruch recommend in his posting above - including installation of the JRebeiro Jbed (even I don´t have a clue what it is good for... )
Comming to the point: After installation it worked right out of the box! And no problem connecting to the build-in GPS using GPSPort.
GREAT - THANKS!
But even everything work fine, I think there is a small bug: When I press start in TB, I get a message about a try to connect to the internet.
This is no problem for me because I don´t use internet by UMTS so I used a wrong APN in network settings and stay offline...
@ kruch
Do you have an idea if it is possible to start GPSPort from TB?
It is not really a problem to start it first, but a little bit inconvenient...  |
|
| Back to top |
|
 |
|