1. Home
  2. Knowledge Base
  3. SureMDM
  4. Android Management
  5. How to change the GPS status on Android devices remotely using SureMDM

How to change the GPS status on Android devices remotely using SureMDM

There are many deployment scenarios where a customer relies on the GPS status of the device. GPS Status is a feature on which many features, such as location tracking and geo-fencing from SureMDM, depend.

Therefore, SureMDM also has mechanisms to manage the GPS status on Samsung Android devices and devices with signature permissions.

Purpose

The purpose of this knowledge article is to provide a guide on how to change the GPS status on Android devices remotely using SureMDM.

Prerequisites

NA

Steps

  1. Log into the SureMDM Console.
  2. Navigate to Jobs > New Job > Android > Run Script.
  1. Create a Run Script Job with the below-mentioned commands on the SureMDM web console.
  • Runscript to turn ON the GPS:

!#suremdm 

TurnOnGPS(true)

  • Run Script to change GPS Status to Device Only:

!#suremdm 

TurnOnGPS(true,1)

  • Run Script to change GPS Status to Battery saving:

!#suremdm 

TurnOnGPS(true,2)

  • Run Script to change GPS Status to High accuracy

!#suremdm

 TurnOnGPS(true,3)

Note: Most of the features in SureMDM use the high-accuracy mode of GPS to perform their functions.

3. Once done, push the job to the device(s), and the GPS status on the device(s) will be changed.

Need more help? Here’s how to get help from our experts. 

CONTACT US

Was this helpful?
YesNo
Updated on July 2023