From 04cf629be5e99a3a920aecc0b059444bd07e9d84 Mon Sep 17 00:00:00 2001 From: vidya rao Date: Fri, 24 Jun 2011 12:15:20 -0700 Subject: [PATCH] Move RILD to class main -- This is needed so the modems (LTE & CDMA) are powered on and running before unlocking encrypted devices Change-Id: I842f5286499fd76abc554ded550fb837d12b324e --- rootdir/init.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/init.rc b/rootdir/init.rc index 657797ebb..7a7f3e7c8 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -377,7 +377,7 @@ service debuggerd /system/bin/debuggerd class main service ril-daemon /system/bin/rild - class late_start + class main socket rild stream 660 root radio socket rild-debug stream 660 radio system user root