The Android Framework provides access to raw GNSS measurements on several Android devices.
This article lists Android devices that support raw GNSS measurements as well as tools to log and analyze GNSS data. You can find the tools in the GPS Measurement Tools repo on GitHub, which includes the GNSS Logger APK and the GNSS Analysis app for Linux, Windows, macOS, and the Installation and User Manual.
Original equipment manufacturers (OEMs), developers, and researchers can make use of the tools in this page to test new phone designs, validate functionality, develop new algorithms, evaluate improvements to the GNSS system implementation as well as building value added apps.
Android devices that support raw GNSS measurements
Before you can get any raw GNSS output, you need to make sure that you have a device that can capture such data. Most devices manufactured in 2016 or later and shipped with Android 7.0 or higher provide raw GNSS data.
Depending on the device, raw GNSS measurements can include all or some of the following data:
- Pseudorange and pseudorange rate.
- Navigation messages.
- Accumulated delta range or carrier.
- Hardware (HW) clock.
The table below lists devices that support raw GNSS measurements and the data they provide. This isn't a comprehensive list, you should contact the manufacturer to make sure that a specific device supports raw GNSS measurements.
Model | Android version | Automatic Gain Control | Navigation messages | Accumulated delta range | HW clock | Global systems |
---|---|---|---|---|---|---|
HTC U11 Plus | 8.0 | no | no | no | yes | GPS GLONASS |
HTC U11 Life | 8.0 | no | no | no | yes | GPS GLONASS |
Huawei Mate 10 | 8.0 | no | yes | yes | yes | GPS GLONASS |
Huawei Mate 10 Pro | 8.0 | no | yes | yes | yes | GPS GLONASS QZSS |
Google Pixel 2 XL | 8.0 | yes | no | no | yes | GPS GLONASS GALILEO BeiDou QZSS |
Google Pixel 2 | 8.0 | yes | no | no | yes | GPS GLONASS GALILEO BeiDou QZSS |
Sony Xperia XZ1 | 8.0 | no | no | no | yes | GPS GLONASS GALILEO BeiDou |
Samsung Note 8 (Exynos) | 7.1 | no | yes | yes | yes | GPS GLONASS GALILEO BeiDou |
Samsung Note 8 (QCOM) | 7.1 | no | no | no | yes | GPS GLONASS GALILEO BeiDou |
LG V30 | 7.1.2 | no | no | no | yes | GPS GLONASS |
Moto X4 2017 | 7.1 | no | no | no | yes | GPS GLONASS |
Essential PH-1 | 7.1 | no | no | no | yes | GPS GLONASS |
Moto Z2 | 7.1 | no | no | no | yes | GPS GLONASS |
HTC U11 | 7.1 | no | no | no | yes | GPS GLONASS |
OPPO R11 | 7.1 | no | no | no | yes | GPS GLONASS GALILEO BeiDou |
Huawei Honor 9 | 7.0 | no | yes | yes | yes | GPS GLONASS |
Samsung S8 (Exynos)1 | 7.0 | no | yes | yes | yes | GPS GLONASS GALILEO BeiDou QZSS |
Samsung S8 (QCOM)2 | 7.0 | no | no | no | yes | GPS |
Huawei P10 | 7.0 | no | yes | yes | yes | GPS GLONASS GALILEO BeiDou QZSS |
Huawei P10 Lite | 7.0 | no | no | no | yes | GPS |
Huawei Honor 8 | 7.0 | no | yes | yes | yes | GPS GLONASS BeiDou |
Huawei Mate 9 | 7.0 | no | yes | yes | yes | GPS GLONASS BeiDou |
Huawei P9 | 7.0 | no | yes | yes | yes | GPS GLONASS BeiDou |
Google Pixel XL | 7.0 | no | no | no | yes | GPS |
Google Pixel | 7.0 | no | no | no | yes | GPS |
Nexus 6P3 | 7.0 | no | no | no | no | GPS |
Nexus 5X3 | 7.0 | no | no | no | no | GPS |
Nexus 9 (non cellular version)4 | 7.1 | no | yes | yes | yes | GPS GLONASS |
1 Exynos, EMEA devices, Models: G950F or G955F
2 QCOM, USA devices, Models: G950U or G955U
3 Raw measurements are provided only when a GPS position is available.
4 No duty cycling. Works only on the non cellular version of Nexus 9.
For more information about the data provided by a device, see Global Navigation Satellite Systems.
Logging raw measurements
You can use Android Studio to build an app that captures raw GNSS measurements and logs them to a file. The GPS Measurement Tools project includes GNSS Logger, a sample app that shows how to log data related to Android location, including raw GNSS measurements.
Download the GNSS Logger APK to install the sample app in your device.
To get GNSS output with the sample app, your device must support raw GNSS measurements. For more information, see Android devices that support raw GNSS measurements.
Once you have captured the GNSS log using the GNSS Logger, you can copy the log files from the device to your computer for further analysis. From within the GNSS Logger you can send the files to yourself via email or save them to Google Drive. Alternatively, you can save the files using the file management app on the device, or you can use the Android Debug Bridge (ADB) as explained in Copy files to/from a device.
To browse the sample source code, see the
GNSSLogger
folder in the GPS Measurement
Tools repository on GitHub.
Analyzing raw measurements
The GNSS Analysis app reads the GPS/GNSS raw measurements collected by the GNSS Logger and uses them to analyze the GNSS receiver behavior, as shown in figure 1.
You can download the app for Linux, Windows and macOS, systems, or download the Installation and User Manual.
Figure 1. GNSS Logger collects the measurements that can be consumed by GNSS Analysis.
The GNSS Analysis app is built on MATLAB, but you don't need to have MATLAB to run it. The app is compiled into an executable that installs a copy of the MATLAB Runtime.
GNSS Analysis Control Panel
The GNSS Analysis control panel, shown in figure 2, lets you manage app features, such as:
- Select which satellites are displayed.
- Control the reference position, velocity, and time (PVT) used for calculating measurement errors.
- Generate analysis reports.
- Define a window in the data between start and end times.
)
Figure 2. GNSS Analysis control panel
GNSS Analysis interactive plots
The GNSS Analysis app provides interactive plots organized in radio frequency (RF), clocks, and measurements columns, as shown in figure 3.
)
Figure 3. GNSS Analysis app displaying interactive plots.
The RF column shows the following data:
- For each constellation, the four satellites with the strongest signals.
- For each satellite, the time plot of carrier to noise density (C/No).
- The skyplot of satellite positions.
The clock column shows the following data:
- The pseudoranges.
The offset frequency of the receiver clock, which is computed using one of the following reference positions:
- Automatically computed mean position.
- Latitude, longitude, and altitude entered by the user.
- National Marine Electronics Association (NMEA) file with truth reference PVT.
The offset of the standby clock that keeps time when the receiver resets the duty cycle of the primary oscillator.
The measurements column shows the following data:
- The weighted least squares position results obtained from the raw pseudoranges. The weighting is done using the reported uncertainty of each measurement, which is part of the raw measurement API spec.
- The errors of each pseudorange for each measurement.
The errors of each pseudorange rate for each measurement.
GNSS Analysis test report
GNSS Analysis can generate a test report, as shown in figure 4, that evaluates the API implementation, received signal, clock behavior, and measurement accuracy. For each case, the app reports whether the receiver passed or failed the test based on the performance measured against known benchmarks. The test report is useful for device manufacturers, who can use it as they iterate through the design and implementation of new devices. To generate the test report, click Make Report.
Figure 4. GNSS Analysis test report
The Compare tab provides a side-by-side comparison, shown in figure 5, of C/No from several GNSS log files, which is useful when comparing the RF performance of several devices.
Figure 5. Side-by-side comparison of C/No data from several log files
Interested in the source code? The GPS Measurement Tool Project provides an open source MATLAB example that you can use to perform the following actions using GPS constellation signals:
- Read data captured with the GNSS Logger sample app.
- Compute and visualize pseudoranges.
- Compute weighted least squares position and velocity.
- View and analyze carrier phase.
GNSS Analysis app v2.6.1.0 release notes
GNSS Analysis app version 2.6.1.0 includes the following updates:
- Added L1-L5 analysis: L1-L5 C/No difference and L1-L5 group delay.
- Ephemeris ftp sites reported to status screen before attempting ftp, so if ftp fails, user knows where to get ephemeris files "by hand".
- Mission Planner (computes slyplot for any time and place).
- Android API analysis added to the Analysis Report: Pass/Fail/Warning based on missing mandatory/non-mandatory/recommended fields.
- Improved execution speed (by about 2x from v2.5.x.x).
Provide feedback
We want to improve the support for GNSS on Android. Let us know about any issues with GNSS support on Android by using the GNSS issue tracker. Please check if your issue has already been addressed in the FAQ before posting it.
If you have used the GNSS Analysis tools, please provide feedback by answering a short survey. If you have other questions or a request for support, see Developer Support Resources.
You can find answers to frequently asked questions in the GNSS Analysis Tools FAQs.