| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Various fixes are ported from the i9300 sensors. A list of commits is
attached below.
Furthermore, paths are adapted for the updated sensor drivers and
I got rid of implicit declaration warnings.
commit 0f8e8cc
Author: Christian Balster <christian.balster@gmail.com>
Date: Wed May 20 13:19:48 2015 +0200
i9300: libsensors: add real accuracy reporting for magnetometer
Change-Id: I3dd56f4d7fb0de8feca2422c165fe0c3cd92761a
commit 2104318
Author: Christian Balster <christian.balster@gmail.com>
Date: Wed May 20 17:14:11 2015 +0200
i9300: libsensors: fix typo in accelerometer data
Change-Id: Iee501b65c23bed22bfe769496bafc852f939a8ac
commit b69dd87
Author: Christian Balster <christian.balster@gmail.com>
Date: Wed May 20 17:16:29 2015 +0200
i9300: libsensors: report at least bogus accuracy for gyro
Change-Id: I81ff71c8ae6bf25c1aabac4a6d8d6fcf64bd2e0b
commit d786475
Author: Christian Balster <christian.balster@gmail.com>
Date: Thu May 21 17:46:00 2015 +0200
i9300: libsensors: fix magnetometer offset parameters not being saved
also fix a typo
Change-Id: I69246a96c53d7ec02ca90d73bc85dec4cbc73343
commit f7d2dfd
Author: Christian Balster <christian.balster@gmail.com>
Date: Tue Jun 2 15:08:02 2015 +0200
i9300: libsensors: remove unused orientation sensor
The Orientation Sensor is deprecated and no longer required.
Additionally this implementation is never even used, since Android
automatically replaces it by it's own implementation if the sensor HAL
doesn't also provide a Rotation Vector sensor. Furthermore the current
implementation only uses the accelerometer and magnetometer for the
sensor fusion and doesn't make use of the Gyroscope. So should we at
some point decide to implement our own complete sensor fusion this
would have to be rewritten anyway.
Change-Id: I45d8a9afd2089b49131e6cc69cdf2f3dfee46c92
commit fc862f3
Author: Dheeraj CVR <cvr.dheeraj@gmail.com>
Date: Thu Jun 11 16:44:25 2015 +0400
libsensors: switch to portable typedefs to match callbacks
Using a strict basetype only coding style is not a good idea
especially when we are dealing with callbacks which use portable
typedef like int64_t. This kind of coding style would most likely
end up in overflows at various places especially when dealing with
timestamps and sensor delays which are caused when typecasting
datatypes of different size.
Switch to portable typedefs and get rid of "long".
Change-Id: I75b9cace7602345dba9095f046292e6d4db07df4
commit a484daf
Author: Christian Balster <christian.balster@gmail.com>
Date: Mon Jun 15 17:46:29 2015 +0200
i9300: libsensors: fix possible overflow while setting delay
Even though we changed the signature of the set_delay() methods,
we can still get an overflow while actually writing the values to sysfs.
Let's adapt sysfs_value_read() and sysfs_value_write() too.
Change-Id: If8eda7204831f0edabec890d4e3127be520fa3bf
commit 594d5b8
Author: Dheeraj CVR <cvr.dheeraj@gmail.com>
Date: Thu Jun 11 17:57:26 2015 +0400
libsensors: update sensor flags
Change-Id: Ia57026f4e8f5dd270da7619bc25289fc414bce30
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
|
|
|
|
| |
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
|
|
|
|
| |
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
|
|
|
|
| |
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
|
|
|
|
| |
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
|
|
|
|
| |
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
|
|
|
|
| |
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
|
|
|
|
| |
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
|
|
|
|
| |
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
|
|
|
|
| |
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
| |
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
| |
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
| |
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
|
|
|
|
| |
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
| |
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
| |
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
| |
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
|
|
| |
This reverts commit dd71a91945087a2f33b55cd1545a1ad1bb22b39a.
Change-Id: I4cead141982801b45f89ad3feebe611ee2652be8
|
|
|
|
|
|
| |
This reverts commit 2f50aff55cb13253b204f831adfd3ca0ddb347e0.
Change-Id: I60308962f91ad991fd7bef82622a3f733bc150c1
|
|
|
|
| |
Change-Id: I0e236502c9418743d1a976661085127a601a3beb
|
|
|
|
|
| |
Change-Id: I061c9d67b171099a3c5cf21c5961e15a2bc114fc
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
|
|\
| |
| |
| |
| |
| | |
github.com:tilaksidduram/android_device_samsung_n7100 into HEAD
Change-Id: I492f715515d6cf681a5f6d2bc59f6929f92b7b47
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Change-Id: Ib3d5596e694ff553ed843cc7ff3525c73944ef6c
|
| |
| |
| |
| |
| |
| |
| | |
this is a leftover from t0, here it causes broken autorotate
and slow response times on the lockscreen
Change-Id: I30d682a65447d7f846d277ca4f9b63315b2ca526
|
| |
| |
| |
| | |
* trying to fix compass.
|
| |
| |
| |
| | |
credits to keepcalm444
|
| |
| |
| |
| | |
Change-Id: I3e8a8ca2e35cca22bdd248c1bfe9433f2d8285fb
|
| |
| |
| |
| | |
This reverts commit e1c804a2955735b45a6a72664419c8b910929652.
|
| |
| |
| |
| |
| | |
* this reduces ROM package size by approx 50MB
* main commit in android_build repo
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
These are poor workarounds to a deeper issue in Android. Currently, these
features interfere significantly with UX and apps' abilities to provide push
notifications (e.g. Gmail does not receive emails in a timely manner), so it's
better to have them disabled.
added a framework and setting commit(by sultanxda) to allow users to disable doze power save mode on the go.
Toggle switch is under developer options.
|
| |
| |
| |
| |
| |
| | |
fixes manual network selection
Change-Id: I516917a816a202020d41b8621d7ea07464c73f1f
|
| |
| |
| |
| | |
This reverts commit 33be51214fdc66f10a8b59bc120b3e4d8c83da87.
|
| |
| |
| |
| | |
Change-Id: I874a9f2f6590755e5815e18bcdc5d1e0cdac4523
|
| |
| |
| |
| | |
moved to vendor/cm - <bool name="call_recording_enabled">true</bool>
|
| |
| |
| |
| |
| |
| | |
needed for any mdnie stuff that ends up in cmhw
Change-Id: I6efe58e295cae59f074abc4a1fd64258fb5d8188
|
| |
| |
| |
| | |
This reverts commit 0e9b644abbaf2040615c78761f686ef8d39ee5ba.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
credits to raymanfx
|
| |
| |
| |
| |
| |
| | |
Samsung's RIL doesn't support this, but doesn't error on it either.
Change-Id: I5a470c55fecf85183e9c7b4b37aef3b3cbffaf90
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Change-Id: I492e1974e0e1a1c0e70467e30190908909b60451
|
| |
| |
| |
| | |
Change-Id: I715cbce3f4387bb557a9ddd2ec23deebc1b1d7ec
|