Image: Ujnotes — CC0 1.0
Push a file to device paths and set a property with adb shell setprop.
Push a file onto the device:
adb push filename.extension /sdcard/0/Other destinations:
/data/local/
/data/opt/
/data/tmp/Set a system property from the shell. Value may be empty "":
adb shell setprop <Property> <Value|"">Updated:
2026 Aug 19

