diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-03-02 21:14:27 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-04-07 13:17:45 +0200 |
commit | e22b4d9d7af12d1f39e4f4ec81d8c8deab9330e6 (patch) | |
tree | 4192fd60bc632b0e3a60d82078687207c6537859 | |
parent | 984441f3d30bb1908fa473577ffb57715c48325b (diff) |
ramdisk: Add setprop persist.camera.gyro.disable 0
-rwxr-xr-x | rootdir/init.qcom.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 56e36f4..e2ad207 100755 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -215,6 +215,9 @@ on boot setprop ro.telephony.call_ring.multiple false + #enable camera read sensors data + setprop persist.camera.gyro.disable 0 + #Remove SUID bit for iproute2 ip tool chmod 0755 /system/bin/ip |