[MOD ROOT] Enable native call recording on S8 Nougat

طوني تبولة

Senior Member
Apr 8, 2011
162
30
0
DC Metro
I'm trying to apply this trick on my Note8; however, the csc file in every CSC code folder (KSA in my case) contains weird symbols, i.e. looks like a binary file not a text one.
Was that the case with you guys?
Could someone provide me with the full content of the cscfeature.xml file?

UPDATE:

I have figured it out.

I have cleared the file and inserted the text in the attachment.

HTML:
<?xml version="1.0" encoding="UTF-8" ?>
<SamsungMobileFeauture>
<FeatureSet>
<CscFeature_VoiceCall_ConfigRecording>RecordingAllowed</CscFeature_VoiceCall_ConfigRecording>
</FeatureSet>
</SamsungMobileFeauture>
 

Attachments

Last edited:
  • Like
Reactions: bgdrls

kartiksood1

Senior Member
Nov 15, 2012
220
67
0
This definitely works but there is a small typo in the OP. The code to use is: Also remember to paste it inside the [FeatureSet] [/Featureset] brackets.

I have tried.. but each time failed.
Below is the entire file.. where exactly do i paste the code.. pls help.

<?xml version="1.0" encoding="UTF-8"?>
<SamsungMobileFeature>
<Version>ED00024</Version>
<Country>INDIA</Country>
<CountryISO>IN</CountryISO>
<SalesCode>INS</SalesCode>
<FeatureSet>
<CscFeature_Common_AutoConfigurationType>NO_DFLT_CSC, SIMBASED_OMC</CscFeature_Common_AutoConfigurationType>
<CscFeature_Common_ConfigEmergencyModePackages>com.ipsec.service,com.sec.android.providers.iwlansettings,com.sec.android.providers.mapcon</CscFeature_Common_ConfigEmergencyModePackages>
<CscFeature_Common_DisablePhoneNumberFormatting>TRUE</CscFeature_Common_DisablePhoneNumberFormatting>
<CscFeature_Common_SupportWcdmaInSlave>TRUE</CscFeature_Common_SupportWcdmaInSlave>
<CscFeature_Contact_ConfigImsOpStyle>INS</CscFeature_Contact_ConfigImsOpStyle>
<CscFeature_FMRadio_RecordingVolumeAs>11</CscFeature_FMRadio_RecordingVolumeAs>
<CscFeature_Framework_ConfigActionForMultiPowerPress>PanicMode</CscFeature_Framework_ConfigActionForMultiPowerPress>
<CscFeature_IMS_EnableRCSe>FALSE</CscFeature_IMS_EnableRCSe>
<CscFeature_SNote_AddOnFontConfig>SWA</CscFeature_SNote_AddOnFontConfig>
<CscFeature_Setting_EnableEditingIpVersionTypeRoaming>TRUE</CscFeature_Setting_EnableEditingIpVersionTypeRoaming>
<CscFeature_Setting_IncludeApn4SwUpdate>TRUE</CscFeature_Setting_IncludeApn4SwUpdate>
<CscFeature_Setting_ReplaceLabel4DualSim>Smart dual SIM</CscFeature_Setting_ReplaceLabel4DualSim>
<CscFeature_SystemUI_ConfigDefQuickSettingItem>Wifi,SilentMode,Bluetooth,RotationLock,Flashlight,AirplaneMode,PowerSaving,MobileData,WifiCalling,Performance,BlueLightFilter,WifiHotspot,PersonalMode,SecureFolder,Location,Nfc,Aod,AllShareCast,DeviceVisibility,Dnd,Sync,UDS,BikeMode,EdgeLighting</CscFeature_SystemUI_ConfigDefQuickSettingItem>
<CscFeature_SystemUI_ConfigOpBrandingForIndicatorIcon>INU_4G</CscFeature_SystemUI_ConfigOpBrandingForIndicatorIcon>
<CscFeature_VT_ConfigCapability>three_widget,rotation</CscFeature_VT_ConfigCapability>
<CscFeature_VT_SupportMerge>TRUE</CscFeature_VT_SupportMerge>
<CscFeature_Vision_ConfigImageSearch>PTRXX</CscFeature_Vision_ConfigImageSearch>
<CscFeature_Vision_ConfigPlace>FSRXX</CscFeature_Vision_ConfigPlace>
<CscFeature_Vision_ConfigShopping>NLLXX</CscFeature_Vision_ConfigShopping>
<CscFeature_Vision_ConfigTextTranslator>GGLXX</CscFeature_Vision_ConfigTextTranslator>
<CscFeature_Vision_ConfigWine>VVNXX</CscFeature_Vision_ConfigWine>
<CscFeature_VoiceCall_ConfigOpStyleForHdIcon>INS_HD</CscFeature_VoiceCall_ConfigOpStyleForHdIcon>
<CscFeature_VoiceCall_ConfigOpStyleForSwitchButton>MENU</CscFeature_VoiceCall_ConfigOpStyleForSwitchButton>
<CscFeature_VoiceCall_ConfigOpStyleForVolte>INS_VOLTE</CscFeature_VoiceCall_ConfigOpStyleForVolte>
<CscFeature_VoiceCall_DisableGeoDescription>TRUE</CscFeature_VoiceCall_DisableGeoDescription>
<CscFeature_VoiceCall_TunnigCallWaitingToneAs>60</CscFeature_VoiceCall_TunnigCallWaitingToneAs>
<CscFeature_Weather_ConfigCpType>TWC</CscFeature_Weather_ConfigCpType>
<CscFeature_Web_ConfigDomainKeepIdleConnection>digilocker.gov.in</CscFeature_Web_ConfigDomainKeepIdleConnection>
<CscFeature_Web_EnableAutoSimHomeUrlInProfile>FALSE</CscFeature_Web_EnableAutoSimHomeUrlInProfile>
<CscFeature_Web_EnableDataCompressionProxy>TRUE</CscFeature_Web_EnableDataCompressionProxy>
<CscFeature_mCommerce_WalletMgrConfig>Disable</CscFeature_mCommerce_WalletMgrConfig>
</FeatureSet>
</SamsungMobileFeature>
 

