diff options
| author | Michael Ott <m@ott.cx> | 2016-07-22 12:09:56 +0200 |
|---|---|---|
| committer | lolmaxlik <ilya.lebedev.2003@mail.ru> | 2016-09-04 22:59:42 +0600 |
| commit | 7cebcd46c8d5644c9c469d9a34425fba2f4c68e8 (patch) | |
| tree | c7330ac45c23ed5ae42395196c7c05c00309e94c | |
| parent | 3853b9dedd393ac8a3bd13181e083171f1fb71f4 (diff) | |
Try to fix disappearing torch tile by restarting media service after phone is fully booted
Change-Id: I87c7025eae7a9d5a3be77a152f34004a9870f584
| -rwxr-xr-x | rootdir/etc/init.target.rc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rootdir/etc/init.target.rc b/rootdir/etc/init.target.rc index 8255692..3a234ae 100755 --- a/rootdir/etc/init.target.rc +++ b/rootdir/etc/init.target.rc @@ -172,3 +172,11 @@ service calibacc /system/bin/accelcal on property:sys.sensors.acc=* start calibacc +<<<<<<< HEAD +======= + +on property:sys.boot_completed=1 + # Temp hack to fix torch not being registered on boot + restart media + +>>>>>>> 80d5451... Try to fix disappearing torch tile by restarting media service after phone is fully booted |
