micky387 | 18f07ac | 2019-06-10 00:40:50 +0200 | [diff] [blame] | 1 | # CNE |
| 2 | persist.vendor.cne.feature=1 |
| 3 | |
| 4 | # DPM |
Luca Stefani | 13643de | 2019-07-10 18:52:13 +0200 | [diff] [blame] | 5 | persist.vendor.dpm.feature=10 |
| 6 | |
micky387 | b4be82b | 2019-08-16 13:22:55 +0200 | [diff] [blame^] | 7 | #Enable virtual display. |
| 8 | debug.sf.enable_hwc_vds=1 |
| 9 | |
Luca Stefani | 13643de | 2019-07-10 18:52:13 +0200 | [diff] [blame] | 10 | # Media |
micky387 | e5ae8c7 | 2019-08-07 20:01:48 +0200 | [diff] [blame] | 11 | media.settings.xml=/system/etc/media_profiles_vendor.xml |
| 12 | |
micky387 | b4be82b | 2019-08-16 13:22:55 +0200 | [diff] [blame^] | 13 | # Only enable WCG and HDR in Asus system image |
| 14 | ro.asus.wcg=1 |
| 15 | ro.asus.hdr=1 |
| 16 | |
| 17 | # Property to enable Mag filter |
| 18 | persist.vendor.sensors.enable.mag_filter=true |
| 19 | |
| 20 | # Set network mode to (T/L/G/W/1X/EVDO, T/L/G/W/1X/EVDO) for 7+7 mode device on DSDS mode |
| 21 | ro.telephony.default_network=9,9 |
| 22 | |
| 23 | # system props for the data modules |
| 24 | persist.vendor.data.mode=concurrent |
| 25 | |
micky387 | e5ae8c7 | 2019-08-07 20:01:48 +0200 | [diff] [blame] | 26 | # system prop for NFC DT |
| 27 | ro.nfc.port=I2C |