Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
kkoolpatz
Old
(Last edited by kkoolpatz; 10th January 2013 at 04:54 PM.)
#1  
Senior Member - OP
Thanks Meter 209
Posts: 155
Join Date: Jan 2011
Location: Pune
Default [CSC features] * 10 Jan'13 * Enable secret CSC features

You can enable some features that Sammy decided to disable for your country by default.

These features can be found in /system/csc/feature.xml
Some users have reported on being on a rom that does not have feature.xml. If you are one of these you may try adding the code to /system/csc/others.xml (same directory).

Quote:
########## Frequently Asked Questions ##########
  • I did everything, but It not working.

    Make sure you add the CSC features between <FeatureSet> and </FeatureSet> (See Below)
    Code:
    <FeatureSet>
        <!-- This is a comment. You may write anything between these tags -->
        <CscFeature_XXX>TRUE</CscFeature_XXX>
      </FeatureSet>
    After adding these lines to your existing file using any root explorer or vi, sometime permissions are reset for some users. Please verify / reset file permissions to allow read access to all.

  • I do not have /system/csc/feature.xml
    Some users have reported on being on a rom that does not have feature.xml. If you are one of these you may try adding the code to others.xml in the same directory.

  • There are many more out there.
    I know . For a complete list see my second post.

  • I know one that works, but its not listed here.
    Please feel free to post it in this thread or PM me. I'll be glad to test it and add to OP.

  • I rebooted to recovery and all features are gone..
    If you enter stock recovery (3e), your csc may be re-applied and all your modifications may be removed. If your csc is modified don't enter stock recovery (3e).
Add the following lines to your existing file using any root explorer or vi. (be sure to backup the file before you experiment)
IF YOU HAVE FAT FINGERS, SEE MY FILE IN THE SECOND POST

Quote:
Enter Key = New Line in stock sms // Only if not supported already
Code:
<CscFeature_Message_ReplaceCRToNewLine>true</CscFeature_Message_ReplaceCRToNewLine>
Enable scheduled message
Code:
<CscFeature_Message_EnableScheduledMessage>true</CscFeature_Message_EnableScheduledMessage>
<CscFeature_Message_EnableScheduledMsgBox>true</CscFeature_Message_EnableScheduledMsgBox>
Enable sub Symbols on Stock Samsung keyboardShow Content for Screenshot
 

Code:
<CscFeature_Sip_UseSymbolInCMKey>true</CscFeature_Sip_UseSymbolInCMKey>
<CscFeature_Sip_EnableSymbolInSecondary>de;en_US;en_GB</CscFeature_Sip_EnableSymbolInSecondary>
Show Content to view Launguage codes UPDATED
 
Quote:
The Format is one of the two types. Either...
  • Lower case language code (ko) OR
  • Lower case language code_UPPERCASE COUNTRY CODE (en_US).
You can find out which one applies to your language depending upon whether there is a country code mentioned in front of your language in the Keyboard settings.
For example: There are two types of english language keyboards, US and GB (Great Britain) So the english keyboard codes are en_US and en_GB respectively.
There is only one korean Keyboard, so it would only have the language code, not the country code. example : ko.

In below code i have mentioned all combinations of language and countries. please select whatever applies to you.
If just language code does not work try adding "_COUNTRYCODE".
Code:
en_GB;en_US;en_AU;en_CA;en_PH;en_IE;en_NZ;en_ZA;
ko_KR;de_AT;de_CH;de_DE;fr_FR;fr_CH;fr_BE;fr_CA; bg_BG;cs_CZ;da_DK;el_GR;es_ES;et_EE;fi_FI;
ga_IE;hr_HR;hu_HU;is_IS;it_IT; lt_LT;lv_LV;mk_MK;ms_MY;nb_NO;nl_NL;nl_BE;pl_PL;pt_PT;pt-BR;ro_RO;sr_RS;sv_SE;tr_TR; ca_ES;eu_ES;gl_ES;kk_KZ;ru_RU;sk_SK;sl_SI;uk_UA;uz_UZ;az_AZ;hy_AM;ka_GE;
pt_BR;in_ID;ja_JP;vi_VN;zh_CN;zh_TW;ar_AE;ar_IL;fa_FA;ur_PK;iw_IL;th_TH;zh_HK;zh_SG


