SOTI Script to disable Google Play Protect on Honeywell CT 60

DD
Daniel Dobbertin
Hagebau IT GmbH

Hey Guys, 

i need Help to write a Script for disabling Google Play Protect. 

I have get following URI String by using the Script "watchsettings on" 

Custom log (URI:content://settings/global SETTING:package_verifier_user_consent VALUE:-1)

How can i write a Script for Honeywell now to distribute it via Profile on alle Honeywell Devices? 

I tried follow Scripts: 

Script was sent to device (sendintent URI:content://settings/global SETTING:package_verifier_user_consent VALUE:-1)

Script was sent to device (sendintent -a "Intent://settings/global SETTING:package_verifier_user_consent VALUE:-1")

Script was sent to device (sendintent -a "intent:content://settings/global SETTING:package_verifier_user_consent VALUE:-1")

Script was sent to device (sendintent - b "content://settings/global SETTING:package_verifier_user_consent VALUE:-1")

On alle these Scripts Nothing happend, the Google Play protrect was still enabled. 

Can anyone Help ? 

Edited 6 years ago
Android
ANSWERS
JB
James Beeching
6 years ago

I have been having the same issue for some time and I have been unable to find a work-around for this either.

I have tried this via ADB too and it still remains enabled.

James

MD
Matt Dermody Diamond Contributor
6 years ago
G
GPMOD@SOTI
6 years ago
DD
Daniel Dobbertin
6 years ago

@GPMOD@SOTI 

Thank you for the Help, but the Script Dosen'T work for me :( 

Script:

writeprivateprofstring DeviceFeature DisableVerifyApps 1

apply featurecontrol

Nothing happend, Play Protect is still active. 

Any other Hint ? 

Thank You Guys

DD
Daniel Dobbertin
6 years ago

Hi, 

i have finde a Solution. 

This Thread has helped : 

https://discussions.soti.net/thread/android-plus-writeprivateprofstring-pbd-ini/

Script to Disable GooglePlay Protect: 

writesecuresetting -glo package_verifier_user_consent -1

This worked for me.

This Script is also working on Zebra TC56

RM
Rob Morrison
6 years ago

Is there a solution for devices unrolled with Android Enterprise? These scripts don't work with AE. 

MD
Matt Dermody Diamond Contributor
6 years ago

I don't believe so, outside of disabling the Play Store completely via the Blacklist. 

C
Chad
6 years ago

Hello,

Samsung Tablet, Android 9, Work Managed Device:

I tried:

writesecuresetting -glo package_verifier_user_consent -1

writeprivateprofstring DeviceFeature DisableVerifyApps 1

followed by 

apply featurecontrol

but no good! I also have disable play verify in my feature profile on this unit.

But I still get Blocked by Play Protect when installing an app deigned by us. Any other things to try?