aboutsummaryrefslogtreecommitdiff
path: root/configs (unfollow)
Commit message (Collapse)Author
2019-03-30msm8996-common: Add QCOM's WFD implementationArtem Borisov
* Sadly, out-of-the-box Miracast support was killed in P, so we need this to keep Wi-Fi display feature working. Change-Id: Id680d918b64c0e3733251db45992ec477b6fbdfb
2019-01-26msm8996-common: thermal-engine: use bms sensor for charging throttlingYaroslav Furman
17th sensor get's way above 70C after 7-10 minutes of CPU stress test and above 50C in normal usage. This kills charging entirely. We do not want that because actually it does not indicate that we are overheating. What we really need to check is the battery temperature. This change ensures that we have at least 400-500mA charging even under heavy usage. bms and battery sensors show the same temperature. Change-Id: I3ac2152e06afcd0a27d228de89d635d32b3110bc Signed-off-by: Yaroslav Furman <yaro330@gmail.com> Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2019-01-26msm8996-common: New HAL for passing RCS configuration to modemBrandon solis
Desc: Permission to access QMI Settings from the Connectivity Daemon Change-Id: I0fbb2ad5852beceacf5a9529392c750130d498f0 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2019-01-26msm8996-common: New HAL for passing SIP call info headers to clientsBrandon
Desc: Permission to access the QMI and HAL from RCS Daemon Change-Id: I45d944376179d0f6f6704563ac3da631a3fa9c64 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2019-01-19msm8996-common: White-list telephony modules.Garik Badalyan
Some telephony modules require access to platform APIs, i.e. @hide, and hence need to be white-listed. This change white lists these packages. Change-Id: I1dfd9478b59f52350e4e7ecfdb2b80f1178cfd9c CRs-Fixed: 2219897 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2018-12-04msm8996-common: Import GPS configs updates from B2N_sproutBruno Martins
* From: Nokia/Onyx_00WW/B2N_sprout:9/PPR1.180610.011/00WW_3_22C:user/release-keys Change-Id: I43b4236b22046b9476b40ed768ae5d84dcbee4ec Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2018-12-04msm8996-common: gps: Use the newer OEM idBruno Martins
Change-Id: Ia2e2dfbd07d6604fb6d536f593fb270bd9237897 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2018-12-04msm8996-common: Whitelist org.codeaurora.ims packageGarik Badalyan
org.codeaurora.ims has become a priv-app to acquire some permissions we need to whitelist the package. Change-Id: I3f31f949e054cc79f8cff99e66cbcb70f5f0715f Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2018-10-25msm8996-common: thermal-engine: Update thresholds for battery_monitorDavide Garberi
* These temperatures are too low for us because this sensor basically fluctuates way too much. This causes a charging - not charging behaviour while charging the device normally. * The problem is probably not there in ZUI because they use the batt_therm sensor with the same configuration, but that probably behaves differently. * Partial revert of d18cab6881d234d29c8f2b51bcfd8340803aca9a Change-Id: I9b397568beb110455d65d6ce826dca59679f93b2 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2018-10-19msm8996-common: gps: Update from LA.UM.7.2.r1-04000-sdm660.0Davide Garberi
* The vendor blobs from LA.UM.7.2.r1-04000-sdm660.0 - B2N_sprout:9/PPR1.180610.011/00WW_3_22C * Update gnsspps from CAF's location repo Change-Id: I6afc29a05459bf6d1951cb36b746d8cc781bc48f Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2018-10-07msm8996-common: Update calib.cfg and thermal-engine.conf.Cosme Domínguez Díaz
* From 4.0.228DEV * Keep using our current battery sensor (tsens_tz_sensor17) as we don't have any batt_therm.
2018-08-13msm8996-common: thermal-engine.conf: Slightly increase the thresholds.Cosme Domínguez Díaz
According to @davidevinavil, my thermal config cause a ~25% drop on the Multi-Core CPU performance... so, maybe I was too optimistic :P Increase 4 degrees centigrade to reduce the performance penalty.
2018-08-04msm8996-common: Update to stock GPS configs and clean upBruno Martins
* Remove QC location and other unused GPS blobs * Ship with the same premium features enabled in stock builds Change-Id: I2e76e45160f028464eca34bb78da028f7d8dba8c
2018-08-04Revert "msm8996-common: Regenerate privapp-permissions-qti.xml"Cosme Domínguez Díaz
This reverts commit 1a30110f6d84f004906813ba19c2ffc7f253dcf9.
2018-06-29msm8996-common: Tune thermal-engine config.Cosme Domínguez Díaz
* I prefer to keep the phone cooler than having a little more performance.
2018-06-25msm8996-common: Move thermal-engine.conf from vendor to msm8996-common.Cosme Domínguez Díaz
2018-06-21msm8996-common: Fix typo from CodeAurora in the QTI whitelistBruno Martins
* Let com.qualcomm.qcrilmsgtunnel break free Change-Id: I6243a6d21da7709bf6612270d7638f1231b9f601
2018-05-27msm8996-common: Regenerate privapp-permissions-qti.xmlCosme Domínguez Díaz
./development/tools/privapp_permissions/privapp_permissions.py > device/zuk/msm8996-common/configs/privapp-permissions-qti.xml
2018-05-27msm8996-common: Remove privapp-permissions-oem.xml and move qti's xml to /systemCosme Domínguez Díaz
* privapp-permissions-qti.xml does the same and more. * Move back qti_whitelist.xml and privapp-permissions-qti.xml to /system as it's the right place: https://source.android.com/devices/tech/config/perms-whitelist#adding-whitelists
2018-05-02msm8996-common: List additional native libraries to expose to appsBruno Martins
* 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
2018-04-22msm8996-common: Decommonize thermal-engine.conf.Cosme Domínguez Díaz
* z2_row and z2_plus have different thresholds.
2018-03-03msm8996-common: Add powerhint.xmldianlujitao
* Based on LA.UM.6.5.r1-05300-8x96.0, adapted for the new format. * Required by perf_hint in libqti-perfd-client.so. Change-Id: Ibcd7eb642622d91a5634b6abd3bae3a386c96bc6
2018-03-03media_profiles.xml: Increase max bith depth and sample rate for audio encoderdavidevinavil
2018-03-03msm8996-common: Import media_codecs.xml and media_codecs_performance.xml ↵Cosme Domínguez Díaz
from ZUI 3.5.261.
2018-03-02msm8996-common: Create media_profiles_V1_0.xmlPawin Vongmasa
media_profiles_V1_0.xml is created from media_profiles.xml by replacing the dtd schema inside media_profiles.xml with an external reference to /system/etc/media_profiles_V1_0.dtd. Change-Id: I0fbb03603a72d0108a96bfa0f0a4ceb12ef3d430
2018-02-11msm8996: Add OEM privileged app permissionsdianlujitao
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2018-01-11msm8996-common: Add QTI privileged app permissionsRashed Abdel-Tawab
Change-Id: Ide1b79d83624e8aba2ee17979efacc356dfacb55 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2017-11-25msm8996-common: Add calib.cfg from ZUIDavide Garberi
* This is for the assertive display * The configuration was already there in the system.prop without the file though Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2017-11-25msm8996-common: Add a qti_whitelist configurationDavide Garberi
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2017-11-19msm8996-common: sec_config: Allow QMID service to aquire net_raw permissionMike Cailean
Allow QMID service to aquire net_raw permission for GPS to fix GTP WAA based Cell-id injection Change-Id: Ibcbf2516d32f46fda358d9ec4db7cd68f6174a11 CRs-fixed: 2093489 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2017-11-19msm8996-common: sec_config: Add 2901 to IPC Router configChris Lew
The diag node is moving to oem_2901 group permissions instead of diag permissions. Update IPC Router security config to allow diag communication through sockets. Change-Id: I46411aff66a5e9fd6478924bfa92d575030305ea Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2017-11-19msm8996-common: sec_config: Remove clients group id from sensorsShaikh Shadul
Do not allow access to sensors services from clients group id 3011. Change-Id: Iafe88f835af337d8745bc9be410740ed858e14d8 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2017-11-19msm8996-common: sec_config: Allow ril to access the locator and notifier ↵Jaime A Lopez-Sollano
services. In order to be notified of PDR status, ril needs access to the QMI SERVREG_LOG and QMI_SERVREG_NOTIF services Change-Id: I99866e34994159578faa8a689b66184ca5d5d99b Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2017-11-19msm8996-common: sec_config: Add system permission for DMS QMI serviceYuanyuan Liu
Add system permission for DMS as cnss-daemon runs in system group and uses DMS service. Change-Id: Iffcf23afc3940a7acf28bb9c9b47648475cc9152 CRs-Fixed: 1067995 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2017-11-12msm8996-common: configs: Advertize high-speed recording profilesblunden
Fixes slow-motion recording in Google Camera. Change-Id: I5db9f9aedf8ae795c3461ab9d0424ac3db0e9f70 Signed-off-by: dd3boh <dade.garberi@gmail.com>
2017-09-07oneplus3: media: Remove unsupported limitsLuca Stefani
Change-Id: I034da95ef81cf0a45d364b9b06aa12b829e55b4e
2017-09-07oneplus3: Remove unsupported media profilesLuK1337
Change-Id: Iec2bbd4d3701cf10ab09ab18f15a1c31190a9a73
2017-09-07z2_plus: Initial Oreo cleanupdd3boh
Signed-off-by: dd3boh <dade.garberi@gmail.com>
2017-08-03Import thermal-engine from ZUI 2.5.435.Cosme Domínguez Díaz
2017-06-21media: Fix 720p slow modavidevinavil
2017-06-21z2_plus: Enable the ffmpeg codec supportdd3boh
2017-04-07camera: Move config xml to vendordavidevinavil
2017-04-07media profiles: Improve audio bitrate to 384000 bpsdavidevinavil
2017-04-07z2_plus: DU-ifydavidevinavil
2017-01-27media_codecs_performance.xml: Update configdavidevinavil
Change-Id: I885c907fec40744d000f28a6612e75e3c0683754
2017-01-21fixdavidevinavil
Change-Id: Ibe3d022be95bf66954fc794d1b2b06bd92cc52ce
2017-01-20Revert old values of media_codecs_perfomance.xmlFedor917
2017-01-20Delete don't needed files from WindowsFedor917
2017-01-14z2_plus: Move blobs to the device treedavidevinavil
2017-01-14z2_plus: Update media config from LA.UM.5.5.r1-00100-8x96.0OrdenKrieger