Skip to content

Instantly share code, notes, and snippets.

@nemith
Created February 24, 2011 17:42
Show Gist options
  • Save nemith/842526 to your computer and use it in GitHub Desktop.
Save nemith/842526 to your computer and use it in GitHub Desktop.
--- frameworks/base/core/res/res/values/config.xml 2011-02-24 10:34:59.000000000 -0700
+++ device/bn/encore/overlay/frameworks/base/core/res/res/values/config.xml 2011-02-24 10:33:11.000000000 -0700
@@ -39,7 +39,6 @@
<item><xliff:g id="id">volume</xliff:g></item>
<item><xliff:g id="id">headset</xliff:g></item>
<item><xliff:g id="id">wifi</xliff:g></item>
- <item><xliff:g id="id">wimax</xliff:g></item>
<item><xliff:g id="id">cdma_eri</xliff:g></item>
<item><xliff:g id="id">data_connection</xliff:g></item>
<item><xliff:g id="id">phone_evdo_signal</xliff:g></item>
@@ -59,7 +58,7 @@
<!-- Flag indicating whether the surface flinger is inefficient
at performing a blur. Used by parts of the UI to turn off
the blur effect where it isn't worth the performance hit. -->
- <bool name="config_sf_slowBlur">false</bool>
+ <bool name="config_sf_slowBlur">true</bool>
<!-- The duration (in milliseconds) of a short animation. -->
<integer name="config_shortAnimTime">150</integer>
@@ -81,7 +80,7 @@
it is removable; if it is built in to the device, it is not removable.
The default product has external storage on an SD card, which is
removable. -->
- <bool name="config_externalStorageRemovable" product="default">true</bool>
+ <bool name="config_externalStorageRemovable" product="default">false</bool>
<!-- XXXXX NOTE THE FOLLOWING RESOURCES USE THE WRONG NAMING CONVENTION.
Please don't copy them, copy anything else. -->
@@ -134,7 +133,7 @@
Note that this defaults to false so that if you move to a carrier that
hasn't configured anything tethering will still work. If you'd rather
make the device untetherable on unconfigured devices, set to true -->
- <bool translatable="false" name="config_tether_dun_required">false</bool>
+ <bool translatable="false" name="config_tether_dun_required">true</bool>
<!-- String containing the apn value for tethering. May be overriden by secure settings
TETHER_DUN_APN. Value is a comma separated series of strings:
@@ -209,59 +208,59 @@
<integer name="config_lidNavigationAccessibility">0</integer>
<!-- Indicate whether the SD card is accessible without removing the battery. -->
- <bool name="config_batterySdCardAccessibility">false</bool>
+ <bool name="config_batterySdCardAccessibility">true</bool>
<!-- Vibrator pattern for feedback about a long screen/key press -->
<integer-array name="config_longPressVibePattern">
<item>0</item>
- <item>1</item>
- <item>20</item>
- <item>21</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
</integer-array>
<!-- Vibrator pattern for feedback about touching a virtual key -->
<integer-array name="config_virtualKeyVibePattern">
<item>0</item>
- <item>10</item>
- <item>20</item>
- <item>30</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
</integer-array>
<!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
<integer-array name="config_keyboardTapVibePattern">
- <item>40</item>
+ <item>0</item>
</integer-array>
<!-- Vibrator pattern for feedback about booting with safe mode disabled -->
<integer-array name="config_safeModeDisabledVibePattern">
<item>0</item>
- <item>1</item>
- <item>20</item>
- <item>21</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
</integer-array>
<!-- Vibrator pattern for feedback about booting with safe mode disabled -->
<integer-array name="config_safeModeEnabledVibePattern">
<item>0</item>
- <item>1</item>
- <item>20</item>
- <item>21</item>
- <item>500</item>
- <item>600</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
</integer-array>
<!-- Vibrator pattern for feedback about hitting a scroll barrier -->
<integer-array name="config_scrollBarrierVibePattern">
<item>0</item>
- <item>15</item>
- <item>10</item>
- <item>10</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
</integer-array>
<!-- Vibrator pattern for feedback about on a key release -->
<integer-array name="config_virtualKeyUpPattern">
- <item>5</item>
- <item>18</item>
+ <item>0</item>
+ <item>0</item>
</integer-array>
<bool name="config_use_strict_phone_number_comparation">false</bool>
@@ -273,13 +272,13 @@
<integer name="config_lowBatteryCloseWarningLevel">20</integer>
<!-- Default color for notification LED. -->
- <color name="config_defaultNotificationColor">#ff00ff00</color>
+ <color name="config_defaultNotificationColor">#00000000</color>
<!-- Default LED on time for notification LED in milliseconds. -->
- <integer name="config_defaultNotificationLedOn">500</integer>
+ <integer name="config_defaultNotificationLedOn">0</integer>
<!-- Default LED off time for notification LED in milliseconds. -->
- <integer name="config_defaultNotificationLedOff">2000</integer>
+ <integer name="config_defaultNotificationLedOff">0</integer>
<!-- Allow the menu hard key to be disabled in LockScreen on some devices -->
<bool name="config_disableMenuKeyInLockScreen">false</bool>
@@ -343,14 +342,15 @@
<string name="default_wallpaper_component">@null</string>
<!-- Component name of the service providing network location support. -->
- <string name="config_networkLocationProvider">@null</string>
+ <string
+ name="config_networkLocationProvider">com.google.android.location.NetworkLocationProvider</string>
<!-- Component name of the service providing geocoder API support. -->
- <string name="config_geocodeProvider">@null</string>
+ <string name="config_geocodeProvider">com.google.android.location.GeocodeProvider</string>
<!-- Boolean indicating if current platform supports bluetooth SCO for off call
use cases -->
- <bool name="config_bluetooth_sco_off_call">true</bool>
+ <bool name="config_bluetooth_sco_off_call">false</bool>
<!-- The default data-use polling period. -->
<integer name="config_datause_polling_period_sec">600</integer>
@@ -362,7 +362,7 @@
<integer name="config_datause_throttle_kbitsps">300</integer>
<!-- The default iface on which to monitor data use -->
- <string name="config_datause_iface">rmnet0</string>
+ <string name="config_datause_iface">tiwlan0</string>
<!-- The default reduced-datarate notification mask -->
<!-- 2 means give warning -->
@@ -386,6 +386,6 @@
<bool name="config_enableScreenOnAnimation">false</bool>
<!-- Enable the screen-off animation -->
- <bool name="config_enableScreenOffAnimation">true</bool>
+ <bool name="config_enableScreenOffAnimation">false</bool>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment