icon 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.

Partners:    (Polish/Polski)(Polski) Compass mapy      (Polish/Polski)(Polski) Galileos mapy      (Polish/Polski)(Polski) CartoMedia      (Czech/Èesky)(Èesky) Eaglesoft trasy      (Polish/Polski)(Polski) ExpressMap     

 FAQFAQ   SearchSearch   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
No altitude information on Nokia 2710

 
Post new topic   Reply to topic    TrekBuddy Forum Index -> General discussion
View previous topic :: View next topic  
Author Message
cootue



Joined: 03 Dec 2010
Posts: 4

PostPosted: Sat Dec 04, 2010 9:59 am    Post subject: No altitude information on Nokia 2710 Reply with quote

Hi!
First of all I'd like to say that TrekBuddy is awesome app, way better than default Nokia thing!

I have TrekBuddy v1.0.1, Nokia 2710 firmware version is 6.13.

It works all great, but I have one issue. It always shows "altitude: 0 meters". I'm aware of geoid height offset problem and I know that GPS way of calculating altitude is quite inaccurate, but still... it would be nice to have it.

Is it known issue, or maybe I have to change some settings to make it work?
I hope someone can help me with it.
Back to top
View user's profile Send private message
cootue



Joined: 03 Dec 2010
Posts: 4

PostPosted: Mon Dec 06, 2010 11:00 am    Post subject: Reply with quote

I've test a little other TB versions, and it looks like this bug was introduced in v1.0.0. In 0.9.99 it shows altitude information as it should.

I hope it'll be possible to trace this bug, kruch...? Smile
Till then I'm gonna be using v0.9.99.
Back to top
View user's profile Send private message
poutnikl



Joined: 30 Aug 2010
Posts: 173
Location: Czech Republic, Brno

PostPosted: Mon Dec 06, 2010 12:51 pm    Post subject: Reply with quote

I use TB versions for symbian S60 ( Not sure if usable for 2710 ) since 0.9.99 til 1.0.1 on Nokia E52.
Height measuring seems OK for me across all TB versions.

_________________
Nokia E52 (240*320) / Symbian S60 V3 / Last TB relevant to S60
Back to top
View user's profile Send private message
cootue



Joined: 03 Dec 2010
Posts: 4

PostPosted: Mon Dec 06, 2010 2:37 pm    Post subject: Reply with quote

Nokia 2710 is S40 v6 phone and I'm quite sure it's not compatible with Symbian OS.
Back to top
View user's profile Send private message
kruch
Site Admin


Joined: 02 Jul 2006
Posts: 5085

PostPosted: Mon Dec 06, 2010 3:39 pm    Post subject: Reply with quote

Can you try this build?

http://www.trekbuddy.net/releases/1.0.1a/trekbuddy.jad
http://www.trekbuddy.net/releases/1.0.1a/trekbuddy.jar
Back to top
View user's profile Send private message
cootue



Joined: 03 Dec 2010
Posts: 4

PostPosted: Mon Dec 06, 2010 4:56 pm    Post subject: Reply with quote

Works fine in this new build.
Sir, you are the greatest!
Back to top
View user's profile Send private message
guest



Joined: 08 Oct 2006
Posts: 3948

PostPosted: Mon Jul 30, 2012 4:09 pm    Post subject: forum no activation mail Reply with quote

I didn't receive the activation mail...nick gamma...

What is the solution to fix this?

I use the Nokia 2710 too with a self developed little program. The altitude is always 0, latitude and longitude are correct.

The code i have:

[code]
public void locationUpdated(LocationProvider lp, Location location)
{
if (location!=null && location.isValid())
{
altitude=location.getQualifiedCoordinates().getAltitude();
...
[/code]

Gruß Norbert
Back to top
View user's profile Send private message Visit poster's website
gamma1



Joined: 30 Jul 2012
Posts: 1
Location: Deutschland

PostPosted: Mon Jul 30, 2012 6:05 pm    Post subject: Reply with quote

Hey nochmal,

wie kann ich die korrekte Höhe auslesen mit dem Nokia 2710 wie in TrekBuddy?
Die Bedienung von TrekBuddy ist mir noch nicht klar und die Einstellungen werden nicht gespeichert.

Gruß Norbert Smile
Back to top
View user's profile Send private message Visit poster's website
guest



Joined: 08 Oct 2006
Posts: 3948

PostPosted: Wed Oct 24, 2012 8:13 am    Post subject: Reply with quote

locationCriteria= new Criteria();
locationCriteria.setAltitudeRequired(true);
locationProvider= LocationProvider.getInstance(locationCriteria);

...should help :)

Best regards,

Robert Celinski
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    TrekBuddy Forum Index -> General discussion All times are GMT
Page 1 of 1

 
Jump to:  
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 can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group