Guest User

Untitled

a guest
Nov 14th, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. how to get oem orientation sensors on g620s huawei. cherry?
  2.  
  3. download that file=
  4.  
  5. https://github.com/dianlujitao/platform_hardware_qcom_sensors/tree/c0436c250d92dd0565627ee13e6c8ef134d1b18a
  6.  
  7. revert these two commits= Or find a fix...
  8.  
  9. https://github.com/dianlujitao/platform_hardware_qcom_sensors/commit/bce247ef3ec4d439096d9cf6f36c492ab7c7a6ff
  10.  
  11. https://github.com/dianlujitao/platform_hardware_qcom_sensors/commit/e4e5c1611a2b5c4e515511eec6b7b9545502645e
  12.  
  13. in device.mk from device tree, rename libcalmodule_akm
  14. to = libcalmodule_common.so
  15.  
  16. kernel woul need that commit=
  17.  
  18. input: add new input event code to pass timestamp to userspace
  19.  
  20. There's timestamp jitter between the input events and input_sync.
  21. Add two more event code to pass the timestamp to userspace. This
  22. is needed since some input devices such as sensors need to retrieve
  23. the accurate timestamp of the events generated.
  24.  
  25. https://github.com/CyanogenMod/android_kernel_cyanogen_msm8916/commit/60afe4273e7c746c471e631de4a5f84d653ccd35
  26.  
  27. compile and enjoynew sensors...
  28.  
  29. By desalesouche at xda .
Advertisement
Add Comment
Please, Sign In to add comment