- Dec 30, 2018
-
-
Roshan Pius authored
Framework will now add interface to supplicant (via HIDL) when it needs to control an interface, so don't specify them in the startup params. Bug: 69426063 Test: Device boots up and able to connect to wifi. Change-Id: I817d28093f8b982e3806c212babd888c0f5eb7c0
-
Jeff Vander Stoep authored
Wpa_supplicant's random pool is not necessary on Android. Randomness is already provided by the entropymixer service which ensures sufficient entropy is maintained across reboots. Commit b410eb1913 'Initialize /dev/urandom earlier in boot' seeds /dev/urandom with that entropy before either wpa_supplicant or hostapd are run. Bug: 34980020 Test: Use wifi and wifi tethering on Taimen Change-Id: Ib5caf362bc939911b357db186a274957d3fbf186
-
- Jul 23, 2018
-
-
Paul Keith authored
* In O, the default setting for mobile data always active was changed from off to on, meaning that when non-WiFi tethering is being attempted, more than one connection can be active * Since the first active connection type in this overlay is used, reorder the values to get WiFi connections first, and then any type of mobile data connection, instead of vice versa Change-Id: I41f31ba1a2793e209ff439c9ba28a390fecdeecb
-
LuK1337 authored
* send_mic_mute_to_AudioManager hasn't been doing anything since Android 4.4, therefore there's no reason to keep it. Change-Id: I74ed33265fccd59def5c2f9e67a9e8a28ce4dbc9
-
LuK1337 authored
* This overlay does not exist since we are no longer based on CAF. Change-Id: Ibbc522f9ab1597d7e039eb7458cf4bb3924b7176
-
Danny Baumann authored
Change-Id: I3428fa6e47318b195a8dc46731e0aabc14a9a8e7
-
TheScarastic authored
* Tissot - OPM1.171019.019 Change-Id: Ifaed11b057ed2308f0c5e960f7ba160913c98b88
-
TheScarastic authored
Change-Id: I4ccdc508f8f8ff095e14418c70bf3a2b0d1ad082
-
TheScarastic authored
* LA.UM.6.6.r1-06700-89xx.0 Change-Id: I727a001ac1c070d591db3842ae8c2fd0e9e79b14
-
- Jul 16, 2018
-
-
TheScarastic authored
* LA.UM.6.6.r1-06700-89xx.0 Change-Id: I603213288e3519dc33596e63354b5a53eb88f0f5
-
TheScarastic authored
* LA.UM.6.6.r1-06700-89xx.0 Change-Id: Ia81ae03011aff768cf17fe46c5a09132ebb3b1a8
-
Bruno Martins authored
Change-Id: I9035b449cea6d78927a459dc247075b3d4512e46
-
LuK1337 authored
Change-Id: Iccab8c8620c7ff680768aac2d9cbf5b5067af8d7
-
Wei Wang authored
Set TARGET_USES_MKE2FS := true to use new EXT4 tool chain Bug: 62421233 Change-Id: Id6e5c68b2d7854e5330ad87443b974361a4bff9d
-
TheScarastic authored
* Add lineage power hal in manifest Change-Id: I4f77a2a85805646ff86f30fe3d77a4f9894c0bfd
-
- Jul 10, 2018
-
-
Bruno Martins authored
* No need to have them as build targets. Change-Id: Ie76ae3028a394b25fd9df485e500101f10230294
-
- 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
-