11月
19
2019
How does adb shell getprop and setprop work?
I would like to understand how adb shell setprop mypropertykey mypropertyvalue works. In other words, I edited the /system/build.prop file, but when I try to use getprop command to read the value back I seem to be getting a blank value instead. However, when I set the property via adb shell setprop...