af7e990973
sm6250-common: Disable COMPRESS_VOIP in boardconfig
...
To make VOIP work properly the following has to be set:
AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := false in BoardConfig.mk
vendor.audio.feature.compr_voip.enable=true in vendor.prop
I have no idea why this is but setting either one of them differently results in the mic not working as it should.
Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com >
2021-03-08 22:19:39 +00:00
8152af96fe
sm6250-common: fixup sepolicy files format
2021-03-08 22:19:39 +00:00
baa90ef928
Revert "sm6250-common: audio: update configs from curtana RKQ1.200826.002"
...
This reverts commit 18b8ed51a0
.
2021-03-08 22:19:38 +00:00
0a472a3cb2
sm6250-common: label sysfs wakeup nodes
...
to cleanup things done by commit: 420cccf9
Co-authored-by: George Zacharia <george.zcharia@gmail.com >
2021-03-08 22:19:38 +00:00
764393ba47
sm6250-common: remove aux package blacklist
...
as this seems to cause issues with different camera apps in terms of aux lenses and their exposure to it, also it seems to be defined in source too
2021-03-08 22:19:37 +00:00
b467c412a4
sm6250-common: address system suspend wakelocks denials
...
This should be redone cleanly and correctly to avoid neverallows as this is not the proper way to do it
2021-03-08 22:18:35 +00:00
dec2686d7e
sm6250-common: Import Keyhandler from Davinci
...
https://github.com/ArianK16a/android_device_xiaomi_davinci
This tells Inputdispatcher to ignore inputs from our Fingerprint scanner, as that seems to be causing ANRs
2021-03-08 22:18:35 +00:00
eb4b4a8442
sm6250-common: overlay: Set navigation gestures as default
2021-03-08 22:18:35 +00:00
84f48b50e1
sm6250-common: sepolicy: Address last remaining denials
...
Signed-off-by: SonalSingh18 <sonal.singh.19993@gmail.com >
2021-03-08 22:18:35 +00:00
757912aaad
sm6250-common: Re-enable Updatable Apexes
2021-03-08 22:18:35 +00:00
30b370fb7e
sm6250-common: import vibration pattern from PE Davinci
2021-03-08 22:18:35 +00:00
3a63e7e50a
dependencies: Track exfat repo from Awaken
2021-03-08 22:18:32 +00:00
9ac1f2b508
sm6250-common: Build Soundtrigger HAL from source
2021-03-08 22:17:22 +00:00
2e285c706d
sm6250-common: sepolicy: Address health hal denials
...
Signed-off-by: Sonal Singh <sonal.singh.19993@gmail.com >
2021-03-08 22:17:22 +00:00
1e25f1c937
sm6250-common: Tune Mixer Paths
...
to Lower Wired Headphones max volume as it seemed to cause distortion, reports say the new max volume is pretty usable
2021-03-08 22:17:22 +00:00
6ca0c80a17
sm6250-common: Stop enforcing AAC on SBC headphones
...
These props seemed to enforce a higher codec on lower end headphones leading to them not working and not being able to reproduce sound
2021-03-08 22:17:22 +00:00
4f0292742b
sm6250-common: Add Missing BT & Audio Props
...
These are needed for the AAC Bluetooth Audio Codec
2021-03-08 22:17:22 +00:00
c2a78b6896
sm6250-common: stop copying prebuilt libprotobuf from vndk
...
It seems to not be needed after R HALs.
2021-03-08 22:17:22 +00:00
a465721c3e
remove fluid deps
2021-01-20 20:13:41 +00:00
914eb394cc
Revert "track health HAL from lineage"
...
This reverts commit 56fce05038ceaaec32c12d345766132018f2f4fa.
2021-01-20 20:11:17 +00:00
2a5fa76905
sm6250-common: Enforce common vendor inclusion
...
Ramii why the fuck is it inheriting only if it exists you goblin if it doesn't exist it'll build a broken build jfc
2021-01-20 20:11:17 +00:00
581821173e
Revert "sm6250-common: Remove WfdCommon from boot jars"
...
This reverts commit b5626a064375fc5db3f8dec8e2a524d68c45bab5.
2021-01-20 20:11:17 +00:00
89412adbb6
Update property_contexts
2021-01-20 20:10:51 +00:00
79084c9d9a
sm6250-common: Remove WfdCommon from boot jars
2021-01-20 20:10:50 +00:00
4e04762a45
track health HAL from lineage
2021-01-20 20:10:50 +00:00
2942b06a65
import dependencies
2021-01-20 20:10:50 +00:00
15f79c0e04
sm6250-common: Switch Skia rendering backend to Vulkan
...
This results in slightly lower frame times in most UiBench tests:
Skia + Adreno OpenGL:
Score Jank Frames Bad Frames Avg Frame Time (ms)
Overdraw Test 1 0.01% 0.06% 3.16
Edit Text Input 5 0.13% 4.99% 7.79
High-hitrate text render 1 0.01% 0.51% 6.81
Image List View Fling 1 0.01% 0.32% 6.73
Bitmap Upload Test 0 0.01% 0.99% 9.38
Low-hitrate text render 1 0.01% 0.49% 7.08
List View Fling 23 0.12% 0.78% 6.61
Shadow Grid Fling 16 0.10% 0.94% 7.32
Skia + Adreno Vulkan:
Score Jank Frames Bad Frames Avg Frame Time (ms)
Overdraw Test 1 0.01% 0.06% 2.94
Edit Text Input 6 0.13% 4.60% 8.00
High-hitrate text render 1 0.01% 0.28% 6.29
Image List View Fling 1 0.01% 0.36% 5.96
Bitmap Upload Test 1 0.01% 0.15% 9.25
Low-hitrate text render 1 0.01% 0.33% 6.71
List View Fling 16 0.09% 2.70% 6.62
Shadow Grid Fling 11 0.07% 0.49% 6.98
Change-Id: Idb23fca4d801746588a7ba63231705a7f9621b35
2021-01-20 16:11:43 +00:00
6a86c5c740
Increase maximum notification count on status-bar
2021-01-20 16:11:43 +00:00
306d17bc1b
sm6250-common: increase ZRAM to 2GB
...
Test: TH
bug: 119988524
Change-Id: I086be89346e8dae32b06188861a6f0c9fe1d768f
2021-01-20 16:11:43 +00:00
495ee4610d
sm6250-common: increase statusbar height a bit
...
* I want punch hole to be centered on statubar
2021-01-20 16:11:43 +00:00
db7c1a6610
sm6250-common: tune zram performance
...
-Switch to LZ4 for better overall performance
-Set max_comp_streams to num of cores since upstream also moves this to
percpu.
-Set page-cluster to 0 as the incremental cost of reading 1 page at a
time is negligible for zram
Bug: 38249616
Test: boot and run zram-perf showing better performance
Change-Id: I0b92b246d773db85aa03d033b2cecee54347cbd1
2021-01-20 16:11:43 +00:00
ce805256fc
sm6250-common: don't configure zram parameters with init.qcom.post_boot.sh
...
* let it use whatever is set in fstab
2021-01-20 16:11:43 +00:00
d37912977d
sm6250-common: prebuilts: Add GoogleCameraGo
2021-01-20 16:11:43 +00:00
b0efbd1f0d
Build Missing WFD Blobs from source
2021-01-20 16:11:40 +00:00
1255bc32c9
miatoll: Add Fluid.Depedencies
...
Due to the new CI Environment, this is needed to call all required Repos.
2021-01-20 16:11:40 +00:00
aa9f3e7eed
sm6250-common: Add Channel Bonding for 2.4GHz
2021-01-20 16:11:40 +00:00
f2064c2eec
sm6250-common: Enable SAE
...
It is supported by our device and There is no Reason to not to
2021-01-20 16:11:39 +00:00
022dc24f6a
sm6250-common: Address some Camera Denials
...
Co-authored-by: Jack Eagle <jackeagle102@gmail.com >
2021-01-20 16:11:39 +00:00
02b34d3e67
sm6250-common: Correct GBoard Spacing
2021-01-20 16:11:39 +00:00
9b4ea92198
sm6250-common: Enforcing bring up for R
...
sm6250-common: Label Light & Perf HALs
sm6250-common: Add Sensor Service to Manifest
sm6250-common: Disable APEXes
sm6250-common: Revert "Introduce 'SafailNet'"
sm6250-common: Address FP HAL Denials
sm6250-common: Merge Erfan Fingerprint Sepolicy
Co-authored-by: Erfan Abdi <erfangplus@gmail.com >
Co-authored-by: Volodymyr Zhdanov <wight554@gmail.com >
Co-authored-by: Cosmin Tanislav <demonsingur@gmail.com >
2021-01-20 16:11:36 +00:00
76189fe02f
Introduce 'SafailNet'
2021-01-20 13:56:20 +00:00
9c80fbd334
sm6250-common: Wfd: add missing dependencies
...
*** Uncaught remote exception! (Exceptions are not yet supported across processes.)
java.lang.UnsatisfiedLinkError: dlopen failed: library "libdisplayconfig.so" not found: needed by /system/lib64/libwfdcommonutils.so in namespace classloader-namespace-shared
2021-01-20 13:56:20 +00:00
ef564c950c
sm6250-common: copy prebuilt libprotobuf from vndk
2021-01-20 13:55:30 +00:00
554eb8b0ac
sm6250-common: remove manifest entries specified in fragments
2020-12-06 22:48:36 +02:00
f15f33ab00
[BLOBS] sm6250-common: add missing misys manifests
2020-12-06 22:48:36 +02:00
af65648bf9
sm6250-common: remove qcom.fmradio boot jar
...
This package is not allowed to be a boot jar and it breaks m dist.
2020-12-06 22:48:36 +02:00
c11fbf1ae8
sm6250-common: Drop sepolicy version from manifest
...
Change-Id: I815cab44071c1f74d1c6174b591c3fb0bd152a1e
2020-12-06 22:48:36 +02:00
f253f20e39
sm6250-common: reserve less system/product space for gapps builds
...
* we just want to have a bit to flash some basic stuffs and do some replacements
2020-12-06 22:48:36 +02:00
0080dbd0ea
sm6250-common: reserve some sapce for system_ext
2020-12-06 22:48:36 +02:00
dca3045056
sm6250-common: light: Remove backlight support in case of hwcomposer
...
Change-Id: I3005c11f57797372b45e1c0f81caa4ddcac9cc36
2020-12-06 22:48:36 +02:00