From 295f4ecff6901a257222e161d0f0f5de5d0bda87 Mon Sep 17 00:00:00 2001 From: Sravan Kumar Ambapuram Date: Wed, 11 Sep 2013 12:01:40 +0530 Subject: [PATCH] init: qcom: Enable RIL notifications if Fast Dormancy is enabled FD feature depends on Modem dormant notifications during the screen ON/OFF states. By enabling RIL property, FD will receive modem Dormant notifications in Screen OFF state as well. Change-Id: I5857c5e9e6b0300fe3ef021acc6c341d7e6e7117 --- rootdir/etc/init.qcom.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 2dbe0d20..1053928d 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -276,6 +276,9 @@ on property:vold.decrypt=trigger_restart_framework start qcom-c_main-sh start config_bluetooth +on property:persist.env.fastdorm.enabled=true + setprop persist.radio.data_no_toggle 1 + service cnd /system/bin/cnd class late_start socket cnd stream 660 root inet