Skip to main content
Before you begin:
  • See Qualcomm Linux Flash Guide for common infrastructure setup and build workflows.
  • Qualcomm Linux provides a location API test application to run test scenarios for location single shot, tracking, batching, and geofencing sessions. The location_client_api_testapp is available at the /home/root directory of the device.
The following figure shows the workflow to get started with the location API test application.
Qualcomm Linux Location workflow.png

Qualcomm Linux Location workflow

Verify permissions of the MPSS firmware binary files

Prerequisites:
  • The MPSS firmware binary files must have the correct permissions.
  • The host PC used for the builds must have the correct umask setting.
To ensure that the location service is running in modem peripheral subsystem (MPSS), do the following:
  1. Ensure that the host PC used for the builds has the correct umask setting. For example:
    • Correct umask setting: 0002, 0022
    • Incorrect umask setting: 0027
  2. List the files available at /usr/lib/modem_pr/so.
  3. Provide read r permissions to these files.
  4. Reboot the device.

Set up an SSH connection

To enable SSH and connect to the device, do the following:
  1. Perform the steps mentioned in Sign in using SSH to enable SSH.
  2. Connect to the device.
    For example:
  3. Enter the following password to connect to SSH.

Next steps