adb shell setprop fails on certain properties

nahumari

New member
Mar 26, 2018
1
0
0
setprop camara.dis.flag 0
setprop: failed to set property 'camara.dis.flag' to '0'


why am i getting this error?

when i am tring to change some other fields i succeeded
for example
HWBLA:/ $ setprop debug.aps.enable 1
HWBLA:/ $ echo $?
0

seems like i dont have root access although i did unlocked the phone..
what am i missing?