Disable Clipboard Paste Access on PanatrackerGP

Using Android Platform Tools and ADB, you can disable access to the paste function on the PanatrackerGP Application. 

  1. Install Android Platform Tools
  1. Enable Developer Options and Debugging on the Android Device 
    • go to Settings > System > About phone and tap “Build number” seven times to enable developer options.  
    • A screenshot of a phone

AI-generated content may be incorrect. 
    • In the new ‘Developer Options’ menu Enable USB Debugging 
    • A screenshot of a phone

AI-generated content may be incorrect. 
  2. Connect the device to your PC with Android Platform Tools via USB 
    • Accept the Prompt to Allow USB Debugging 
    • A screenshot of a computer error

AI-generated content may be incorrect. 
  3. Launch the ADB Tool
    • Locate the Android Platform tools folder, hold SHIFT + Right Click, select ‘Open Powershell Window Here’ 
    • A screenshot of a computer

AI-generated content may be incorrect.
  4. Disable Clipboard Access for the PanatrackerGP Application – ⚠️Important: Capitalization matters. Enter commands exactly as shown.
    • Enter the following command to confirm device is communicating with ADB
      • ./adb devices 
        • The Result will show a device (1) 
    • Enter this command to open ADB Shell 
      • ./adb shell 
    • Enter the following command disable Clipboard Read Access for the PanatrackerGP Application (2) 
      • cmd appops set com.panatrackergp READ_CLIPBOARD ignore
    • Check to confirm function disabled with the following command and confirm that com.panatrackergp is returned as a result (3) 
      • cmd appops query-op –user 0 READ_CLIPBOARD ignore 
    • A blue screen with white text

AI-generated content may be incorrect.

Was this helpful?