Error when trying to fix the "Process Completed (Signal 9)" Error

So when i try to run the command i get this

adb shell settings put global settings_enable_monitor_phantom_procs false

Exception occurred while executing 'put':
java.lang.SecurityException: Permission denial: writing to settings requires:android.permission.WRITE_SECURE_SETTINGS
        at com.android.providers.settings.SettingsProvider.enforceWritePermission(SettingsProvider.java:2329)
        at com.android.providers.settings.SettingsProvider.mutateGlobalSetting(SettingsProvider.java:1473)
        at com.android.providers.settings.SettingsProvider.insertGlobalSetting(SettingsProvider.java:1427)
        at com.android.providers.settings.SettingsProvider.call(SettingsProvider.java:455)
        at android.content.ContentProvider.call(ContentProvider.java:2533)
        at android.content.ContentProvider$Transport.call(ContentProvider.java:530)
        at com.android.providers.settings.SettingsService$MyShellCommand.putForUser(SettingsService.java:382)
        at com.android.providers.settings.SettingsService$MyShellCommand.onCommand(SettingsService.java:278)
        at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
        at android.os.ShellCommand.exec(ShellCommand.java:38)
        at com.android.providers.settings.SettingsService.onShellCommand(SettingsService.java:50)
        at android.os.Binder.shellCommand(Binder.java:1054)
        at android.os.Binder.onTransact(Binder.java:882)
        at android.os.Binder.execTransactInternal(Binder.java:1290)
        at android.os.Binder.execTransact(Binder.java:1249)
Was this page helpful?