diff options
| author | Harshit Jain <harshitjain6751@gmail.com> | 2017-09-06 18:47:08 +0800 |
|---|---|---|
| committer | dev-harsh1998 <harshitjain6751@gmail.com> | 2017-10-18 12:29:00 +0530 |
| commit | 87f841a88d794d3a525943da8336777e9f26fb99 (patch) | |
| tree | 2c3f8b38fa882fd09ceb7bed6093b05bd8c8d218 | |
| parent | ff4a6b7f640c755d71aa9fde045fa0d1c7a57daf (diff) | |
a6000: Remove data daemon restart hack
Latest blobs from bullhead's (Google Nexus 5x) Fixes this weird issue of data not starting after some random boot or wifi switch
Change-Id: I3ec1253eacbe232d39cd2c37df7ce862f36e048c
| -rw-r--r-- | rootdir/etc/init.target.rc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rootdir/etc/init.target.rc b/rootdir/etc/init.target.rc index ddc39c2..b5b9251 100644 --- a/rootdir/etc/init.target.rc +++ b/rootdir/etc/init.target.rc @@ -68,10 +68,6 @@ on property:sys.sensors.acc=* start calibacc on property:sys.boot_completed=1 - restart ril-daemon1 - restart ril-daemon - restart ril-daemon1 - restart netmgrd swapon_all fstab.qcom write /sys/module/process_reclaim/parameters/enable_process_reclaim 1 write /sys/module/process_reclaim/parameters/pressure_max 70 |
