Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2015
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.16 KB | None | 0 0
  1. From 27695fb68c4a95f01a20f23330d71cebd58b9c73 Mon Sep 17 00:00:00 2001
  2. From: luca020400 <luca.stefani.ge1@gmail.com>
  3. Date: Wed, 15 Jul 2015 19:26:15 +0200
  4. Subject: [PATCH 1/3] msm8226-common: overlay: update framework base
  5.  
  6. * Motorola package version : falcon_retgb 5.0.2 LXB22.46-28
  7.  
  8. Change-Id: I0db00ee5faf42a98ee6756bd766fe0114f726384
  9. ---
  10. .../frameworks/base/core/res/res/values/config.xml | 23 ++++------------------
  11. 1 file changed, 4 insertions(+), 19 deletions(-)
  12.  
  13. diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
  14. index acca5ce..430d59c 100644
  15. --- a/overlay/frameworks/base/core/res/res/values/config.xml
  16. +++ b/overlay/frameworks/base/core/res/res/values/config.xml
  17. @@ -129,18 +129,6 @@
  18. <item>100</item>
  19. </integer-array>
  20.  
  21. - <!-- If the DUN connection for this CDMA device supports more than just DUN -->
  22. - <!-- traffic you should list them here. -->
  23. - <!-- If this device is not CDMA this is ignored. If this list is empty on -->
  24. - <!-- a DUN-requireing CDMA device, the DUN APN will support -->
  25. - <!-- just DUN. -->
  26. - <string-array translatable="false" name="config_cdma_dun_supported_types">
  27. - <item>"default"</item>
  28. - <item>"dun"</item>
  29. - <item>"mms"</item>
  30. - <item>"supl"</item>
  31. - </string-array>
  32. -
  33. <!-- List of regexpressions describing the interface (if any) that represent tetherable
  34. USB interfaces. If the device doesn't want to support tething over USB this should
  35. be empty. An example would be "usb.*" -->
  36. @@ -152,15 +140,15 @@
  37. Wifi interfaces. If the device doesn't want to support tethering over Wifi this
  38. should be empty. An example would be "softap.*" -->
  39. <string-array translatable="false" name="config_tether_wifi_regexs">
  40. - <item>"wlan\\d"</item>
  41. - <item>"softap.*"</item>
  42. + <item>wlan0</item>
  43. </string-array>
  44.  
  45. <!-- List of regexpressions describing the interface (if any) that represent tetherable
  46. bluetooth interfaces. If the device doesn't want to support tethering over bluetooth this
  47. should be empty. -->
  48. <string-array translatable="false" name="config_tether_bluetooth_regexs">
  49. - <item>"bt-pan"</item>
  50. + <item>bnep\\d</item>
  51. + <item>bt-pan</item>
  52. </string-array>
  53.  
  54. <!-- Array of ConnectivityManager.TYPE_xxxx values allowable for tethering -->
  55. @@ -175,7 +163,7 @@
  56. </integer-array>
  57.  
  58. <!-- Boolean indicating whether the wifi chipset has background scan support -->
  59. - <bool translatable="false" name="config_wifi_background_scan_support">false</bool>
  60. + <bool translatable="false" name="config_wifi_background_scan_support">true</bool>
  61.  
  62. <!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
  63. <bool name="config_intrusiveNotificationLed">true</bool>
  64. @@ -243,9 +231,6 @@
  65. <!-- Is the device capable of hot swapping an UICC Card -->
  66. <bool name="config_hotswapCapable">true</bool>
  67.  
  68. - <!-- Default interface to monitor data use -->
  69. - <string name="config_datause_iface">rmnet0</string>
  70. -
  71. <!-- Boolean indicating if restoring network selection should be skipped -->
  72. <!-- The restoring is handled by modem if it is true-->
  73. <bool name="skip_restoring_network_selection">true</bool>
  74. --
  75. 2.1.4
  76.  
  77.  
  78. From dc29fd4e84a2690d93135e74c8496f3e1a74e5d8 Mon Sep 17 00:00:00 2001
  79. From: luca020400 <luca.stefani.ge1@gmail.com>
  80. Date: Wed, 15 Jul 2015 19:43:30 +0200
  81. Subject: [PATCH 2/3] msm8226-common: overlay: remove Bluetooth
  82.  
  83. Change-Id: Ifde7cf0ccce031e4e8ddd22efa06a092cbcd797f
  84. ---
  85. .../packages/apps/Bluetooth/res/values/config.xml | 36 ----------------------
  86. 1 file changed, 36 deletions(-)
  87. delete mode 100644 overlay/packages/apps/Bluetooth/res/values/config.xml
  88.  
  89. diff --git a/overlay/packages/apps/Bluetooth/res/values/config.xml b/overlay/packages/apps/Bluetooth/res/values/config.xml
  90. deleted file mode 100644
  91. index cdd071a..0000000
  92. --- a/overlay/packages/apps/Bluetooth/res/values/config.xml
  93. +++ /dev/null
  94. @@ -1,36 +0,0 @@
  95. -<?xml version="1.0" encoding="utf-8"?>
  96. -<!-- Copyright (c) 2014, The Linux Foundation. All rights reserved.
  97. -
  98. - Redistribution and use in source and binary forms, with or without
  99. - modification, are permitted (subject to the limitations in the
  100. - disclaimer below) provided that the following conditions are met:
  101. -
  102. - * Redistributions of source code must retain the above copyright
  103. - notice, this list of conditions and the following disclaimer.
  104. - * Redistributions in binary form must reproduce the above
  105. - copyright notice, this list of conditions and the following
  106. - disclaimer in the documentation and/or other materials provided
  107. - with the distribution.
  108. - * Neither the name of the Linux Foundation nor the names of its
  109. - contributors may be used to endorse or promote products derived
  110. - from this software without specific prior written permission.
  111. -
  112. - NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE
  113. - GRANTED BY THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
  114. - HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
  115. - WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  116. - MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  117. - DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  118. - LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  119. - CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  120. - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
  121. - BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  122. - WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
  123. - OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
  124. - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  125. --->
  126. -<resources>
  127. - <bool name="profile_supported_hfpclient">true</bool>
  128. - <bool name="profile_supported_avrcp_controller">true</bool>
  129. - <bool name="profile_supported_a2dp_sink">true</bool>
  130. -</resources>
  131. --
  132. 2.1.4
  133.  
  134.  
  135. From 7b4baa1fd9640928872dfefd8eac6ce052bc9075 Mon Sep 17 00:00:00 2001
  136. From: luca020400 <luca.stefani.ge1@gmail.com>
  137. Date: Wed, 15 Jul 2015 19:51:43 +0200
  138. Subject: [PATCH 3/3] msm8226-common: overlay: disable call noise suppression
  139.  
  140. Change-Id: I3586323b5eb4caaebd9b6a87c0ea42ba6e0bd3bc
  141. ---
  142. overlay/packages/services/Telephony/res/values/config.xml | 4 ----
  143. 1 file changed, 4 deletions(-)
  144.  
  145. diff --git a/overlay/packages/services/Telephony/res/values/config.xml b/overlay/packages/services/Telephony/res/values/config.xml
  146. index 8ec8584..c126680 100644
  147. --- a/overlay/packages/services/Telephony/res/values/config.xml
  148. +++ b/overlay/packages/services/Telephony/res/values/config.xml
  149. @@ -19,8 +19,4 @@
  150. are routed through the android.media.AudioManager class (true) or through
  151. the com.android.internal.telephony.Phone interface (false). -->
  152. <bool name="send_mic_mute_to_AudioManager">true</bool>
  153. -
  154. - <!-- This device implements a noise suppression device for in call audio-->
  155. - <bool name="has_in_call_noise_suppression">true</bool>
  156. -
  157. </resources>
  158. --
  159. 2.1.4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement