Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update system.prop add missing strings. #29

Open
wants to merge 1 commit into
base: ics
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
27 changes: 20 additions & 7 deletions system.prop
Expand Up @@ -5,7 +5,8 @@
## Dalvik
dalvik.vm.lockprof.threshold=500
dalvik.vm.dexopt-flags=m=y
dalvik.vm.heapstartsize=5m
dalvik.vm.dexopt-data-only=1
dalvik.vm.heapstartsize=32m
dalvik.vm.heapgrowthlimit=32m
dalvik.vm.heapsize=64m
dalvik.vm.execution-mode=int:jit
Expand All @@ -25,35 +26,49 @@ mobiledata.interfaces=pdp0,eth0,gprs,ppp0
ro.telephony.call_ring.delay=0
ro.ril.disable.power.collapse=0
DEVICE_PROVISIONED=1
ro.ril.ntmodeglobal=true

## Display
ro.sf.lcd_density=160
ro.opengles.version=131072

## Google Location
ro.com.google.locationfeatures=1
ro.com.google.networklocation=1
ro.com.google.locationfeatures=0
ro.com.google.networklocation=0

## Wifi interface
wifi.interface=eth0
wifi.supplicant_scan_interval=15

## USB / SD card
persist.service.usb.setting=0
persist.sys.vold.switchexternal=1
persist.sys.usb.config=adb,mass_storage
persist.service.adb.enable=1
ro.vold.umsdirtyratio=20

## View configuration for QVGA.

## Performance tweaks
ro.compcache.default=0
persist.sys.use_dithering=0
view.fading_edge_length=8
view.touch_slop=15
view.minimum_fling_velocity=25
ro.max.fling_velocity=4000
debug.composition.type=mdp
view.scroll_friction=0.008
debug.performance.tuning=1

## A-GPS fix
ro.ril.def.agps.mode=2
ro.ril.def.agps.feature=1

## CM parts
persist.sys.use_16bpp_alpha=1
persist.sys.jit-mode=int:jit
persist.sys.jit-mode=1
persist.sys.scrollingcache=3

## Memory
sys.mem.max_hidden_apps=10

Expand All @@ -73,6 +88,4 @@ sys.mem.HIDDEN_APP_MAX_MEM=48128

ro.HOME_APP_ADJ=1

## Google's location features
#ro.com.google.locationfeatures=1
#ro.com.google.networklocation=1