I get an error when trying to set a value for a property with name> = 32 characters
adb shell setprop 01234567890123456789012345678901 VALUE
Mistake:
could not set property
It works great
adb shell setprop 0123456789012345678901234567890 VALUE adb shell getprop 0123456789012345678901234567890 VALUE
Is there a way to set properties with longer names?
android properties
alex2k8 Feb 21 '11 at 16:13 2011-02-21 16:13
source share