• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

CSC files edit

AprilThe20th

Well-Known Member
I use root explore for this.Look under system/csc/feature.xml, open the feature.xml file under the text editor option. We will use two values true and false.Under camera the option to add make camera shutter silent make true, this will give a new option under camera to turn off camera shutter sound.Under TW launcher look for tilt effect and make that true.This will give the TW launcher a new scroll effect.Save and reboot for changes to take effect.There are other things you can edit in feature.xml.Always make a back up incase you screw up.....enjoy:D

Forgot to add I have done this on TW JB roms!!!
 
<!-- Camera -->
<CscFeature_Camera_DisableGPSMenu>false</CscFeature_Camera_DisableGPSMenu>
<CscFeature_Camera_DefaultStorage>phone</CscFeature_Camera_DefaultStorage>
<CscFeature_Camera_DefaultQuality>superfine</CscFeature_Camera_DefaultQuality>
<CscFeature_Camcorder_DefaultQuality>superfine</CscFeature_Camcorder_DefaultQuality>
<CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
<CscFeature_Camcorder_DoNotPauseMusic>false</CscFeature_Camcorder_DoNotPauseMusic>
<CscFeature_Camera_CameraFlicker>60hz</CscFeature_Camera_CameraFlicker>
<CscFeature_Camera_EnableCameraDuringCall>true</CscFeature_Camera_EnableCameraDuringCall
 
<!-- Launcher -->
<CscFeature_Launcher_DisableTiltEffect>false</CscFeature_Launcher_DisableTiltEffect>
<CscFeature_Launcher_EnableInegratedLauncher>true</CscFeature_Launcher_EnableInegratedLauncher>
 
Back
Top Bottom