53 lines
1.4 KiB
Plaintext
Executable File
53 lines
1.4 KiB
Plaintext
Executable File
#
|
|
# system.prop for leo
|
|
#
|
|
|
|
# RIL specific configuration
|
|
rild.libpath=/system/lib/libhtc_ril_wrapper.so
|
|
rild.libargs=-d /dev/smd0 nand_init rmnet_mode
|
|
ro.ril.ecc.HTC-ELL=92,93,94
|
|
ro.ril.ecc.HTC-WWE=999
|
|
ro.ril.enable.a52.HTC-ITA=1
|
|
ro.ril.enable.a53.HTC-ITA=1
|
|
ro.ril.enable.a52=0
|
|
ro.ril.enable.a53=1
|
|
ro.ril.enable.dtm=1
|
|
ro.ril.gprsclass=12
|
|
ro.ril.hsdpa.category=8
|
|
ro.ril.hsupa.category=5
|
|
ro.ril.hsxpa=2
|
|
ro.ril.enable.prl.recognition=1
|
|
|
|
# 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.interface=eth0
|
|
wifi.supplicant_scan_interval=120
|
|
|
|
# Default network type.
|
|
# 0 => WCDMA preferred.
|
|
ro.telephony.default_network=0
|
|
|
|
# density in DPI of the LCD of this board. This is used to scale the UI
|
|
# appropriately. If this property is not defined, the default value is 240 dpi.
|
|
ro.sf.lcd_density=240
|
|
|
|
# All the interfaces which can use data on
|
|
mobiledata.interfaces=rmnet0,rmnet1,rmnet2,ppp0
|
|
|
|
# This is a high density device with more memory, so larger vm heaps for it.
|
|
dalvik.vm.heapsize=32m
|
|
|
|
# Scrolling cache 0:enable, 1:default enable, 2:default disable, 3:disable
|
|
persist.sys.scrollingcache=2
|
|
|
|
# leo have huge 250Mb unwritable system and small 50Mb cache .
|
|
dalvik.vm.dexopt-data-only=1
|
|
|
|
# The OpenGL ES API level that is natively supported by this device.
|
|
# This is a 16.16 fixed point number
|
|
ro.opengles.version=131072
|
|
|
|
ro.media.dec.jpeg.memcap=20000000
|
|
|