mirror of
https://github.com/yurisieucuti/treble_evolution.git
synced 2024-12-04 18:45:56 +00:00
52 lines
1.6 KiB
Plaintext
52 lines
1.6 KiB
Plaintext
ro.adb.secure=0
|
|
#Some devices have sdcardfs kernel panicing on 8.0
|
|
#Disable for everyone for the moment
|
|
ro.sys.sdcardfs=0
|
|
persist.sys.overlay.nightmode=true
|
|
|
|
#Disable debugging strict mode toasts
|
|
persist.sys.strictmode.disable=true
|
|
persist.sys.phh.mainkeys=0
|
|
|
|
fw.max_users=10
|
|
persist.sys.max_profiles=10
|
|
ro.boot.realme.lockstate=0
|
|
|
|
#Fixes fingerprint unlock delay
|
|
persist.wm.enable_remote_keyguard_animation=0
|
|
|
|
# Enable support of one-handed mode
|
|
ro.support_one_handed_mode=true
|
|
|
|
# Set the Bluetooth Class of Device
|
|
# Service Field: 0x5A -> 90
|
|
# Bit 17: Networking
|
|
# Bit 19: Capturing
|
|
# Bit 20: Object Transfer
|
|
# Bit 22: Telephony
|
|
# MAJOR_CLASS: 0x02 -> 2 (Phone)
|
|
# MINOR_CLASS: 0x0C -> 12 (Smart Phone)
|
|
bluetooth.device.class_of_device=90,2,12
|
|
|
|
# Enable system-side generic bluetooth audio HAL
|
|
persist.bluetooth.system_audio_hal.enabled=true
|
|
# Set commonly-supported Bluetooth profiles to enabled
|
|
# TODO: Enable BLE Audio profiles on newer vendors
|
|
bluetooth.profile.asha.central.enabled?=true
|
|
bluetooth.profile.a2dp.source.enabled?=true
|
|
bluetooth.profile.avrcp.target.enabled?=true
|
|
bluetooth.profile.bas.client.enabled?=true
|
|
bluetooth.profile.gatt.enabled?=true
|
|
bluetooth.profile.hfp.ag.enabled?=true
|
|
bluetooth.profile.hid.device.enabled?=true
|
|
bluetooth.profile.hid.host.enabled?=true
|
|
bluetooth.profile.map.server.enabled?=true
|
|
bluetooth.profile.opp.enabled?=true
|
|
bluetooth.profile.pan.nap.enabled?=true
|
|
bluetooth.profile.pan.panu.enabled?=true
|
|
bluetooth.profile.pbap.server.enabled?=true
|
|
bluetooth.profile.sap.server.enabled?=true
|
|
|
|
# Samsung vendors default to a Samsung-specific gadget for MTP. Set this to use AOSP's functionfs MTP
|
|
vendor.usb.use_ffs_mtp=1
|