Advertisement
Perka

bools.xml

May 18th, 2011
561
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. Use Apk manager to decompile/compile
  2. Edit bools.xml
  3. framework-res\res\values\bools.xml
  4.  
  5. They should be like this
  6.  
  7. CRT-screen off anim: config_animateScreenLights set to false
  8. SIP 3G: config_sip_wifi_only set to false
  9.  
  10. <?xml version="1.0" encoding="UTF-8"?>
  11. <resources>
  12. <bool name="config_sf_limitedAlpha">false</bool>
  13. <bool name="config_sf_slowBlur">true</bool>
  14. <bool name="config_externalStorageRemovable">false</bool>
  15. <bool name="config_hasExternalStorage">true</bool>
  16. <bool name="config_externalStorageRemovableSd">true</bool>
  17. <bool name="config_hasExternalStorageSd">true</bool>
  18. <bool name="config_UsbHostStorageRemovable">true</bool>
  19. <bool name="config_hasUsbHostStorage">false</bool>
  20. <bool name="config_tether_dun_required">false</bool>
  21. <bool name="config_bypass_keyguard_if_slider_open">true</bool>
  22. <bool name="config_automatic_brightness_available">true</bool>
  23. <bool name="config_annoy_dianne">true</bool>
  24. <bool name="config_unplugTurnsOnScreen">false</bool>
  25. <bool name="config_animateScreenLights">false</bool>
  26. <bool name="config_deskDockEnablesAccelerometer">false</bool>
  27. <bool name="config_carDockEnablesAccelerometer">true</bool>
  28. <bool name="config_batterySdCardAccessibility">false</bool>
  29. <bool name="config_use_strict_phone_number_comparation">false</bool>
  30. <bool name="config_disableMenuKeyInLockScreen">true</bool>
  31. <bool name="config_swipeDisambiguation">true</bool>
  32. <bool name="config_filterTouchEvents">false</bool>
  33. <bool name="config_filterJumpyTouchEvents">false</bool>
  34. <bool name="config_bluetooth_sco_off_call">true</bool>
  35. <bool name="config_sip_wifi_only">false</bool>
  36. <bool name="skip_restoring_network_selection">true</bool>
  37. <bool name="lockscreen_isPortrait">true</bool>
  38. </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement