-
Notifications
You must be signed in to change notification settings - Fork 6
/
system.prop
98 lines (76 loc) · 2.48 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
#
# system.prop from device tree
#
ro.sf.lcd_density=240
dalvik.vm.heapsize=128m
dalvik.vm.heapgrowthlimit=64m
# RIL
rild.libpath=/system/lib/libsec-ril.so
rild.libargs=-d /dev/ttyS0
ro.telephony.ril_class=SamsungExynos4RIL
ro.ril.enable.3g.prefix=1
ro.ril.enable.a53=1
ro.ril.enable.dtm=1
ro.ril.enable.managed.roaming=1
ro.ril.gprsclass=12
ro.ril.hep=1
ro.ril.hsdpa.category=14
ro.ril.hsupa.category=6
ro.ril.hsxpa=2
ro.kernel.android.ril=yes
# Define TCP buffer sizes for various networks
# ReadMin, ReadInitial, ReadMax, WriteMin, WriteInitial, WriteMax,
net.tcp.buffersize.default=131072,262144,524288,4096,16384,147456
net.tcp.buffersize.wifi=131072,262144,524288,4096,16384,147456
net.tcp.buffersize.hspa=131072,262144,524288,4096,16384,147456
net.tcp.buffersize.umts=131072,262144,524288,4096,16384,147456
net.tcp.buffersize.edge=16384,32768,65536,4096,16384,32768
net.tcp.buffersize.gprs=4096,8192,12288,4096,8192,12288
# Default GSM network type.
ro.telephony.default_network=3
# Main wifi network interface
wifi.interface=wlan0
# Wifi ap interface
wifi.ap.interface=wlan0
softap.interface=wlan0
ro.wifi-ap.fw-path=/etc/wifi/bcm4330_apsta.bin
# To fix the tethering, eth0 should not be listed here
mobiledata.interfaces=rmnet0
# Time between scans in seconds. Keep it high to minimize battery drain.
# This only affects the case in which there are remembered access points,
# but none are in range.
wifi.supplicant_scan_interval=30
#OpenGL ES version
ro.opengles.version=131072
# Tegra debugging
persist.tegra.nvlog.level=4
#persist.tegra.nvlog.14.level=5
# Set locale to English GB (GMT) by default
ro.product.locale.language=en
ro.product.locale.region=GB
# Enable detailed GC data and SMP dexopt
dalvik.vm.dexopt-flags=m=y,u=n
# Scrolling cache 0:enable, 1:default enable, 2:default disable, 3:disable
persist.sys.scrollingcache=2
# Forbid format of these partitions in mount menu :
ro.cwm.forbid_format=/misc,/radio,/recovery,/efs
# Allow people to exchange sdcard and emmc mountpoints from CMParts
# Vold switchability
ro.vold.switchablepair=/mnt/sdcard,/mnt/emmc
# Mount the internal SD card, too
ro.additionalmounts=/mnt/emmc
# Disable strict mod (red border)
persist.sys.strictmode.disable=1
#
# ADDITIONAL_DEFAULT_PROPERTIES
#
ro.secure=0
ro.allow.mock.location=1
ro.debuggable=1
persist.service.adb.enable=1
ro.com.google.clientidbase=android-samsung
persist.sys.usb.config=mtp
# OTA Updater
otaupdater.otaid=cm-10.1-UNOFFICIAL-SGH-i927-spyke555
otaupdater.otaver=RC2
otaupdater.otatime=20130529-2330