- Thread RSS
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Favorite
- Subscribe
Satellite info on the Samsung Rugby 2 phones
- Mark as New
- Favorite
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Flag as Inappropriate
04.28.2011 01:05 PM
Hi,
The JSR 179 (location) object does not have methods to retrieve satellite and the
String nmea = location.getExtraInfo("application/X-jsr179-locati
returns null. How do we get satellite information for the Samsung Ruby 2 phones?
Can someone point me to the right direction?
Thanks,
Swami
Re: Satellite info on the Samsung Rugby 2 phones
- Mark as New
- Favorite
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Flag as Inappropriate
04.28.2011 01:15 PM
Hi Swami,
Are you ensuring the device has a GPS fix before calling getExtraInfo()? If not, getExtraInfo() is sure to return null.
AT&T Developer Support
Re: Satellite info on the Samsung Rugby 2 phones
- Mark as New
- Favorite
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Flag as Inappropriate
04.28.2011 01:21 PM
Hi Karim,
Yes. I also found that the method using which it got the position was Terminal assisted, which makes me wonder could be the issue.
But I have been searching hi and low to get some evidence on whether someone has been successful in getting this to work.
Re: Satellite info on the Samsung Rugby 2 phones
- Mark as New
- Favorite
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Flag as Inappropriate
05.06.2011 03:12 PM
Hi Swami, I've confirmed w/ Samsung that the Rugby II doesn't support Location.getExtraInfo(“application/X-jsr179-locati
AT&T Developer Support
Re: Satellite info on the Samsung Rugby 2 phones
- Mark as New
- Favorite
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Flag as Inappropriate
05.06.2011 04:39 PM
Hi Karim,
Thanks for the information. May be I will ask this question in a different way, the reason we are looking for satellite information is to find the accuracy of GPS and/or the quality of the GPS.
Can you recommend any other means using which I can find the quality of the GPS?
Re: Satellite info on the Samsung Rugby 2 phones
- Mark as New
- Favorite
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Flag as Inappropriate
05.06.2011 04:57 PM
Have you tried using Location.getQualifiedCoordinates()?
AT&T Developer Support
Re: Satellite info on the Samsung Rugby 2 phones
- Mark as New
- Favorite
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Flag as Inappropriate
06.13.2011 07:31 PM
Karim,
Yes I used the getQualifiedCoordinates to get the latitude and longitude. There has been occassions where we have got 0.0 with the above calls, hence we need to determine the accuracy of the latitude and longitude. I have struggeled with this for a long time and have found no way out.
To rephrase my question, what can I do to ensure that I get valid lat/long from the samsung rugby ii?
I have tried using the horizontal accuracy greater than 500 metres and vertical accuracy greater than 500 metres, it returns the lat/long but I cannot get the vertical and horizontal accuracy assoicated with the GPS points. I have tried the other way of setting 0 for both and it returns GPS but I cannot get the vertical and horizontal accuracy associated with the GPS.
Any help?
-
-
- of 1
-
-
