I would like to understand how adb shell setprop mypropertykey mypropertyvalue for adb shell setprop mypropertykey mypropertyvalue . In other words, I edited the /system/build.prop file, but when I try to use the getprop command to read the value back, I seem to get an empty value instead.
However, when I set the property via adb shell setprop in root mode, and then unscrew the emulator and read the value using the code, I can get the correct value.
I do not understand, if the value is set via adb shell setprop then why is it not written to the build.prop file? Then where getprop read the values ββfrom?
source share