Sjant

Senior Member
Dec 29, 2014
208
73
0
Denmark
www.gravholt.net
I have tried.. but each time failed.
Below is the entire file.. where exactly do i paste the code.. pls help.
The code needs to be pasted inside the two <FeatureSet> </FeatureSet> brackets. For example you can add the code right after <CscFeature_mCommerce_WalletMgrConfig>Disable</CscFeature_mCommerce_WalletMgrConfig>.

Make sure you don't copy the code from the OP - there is a typo in it.
Also make sure you have found the correct cscfeature.xml file.
 

kartiksood1

Senior Member
Nov 15, 2012
220
67
0
The code needs to be pasted inside the two <FeatureSet> </FeatureSet> brackets. For example you can add the code right after <CscFeature_mCommerce_WalletMgrConfig>Disable</CscFeature_mCommerce_WalletMgrConfig>.

Make sure you don't copy the code from the OP - there is a typo in it.
Also make sure you have found the correct cscfeature.xml file.
Thanks for ur reply
Did as u suggested.. still unsuccessful
 

Attachments

Steyux

Senior Member
Oct 18, 2010
221
15
0
Torino
Thanks! Do you know other useful strings that activate other hidden features? I'm on a custom rom and I can't use CSC Feature Expert from Play Store
 

linksmechanix

Member
Sep 16, 2016
33
1
0
A big probem help?

So I tried this on my s8+ and didn't realize it was for an s8 and my phone is screwed up. So I tried to go back into root explorer and delete that line and it seems it won't delete that line because the problem conitinues and when I go back into root explorer it still shows that line even though i deleted it and pushed save.