diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-26 01:46:15 +0200 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-26 03:01:49 +0200 |
commit | bc984272adbbe67089367d5ed58889aa33698914 (patch) | |
tree | d0373e9899b19684b97bfa095a6b1dd48b1bff16 | |
parent | 535c00948e7a29867dc3fccc041eb4c47ddc7911 (diff) |
msm8996-common: Restore some OEM edits.
* Partial revert of 6552f3fed81aa21b6db408765a588cd08f51370c with
some comments.
-rw-r--r-- | rootdir/etc/init.qcom.rc | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 9f66506..c7ef8ed 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -89,8 +89,10 @@ on post-fs-data # Create directory for tftp mkdir /data/vendor/tombstones 0771 system system - # Create folder for mm-qcamera-daemon + # Create folder for camera mkdir /data/misc/camera 0770 camera camera + + # Create folder for mm-qcamera-daemon mkdir /data/vendor/camera 0770 camera camera mkdir /data/media 0770 media_rw media_rw @@ -311,9 +313,16 @@ on boot # Allow access for CCID command/response timeout configuration chown system system /sys/module/ccid_bridge/parameters/bulk_msg_timeout - # change this when HAL3 is working + # Enable HAL3 via our camera wrapper. setprop persist.camera.HAL3.enabled 1 + # Enable camera read sensors data. + setprop persist.camera.gyro.disable 0 + + # Our RIL doesn't send multiple RIL_UNSOL_CALL_RING so + # without this it may trigger the phone ring tone only once. + setprop ro.telephony.call_ring.multiple false + # Wifi firmware reload path chown wifi wifi /sys/module/wlan/parameters/fwpath |