forked from Quarx2k/android_device_motorola_jordan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.prop
42 lines (31 loc) · 1.14 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
#
# system.prop for generic sdk
#
rild.libpath=/system/lib/librilswitch.so
rilswitch.vendorlibpath=/system/lib/libril-moto-umts-1.so
rilswitch.ganlibpath=/system/lib/libganril.so
rild.libargs=-d /dev/ttyS0
ro.sf.lcd_density=240
# Default network type.
# 3 -> GSM/WCDMA (auto mode, according to PRL)
ro.telephony.default_network=3
wifi.interface = tiwlan0
# 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 = 60
# The OpenGL ES API level that is natively supported by this device.
# This is a 16.16 fixed point number
ro.opengles.version = 131072
# This is a high density device with more memory, so larger vm heaps for it.
dalvik.vm.heapsize=40m
# Forbid format of these partitions in mount menu :
ro.cwm.forbid_format=/misc,/radio,/boot,/recovery,/pds,/system
# BatteryLight while charging, enabled by default.
ro.battery_light=true
# declare we're using Usb.apk
ro.usb.use_custom_service=1
# disable Windows Media Sync Usb.apk mode
ro.mtp_available=0
# use 1% battery steps
ro.product.use_charge_counter=1