-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.prop
42 lines (31 loc) · 866 Bytes
/
system.prop
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# ADB
#ro.adb.secure=0
#ro.boot.dynamic_partitions=true
# Gatekeeper
#vendor.gatekeeper.disable_spu=true
# Battery Property
#ro.charger.enable_suspend=1
# Reset allocatable space
#ro.dynamic.full_size=6438256640
# Storage
external_storage.projid.enabled=1
external_storage.casefold.enabled=1
external_storage.sdcardfs.enabled=0
ro.boot.dynamic_partitions=true
persist.sys.isUsbOtgEnabled=true
# Crypto
ro.crypto.allow_encrypt_override=true
ro.crypto.dm_default_key.options_format.version=2
ro.crypto.volume.filenames_mode=aes-256-cts
ro.crypto.volume.metadata.method=dm-default-key
# Gatekeeper
vendor.gatekeeper.disable_spu=true
# USB Config
vendor.usb.use_ffs_mtp=1
# Battery
ro.charger.enable_suspend=1
# Build
ro.display.series=Realme GT2 Covenant
ro.vendor.oplus.market.name=Covenant Fuchsia GT2
ro.product.model=Covenant Fuchsia GT2
ro.adb.secure=0