File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,17 @@ CONFBACK=false
155
155
# will run in the boot stage currently set in the module options (see CONFLATE below).
156
156
#
157
157
# 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.
159
169
#
160
170
# With PROPOPTION you can decide if the current custom prop list should
161
171
# be replaced, added to or preserved. Add the corresponding words "replace",
You can’t perform that action at this time.
0 commit comments