From d54cfacf4e51752764e4f5f146fd40969d4b37da Mon Sep 17 00:00:00 2001 From: Ethan Chen Date: Sat, 19 May 2012 00:53:41 -0700 Subject: [PATCH] pyramid: clean out system.prop Change-Id: I09a5eb0308b5085709304ff1a8d9378149fe5d5e --- ramdisk/init.pyramid.rc | 6 +-- system.prop | 95 ++++++++--------------------------------- 2 files changed, 19 insertions(+), 82 deletions(-) diff --git a/ramdisk/init.pyramid.rc b/ramdisk/init.pyramid.rc index 43441f56..5b754ae1 100755 --- a/ramdisk/init.pyramid.rc +++ b/ramdisk/init.pyramid.rc @@ -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 diff --git a/system.prop b/system.prop index 61b771da..7f73da13 100755 --- a/system.prop +++ b/system.prop @@ -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