RichyHBM / Monochromatic

A different kind of blue filter android app, enabling the built in black and white mode in android without the use of an overlay screen
Other
51 stars 15 forks source link

Permission from root terminal #20

Closed JonnyTech closed 5 years ago

JonnyTech commented 5 years ago

Any reason why command does not work from a root terminal on the device?

2|:/ # pm grant uk.co.richyhbm.monochromatic android.permission.WRITE_SECURE_SETTINGS
hromatic android.permission.WRITE_SECURE_SETTINGS         < cmd: Failure calling service package: Failed transaction (2147483646)
2|:/ #
JonnyTech commented 5 years ago

Solution: in Oreo and above, run su then su again for the command to work.