diff options
| author | Vachounet <vachounet@live.fr> | 2017-06-21 11:03:17 +0200 |
|---|---|---|
| committer | wzedlare <vedatak01@gmail.com> | 2017-06-29 16:45:10 +0000 |
| commit | dfb1bde5fb8aa84ecaee65055d7b050f7a59958a (patch) | |
| tree | 528a569a91a5d7d247799c9dd86849bec7de5fa0 | |
| parent | a14eeb830871ad582d28e32f0c467ecaea5b3c31 (diff) | |
cedric: revert to fm_dl service
Change-Id: Ifdc69b0efdaeded1a57b66186194e794e0f61178
| -rw-r--r-- | rootdir/etc/init.qcom.rc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 911d3b9..01d6b0a 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -768,10 +768,12 @@ service loc_launcher /system/bin/loc_launcher class late_start group gps inet qcom_diag wifi -service fm_qsoc_patches /system/bin/fm_qsoc_patches 199217 0 +service fm_dl /system/bin/sh /system/etc/init.qcom.fm.sh class late_start - user bluetooth - group bluetooth net_bt_admin net_admin + user system + group system + disabled + oneshot on property:crypto.driver.load=1 insmod /system/lib/modules/qce.ko |
