- Jul 09, 2018
-
-
TheScarastic authored
Change-Id: I8ab089aa631a018f03b3310bade6bcd540b917c2
-
TheScarastic authored
* The kernel defaults to NOOP, which allows high throughput * Switch to BFQ, once we are done booting up, to improve UX Change-Id: Iff7e24eba73a722c08e5e248ebced389223b0444
-
- Jul 08, 2018
-
-
Michael W authored
* Improve WiFi speed Change-Id: I06501a8d01d8a802fe5dd7a6c9edfa96c51afbce
-
- Jul 02, 2018
-
-
ezio84 authored
Replicate what Google did for SystemUI in this commit. https://github.com/aosp-mirror/platform_frameworks_base/commit/fabc743bcf6e6623e530545c4b31285ea642f087 Registering a sensor seems to be an expensive operation, and we do it on each screen-on event, so moving it to an asynchronous task looks like a good idea anyway. By moving all non-essential binder calls of the main thread or to the next frame, we bring this down to 5ms, such that window animation and Keyguard animation starts about at the same time. The interesting part about the ExecutorService: "Memory consistency effects: Actions in a thread prior to the submission of a Runnable or Callable task to an ExecutorService happen-before any actions taken by that task, which in turn happen-before the result is retrieved via Future.get()." (from https://developer.android.com/reference/java/util/concurrent/ExecutorService) Change-Id: I4f37bb9a7dc9d7775d587d4ebd4b6619f3b77e81
-
Bruno Martins authored
* Let com.qualcomm.qcrilmsgtunnel break free Change-Id: I6243a6d21da7709bf6612270d7638f1231b9f601
-
- Jun 29, 2018
-
-
Mahantesh Sanakall authored
This will enable quota feature for the data partition. Change-Id: I45f54583d84a67c2097065a29fe67b1012dfcc12
-
Luca Stefani authored
* Current code expects lenght to be the real partition size > The footer is automatically added now Change-Id: I47165062ae0b15c935c8b1c561b9788ff825c4f5
-
Sashidhar Ganiga authored
Enable noatime mount option for userdata, cache and persist partitions. Change-Id: Ie6fb063115ac6a1d62f9cf2814fd1c0b89e4d17f
-
Chongkai Zhu authored
* This is causing kernel panics since the latest F2FS updates Change-Id: I356fe89bd8927acf4ed5cbb037185f81f2e91d3e
-
Michael Bestas authored
* Mounting /system and /vendor partitions is handled in kernel now, however removing the entries from fstab caused issues building the OTA. The workaround was to have a separate fstab, but turns out that simply setting the recoveryonly flag does the trick because those are then ignored during a normal Android boot. Change-Id: I4dec55a9e64d21f04d88b8664a58ce054e6e682c
-
TheScarastic authored
Change-Id: I36cc4c621037f30f68b7364ba5083848c8e1f967
-
- Jun 11, 2018
-
-
Bruno Martins authored
Change-Id: I6772c485305827cce911f5ce643ff65586b0a356
-
- Jun 09, 2018
-
-
Michael Bestas authored
Change-Id: I641c5f2bcbf31ff5a1dd26c9feb6209f7a5a633c
-
Michael Bestas authored
Change-Id: I68be509da28339a4f9465b74ebbaff1f82687aa2
-
Michael Bestas authored
* Based on LA.UM.6.6.r1-08500-89xx.0, adapted for the new format. * Required by perf_hint in libqti-perfd-client.so. Change-Id: Ief38dc242a92de05305452634fe2318e4de42f90
-
- Jun 01, 2018
-
-
Bruno Martins authored
* This was ripped out of Snap Change-Id: I6be271989652f47fccbd37597c965c1c65c98275
-
Bruno Martins authored
Change-Id: Idff05f2626138c96dccd3ab4c26c4df1be40a606
-
Nilesh Shah authored
This code change ensures that vulkan compute xml is copied to /vendor/etc/permission which implictly enable compute on vulkan Change-Id: If11354f5fd46828a805318a742307e4382c58611
-
maxwen authored
Expected as an array in Settings package. Change-Id: I92a56abb0fc1379e4482d1889d04d8db6a14ea2b
-
- May 31, 2018
-
-
TheScarastic authored
Change-Id: I6111b8cfdaf00e8ad77aeebd98752268e2e25826
-
- May 27, 2018
-
-
TheScarastic authored
* Fixes Usb tethering Change-Id: Id047644e9ec17b1fb1acd733e1633da278d5af69
-
- May 22, 2018
-
-
TheScarastic authored
* Fixes high ping issue during high temperature Change-Id: If934f33d43c7d74008e63ceef8dd03d420c884ab
-
TheScarastic authored
* adb shell thermal-engine –o > thermal-engine.conf Change-Id: If934f33d43c7d74008e63ceef8dd03d420c624dc
-
- May 12, 2018
-
-
TheScarastic authored
Change-Id: If934f33d43c7d74008e63ceef8dd03d420c884ff
-
TheScarastic authored
Change-Id: I44575d54dfde143a8e6871048d69b8fd5cbece92
-
- May 11, 2018
-
-
TheScarastic authored
* Adjust flag after https://github.com/LineageOS/android_system_bt/commit/540b42ceaab148e32a5881b7cdf0c7872ed14b13
-
TheScarastic authored
* Our blobs expect them in /data/time
-
Bruno Martins authored
* The atfwd daemon is responsible for handling AT command forward requests from modem and should be enabled for all targets except sda, apq, qcs. Change-Id: I886b616565f81da10ad4a7b52baf8854a0b26f52
-
- May 10, 2018
-
-
Artem Borisov authored
And pin camera app too, since we have a plenty of ram here anyway.
-
TheScarastic authored
* Drop net_raw groups causing useless denials
-
Ravi Kishore R authored
Remove this redundant mechanism of copying DB. QCRIL Daemon already takes care of the copying at runtime Change-Id: I2213c2a8a1c9717c92f3cf5e7873c0ee9e65da35
-
TheScarastic authored
-
Muhammed Siju authored
Set persist.vendor.qti.telephony.vt_cam_interface=1 for legacy targets to enable Camera1 API usage in VT telephony. Change-Id: Ia41c6c96688532519877b61badcdcc3cf7c5bb9a CRs-Fixed: 2076679
-
TheScarastic authored
-
TheScarastic authored
-
TheScarastic authored
-
TheScarastic authored
-
dianlujitao authored
Change-Id: I4bfac85c64599ced45983a86d98cfd810a97db99
-
- Mar 13, 2018
-
-
Fenglin Wu authored
Drop hvdcp_opti service to system group and add wakelock group for it to be able to access wake_lock sysfs. Change-Id: I9a38114b1fcbc6ff21f53c3cd5be888d3a8ce4e7
-