The latest versions of firmware Samsung uses the configuration through CSC. Below is a list of all possible settings of the flash I9300XXBLG1.
Making the settings by adding a file CSC /system/csc/feature.xml.
Together, we can find out what settings to that effect.
Sorry for my English, used the Google translator.
Making the settings by adding a file CSC /system/csc/feature.xml.
Together, we can find out what settings to that effect.
Code:
<?xml version="1.0" encoding="UTF-8" ?>
<!-- It can be added for each operators like below form
<ABC> -> sales code
<sapient>true</sapient> -> feature1
<burton>false</burton> -> feature2
<libtech>true</libtech> -> feature3
.
.
</ABC>
each name of tags are will be environment variable with "ro.csc."
ex) "ro.csc.sapient", "ro.csc.burton", "ro.csc.libtech" <== you could use them at any section.
also, should be added between <FeatureSet>
and </FeatureSet> .
[email protected] -->
<SamsungMobileFeature>
<!--
<Country></Country>
<CountryISO></CountryISO>
<SalesCode></SalesCode> -->
<!-- Default Values -->
<FeatureSet>
<!-- Enable/disable the camera shutter sound -->
<CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
<!-- color scheme of your calendar -->
<CscFeature_Calendar_SetColorOfDays>XXXXXBR</CscFeature_Calendar_SetColorOfDays>
<!-- Apps shortcut list in lock screen -->
<CscFeature_Setting_ShortcutListInLockScreen>Phone ,Messaging,Camera,Internet</CscFeature_Setting_ShortcutListInLockScreen>
<!-- total number of pages in the launcher -->
<CscFeature_Launcher_TotalPageCount>7</CscFeature_Launcher_TotalPageCount>
<!-- Home page -->
<CscFeature_Launcher_DefaultPageNumber>3</CscFeature_Launcher_DefaultPageNumber>
<!-- Enable call button in contact list -->
<CscFeature_Contact_EnableCallButtonInList>true</CscFeature_Contact_EnableCallButtonInList>
<!-- Add exit menu to web browser (thanks Cye3s) -->
<CscFeature_Web_AddOptionToTerminate >true</CscFeature_Web_AddOptionToTerminate >
</FeatureSet>
</SamsungMobileFeature>
Attachments
-
555 bytes Views: 1,201
Last edited: