| View previous topic :: View next topic |
| Author |
Message |
cootue
Joined: 03 Dec 2010 Posts: 4
|
Posted: Sat Dec 04, 2010 9:59 am Post subject: No altitude information on Nokia 2710 |
|
|
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 |
|
 |
cootue
Joined: 03 Dec 2010 Posts: 4
|
Posted: Mon Dec 06, 2010 11:00 am Post subject: |
|
|
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...?
Till then I'm gonna be using v0.9.99. |
|
| Back to top |
|
 |
poutnikl
Joined: 30 Aug 2010 Posts: 173 Location: Czech Republic, Brno
|
Posted: Mon Dec 06, 2010 12:51 pm Post subject: |
|
|
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 |
|
 |
cootue
Joined: 03 Dec 2010 Posts: 4
|
Posted: Mon Dec 06, 2010 2:37 pm Post subject: |
|
|
| Nokia 2710 is S40 v6 phone and I'm quite sure it's not compatible with Symbian OS. |
|
| Back to top |
|
 |
kruch Site Admin
Joined: 02 Jul 2006 Posts: 5085
|
|
| Back to top |
|
 |
cootue
Joined: 03 Dec 2010 Posts: 4
|
Posted: Mon Dec 06, 2010 4:56 pm Post subject: |
|
|
Works fine in this new build.
Sir, you are the greatest! |
|
| Back to top |
|
 |
guest
Joined: 08 Oct 2006 Posts: 3948
|
Posted: Mon Jul 30, 2012 4:09 pm Post subject: forum no activation mail |
|
|
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 |
|
 |
gamma1
Joined: 30 Jul 2012 Posts: 1 Location: Deutschland
|
Posted: Mon Jul 30, 2012 6:05 pm Post subject: |
|
|
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  |
|
| Back to top |
|
 |
guest
Joined: 08 Oct 2006 Posts: 3948
|
Posted: Wed Oct 24, 2012 8:13 am Post subject: |
|
|
locationCriteria= new Criteria();
locationCriteria.setAltitudeRequired(true);
locationProvider= LocationProvider.getInstance(locationCriteria);
...should help :)
Best regards,
Robert Celinski |
|
| Back to top |
|
 |
|