diff options
| author | Milos Ratkovic <milosr@gmail.com> | 2017-04-10 17:13:10 +0200 |
|---|---|---|
| committer | Kaan Kulahli <kaankulahli2@gmail.com> | 2017-04-24 19:41:49 +0000 |
| commit | 3f224aa1bef2de1829087c051a565f483831f196 (patch) | |
| tree | ef793bebff4cc3ba0235570fb05e3e60667197f3 | |
| parent | 035e01a468427fd54d0d95770035e240f1a69c1e (diff) | |
tilapia: Change sensors initialization
Change-Id: I4b57f95085022f5aadae79621c013584b723567a
| -rw-r--r-- | init.tilapia.rc | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/init.tilapia.rc b/init.tilapia.rc index 2412e404fcd..e33162d0dfd 100644 --- a/init.tilapia.rc +++ b/init.tilapia.rc @@ -16,6 +16,8 @@ on fs setprop ro.crypto.umount_sd false mount_all /fstab.grouper swapon_all /fstab.grouper + mkdir /per 0700 root root + mount vfat /dev/block/platform/sdhci-tegra.3/by-name/PER /per ro context=u:object_r:oemfs:s0 on post-fs-data # change back to bluetooth from system @@ -427,13 +429,6 @@ service iprenew_bt-pan /system/bin/dhcpcd -n disabled oneshot -#Sensor: load calibration files. - service sensors-config /system/bin/sensors-config - class main - user root - oneshot -#Sensor load calibration files end - # set hwui properties depending on the screen resolution and the memory size service set_hwui_params /system/bin/set_hwui_params.sh class main @@ -441,6 +436,10 @@ service set_hwui_params /system/bin/set_hwui_params.sh group root oneshot +service sensors-calib /system/bin/sensors-load-calibration.sh + class main + user root + oneshot # bugreport is triggered by the VOLUME-DOWN and VOLUME-UP keys service bugreport /system/bin/dumpstate -d -p -B \ |
