| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
| |
Some location libraries are spamming logcat with function traces.
Decrease the priority of these logs to prevent them from flooding
logcat.
Change-Id: I7b105684c8c9ba0ce67e5302bb7a003f1af7c90d
|
|
|
|
|
|
|
|
| |
Based on recommendation from Qualcomm to reduce slim_daemon log spam,
only log WARNING and ERROR level messages by default.
Bug: 30375274
Change-Id: I8a5cc466c87b5db4ff9071f5123266ff721fb2b8
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Enabling Beacon Early Termination in order
to speed up beacon processing drastically.
This will lead to power savings.
Also tune the BET wake interval to a value
of "8" to reduce the frequency of wakeups.
"8" is a safe choice since I could detect values
of higher than 10 to cause issues in some usecases.
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
|
|
|
|
|
|
|
|
|
| |
* This enables Deep Sleep mode, additionally to QPower
* With this configuration, QPower manages the new Deep sleep mode
-> Leads to amazing power savings
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
|
|
|
|
|
| |
Signed-off-by: Sultanxda <sultanxda@gmail.com>
Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
|
|
|
|
| |
* And system_app and vold fixup.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
CTS test case testJpegThumbnailSize is failing due to thumbnail
size 0x0 as CTS is expecting non zero size as first entry of the
available thumbnail sizes .
Updated jpeg thumbnail sizes entries as per the CTS test case.
Change-Id: I0ec090b0357c4703119c823667dc598d257f7f33
|
|
|
|
|
|
| |
* Tag: LA.UM.6.6.r1-08300-89xx.0
Change-Id: Ie4759d0919200e9b38dbc017d0798fccb97aabe5
|
|
|
|
| |
Change-Id: I1f8e6dad583fea0ea98c0ea835f5d043afd6d8b8
|
|
|
|
|
|
|
|
| |
It's a duplicate of zuk-devs/android_device_zuk_msm8996-common@33e02b4ce9d0ef656178936401a9bd5ab4867ef6
Thanks to @kenny3fcb
This reverts commit f2514a32bf80f5b15f3eaafeae0ede39169bbfe4.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
enough RAM.
* My device has 6GB of RAM so I didn't notice any issue. However devices with 3GB or
less become unusable with THP enabled, according to @YaroST12
* Also, for devices with enough RAM, we'll restrict THP to madvise regions as
suggested by the kernel documentation:
"Embedded systems should enable hugepages only inside madvise regions
to eliminate any risk of wasting any precious byte of memory and to
only run faster." [1]
[1] https://www.kernel.org/doc/Documentation/vm/transhuge.txt
|
|
|
|
| |
* Based on ZUI 3.5.344 and LineageOS/android_device_xiaomi_msm8996-common.
|
|
|
|
|
|
|
| |
* For whatever reason, data connection is broken on China Telecom network
with the stock blob. Go back to the working one from tissot.
Change-Id: I816166ce5105d23c1b11539266007acc2c6879fc
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
| |
Change-Id: Ib787f195ebc6ce0a9e29ed8878fb14076642e365
|
| |
|
| |
|
|
|
|
| |
Change-Id: Ibbc99c39adcccbbb096d5d6c933beaf60397d76b
|
|
|
|
| |
Change-Id: Ic9d4ea1e69f0f9e4ccf56917fe96696876a83a42
|
| |
|
|
|
|
| |
Change-Id: I59ff2590c41a7f855586f63c57103280be574b1a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Example bellow of a failure before one lib was made accessible to
a camera app.
Before exposing:
I CAM_HexagonEnv: Will attempt to load libadsprpc.so from the system partition
I CAM_HexagonEnv: Loading libhalide_hexagon_host.so from the app
I CAM_CamBoxHelper: Computing layout for window: 1080x1920, and preview: 3000x4000, orientation: PORTRAIT, isMultiWindow: false
I CAM_CamBoxHelper: placing extra widgets above the bottom bar
I CAM_CamBoxHelper: Computed layout: CameraLayoutBoxes{window=1080x1920, preview=Rect(0, 106 - 1080, 1546), uncoveredPreview=Rect(0, 173 - 1080, 1546), topBar=Rect(0, 0 - 1080, 106), optionsBar=Rect(0, 0 - 1080, 173), bottomBar=Rect(0, 1546 - 1080, 1920), extraBottomWidgets=Rect(0, 1488 - 1080, 1546)}
W CAM_HexagonEnv: Failed to load Hexagon library: java.lang.UnsatisfiedLinkError: dlopen failed: library "libadsprpc.so" not found
After exposing:
I CAM_HexagonEnv: Will attempt to load libadsprpc.so from the system partition
I CAM_HexagonEnv: Loading libhalide_hexagon_host.so from the app
I CAM_CamBoxHelper: Computed layout: CameraLayoutBoxes{window=1078x1860, preview=Rect(0, 0 - 1078, 808), uncoveredPreview=Rect(0, 173 - 1078, 1437), topBar=Rect(0, 0 - 1078, 106), optionsBar=Rect(0, 0 - 1078, 173), bottomBar=Rect(0, 1437 - 1078, 1860), extraBottomWidgets=Rect(0, 1437 - 1078, 1495)}
I CAM_HexagonEnv: Writing libhalide_hexagon_remote_skel.so to /data/user/0/<package_name_removed>/libhalide_hexagon_remote_skel.so
I CAM_HexagonEnv: ADSP_LIBRARY_PATH=/data/user/0/<package_name_removed>;/dsp
Change-Id: I552dc44a32221d2d3cec48e1c64ed72c470d412e
|
|
|
|
|
|
|
|
|
|
|
|
| |
SELinux: Could not read /sys/devices/soc/2080000.qcom,mss/firmware/modem.mdt/power: No such file or directory.\x0a
SELinux: Could not read /sys/devices/soc/2080000.qcom,mss/firmware/msadp/power: No such file or directory.\x0a
SELinux: Could not read /sys/devices/soc/soc:qcom,kgsl-hyp/firmware/a530_zap.mdt/power: No such file or directory.\x0a
SELinux: Could not read /sys/devices/soc/soc:qcom,kgsl-hyp/firmware/a530_zap.b02: No such file or directory.\x0a
SELinux: Could not read /sys/devices/soc/2080000.qcom,mss/firmware/modem.b09/power: No such file or directory.\x0a
SELinux: Could not read /sys/devices/soc/2080000.qcom,mss/firmware/modem.b10/power: No such file or directory.\x0a
SELinux: Could not read /sys/devices/soc/600000.qcom,pcie/pci0000:00/0000:00:00.0/0000:01:00.0/firmware/evicted30.bin: No such file or directory.\x0a
SELinux: Could not read /sys/devices/soc/600000.qcom,pcie/pci0000:00/0000:00:00.0/0000:01:00.0/firmware/bdwlan30.b00: No such file or directory.\x0a
SELinux: Could not read /sys/devices/soc/600000.qcom,pcie/pci0000:00/0000:00:00.0/0000:01:00.0/firmware/bdwlan30.bin: No such file or directory.\x0a
|
|
|
|
| |
Change-Id: Iad029259b1fcf1e3e38bef575bf65238f1c834b5
|
|
|
|
| |
* Re-apply audio_effects.conf to audio_effects.xml
|
|
|
|
|
| |
* This reverts commit 15ba04fc59087ed297e0506eaa35d8e1d0f2e557
with a higher value.
|
|
|
|
|
|
|
|
| |
* Prior to this change, attention and battery lights weren't handled
in the same way as notification lights. Apply RGB brightness scaling
for all of those and avoid relying on the frameworks.
Change-Id: Ie4983c67e378382985217a47f3fc425045aa8e0f
|
|
|
|
|
|
| |
* From 8.1.0/OPM1.171019.011/04110359
Change-Id: I3930d54898dc10c932732f6c0a054dd2c4f06a12
|
|
|
|
| |
Change-Id: I0e0bbf3863beeacb1c14e687288f507868eef9af
|
|
|
|
|
|
| |
* From 8.1.0/OPM1.171019.011/04110359
Change-Id: Ie0364de4ba6ec10c7bfa230c77160fcf21717031
|
|
|
|
| |
* Now we have "Sharp Shooter" mode on Snap.
|
|
|
|
| |
and config_lowMemoryKillerMinFreeKbytesAbsolute.
|
|
|
|
|
|
|
| |
As part of Wigig support for soft AP, allow tethering of wigig0 interface.
CRs-Fixed: 1016736
Change-Id: I7cb753df1387693fca98f2094eca387c1735fb0c
|
| |
|
| |
|
|
|
|
| |
Change-Id: I63907c20ae174865b28d524c13e6b5d8726e5bec
|
|
|
|
|
|
| |
* The static version is in use now.
Change-Id: Ib684fd390eb9aced0aa08508129f4fd7dcbdb055
|
|
|
|
|
| |
* We have a wakelocks issue with our wcnss_filter
that marlin's one doesn't have.
|
|
|
|
|
| |
* ZUI 3.5.337 (z2_plus) has the same config as ZUI 3.5.344 (z2_row).
* Thanks to @AgustinLorenzo for pointing out this.
|
|
|
|
| |
Change-Id: Ic38bb1acb4d37f90b62679e4420815f49b30fc7f
|
|
|
|
|
|
| |
* All these configs are now being set under vendor/lineage
Change-Id: I965cf216d4234030905d3bc7e0a35d4e02f0493a
|
| |
|
|
|
|
| |
Change-Id: Ie87df1e2eecce3ad624d94024a18525d12a458e4
|
|
|
|
|
|
| |
* Remove all the stuff that is now gone in N or no longer useful
Change-Id: Ic113f331d6b45bfff10ef4d1c66f2cdaf864bbb0
|
|
|
|
|
|
|
| |
* Our devices do not support it and that's the reason why
A2DP does not work at all.
Change-Id: I50cb1fdc6b4ff69594fc0d10fbd043c681178e5c
|
| |
|
|
|
|
|
|
| |
stock doesn't have it and it doesn't seem to have any effect.
This reverts commit c9beb932ba4ab717633aa36b5f19e45c5e36533a.
|