Skip to content

Commit 315cea4

Browse files
Update propsconf_conf
1 parent d14318e commit 315cea4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

common/propsconf_conf

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,17 @@ CONFBACK=false
155155
# will run in the boot stage currently set in the module options (see CONFLATE below).
156156
#
157157
# The CONFPROPSDELAY option is used to set a delay for when a specific custom prop is set. Will automacially
158-
# set the prop during the late_start service boot stage.
158+
# set the prop during the late_start service boot stage. The syntax is as follows:
159+
# Follow the same instructions a for the CONFPROPS variable above to set up the props with the desired values.
160+
# Then append the time in seconds, preceeded by a semicolon. To make the delay wait for
161+
# "Boot completed" also append the word boot, preceeded by two underscores. If the delay is
162+
# supposed to execute instantly, don't add anything after the desired time. Example:
163+
# CONFPROPSDELAY="
164+
# ro.sf.lcd_density=320;10__boot
165+
# ro.config.media_vol_steps=30;20
166+
# "
167+
# In the example above, the density prop will be set 10 seconds after "Boot completed", and the volume steps prop
168+
# will be set 20 seconds after the script is executed in the late_start service boot stage.
159169
#
160170
# With PROPOPTION you can decide if the current custom prop list should
161171
# be replaced, added to or preserved. Add the corresponding words "replace",

0 commit comments

Comments
 (0)