CSC Features on MM

Alta1r

Senior Member
May 4, 2009
365
78
48
Seems like some CscFeatures don't work anymore on Marshmallow.
I used to have the apps in the drawer alphabetically (automatically) and secondary symbols on the keyboard enabled, but the same mods don't work anymore now.

Anyone know how to find out which CscFeatures are supported now or what the new entry might be?
 

Alta1r

Senior Member
May 4, 2009
365
78
48
Well, did some further digging and read somewhere those were found in framework.jar. In 'framework.jar:classes3.dex I found something about CscFeatures under 'com/sec/android/app' and still find the entries i used before in there.

Here e.g. drawer apps alphabetically (found in CscFeaturTagLauncher.smali):

.field public static final TAG_CSCFEATURE_LAUNCHER_ENABLEVIEWBYALPHABETASDEFAULT:Ljava/lang/String; = "CscFeature_Launcher_EnableViewByAlphabetAsDefault"

But i have no programming knowledge so i have no clue what this all means.

Anyone has an idea?
 

Alta1r

Senior Member
May 4, 2009
365
78
48
Hi,

It works for me (like other csc tweaks), add feature.xml in system/csc and set the same permissions like others.xml...

Remove the.zip extension.
Thanks for your reply.
Really? For me only camera shutter sound on/off works at the moment.

Could you try to add 2 following entries to your feature.xml and check if they work?

<CscFeature_Sip_EnableSymbolInSecondary>es_US;</CscFeature_Sip_EnableSymbolInSecondary>

<CscFeature_Launcher_EnableViewByAlphabetAsDefault>TRUE</CscFeature_Launcher_EnableViewByAlphabetAsDefault>

First one is for secondary symbols on the keyboard, second one sorts the apps in the drawer automatically (the A-Z option to do it manually should disappear as well).

Removing them from feature.xml afterwards or replacing it with a backup will give you back the feature.xml as you have it now, but would appreciate it if you could test those for me before I wipe my device.

Edit: just saw that you posted an attachment and in it you already had the second one, so forget that one.
For the first one: you will have secondary symbols on the keyboard when selection UK English as language on the keyboard (in case you shouldn't know).
 
Last edited:
  • Like
Reactions: Manson79

Manson79

Senior Member
Feb 5, 2015
303
408
103
41
It works unless I install or uninstall an app (just noticed that it happens only in this case)... so I need to reboot for all the apps to be reorganized automatically by alphabetical order (without manually setting them).
 
Last edited:
  • Like
Reactions: Alta1r

Alta1r

Senior Member
May 4, 2009
365
78
48
Guess it's not instantly as it used to be before.

Any luck with the secondary symbols on the keyboard? Just noticed I made mistake there in my previous post: for UK English es_US should be replaced by en_UK.