diff options
| author | zwliew <zhaoweiliew@gmail.com> | 2016-03-08 21:19:39 +0800 |
|---|---|---|
| committer | Ethan Chen <intervigil@gmail.com> | 2016-03-18 10:32:24 -0700 |
| commit | 1bc63b3e19eb4cf658374f1b1936a42ffa64965f (patch) | |
| tree | d401ae34eae5e7dd48fdec6bbf8f8311940494f5 | |
| parent | 25d415a4f8d28f5769044c8d7ac983aa65b4faa1 (diff) | |
msm8916-common: Move properties to system.prop
Change-Id: I0e458c255274a282c4aba85043eba2a7d68baf7c
| -rw-r--r-- | rootdir/etc/init.qcom.rc | 5 | ||||
| -rw-r--r-- | system.prop | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 152dbbe..464eee8 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -200,15 +200,10 @@ on boot #Create NETMGR daemon socket area mkdir /dev/socket/netmgr 0750 radio radio - setprop wifi.interface wlan0 - # Define TCP buffer sizes for various networks # ReadMin, ReadInitial, ReadMax, WriteMin, WriteInitial, WriteMax, setprop net.tcp.buffersize.wifi 524288,2097152,4194304,262144,524288,1048576 - - setprop ro.telephony.call_ring.multiple false - #Set SUID bit for usbhub chmod 4755 /system/bin/usbhub chmod 755 /system/bin/usbhub_init diff --git a/system.prop b/system.prop index e10202a..37ecd74 100644 --- a/system.prop +++ b/system.prop @@ -61,6 +61,7 @@ ro.vendor.extension_library=libqti-perfd-client.so # Radio persist.radio.apm_sim_not_pwdn=1 rild.libargs=-d /dev/smd0 +ro.telephony.call_ring.multiple=false ro.use_data_netmgrd=true # Time @@ -68,3 +69,4 @@ persist.timed.enable=true # WiFi ro.disableWifiApFirmwareReload=true +wifi.interface=wlan0 |
