Glonass satellites are supported or not?

Laszlo picture Laszlo · Jul 9, 2013 · Viewed 9k times · Source

How can be detect if an Android based mobile device is supporting glonass capability or not?

Answer

user2246302 picture user2246302 · Dec 24, 2014

That could be a bit difficult, or not. It depends on the Android platform implementation.

The default framework that Google provides does not carry information for any constellation except GPS. You could be using Glonass and just not see the satellites show up because the Framework has no way to pass this info from the hardware device driver to the Framework.

Some device manufacturers have implemented a small change in the default Framework that allow it to carry glonass satellite info. This is a simple change (one line of code) in the Framework but it must also be matched by equivalent changes in the GPS hardware device driver. You can't use one change without the other.

If you start seeing satellite ID numbers greater than 32, you know it is showing some other constellation. I think Glonass satellites normally use the range of 65 to 88, but I could be wrong about that. There should always be more than one Glonass satellites in the sky for every location on earth. If you see them, then you know your device has that capability. If you don't see them, it doesn't prove anything for sure because some devices only enable glonass usage if there aren't enough GPS satellites.