Quote:
Originally Posted by ottischwenk
It says 0
|
Well, that's the problem.
In my Poke3 it's in /system/etc/prop.default:
Code:
#
# ADDITIONAL_DEFAULT_PROPERTIES
#
ro.actionable_compatible_property.enabled=true
ro.postinstall.fstab.prefix=/system
ro.secure=1
security.perf_harden=1
ro.adb.secure=1
ro.allow.mock.location=0
ro.debuggable=0
...
As said, you can mod this with a Magisk module (if you're using Magisk).
The other alternative is the "nuclear option" of system-modding root.
That could also complicate updates.
But you're A11, which makes this even more problematical with the super partition.
I'm A10 and already system-modding root so enabling mock would be trivial.