| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Holds an unexpected sensor_SMD wake lock on R from time to time
Change-Id: Ib1eab796c186904db8ae342c9078de7c26cdf1dc
|
|
|
|
|
|
|
|
|
| |
* In z2 the menu, assist and apps switch keys are mapped to various functions
of the Utouch button, that have no way of supporting the long press function
* Let's disable them since removing the preference completely makes the menu crash
Change-Id: If5a4ec0608a7d57623de99cce5953bbb4803b304
|
|
|
|
|
|
|
|
|
| |
LineageParts
* Since the last commits in Button Settings, removing these options makes the menu crash
* Sync also with stuff that was updated in button_settings.xml in Android 12
Change-Id: I537291cadde7845d4d9835b9374ecc7caa0f4c5c
|
|
|
|
|
|
|
| |
* Especially wait for really critical temperatures before
shutting down the device completely
Change-Id: Ib9d7837bd7613f208e6c4b73ea819e8981ee170f
|
|
|
|
| |
Change-Id: Icee969e363af093e17e0e1d78b86c3658852345d
|
|
|
|
| |
Change-Id: If560adfd69a6c3a1cc9f837b31d16b0bff3e3b15
|
|
|
|
|
|
| |
* We don't need this
Change-Id: Id7f57dcb3c1e7b225d8c51c0718c018bb41dc8c1
|
|
|
|
|
|
|
|
|
|
|
| |
Add more aggressive throttling before shutdown
Change thermal shutdown to 60C
Fix wrong temperature in SKIN-MID-FLOOR
Bug: 33276816
Bug: 35933344
Test: on marlin
Change-Id: Id20f2299beb7772bbe376342642814b01369731c
|
|
|
|
|
|
|
| |
* Remove the battery monitor part too since the bms sensor isn't
reliable anymore with everyone using a third party battery
Change-Id: I46f788b079a5f9548989c495e0b5a1e1825f5df5
|
|
|
|
|
|
| |
Bug: 33277414
Test: marlin boots and logging thermal temperatures
Change-Id: I114b397cfd140e92a90d41538890faa9a086207e
|
|
|
|
| |
Change-Id: I9b450b2cf6af2b89c167df48244764523e7da67b
|
|
|
|
| |
Change-Id: Iaf31b2c75ce9c584beec6fe2eeee05d95acb5966
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
They doesn't work right, because xml attributes where
stripped down, and leading zeros are removed.
E.g. instead of
<carrier_config mcc="262" mnc="06">
the values are modified and get
<carrier_config mcc="262" mnc="6">
This prevents matching of defined carrier definitions.
Change-Id: I11efe716f9d2ea44bef80c15004d7a8cb71b58b9
|
|
|
|
| |
Change-Id: Ib7b28f04d83ee29aee73cf3bdf62f99cf99824fd
|
|
|
|
| |
Change-Id: I33b3f0d1b2b302f62e1491d31ad32b33609fe4a8
|
|
|
|
|
|
|
|
| |
* Remove SDK values, will default to latest
* Add exported flag, as we are post-SDK31
Change-Id: I5280b17eca0cd72bdb41532b926a7093a77b1416
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
| |
Change-Id: I37d438e93c53104d44482e4e0d2800ef55ca2e0f
|
|
|
|
| |
Change-Id: I984cd5541ef8c01af52329a79898383c1071ac94
|
|
|
|
|
|
|
|
| |
* In twelve the context doesn't get set properly with this in private
This reverts commit 43be610d8f65ce9edad4213fc88dbf4f61deb23d.
Change-Id: I0f1d599cf44c3bac98126a674c0847bc170c515c
|
|
|
|
|
|
|
| |
- fixup of this commit f9f9c448c90ad039fcc94cd38ffed47d43faf516
Change-Id: I05f2ad63f1e614e4f8ba51f8fe5f9291fb656d74
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
* Use Theme.SubSettingsBase for theme
* Replace PreferenceActivity with CollapsingToolbarBaseActivity
* Add Titles to prefernce screen
* Remove onOptionsItemSelected and where neccessary move to activity
Change-Id: Ic879ce61d83a33da12829008a4336c8a23230d63
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Zuk Z2 Plus doesn't have a AMOLED display anyway
* List of reverted commits:
Revert "msm8996-common: doze: Fix AoD default pref"
This reverts commit d0c7a757799835dd57ed880d1abc3e41357ade14.
Revert "msm8996-common: doze: Make AOD preference not persistent"
This reverts commit 4a4a5488b7dd4509800d3ddbcae906ac5bc7b981.
Revert "msm8996-common: doze: Add AOD support to Ambient Display"
This reverts commit ebd1b296486cd39491727d771a59b0516fe2d13f.
Change-Id: Ia17783c5970bb631d6e8c6a49479f58b02b5ebae
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Google's prebuilt cgroups.json and task_profiles.json for products
launched with previous API levels only covers
ro.product.first_api_level >= 28. [1]
These devices were launched with M (API level 23), so schedtune
and task groups are completely broken. Since the system also checks
/vendor/etc for vendor profiles, make a copy of cgroups_28.json
and task_profiles_28.json and ship them to /vendor/etc. Profiles
for previous API levels are all the same anyway.
Test: boot and check /dev/stune/
[1] system/core/libprocessgroup/profiles/
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
Change-Id: I65fe622a804a720a97b43d8092cc8a37703f4b64
|
|
|
|
|
|
|
|
| |
* ELF prebuilts were banned in PRODUCT_COPY_FILES starting
May 11th. See b/156534160 for long-term fix which should
override this change.
Change-Id: Icd25b40ca4e4285319775046a1b70de30572be07
|
|
|
|
|
|
| |
No longer shipped by default with lineage-19.0.
Change-Id: Iae740ef18505b7f2bb01fe54d45810e72fd521e9
|
|
|
|
|
|
| |
* Won't be implemented this cycle (or ever again hopefully).
Change-Id: Ie2a346319dfe814deaf9833cb31640505cc6b7dc
|
|
|
|
| |
Change-Id: Id1feabf037b2d1648ac55aafc83c1b624beaa373
|
|
|
|
|
|
| |
* Else, ScalarConfig: :GetPipeScaleSettingsInfo: lib_scale_get_pipe_settings failed: status = 2
Change-Id: I7ee49c90f7ad948641d81b3c261351a6b3728fed
|
|
|
|
|
|
|
|
|
|
|
| |
Set debug.sf.latch_unsignaled=1 is used to allow surfaceflinger to
latch unsignal buffers that can give more time for buffer to render.
But if the buffer takes longer time to finish, it will block whole
display pipeline result to jank.
Bug: 157964883
Test: scrolling, launch
Change-Id: I56c3e05921de5fc9569bf3f93fde03022a64b6a4
|
|
|
|
| |
Change-Id: I47c511b6e6fe0509de3aaf47b5bcdbdf0fc7dee2
|
|
|
|
|
|
|
|
|
|
|
| |
qcril will block any further MT SMS if previous one is not ACKed.
For this bug, IMS service is not ready and resulted in qcril stuck in blocking state.
This solution will add 30s timer to reset blocking state if there is no ACK from Telephony.
Bug: 169549852
Test: MT SMS during power off
Change-Id: I6f52170654925143aeb55f8bc0cf4c379717e718
Signed-off-by: muti605 <mustafa.sahin605@yandex.com>
|
|
|
|
|
|
|
| |
* E ActivityRecognitionHardware: activity_recognition HAL is deprecated.
is_supported is effectively a no-op
Change-Id: I2ea52288799e52424e984af25a8477e204b0df88
|
|
|
|
| |
Change-Id: Iaa9d66b0bbdc55f046ee1347cbf83c7eecebb35e
|
|
|
|
|
|
| |
Bug: 191252896
Test: android.graphics.cts.VulkanDeqpLevelTest#testVulkanDeqpLevel pass
Change-Id: I0e598ee8a26cd614dc5076a87c514756ba39d740
|
|
|
|
|
|
|
|
|
|
|
| |
Populates a new feature flag to record the level of OpenGL ES dEQP
test support. Updates the analogous Vulkan dEQP feature flag to the
value for the next dessert release.
Bug: 159841535
Bug: 175706433
Merged-In: Ib0fb8f83732d0b3f56bb11a97c84fdc7727c1026
Change-Id: Ic97a65fba95a67e3e16cedd0eb4f3f209f645421
|
|
|
|
|
|
| |
* Set soc model and manufacturer properties.
Change-Id: Ia75eb8862c7d879c40e64527d32d082bfa9b8e42
|
|
|
|
|
|
|
|
|
| |
The pinner now asks the runtime for these files.
Test: adb shell dumpsys pinner
Bug: 144773394
Change-Id: I8de2a2935901cbd3eaa50ce2d8aa09f61080ba02
Merged-In: Ie633ea788dab3389a3407ec9a461b5837befca46
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change replaces the '/system/lib64/libsurfaceflinger.so' pin, as
the file was removed in ag/12524602. The updated pin relies on
go/aog/1552085, as system_service needs read access to SurfaceFlinger.
Bug: 176197656
Test: adb shell dumpsys pinner (coral)
- shows that /system/bin/surfaceflinger is successfully pinned
adb logcat | grep PinnerService (coral)
- no longer shows a file-not-found error in PinnerService
Change-Id: Iae2a96c5fe4b1f5698d21de9970140321d11c460
|
|
|
|
|
|
|
|
| |
Test: atest
atest CtsMediaTestCases:android.media.cts.MediaDrmClearkeyTest#testGetPlaybackComponent
Bug: 182525516
Change-Id: I106a727f2f29bf5472484402b2801a630b0d6301
|
|
|
|
|
|
|
| |
* Dead as of https://review.lineageos.org/c/LineageOS/android_vendor_lineage/+/331507.
* We never needed this.
Change-Id: I8ec420d6264fee70a1602eecdbb4f34f2e5db3dc
|
|
|
|
| |
Change-Id: I254a85b85380f53b105f01b33ff49a35d56214aa
|
|
|
|
|
|
| |
Defaults to true now project-wide.
Change-Id: I1e0ff5adadc889d81c90c816457a72d2621e4b5a
|
|
|
|
| |
Change-Id: I3fa2723d4825fe4f6efc7178a77a280fb744daf8
|
|
|
|
| |
Change-Id: I25c8945beb831e9d3ea83fde9b56c15cb7191d78
|
|
|
|
| |
Change-Id: I2c33cfa2dc494049681f9aacbe29887932a7b182
|
|
|
|
|
|
| |
* Also remove unneeded radio 1.2 entry while at it
Change-Id: I1db79176ac103cb7fc8db0fa4b4cfc699e38ad49
|
|
|
|
|
|
|
| |
Stock PM is causing null pointer dereferences, so just update it
to a sane one and bring up cnss/gnss/ril.
Change-Id: I62bde6bdd31e637e7ae268dfe2b9ad8b65f7317d
|
|
|
|
| |
Change-Id: Ib6226318ad08a52b67ded5a2d332a1ae5acc6635
|
|
|
|
|
|
| |
* F linker : CANNOT LINK EXECUTABLE "/vendor/bin/hw/android.hardware.drm@1.2-service.widevine": library "android.hardware.drm@1.2.so" not found: needed by main executable
Change-Id: Ibfab6bd1ddbbe9724c194d9efc485f563e3748e6
|
|
|
|
|
|
|
| |
* We actually have an hardware back key but it apparently works just fine without this
* Removing this allows to remove the back long tap menu from buttons menu, which we don't have
Change-Id: I03def15efc4b5ed0651d6425c819aa406edbffe5
|