diff options
| author | Wang Han <416810799@qq.com> | 2019-01-23 02:55:39 +0800 |
|---|---|---|
| committer | Han Wang <416810799@qq.com> | 2019-02-04 15:02:45 +0100 |
| commit | dc27f182b4daabb3929b518e278cb79be2f2f64f (patch) | |
| tree | dac248c6092fe3b62ac8049443a160bcae248daa | |
| parent | a7c956f7f492c9bfbd432ee8230589d3320e3895 (diff) | |
oneplus2: Remove display calibration support
* Makes mm-pp-daemon crash when using livedisplay@2.0,
also the modes are actually ugly.
Change-Id: Ide95cf42bc10870b2760c75e95245115c6c79f69
| -rw-r--r-- | overlay/lineage-sdk/lineage/res/res/values/config.xml | 16 | ||||
| -rw-r--r-- | proprietary-files.txt | 3 |
2 files changed, 0 insertions, 19 deletions
diff --git a/overlay/lineage-sdk/lineage/res/res/values/config.xml b/overlay/lineage-sdk/lineage/res/res/values/config.xml index 3e3103f..793f674 100644 --- a/overlay/lineage-sdk/lineage/res/res/values/config.xml +++ b/overlay/lineage-sdk/lineage/res/res/values/config.xml @@ -15,22 +15,6 @@ limitations under the License. --> <resources> - - <!-- Display mode remapping table. - If the mode names returned by the backend do not match - the predefined and translated strings in the Settings - app, they can be remapped here. The format is - "oldname:newname", one per entry. --> - <string-array name="config_displayModeMappings" translatable="false"> - <item>Native_White_Mode:standard</item> - <item>eye1:eye protection mode 1</item> - <item>eye2:eye protection mode 2</item> - <item>eye3:eye protection mode 3</item> - <item>eye4:eye protection mode 4</item> - <item>eye5:eye protection mode 5</item> - <item>eye6:eye protection mode 6</item> - </string-array> - <!-- Default value for proximity check on screen wake NOTE ! - Enable for devices that have a fast response proximity sensor (ideally < 300ms)--> <bool name="config_proximityCheckOnWake">true</bool> diff --git a/proprietary-files.txt b/proprietary-files.txt index 1752cf0..9c0491a 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -203,9 +203,6 @@ vendor/lib/libmmcamera_ov13860_eeprom.so vendor/lib/libmmcamera_ov5648.so vendor/lib/libmmcamera_ov5648_eeprom.so -# Display calibration - OxygenOS 3.6.0 --etc/pp_calib_data_jd35695_1080p_cmd_mode_dsi_panel.xml - # DRM - OxygenOS 3.6.0 bin/qseecomd:vendor/bin/qseecomd vendor/lib/libQSEEComAPI.so |
