Skip to content

Commit

Permalink
More heroc cleanups
Browse files Browse the repository at this point in the history
Change-Id: I5a91176acebf4a35074cc7f45ff7eb511a5454c8
  • Loading branch information
JasonMaloney committed Mar 23, 2011
1 parent 7c3d951 commit f3d6058
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 31 deletions.
7 changes: 0 additions & 7 deletions prebuilt/init.heroc.rc
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,6 @@ on boot
chown system system /sys/class/leds/button-backlight/brightness
chown system system /sys/class/leds/lcd-backlight/brightness

# enable the GPS
setprop ro.ril.def.agps.mode 2

setprop ro.ril.fast.dormancy.rule 1
setprop ro.ril.fast.dormancy.timeout 2


# set CABC permissions
chown system system /sys/class/leds/lcd-backlight/auto

Expand Down
39 changes: 15 additions & 24 deletions system.prop
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,32 @@
# system.prop for HeroC
#

rild.libpath=/system/lib/libhtc_ril.so
# Wireless & network settings
rild.libpath = /system/lib/libhtc_ril.so
ro.ril.def.preferred.network = 4
ro.ril.def.agps.mode = 2
ro.ril.fast.dormancy.rule = 1
ro.ril.fast.dormancy.timeout = 2
ro.telephony.default_network = 4
wifi.interface = tiwlan0
wifi.supplicant_scan_interval=45
wifi.supplicant_scan_interval = 45

# 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 160 dpi.
ro.sf.lcd_density = 160

# For SD storage insert notification sound
persist.service.mount.playsnd = 0

# For the agps default value
ro.ril.def.agps.mode = 2

# For auto backlight default value
settings.display.autobacklight=1

# default value of brightness
settings.display.brightness=143

# Disable JIT by default
dalvik.vm.execution-mode=int:fast

# Performance tweaks
dalvik.vm.heapsize=32m
dalvik.vm.checkjni=false
ro.compcache.default=0
persist.sys.use_dithering=0
persist.sys.purgeable_assets=1

dalvik.vm.execution-mode = int:fast
dalvik.vm.heapsize = 32m
dalvik.vm.checkjni = false
ro.compcache.default = 0
persist.sys.use_dithering = 0
persist.sys.purgeable_assets = 1

# The OpenGL ES API level that is natively supported by this device.
# This is a 16.16 fixed point number
ro.opengles.version = 65537

# Voicemail Number
ro.cdma.voicemail.number=mine
ro.cdma.voicemail.number = mine

0 comments on commit f3d6058

Please sign in to comment.