diff options
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 9de24d1..72a46ed 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -694,6 +694,13 @@ on property:bluetooth.dun.status=stopped on property:ro.bluetooth.ftm_enabled=true start ftmd +on property:vold.decrypt=trigger_reset_main + stop audio-hal-2-0 + +on property:vold.decrypt=trigger_restart_framework + start audio-hal-2-0 + start config_bt_addr + on property:persist.env.fastdorm.enabled=true setprop persist.radio.data_no_toggle 1 |