Skip to content

Commit

Permalink
pyramid: clean out system.prop
Browse files Browse the repository at this point in the history
Change-Id: I09a5eb0308b5085709304ff1a8d9378149fe5d5e
  • Loading branch information
intervigilium committed May 19, 2012
1 parent cff0688 commit d54cfac
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 82 deletions.
6 changes: 1 addition & 5 deletions ramdisk/init.pyramid.rc
Expand Up @@ -247,12 +247,8 @@ service hciattach /system/bin/brcm_patchram_plus --enable_hci \
oneshot

service rmt_storage /system/bin/rmt_storage /dev/block/mmcblk0p26 /dev/block/mmcblk0p27 /dev/block/mmcblk0p18
class late_start
class core
user root
disabled

on property:ro.emmc=1
start rmt_storage

service modem /system/bin/wireless_modem
user system
Expand Down
95 changes: 18 additions & 77 deletions system.prop
Expand Up @@ -2,94 +2,35 @@
# system.prop for pyramid
#

debug.fb.rgb565=0
debug.sf.hw=1
debug.composition.type=dyn
ro.sf.compbypass.enable=1
dev.pm.dyn_samplingrate=1
debug.enabletr=true

#cm qcom build lub
com.qc.hardware=true
com.qc.hdmi_out=true
ro.hdmi.enable=true
ro.sf.lcd_density=240

# radio
mobiledata.interfaces=rmnet0
rild.libpath=/system/lib/libhtc_ril.so
# htc v4 ril
ro.telephony.ril.v3=signalstrength
ro.ril.enable.garbage.filter=0

ro.ril.ecc.HTC-GCC=999,112,997
ro.ril.ecc.HTC-WWE=999
ro.ril.ecc.HTC-Dutch=112
ro.ril.ecc.HTC-FRA=112
ro.ril.ecc.HTC-ITA=112,911
ro.ril.ecc.HTC-EastEurope=112
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.fast.dormancy.rule=1
ro.ril.disable.fd.plmn.prefix=23402,23410,23411,23420
ro.ril.enable.sdr=1
ro.ril.enable.amr.wideband=0

# Modify MMS APN retry timer from 5s to 2s.
ro.gsm.2nd_data_retry_config=max_retries=3, 2000, 2000, 2000

# pyramid RF team request
ro.ril.enable.dtm=0
ro.ril.gprsclass=12
ro.ril.hsdpa.category=10
ro.ril.hsupa.category=6
ro.ril.hsxpa=3

# Default network type.
# 0 => WCDMA preferred.
ro.telephony.default_network=0

# Modify MTU from 1500 to 1472 on 3G network
ro.ril.set.mtu1472=1

# For HSDPA low throughput
ro.ril.disable.power.collapse=1

# For China NEL
ro.ril.enable.prl.recognition=1

# wifi
wifi.interface=wlan0
wifi.supplicant_scan_interval=30

# 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=240

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

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

# The OpenGL ES API level that is natively supported by this device.
# This is a 16.16 fixed point number
# graphics
debug.composition.type=dyn
debug.enabletr=true
debug.fb.rgb565=0
debug.sf.hw=1
ro.opengles.version=131072
ro.sf.compbypass.enable=1

mobiledata.interfaces=rmnet0,wlan0,gprs,ppp0

# For emmc phone storage
ro.phone_storage=0

# Make rmt_storage start at init
ro.emmc=1

# System property for cabl
ro.qualcomm.cabl=1
# hdmi
com.qc.hardware=true
com.qc.hdmi_out=true
ro.hdmi.enable=true

ro.com.google.locationfeatures=1
# qcom cpugovernor service
dev.pm.dyn_samplingrate=1

# UMS
persist.sys.usb.config=mass_storage,adb

# Don't set /proc/sys/vm/dirty_ratio to 0 when USB mounting
ro.vold.umsdirtyratio=20
# System property for cabl
ro.qualcomm.cabl=1

0 comments on commit d54cfac

Please sign in to comment.