Dialer search matches numbers in contacts and call logs along with contacts
Code:
<CscFeature_Dialer_PhonebookNdigitsMatching>true</CscFeature_Dialer_PhonebookNdigitsMatching>
<CscFeature_RIL_CallerIdMatchingDigit>true</CscFeature_RIL_CallerIdMatchingDigit>
No Limits on joining contacts together. # Removes the existing Limit of 5 contacts
Code:
<CscFeature_Contact_SetLinkCountMaxAs>999</CscFeature_Contact_SetLinkCountMaxAs>
extend speed dials to 100
Code:
<CscFeature_Contact_ExtendSpeedDialTo100>true</CscFeature_Contact_ExtendSpeedDialTo100>
Extend Contact name lenth Limit to 1280
Code:
<CscFeature_Contact_LimitNameLength>1280</CscFeature_Contact_LimitNameLength>
Add exit menu to stock web browser
Code:
<CscFeature_Web_AddOptionToTerminate>true</CscFeature_Web_AddOptionToTerminate>
Confirm whether you want to exit the browser
Code:
<CscFeature_Web_EnablePromptToExit>true</CscFeature_Web_EnablePromptToExit>
Stock browser requests Desktop site by default
Code:
<CscFeature_Web_EnableDesktopSiteAsDefault>true</CscFeature_Web_EnableDesktopSiteAsDefault>
Show the current user agent in Internet->Settings->Advanced
Code:
<CscFeature_Web_ShowVersionInSetting>true</CscFeature_Web_ShowVersionInSetting>
Add shutter sound on/off menu to stock camera app
Code:
<CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
Hide Software Update from Settings
Code:
<CscFeature_Setting_DisableMenuSoftwareUpdate>true</CscFeature_Setting_DisableMenuSoftwareUpdate>
Show your hardware revision in Settings->About (same as dialing *#12580*369#)
Code:
<CscFeature_Setting_EnableHwVersionDisplay>true</CscFeature_Setting_EnableHwVersionDisplay>
Enable infinite scrolling in TW home screens, app drawer, and widget drawer
Code:
<CscFeature_Launcher_DisablePageRotation>false</CscFeature_Launcher_DisablePageRotation>
Enables Rotation control icon in Gallery
Code:
<CscFeature_Gallery_AddAutoRotationIcon>true</CscFeature_Gallery_AddAutoRotationIcon>


Any Finally, if you know more, please leave me a pm or a comment and i'll add it to this post
If I helped don't forget to press the thanks button!!
The XDA Wiki | XDA: The History | Xda Rules
Samsung Galaxy Note II CWM Recovery Omega Rom with sub-symbols enabled in Note2 keyboard
HTC Desire S-OFF CWM Recovery, cyanogenmod 7

Note II Links
Enable hidden CscFeature for Note II
SGNII N7100 JB Mods Collection
andrdcndy Note 2 Roms

HTC Desire Links
Everything Desire: HTC Desire Roms.
andrdcndy HTC Desire Roms
The Following 132 Users Say Thank You to kkoolpatz For This Useful Post: [ Click to Expand ]
 
kkoolpatz
Old
(Last edited by kkoolpatz; 10th January 2013 at 09:30 AM.)
#2  
Senior Member - OP
Thanks Meter 209
Posts: 155
Join Date: Jan 2011
Location: Pune
Default Would you like to help crack more CscFeatures?

Would you like to help crack more CscFeatures?

I have listed out about 700+ CscFeatures that may or may not apply to our devices. I do not have the time to confirm if they really work.
If one of you would like to test these on your devices, please click Show Content. If they work please report to me and i'll add them to the OP.

 
Warning: Dragons Ahead

Please see this link to access the CscFeatures. Again. These are Samsung generic and not specifically for Note2.
But may work for note2. Please backup your devices before you experiment.

CscFeatures


For those having problems

I have uploaded my feature.xml. please place this in the /system/csc/feature.xml See attachment.
Please rename feature.txt to xml while copying.
Attached Files
File Type: txt feature.txt - [Click for QR Code] (3.5 KB, 2269 views)
If I helped don't forget to press the thanks button!!
The XDA Wiki | XDA: The History | Xda Rules
Samsung Galaxy Note II CWM Recovery Omega Rom with sub-symbols enabled in Note2 keyboard
HTC Desire S-OFF CWM Recovery, cyanogenmod 7

Note II Links
Enable hidden CscFeature for Note II
SGNII N7100 JB Mods Collection
andrdcndy Note 2 Roms

HTC Desire Links
Everything Desire: HTC Desire Roms.
andrdcndy HTC Desire Roms
The Following 35 Users Say Thank You to kkoolpatz For This Useful Post: [ Click to Expand ]
 
sunwee
Old
(Last edited by sunwee; 7th December 2012 at 02:10 AM.)
#3  
Senior Member
Thanks Meter 27
Posts: 397
Join Date: May 2009
wow...can someone confirm that the keyboard sub symbols work? that's the only main setback of the default keyboard.

edit: i check my csc file, this line already set to true

<CscFeature_Sip_UseSymbolInCMKey>true</CscFeature_Sip_UseSymbolInCMKey>

but there is no subsymbols on the keyboard, just alphabets.
 
kkoolpatz
Old
#4  
Senior Member - OP
Thanks Meter 209
Posts: 155
Join Date: Jan 2011
Location: Pune
Quote:
Originally Posted by sunwee View Post
wow...can someone confirm that the keyboard sub symbols work? that's the only main setback of the default keyboard.
Yes, Im using it right now on Omega, but its a stock samsung feature.
If I helped don't forget to press the thanks button!!
The XDA Wiki | XDA: The History | Xda Rules
Samsung Galaxy Note II CWM Recovery Omega Rom with sub-symbols enabled in Note2 keyboard
HTC Desire S-OFF CWM Recovery, cyanogenmod 7

Note II Links
Enable hidden CscFeature for Note II
SGNII N7100 JB Mods Collection
andrdcndy Note 2 Roms

HTC Desire Links
Everything Desire: HTC Desire Roms.
andrdcndy HTC Desire Roms
The Following User Says Thank You to kkoolpatz For This Useful Post: [ Click to Expand ]
 
sunwee
Old
#5  
Senior Member
Thanks Meter 27
Posts: 397
Join Date: May 2009
Quote:
Originally Posted by kkoolpatz View Post
Yes, Im using it right now on Omega, but its a stock samsung feature.
can you post a screenshot of your keyobard to see if we mean the same thing?

as i know, only the US variants of n7100 shows the subsymbols on the keyboard, the international ones all just show plain alphabets.
 
kkoolpatz
Old
#6  
Senior Member - OP
Thanks Meter 209
Posts: 155
Join Date: Jan 2011
Location: Pune
Quote:
Originally Posted by sunwee View Post
wow...can someone confirm that the keyboard sub symbols work? that's the only main setback of the default keyboard.

edit: i check my csc file, this line already set to true

<CscFeature_Sip_UseSymbolInCMKey>true</CscFeature_Sip_UseSymbolInCMKey>

but there is no subsymbols on the keyboard, just alphabets.
Also needs the following line. Updated OP

<CscFeature_Sip_EnableSymbolInSecondary>de;en_US;e n_GB</CscFeature_Sip_EnableSymbolInSecondary>
If I helped don't forget to press the thanks button!!
The XDA Wiki | XDA: The History | Xda Rules
Samsung Galaxy Note II CWM Recovery Omega Rom with sub-symbols enabled in Note2 keyboard
HTC Desire S-OFF CWM Recovery, cyanogenmod 7

Note II Links
Enable hidden CscFeature for Note II
SGNII N7100 JB Mods Collection
andrdcndy Note 2 Roms

HTC Desire Links
Everything Desire: HTC Desire Roms.
andrdcndy HTC Desire Roms
The Following 2 Users Say Thank You to kkoolpatz For This Useful Post: [ Click to Expand ]
 
antt00
Old
#7  
antt00's Avatar
Senior Member
Thanks Meter 182
Posts: 667
Join Date: Jul 2007
Location: Kuala Lumpur
Quote:
Originally Posted by kkoolpatz View Post
Also needs the following line. Updated OP

<CscFeature_Sip_EnableSymbolInSecondary>de;en_US;e n_GB</CscFeature_Sip_EnableSymbolInSecondary>
Confirmed that second line is working. Thanks alot.
Asus P525 (WM5 - WM6) ---> HP Ipaq 612c (WM6.5) ---> HTC HD2 (WM6.5.x - Android) ---> Samsung Galaxy S2 ---> Samsung Note 2

Sentinel Rom 4.60 (CM10.1 - 4.2.2) + UBDMB1 modem // Devil Kernel // Buzz Launcher

 
Teflanzy
Old
#8  
Senior Member
Thanks Meter 35
Posts: 169
Join Date: Jan 2010
Location: Hamad Town
/system/csc/feature.xml

i do not have this file
i am using the leaked original rom 4.1.2
i tried searching for it but could not find it in the system folder
Trying to learn from the best deveplopers on XDA
Thank you all for your time and hard work
 
xcxa23
Old
#9  
xcxa23's Avatar
Senior Member
Thanks Meter 179
Posts: 570
Join Date: Oct 2010
Quote:
Originally Posted by Teflanzy View Post
/system/csc/feature.xml

i do not have this file
i am using the leaked original rom 4.1.2
i tried searching for it but could not find it in the system folder
Wat explorer u using?? It most likely at the bottom of csc folder
Please use instead of "+1"


Fonts fully compatible with Simplistic Framework v3.5.1 click here to find out
 
mitchelln
Old
(Last edited by mitchelln; 7th December 2012 at 09:56 AM.)
#10  
Senior Member
Thanks Meter 31
Posts: 255
Join Date: Jan 2011
Quote:
Originally Posted by xcxa23 View Post
Wat explorer u using?? It most likely at the bottom of csc folder
Same for me. I'm running 4.1.2 and there is no framework.xml file in the folder. I'm using root explorer.

Why on earth did they disable the sub symbols on the international variants? Crazy!

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...