Setting specific CSC / Enabling VoLTE on Nougat without root - Galaxy S6 Q&A, Help & Troubleshooting

Hi,
I've got a German T-Mobile (DTM) Galaxy s6. Since I wanted to get the Nougat experience I used Odin to flash the VDF-Firmware. I did a full wipe. That gave ma an active CSC Code of "SIM". With that VoLTE and WIfi Calling are not working. As far as I understand this is controlled by other.xml/feature.xml.
So I tried to find a firmware/csc that has those features enabled. I've started with my current firmware by doing:
cd /system/csc
find . -name others.xml -exec grep -iH volte {} \;
This gave me:
Code:
./ATL/system/csc/others.xml: <CscFeature_RIL_SupportVolte>TRUE</CscFeature_RIL_SupportVolte>
./ATL/system/csc/others.xml: <CscFeature_RIL_BlockUssdDuringVolteCall>true</CscFeature_RIL_BlockUssdDuringVolteCall>
./ATL/system/csc/others.xml: <CscFeature_IMS_EnableVoLTE>TRUE</CscFeature_IMS_EnableVoLTE>
./MOB/system/csc/others.xml: <CscFeature_IMS_EnableVoLTE>true</CscFeature_IMS_EnableVoLTE>
./MOB/system/csc/others.xml: <CscFeature_RIL_SupportVolte>TRUE</CscFeature_RIL_SupportVolte>
./MOB/system/csc/others.xml: <CscFeature_RIL_BlockUssdDuringVolteCall>true</CscFeature_RIL_BlockUssdDuringVolteCall>
./MOB/system/csc/others.xml: <CscFeature_VoiceCall_ConfigOpStyleForMobileNetSetting>voltesettingscommon,voltesettingEUR</CscFeature_VoiceCall_ConfigOpStyleForMobileNetSetting>
./OMN/system/csc/others.xml: <CscFeature_RIL_SupportVolte>TRUE</CscFeature_RIL_SupportVolte>
./OMN/system/csc/others.xml: <CscFeature_RIL_BlockUssdDuringVolteCall>true</CscFeature_RIL_BlockUssdDuringVolteCall>
./OMN/system/csc/others.xml: <CscFeature_RIL_ConfigVolteRedialPolicy>OMN</CscFeature_RIL_ConfigVolteRedialPolicy>
./OMN/system/csc/others.xml: <CscFeature_IMS_EnableVoLTE>TRUE</CscFeature_IMS_EnableVoLTE>
./SWC/system/csc/others.xml: <CscFeature_VoiceCall_ConfigOpStyleForMobileNetSetting>voltesettingscommon,voltesettingEUR</CscFeature_VoiceCall_ConfigOpStyleForMobileNetSetting>
./SWC/system/csc/others.xml: <CscFeature_IMS_EnableVoLTE>true</CscFeature_IMS_EnableVoLTE>
./SWC/system/csc/others.xml: <CscFeature_RIL_SupportVolte>TRUE</CscFeature_RIL_SupportVolte>
./SWC/system/csc/others.xml: <CscFeature_RIL_BlockUssdDuringVolteCall>true</CscFeature_RIL_BlockUssdDuringVolteCall>
./TCL/system/csc/others.xml: <CscFeature_IMS_EnableVoLTE>TRUE</CscFeature_IMS_EnableVoLTE>
./TCL/system/csc/others.xml: <CscFeature_RIL_SupportVolte>TRUE</CscFeature_RIL_SupportVolte>
./TCL/system/csc/others.xml: <CscFeature_RIL_BlockUssdDuringVolteCall>true</CscFeature_RIL_BlockUssdDuringVolteCall>
./VD2/system/csc/others.xml: <CscFeature_IMS_EnableVoLTE>TRUE</CscFeature_IMS_EnableVoLTE>
./VD2/system/csc/others.xml: <CscFeature_RIL_SupportVolte>TRUE</CscFeature_RIL_SupportVolte>
./VD2/system/csc/others.xml: <CscFeature_RIL_BlockUssdDuringVolteCall>true</CscFeature_RIL_BlockUssdDuringVolteCall>
./VD2/system/csc/others.xml: <CscFeature_RIL_ConfigVolteRedialPolicy>VD2</CscFeature_RIL_ConfigVolteRedialPolicy>
./VDC/system/csc/others.xml: <CscFeature_IMS_EnableVoLTE>TRUE</CscFeature_IMS_EnableVoLTE>
./VDC/system/csc/others.xml: <CscFeature_RIL_SupportVolte>TRUE</CscFeature_RIL_SupportVolte>
./VDC/system/csc/others.xml: <CscFeature_RIL_BlockUssdDuringVolteCall>true</CscFeature_RIL_BlockUssdDuringVolteCall>
./VDF/system/csc/others.xml: <CscFeature_IMS_EnableVoLTE>TRUE</CscFeature_IMS_EnableVoLTE>
./VDF/system/csc/others.xml: <CscFeature_RIL_SupportVolte>TRUE</CscFeature_RIL_SupportVolte>
./VDF/system/csc/others.xml: <CscFeature_RIL_BlockUssdDuringVolteCall>TRUE</CscFeature_RIL_BlockUssdDuringVolteCall>
./VDF/system/csc/others.xml: <CscFeature_RIL_ConfigVolteRedialPolicy>VD2</CscFeature_RIL_ConfigVolteRedialPolicy>
./VDH/system/csc/others.xml: <CscFeature_IMS_EnableVoLTE>FALSE</CscFeature_IMS_EnableVoLTE>
./VDI/system/csc/others.xml: <CscFeature_IMS_EnableVoLTE>FALSE</CscFeature_IMS_EnableVoLTE>
./VGR/system/csc/others.xml: <CscFeature_IMS_EnableVoLTE>FALSE</CscFeature_IMS_EnableVoLTE>
./VOD/system/csc/others.xml: <CscFeature_RIL_SupportVolte>TRUE</CscFeature_RIL_SupportVolte>
./VOD/system/csc/others.xml: <CscFeature_RIL_BlockUssdDuringVolteCall>true</CscFeature_RIL_BlockUssdDuringVolteCall>
./VOD/system/csc/others.xml: <CscFeature_IMS_EnableVoLTE>TRUE</CscFeature_IMS_EnableVoLTE>
So obviously at least some CSCs in the multi-CSC-Firmware from Vodafone have those features enabled.
1) Would VoLTE (probably) work with a VOD CSC on german T-Mobile? It did with 6.0.1 DTM firmware
2) Can I switch from SIM to VOD or VDF? How do I do this? Without root? And if possible without another wipe?
3) If 2) is not possible: Is there another Firmware out there that brings VoLTE in the "default" CSC? Or how at all is that chosen?
Any glues would be highly appreciated,
BR
Johannes

hey man could you chceck if new G925F nougat sw with CSC SIO got enabled VoLTE??

Hi,
I've provided the statement to check that. I have no G925F, so I see no easy way to check that. Just run the one-line-command I've provided and you'll see,
BR
Johannes

Related

Complete TW Lollipop CscFeature List

Hey XDA,
This is a complete list of all the CSC codes in TW Lollipop, taken directly from the framework files. I'm posting this here for reference only. I do not know what they all do, what devices they'll work on, or what the accepted values for each are, so please don't waste my time and yours by asking. There are quite a few interesting sounding ones that I noticed, that I don't recall seeing anywhere before, so if you find anything interesting that works, please share it here. I'm going to break these down here by category. The attached file is the complete list.
Calendar
Code:
CscFeature_Calendar_AddItem4SearchApp
CscFeature_Calendar_DisableGoogleMapIntegration
CscFeature_Calendar_DisableKies
CscFeature_Calendar_EnableGateMsg
CscFeature_Calendar_EnableLocalHolidayDisplay
CscFeature_Calendar_EnableLunar
CscFeature_Calendar_EnableMsgReminder
CscFeature_Calendar_EnableSDCardImport
CscFeature_Calendar_EnableShiftedWeekNumber
CscFeature_Calendar_EnableWeatherInfo
CscFeature_Calendar_LocalStickerConfig
CscFeature_Calendar_ReplaceMenuAutoNavi
CscFeature_Calendar_ReplacePackageAs
CscFeature_Calendar_SetColorOfDays
Camera
Code:
CscFeature_Camera_BatteryTemperatureCheck
CscFeature_Camera_CamcoderForceShutterSoundDuringSnapShot
CscFeature_Camera_CamcorderDefaultSideMenu
CscFeature_Camera_CamcorderDoNotPauseMusic
CscFeature_Camera_CamcorderEnablePromptPopupToSelectRecMode
CscFeature_Camera_CameraFlicker
CscFeature_Camera_ConfigVoiceControlPopUp
CscFeature_Camera_DefaultSideMenu
CscFeature_Camera_DisableGPSMenu
CscFeature_Camera_EnableCameraDuringCall
CscFeature_Camera_EnableSmsNotiPopup
CscFeature_Camera_SecurityMdmService
CscFeature_Camera_ShutterSoundMenu
CscFeature_Camera_UseShareShotFolderAs
Clock
Code:
CscFeature_Clock_ConfigPackage
CscFeature_Clock_DisableAccWeatherInfo
CscFeature_Clock_DisableGoogleLocationInfo
CscFeature_Clock_DisableIsraelCountry
CscFeature_Clock_DisableServProvider
CscFeature_Clock_DisableSortByCityName
CscFeature_Clock_EnableAlarmBriefingNewsAs
CscFeature_Clock_EnableAutoPowerOnOffMenu
CscFeature_Clock_EnableBPMFSortList
CscFeature_Clock_EnableMenuAlarmAlertDuringSilentMode
CscFeature_Clock_EnablePinyinSortList
CscFeature_Clock_EnableStrokeSortList
CscFeature_Clock_ExclusiveEnablingAutoPowerSetting
CscFeature_Clock_ReplaceNameTaiwanWithTaipei
Cloud
Code:
CscFeature_Cloud_ConfigDropboxPeriod
Common
Code:
CscFeature_Common_AddExtMobilePrint
CscFeature_Common_AddPrefix4InternationalCall
CscFeature_Common_AllowExternalApkUsage
CscFeature_Common_AutoConfigurationType
CscFeature_Common_ConfgB2B
CscFeature_Common_ConfigEmergencyModePackages
CscFeature_Common_ConfigLocalSecurityPolicy
CscFeature_Common_ConfigNetworkModeDuringEmergency
CscFeature_Common_ConfigOpBrandingForWFC
CscFeature_Common_ConfigOperatorDrmReq
CscFeature_Common_ConfigRcsVendorApp
CscFeature_Common_ConfigSiop
CscFeature_Common_ConfigUltraPowerSavingModePackages
CscFeature_Common_DisableAppSync
CscFeature_Common_DisableGoogle
CscFeature_Common_DisableManualTimeGuidePopup
CscFeature_Common_DisableMenu4GalSearch
CscFeature_Common_DisablePhoneNumberFormatting
CscFeature_Common_DisableSafetyCareEmergencyMode
CscFeature_Common_DisableTransparent
CscFeature_Common_EnableAirMessage
CscFeature_Common_EnableBaidu
CscFeature_Common_EnableCarrierMatchingForMultiSimDev
CscFeature_Common_EnableCiq
CscFeature_Common_EnableHDVoiceDuring3GConnection
CscFeature_Common_EnableItsOn
CscFeature_Common_EnableKeyStringToBlockDynMenuOrder
CscFeature_Common_EnableLiveDemo
CscFeature_Common_EnableLocalizedDateFormat4
CscFeature_Common_EnableMobileOfficeMdm
CscFeature_Common_EnableNotificationWhenDeviceMemoryFull
CscFeature_Common_EnableOnDeviceHelp
CscFeature_Common_EnableOneTouchReport
CscFeature_Common_EnablePrivacyDataGuard
CscFeature_Common_EnableRegionalDevice
CscFeature_Common_EnableSprintExtension
CscFeature_Common_EnableSUA
CscFeature_Common_EnableUiDisplayMirroring
CscFeature_Common_EnableVIPMode
CscFeature_Common_EulaVersion
CscFeature_Common_FontConfig
CscFeature_Common_LinifyExtensionFor
CscFeature_Common_MyPhonebookBrandName
CscFeature_Common_ParamAppSync
CscFeature_Common_ReplaceLocalMap
CscFeature_Common_ReplaceStringWifi
CscFeature_Common_SupportMirrorCall
CscFeature_Common_SupportMovialWFC
CscFeature_Common_SupportSecWFC
CscFeature_Common_SupportTriband
CscFeature_Common_SupportUwaApp
CscFeature_Common_SweepOperationArea
CscFeature_Common_UseChameleon
CscFeature_Common_Vibration4NotiDuringCall
Contact
Code:
CscFeature_Contact_AddPreloadedSpeedDialAs
CscFeature_Contact_ANRConfig
CscFeature_Contact_AutoUpdateProfileForNewSimNumber
CscFeature_Contact_CheckSimAlphaLength4UnicodeName
CscFeature_Contact_ConfigActionForDialOneLong
CscFeature_Contact_ConfigAdditionalGroup
CscFeature_Contact_ConfigAddressField
CscFeature_Contact_ConfigAutoDialDuringRoaming
CscFeature_Contact_ConfigBackupRestore
CscFeature_Contact_ConfigDefaultCharsetVCard
CscFeature_Contact_ConfigDefaultViewBy
CscFeature_Contact_ConfigDialActionChameleonOff
CscFeature_Contact_ConfigDialerChooser
CscFeature_Contact_ConfigDialerFont
CscFeature_Contact_ConfigDialShortNumSharp
CscFeature_Contact_ConfigDisplayRoamingNetworkInLogs
CscFeature_Contact_ConfigDisplaySimIcon
CscFeature_Contact_ConfigDisplayStorageType
CscFeature_Contact_ConfigDtmfPause
CscFeature_Contact_ConfigEntryPhoneApp
CscFeature_Contact_ConfigForYellowPage
CscFeature_Contact_ConfigHelpGuideForGesture
CscFeature_Contact_ConfigImsOpStyle
CscFeature_Contact_ConfigLogDisplayType
CscFeature_Contact_ConfigLogsCallTimeType
CscFeature_Contact_ConfigLogsOpStyleVariation
CscFeature_Contact_ConfigLogsTimeBase
CscFeature_Contact_ConfigMscPresenceService
CscFeature_Contact_ConfigMsgIconOpStyle
CscFeature_Contact_ConfigMultiCallOption
CscFeature_Contact_ConfigMyProfileElement
CscFeature_Contact_ConfigOpCloudMenu
CscFeature_Contact_ConfigOpStyleVariation
CscFeature_Contact_ConfigPopupForNoItem
CscFeature_Contact_ConfigProfileService
CscFeature_Contact_ConfigPublicNumService
CscFeature_Contact_ConfigReplaceLabelSet
CscFeature_Contact_ConfigRichCallerId
CscFeature_Contact_ConfigSipCallButton
CscFeature_Contact_ConfigSmartSuggestionDuringCreate
CscFeature_Contact_ConfigTelNumMatchingForNationPrefix
CscFeature_Contact_ConfigTelNumType
CscFeature_Contact_ConfigVolteUserMsg
CscFeature_Contact_ConfigVTKeyLongAction
CscFeature_Contact_ConfigZipCodeInputType
CscFeature_Contact_DisableAccountIconsInContactList
CscFeature_Contact_DisableCallDuration
CscFeature_Contact_DisableCallForEmergencyLogs
CscFeature_Contact_DisableContactPhoto
CscFeature_Contact_DisableEmergencyGroup
CscFeature_Contact_DisableGoogleMapIntegration
CscFeature_Contact_DisableGoogleTalk
CscFeature_Contact_DisableMenuAddToRejectList
CscFeature_Contact_DisableMenuNameOrder
CscFeature_Contact_DisableMenuSimExport
CscFeature_Contact_DisableMenuSimExportImport
CscFeature_Contact_DisableMergeWithGoogle
CscFeature_Contact_DisableMessageLog
CscFeature_Contact_DisablePlusAsInternationalNum
CscFeature_Contact_DisableSIMContacts
CscFeature_Contact_DisableSipAddress
CscFeature_Contact_DisableSnsInfoInListView
CscFeature_Contact_DisableSnsInfoInListView
CscFeature_Contact_DisableVoicemail
CscFeature_Contact_DisplayLineForCnam
CscFeature_Contact_DoNotSaveEcc
CscFeature_Contact_DoNotSaveOtaSpNumber
CscFeature_Contact_EnableAAB
CscFeature_Contact_EnableAABYP
CscFeature_Contact_EnableAssistDialing
CscFeature_Contact_EnableAutoFillPostalCode
CscFeature_Contact_EnableAutoGenerationPhoneticName
CscFeature_Contact_EnableBackupAssistance
CscFeature_Contact_EnableBackupSvc4Ctc
CscFeature_Contact_EnableBPMFSortList
CscFeature_Contact_EnableCallButtonInList
CscFeature_Contact_EnableCallerIdSearch4Korea
CscFeature_Contact_EnableClassifyContactsOnMap
CscFeature_Contact_EnableCnam
CscFeature_Contact_EnableCopyToDialer
CscFeature_Contact_EnableCreateContactInSpeeddial
CscFeature_Contact_EnableDocomoAccountAsDefault
CscFeature_Contact_EnableDynCallerIdMatchingDigitWithAutoSim
CscFeature_Contact_EnableEcid
CscFeature_Contact_EnableExceptionHandling4Corea
CscFeature_Contact_EnableExtraCallServiceMenu
CscFeature_Contact_EnableGroupCallMenu
CscFeature_Contact_EnableIcon4SyncContact
CscFeature_Contact_EnableIconTextOnActionBar
CscFeature_Contact_EnableInfoGuideForOta
CscFeature_Contact_EnableIPCall
CscFeature_Contact_EnableKsc5601Encoding
CscFeature_Contact_EnableLifeTimer
CscFeature_Contact_EnableMenuDeleteHistory
CscFeature_Contact_EnableMenuMDN
CscFeature_Contact_EnableMenuStorageStatus
CscFeature_Contact_EnableMultiNumber
CscFeature_Contact_EnableMultiplePinyinSearch
CscFeature_Contact_EnableOptionToSelectEmailMMS4EmailAddress
CscFeature_Contact_EnablePromptToExitAndSaveInEditing
CscFeature_Contact_EnablePuzzySearch
CscFeature_Contact_EnablePuzzySearch
CscFeature_Contact_EnableSelectableListToExportSdCard
CscFeature_Contact_EnableSelectAllAsMsgRecipient
CscFeature_Contact_EnableStrokeSortList
CscFeature_Contact_EnableToastPopup4StopDeletingOperationByCall
CscFeature_Contact_EnableUIM
CscFeature_Contact_EnableVVM
CscFeature_Contact_ExportAllNumberToSIM
CscFeature_Contact_ExportToSimPhoneAccountOnly
CscFeature_Contact_ExtendSpeedDialTo100
CscFeature_Contact_FastScrollDepth
CscFeature_Contact_FixedEngModeInListBrowsing
CscFeature_Contact_FixMainTabWhenAppLaunched
CscFeature_Contact_FullCountryPrefixSearchSupport
CscFeature_Contact_IgnoreSpaceDuringSearch
CscFeature_Contact_ImProviderFirstPostion_As
CscFeature_Contact_KeepUserProperty
CscFeature_Contact_LimitNameLength
CscFeature_Contact_LogsViewBy
CscFeature_Contact_MaxCountVcardAttachment
CscFeature_Contact_PromptToDeleteFieldDuringEdit
CscFeature_Contact_RemoveLog4DeletedMsg
CscFeature_Contact_ReplaceLabelDualModeSim
CscFeature_Contact_ReplaceLabelEmergency4
CscFeature_Contact_ReplacePackageAs
CscFeature_Contact_SearchIncludingFdn
CscFeature_Contact_SearchNameIgnoringCommonPrefix
CscFeature_Contact_SeparateLookupTable4ChinaDialerSearch
CscFeature_Contact_SetLinkCountMaxAs
CscFeature_Contact_SetPropertyForPreloadedContact
CscFeature_Contact_ShowGroupChatInfo
CscFeature_Contact_ShowLocalInfoDuringDial
CscFeature_Contact_UseSeparateAddressField
CscFeature_Contact_UseUniNameField
CscFeature_Contact_VcardException4
ContextService
Code:
CscFeature_ContextService_ConfigLogging
CSC
Code:
CscFeature_CSC_CheckCarrierPartition
Dictionary
Code:
CscFeature_Dictionary_ConfigDataUsageWarning
Email
Code:
CscFeature_Email_ActivateAccountWithPredefinedIdPwd
CscFeature_Email_AddIspAccount
CscFeature_Email_AlignmentForRTL
CscFeature_Email_DefaultSyncInterval
CscFeature_Email_DisableAutoDomainGenerationDuringManualSetup
CscFeature_Email_DisableFontAttributeDuringComposing
CscFeature_Email_EasConnectHTTPSAlways
CscFeature_Email_EasDefaultSyncInterval
CscFeature_Email_EasDisableOptionSyncInterval
CscFeature_Email_EasDoNotUseProxy
CscFeature_Email_EasSyncServiceCommandTimeoutValue
CscFeature_Email_EasSyncServiceConnectionTimeoutValue
CscFeature_Email_EnableAccountGenerationFromDM
CscFeature_Email_EnableDetailRecOption
CscFeature_Email_EnableLocalSymbolTable
CscFeature_Email_EnableNotiToMissedWidget
CscFeature_Email_EnableNotiWhenFwdWithUndownloadedContents
CscFeature_Email_EnableOnDeviceHelp
CscFeature_Email_EnablePopupWhenChangingSyncSchedule
CscFeature_Email_EnablePromptToSelectApp4EmailAddress
CscFeature_Email_EnablePromptWhenSendingEmptySubject
CscFeature_Email_EnableSaveAsAttachment
CscFeature_Email_EnableScrollWithToolbar
CscFeature_Email_EnableSyncAndConnect
CscFeature_Email_ReplaceHintDomainAs
CscFeature_Email_ReplaceNotiIcon4
CscFeature_Email_ReplaceUnsupportedCharWithUnderbarInAttachment
CscFeature_Email_SetDownloadFolderNameByMimeType
CscFeature_Email_SetPermanentAccount
CscFeature_Email_UseDefaultBrowserOnly4UrlLink
CscFeature_Email_UseFixedBgColorAsWhite
CscFeature_Email_UseFixedSmtpPortAs
CscFeature_Email_UseSeperateApn
Finder
Code:
CscFeature_Finder_ConfigSymbolSearch
FMRadio
Code:
CscFeature_FMRadio_BandWidthAs
CscFeature_FMRadio_ConfigHybridSearchTunnig
CscFeature_FMRadio_DeconstantAs
CscFeature_FMRadio_DefaultChannelAs
CscFeature_FMRadio_DefaultSoftMuteValue
CscFeature_FMRadio_DisableMenuAf
CscFeature_FMRadio_DisableMenuInternetRadio
CscFeature_FMRadio_DisableMenuRds
CscFeature_FMRadio_DisableRTPlusInfo
CscFeature_FMRadio_FrequencySpaceAs
CscFeature_FMRadio_RecordingVolumeAs
CscFeature_FMRadio_SetLocalTunning
Framework
Code:
CscFeature_Framework_2ndScreenConfig
CscFeature_Framework_AddOnApp4MultiWindow
CscFeature_Framework_AddOnApp4PenWindow
CscFeature_Framework_AddProductRoField
CscFeature_Framework_CheckDowngradeApkDuringUpgrade
CscFeature_Framework_CheckValidApp4SpecificMccMnc
CscFeature_Framework_ConfigDefaultCocktailPanels
CscFeature_Framework_ConfigDefTrayPosition
CscFeature_Framework_ConfigGlobalActionItem
CscFeature_Framework_ConfigLinkifyDigit
CscFeature_Framework_ConfigMultiWindowTrayBarFunction
CscFeature_Framework_ConfigOpSetupWizard
CscFeature_Framework_ConfigVibService
CscFeature_Framework_DisableCompensationTouchAreaInScrollBar
CscFeature_Framework_DisableFakeItalic
CscFeature_Framework_DisableForceClosePopup
CscFeature_Framework_DisablePenDetachmentAlert
CscFeature_Framework_DisableSafeMode
CscFeature_Framework_EnableBidirection
CscFeature_Framework_EnableEmoji
CscFeature_Framework_EnableHarfbuzz
CscFeature_Framework_EnableLinuxCommonApi4
CscFeature_Framework_EnableScrCaptureSoundOnlyInCamera
CscFeature_Framework_EnableThaiVietReshaping
CscFeature_Framework_EnableWriteAccessToSecureSetting4
CscFeature_Framework_FilterExtraPackage
CscFeature_Framework_HyperLinkDigit
CscFeature_Framework_InvalidateFlag4SplitTouch
CscFeature_Framework_LinkifyType
CscFeature_Framework_ReplaceCountryName
CscFeature_Framework_ReplaceDataTypeIconAsOpBrand
CscFeature_Framework_ShortCutListInRecentApp
CscFeature_Framework_ShowNetNameInStatusBar
Gallery
Code:
CscFeature_Gallery_AddAutoRotationIcon
CscFeature_Gallery_ConfigSocialAlbum
CscFeature_Gallery_DefSyncSize4Picasa
CscFeature_Gallery_DisableLocationInfo
CscFeature_Gallery_DisableMenuMakeAvailOffline
CscFeature_Gallery_DisableMenuSetAsContact
CscFeature_Gallery_DisableMenuShareViaMsg
CscFeature_Gallery_DisablePreloadedAccount
CscFeature_Gallery_EnableDocumentClassifier
CscFeature_Gallery_ReplaceMenuAutoNavi
GMS
Code:
CscFeature_GMS_DisableSetupWizard
CscFeature_GMS_SetClientIDBaseAm
CscFeature_GMS_SetClientIDBaseGmm
CscFeature_GMS_SetClientIDBaseMs
CscFeature_GMS_SetClientIDBaseYt
IMS
Code:
CscFeature_IMS_ConfigRcsFeatures
CscFeature_IMS_EnableEditableSetting
CscFeature_IMS_EnableIMS
CscFeature_IMS_EnableLTEVideoCall
CscFeature_IMS_EnableRCSe
CscFeature_IMS_EnableRCSPresence
CscFeature_IMS_EnableVoLTE
CscFeature_IMS_FrameworkVersion
JobManager
Code:
CscFeature_JobManager_EnableUnusedAppsControl
Kies
Code:
CscFeature_Kies_ConfigOpLocationSettingBackup
CscFeature_Kies_DrCategory
CscFeature_Kies_EnableSwUpgradeAssistant
CscFeature_Kies_NpsCategory
CscFeature_Kies_SupportCategory
CscFeature_Kies_WifiCategory
Launcher
Code:
CscFeature_Launcher_ConfigEditMode
CscFeature_Launcher_ConfigGuideText
CscFeature_Launcher_ConfigHelpGuide
CscFeature_Launcher_ConfigMagazineHome
CscFeature_Launcher_ConfigTabletMagazineHomePageCount
CscFeature_Launcher_DefaultPageNumber
CscFeature_Launcher_DefaultPageNumberInEasyMode
CscFeature_Launcher_DisableFastScrollIndex
CscFeature_Launcher_DisableGoogleOption
CscFeature_Launcher_DisableHapticInCaseLongPress
CscFeature_Launcher_DisableHelpUI
CscFeature_Launcher_DisablePageRotation
CscFeature_Launcher_DisableTranslucency
CscFeature_Launcher_EnableHomeScreenEditMode
CscFeature_Launcher_EnableViewByAlphabetAsDefault
CscFeature_Launcher_FixedStkTitleAs
CscFeature_Launcher_PerformanceTunning
CscFeature_Launcher_PromptToSelectApp4PhoneIcon
CscFeature_Launcher_ReplaceHotseatAreaInEditMode
CscFeature_Launcher_TotalPageCount
CscFeature_Launcher_TotalPageCountInEasyMode
LiveWallpaper
Code:
CscFeature_LiveWallpaper_TopicWallNewsCPName
CscFeature_LiveWallpaper_TopicWallStockCPName
CscFeature_LiveWallpaper_WeatherWallCPName
LockScreen
Code:
CscFeature_LockScreen_ConfigDynamicLockScreenCategory
CscFeature_LockScreen_DirectCallToEcc
CscFeature_LockScreen_DisplayPlmn
CscFeature_LockScreen_EnableEccKeypadWhenHwKeyPress
CscFeature_LockScreen_EnableOperatorWallpaper
CscFeature_LockScreen_SecureLockOnlyAfterTimerExpires
CscFeature_LockScreen_WipeOutIntExtMemoryDueToUnlockFail
Logs
Code:
CscFeature_Logs_ConfigExternalQuery
mCommerce
Code:
CscFeature_mCommerce_WalletMgrConfig
MediaProvider
Code:
CscFeature_MediaProvider_AddDB4VAS
CscFeature_MediaProvider_AddTable4VT
CscFeature_MediaProvider_HideVoiceFilesInMusic
MediaScanner
Code:
CscFeature_MediaScanner_FixLocaleTo
CscFeature_MediaScanner_SkipFolder4
Memo
Code:
CscFeature_Memo_DisableMemoSync
CscFeature_Memo_EnableCatagory
CscFeature_Memo_EnablePinyinSort
Message
Code:
CscFeature_Message_AddLogsToRecipientSearchList
CscFeature_Message_AddSendOptionInComposer
CscFeature_Message_AttachButtonPosition
CscFeature_Message_AvailableSizeForRestrictAutoDownload
CscFeature_Message_AvoidSmishing
CscFeature_Message_BaseTimeZoneDuringRoaming
CscFeature_Message_BlockSendMmsWithOnlySubject
CscFeature_Message_CbChannelNb4DisplayInStatusBar
CscFeature_Message_CheckMaxRecipientLength
CscFeature_Message_CheckTelNumAreaCode
CscFeature_Message_CMASDiscardDuplicatedMsg
CscFeature_Message_CMASDiscardPresidentialCategory
CscFeature_Message_CMASDisplayDateDescriptionSeparately
CscFeature_Message_CMASDisplayLatest
CscFeature_Message_CMASDisplayNextMsg
CscFeature_Message_CMASEnableMenuAlertOption
CscFeature_Message_CMASEnableMenuTestCategory
CscFeature_Message_CMASEnableSoundAlert
CscFeature_Message_CMASEnableVibrationAlert
CscFeature_Message_CMASOperator
CscFeature_Message_CMASReplaceLabel4
CscFeature_Message_CMASSetPresidentialAsFirstPriority
CscFeature_Message_CMASSyncToServer4ExtremePriority
CscFeature_Message_CMASTestCategoryRecSetting
CscFeature_Message_CMASThreadMethod
CscFeature_Message_CMASTopPostion4UnreadMsg
CscFeature_Message_ConfigAddTextOption
CscFeature_Message_ConfigAlertStyleForMmsConverting
CscFeature_Message_ConfigBlockNotification
CscFeature_Message_ConfigDirectCall
CscFeature_Message_ConfigDisplayCntInList
CscFeature_Message_ConfigDualSim
CscFeature_Message_ConfigEasyMode
CscFeature_Message_ConfigEmojiComposing
CscFeature_Message_ConfigFeatureDuringRoaming
CscFeature_Message_ConfigFeatureSimList
CscFeature_Message_ConfigFontSizeControl
CscFeature_Message_ConfigIgnoreDefApp
CscFeature_Message_ConfigImeiTracker
CscFeature_Message_ConfigLcdActionForNewMsg
CscFeature_Message_ConfigMmsNotiSleepTime
CscFeature_Message_ConfigMmsRetry
CscFeature_Message_ConfigNotiForLongMessage
CscFeature_Message_ConfigOpBackupSync
CscFeature_Message_ConfigOpGroupMsg
CscFeature_Message_ConfigSellOut
CscFeature_Message_ConfigShowSizeInfo
CscFeature_Message_ConfigSmsTransSpec
CscFeature_Message_ConfigSpamReport
CscFeature_Message_ConfigSuggestionListColor
CscFeature_Message_ConfigThreadForMultipleDest
CscFeature_Message_CreateNullDB4EmptyOriginator
CscFeature_Message_CustomDeliveryReportFormat
CscFeature_Message_DefConfgSegmentedSMS
CscFeature_Message_DisableCBNotifications
CscFeature_Message_DisableContactThumbnailInMsgList
CscFeature_Message_DisableCopyToSim
CscFeature_Message_DisableEnterKeyInput
CscFeature_Message_DisableLeftAttachButtonUI
CscFeature_Message_DisableLogs
CscFeature_Message_DisableMenuCBChannel
CscFeature_Message_DisableMenuCBLanguage
CscFeature_Message_DisableMenuCBMessage
CscFeature_Message_DisableMenuMmsCreationMode
CscFeature_Message_DisableMenuRequestMmsDeliveryReport
CscFeature_Message_DisableMenuRequestMmsReadReport
CscFeature_Message_DisableMenuSIMMessages
CscFeature_Message_DisableMenuSMSC
CscFeature_Message_DisableMenuSmsDeliveryReports
CscFeature_Message_DisableMenuSmsInputMode
CscFeature_Message_DisableMenuWapPush
CscFeature_Message_DisableMenuWapPushServiceLoading
CscFeature_Message_DisableMMS
CscFeature_Message_DisableMmsSlideshowAutoPlay
CscFeature_Message_DisableMmsSubject
CscFeature_Message_DisableOptionAttachAudio
CscFeature_Message_DisableOptionAttachLocation
CscFeature_Message_DisableOptionAttachVCalendar
CscFeature_Message_DisableOptionAttachVCard
CscFeature_Message_DisableOptionAttachVMemo
CscFeature_Message_DisableOptionAttachVTask
CscFeature_Message_DisableOptionRecordAudio
CscFeature_Message_DisableOverlayInMsgList
CscFeature_Message_DisableParsingAudioFilenameFromPart
CscFeature_Message_DisablePlusInputInAddressField
CscFeature_Message_DisableSaveClassZeroMessage
CscFeature_Message_DisableSavingInbox4CbChannel
CscFeature_Message_DisableScheduledSending
CscFeature_Message_DisableSlideShow4SingleTextMms
CscFeature_Message_DisableSmscEditable
CscFeature_Message_DisableSmscEditableOnlyFor
CscFeature_Message_DisableSmscEditOnlyIn
CscFeature_Message_DisableSmsToMmsConversionByTextInput
CscFeature_Message_DisableSpam
CscFeature_Message_DiscardSpecificPortSms
CscFeature_Message_DiscardWapPush4SameTimeStamp
CscFeature_Message_DisplayMmsTimeAs
CscFeature_Message_DisplayPushSenderAddress
CscFeature_Message_DisplaySmsTimeAs
CscFeature_Message_DynamicSimOptionForDualMod
CscFeature_Message_EmbeddedTextTemplateType
CscFeature_Message_EnableAddContactIn1stDepthComposerOption
CscFeature_Message_EnableAlias
CscFeature_Message_EnableAllContextMenuInMsgViewer
CscFeature_Message_EnableAnonymousThread
CscFeature_Message_EnableBlackList
CscFeature_Message_EnableCbsVariation4
CscFeature_Message_EnableCheckFDNContactWhenMMSSend
CscFeature_Message_EnableCMAS4
CscFeature_Message_EnableCombineAndForwardMessage
CscFeature_Message_EnableContactInfoInBubble
CscFeature_Message_EnableCpm
CscFeature_Message_EnableDbBackupKeystring
CscFeature_Message_EnableDealySendSMS
CscFeature_Message_EnableDetailErrorPopupWhenSending
CscFeature_Message_EnableDialogAlertWhenTextInput
CscFeature_Message_EnableDisplayLocation
CscFeature_Message_EnableDisplayTotalCount4SimMsg
CscFeature_Message_EnableDSAC
CscFeature_Message_EnableDualModeForTdCdma
CscFeature_Message_EnableDualNumber4Korea
CscFeature_Message_EnableEditingSenderAddress
CscFeature_Message_EnableEmailOverSms
CscFeature_Message_EnableExtendSlideTimeToMediaDuration
CscFeature_Message_EnableFlickThreadView
CscFeature_Message_EnableFolderView
CscFeature_Message_EnableHttpHeader4LGU
CscFeature_Message_EnableLimitOnMmsSubject
CscFeature_Message_EnableListByLockedMessage
CscFeature_Message_EnableLocalSymbolTable
CscFeature_Message_EnableMenuInsertSenderInfoWhenFwdMsg
CscFeature_Message_EnableMenuMessageSignature
CscFeature_Message_EnableMenuMmsDeliveryTime
CscFeature_Message_EnableMenuMmsExpiryDate
CscFeature_Message_EnableMenuMmsPriority
CscFeature_Message_EnableMenuMmsServerAddress
CscFeature_Message_EnableMenuRemindAlert
CscFeature_Message_EnableMenuSendMmsDeliveryReport
CscFeature_Message_EnableMenuSetAsRngtoneForAudioAttachment
CscFeature_Message_EnableMenuSmsExpiryDate
CscFeature_Message_EnableMenuVideoCallInConvList
CscFeature_Message_EnableMesageAutoView
CscFeature_Message_EnableMessageMaxTextLengthInAllSlides
CscFeature_Message_EnableMessagePriorityDuringComposing
CscFeature_Message_EnableMessageSentTimeInSimList
CscFeature_Message_EnableMmsAutoDownload4Spam
CscFeature_Message_EnableMmsConvWarningForEmailAddress
CscFeature_Message_EnableMmsErrorCodeInDetailView
CscFeature_Message_EnableMmsOnePageViewer
CscFeature_Message_EnableMMSReadreportV10
CscFeature_Message_EnableMmsSubjectConcept4Korea
CscFeature_Message_EnableMmsTransactionCustomize4Korea
CscFeature_Message_EnableMmsUaUapAutoCreate
CscFeature_Message_EnableMmsUnicodeFilenameEncoding
CscFeature_Message_EnableMmsUserInputApn
CscFeature_Message_EnableMsgTypeIndicationDuringComposing
CscFeature_Message_EnableMultiCopyToSim
CscFeature_Message_EnableMultiDraftBox
CscFeature_Message_EnableMultiLockMenu
CscFeature_Message_EnableNotificationBroadcastReceivedMessage
CscFeature_Message_EnableNotificationVibrate
CscFeature_Message_EnableOMA13NameEncoding
CscFeature_Message_EnableOptionAccessToUsimMsg
CscFeature_Message_EnablePhoneNumberFormattingInMsg
CscFeature_Message_EnablePinyinSearch
CscFeature_Message_EnableRegisterToCalender
CscFeature_Message_EnableReplyAll
CscFeature_Message_EnableRoamGuard
CscFeature_Message_EnableSaveRestoreSDCard
CscFeature_Message_EnableSaveVMessage
CscFeature_Message_EnableScheduledMessage
CscFeature_Message_EnableScheduledMsgBox
CscFeature_Message_EnableSearchByInitialConsonant
CscFeature_Message_EnableSegmentedSMS
CscFeature_Message_EnableSendingEmptySms
CscFeature_Message_EnableSmsCallbackNumber
CscFeature_Message_EnableSmsForwardPrefix
CscFeature_Message_EnableSmsKsc5601Encoding
CscFeature_Message_EnableSMSPcheckWhenSendSMS
CscFeature_Message_EnableSmsSubject
CscFeature_Message_EnableSmsViewer
CscFeature_Message_EnableSpamReport
CscFeature_Message_EnableSpeedDial
CscFeature_Message_EnableStageFlightLib
CscFeature_Message_EnableStrictImageResizing
CscFeature_Message_EnableTextFieldColor
CscFeature_Message_EnableTextTemplate
CscFeature_Message_EnableTextTemplateButton
CscFeature_Message_EnableUnifiedMmsRetrieveMenu
CscFeature_Message_EnableViewByMessageType
CscFeature_Message_GalleryView4SingleImageMms
CscFeature_Message_HookMobileTrackerPrefix2SosMsg
CscFeature_Message_HttpSocketTimeout
CscFeature_Message_ImageResizeQualityFactorWhenAttach
CscFeature_Message_KeepSmilPlayerToolbar
CscFeature_Message_MaxRecipientLengthAs
CscFeature_Message_MinRecipientLengthAs
CscFeature_Message_MinSlideDuration
CscFeature_Message_MMSMaxCharPerSlide
CscFeature_Message_MmsModeCaptureVideoBitRate
CscFeature_Message_MmsModeCaptureVideoMaxDuration
CscFeature_Message_MmsModeCaptureVideoMaxSize
CscFeature_Message_MmsModeCaptureVideoResolution
CscFeature_Message_MmsPageStyleInBubble
CscFeature_Message_MoveFocusTextFieldAfterAddingNumber
CscFeature_Message_PositionTextTemplateMenu
CscFeature_Message_PromptToConnectUrl
CscFeature_Message_RemoveInternationalTelNumPrefix
CscFeature_Message_ReplaceChar4UnsupportedInKsc5601
CscFeature_Message_ReplaceLabel4RetreivedMsg
CscFeature_Message_ReplaceLabelOnPendingStatusWhenNoSvc
CscFeature_Message_ReplaceLabelOnRequestedStatus
CscFeature_Message_ReplaceSendButtonToText
CscFeature_Message_SetDefaultFocusToMessageBody
CscFeature_Message_SmsDiscardPrefix
CscFeature_Message_SmsMaxByte
CscFeature_Message_SupportBcdAlphabetInSMSAddress
CscFeature_Message_UaProfUrl
CscFeature_Message_UseAddrWithinMMSWhenSendACK
CscFeature_Message_UseCliDigit4MakingConvThread
CscFeature_Message_UseDefaultBrowserOnly4UrlLink
CscFeature_Message_UseForwardPrefixAs
CscFeature_Message_UserAgent
CscFeature_Message_UseSingleShiftTableWhenComposeSMS
CscFeature_Message_VideoRecordingAs
CscFeature_Message_VolumeLevelDuringCall
MiniDiary
Code:
CscFeature_MiniDiary_DisableAccWeatherInfo
CscFeature_MiniDiary_DisableGoogleLocationInfo
CscFeature_MiniDiary_EnableLocalSns
MobileTV
Code:
CscFeature_MobileTV_EnableServiceAs
Music
Code:
CscFeature_Music_BlockHeadsetKeyDuringFactoryMode
CscFeature_Music_DisableFindTag
CscFeature_Music_DisableMusicKeyDuringLockScreen
CscFeature_Music_EnableBigPondTop10Feeds
CscFeature_Music_EnableLinkToBigPond
CscFeature_Music_PauseForTCloudPlaying
CscFeature_Music_PauseMusicDuringVoiceRecording
CscFeature_Music_RingtoneSizeLimit
CscFeature_Music_SupportOdfFile
CscFeature_Music_SupportPinyinSort
CscFeature_Music_TranslateUnknownTitle
MyFiles
Code:
CscFeature_MyFiles_ConfigDataUsageWarning
CscFeature_MyFiles_EnableDirectorySearch
CscFeature_MyFiles_EnablePinyinSort
CscFeature_MyFiles_EnableSearch
CscFeature_MyFiles_ProtectDataFolder
CscFeature_MyFiles_ReplaceSelectKeyFuncAs
CscFeature_MyFiles_SupportRmvbFileFormat
NFC
Code:
CscFeature_NFC_ConfigAdvancedSettings
CscFeature_NFC_ConfigApiFiltering
CscFeature_NFC_ConfigCardModeRoutingTypeForEse
CscFeature_NFC_ConfigCardModeRoutingTypeForUicc
CscFeature_NFC_ConfigOperatorSettingUI
CscFeature_NFC_ConfigSBeam
CscFeature_NFC_DefaultCardModeConfig
CscFeature_NFC_DefStatus
CscFeature_NFC_DisableDiscoveryDuringCall
CscFeature_NFC_EmbeddedSEType
CscFeature_NFC_EnableFelica
CscFeature_NFC_EnableInvalidTagPopup
CscFeature_NFC_EnableSecurityPromptPopup
CscFeature_NFC_FollowTechnologyRouteToDefRoute
CscFeature_NFC_ReplaceLabelsAs
CscFeature_NFC_SetCardModeActivationTime
CscFeature_NFC_SetSecureEventType
CscFeature_NFC_StatusBarIconType
Phone
Code:
CscFeature_Phone_AddLabelForSimLock
CscFeature_Phone_DisableEnterNCK
CscFeature_Phone_DisableQuitNetworkLockByManual
RIL
Code:
CscFeature_RIL_AllowDuplicatedApnName
CscFeature_RIL_ApnControlByModem
CscFeature_RIL_AutoSimDefaultApn4LTE
CscFeature_RIL_BlockUnlockWithNCK
CscFeature_RIL_BlockUssdDuringVolteCall
CscFeature_RIL_CallerIdMatchingDigit
CscFeature_RIL_ChangeErrCause
CscFeature_RIL_CheckImsRegDuringE911
CscFeature_RIL_CheckNetLockMccOnly4
CscFeature_RIL_CheckTtyModeWhenE911
CscFeature_RIL_ConfigAlwaysOnApn
CscFeature_RIL_ConfigApnForHideDataIcon
CscFeature_RIL_ConfigApnServerInfo
CscFeature_RIL_ConfigDataRecoveryTimeFor2G
CscFeature_RIL_ConfigDataStatus
CscFeature_RIL_ConfigDefDataUsageValue
CscFeature_RIL_ConfigDefStatusWbAmr
CscFeature_RIL_ConfigDisplayTypeOnLteLimited
CscFeature_RIL_ConfigDrivenTypeForCtcMtrIR
CscFeature_RIL_ConfigEccListDuringEncryptionMode
CscFeature_RIL_ConfigFixedApn
CscFeature_RIL_ConfigMultipleApn4Tethering
CscFeature_RIL_ConfigPlmnTable
CscFeature_RIL_ConfigRcsOperator
CscFeature_RIL_ConfigSimLock
CscFeature_RIL_ConfigSmartBonding
CscFeature_RIL_ConfigSpecForCtcMtrIR
CscFeature_RIL_ConfigSpecialPdpFlag
CscFeature_RIL_ConfigSsms
CscFeature_RIL_ConfigSTKNameLength
CscFeature_RIL_ConfigWbamr
CscFeature_RIL_CurrentPlmnIndCheck
CscFeature_RIL_DefaultApn4LTE
CscFeature_RIL_DefLteStatus
CscFeature_RIL_DefRoamingDataState
CscFeature_RIL_DefTimeZoneHandling
CscFeature_RIL_DelayTimeForPINVerification
CscFeature_RIL_DiableEmbms
CscFeature_RIL_DisableEditingVMNumber
CscFeature_RIL_DisableEons
CscFeature_RIL_DisableLteDetachOnPdpReset
CscFeature_RIL_DisableNetworkLock4
CscFeature_RIL_DisablePromptPopup4SIMProfileSelection
CscFeature_RIL_DisableSimToolKitCmds
CscFeature_RIL_DisableSmartBonding
CscFeature_RIL_Display4gPlusIconBandwidth
CscFeature_RIL_DisplayNetTypeWithPlmnInfo
CscFeature_RIL_DisplayPolicyPartialLongSms
CscFeature_RIL_DisplayRatInfoInManualNetSearchList
CscFeature_RIL_DisplaySpnOnlyInCaseSamePlmn
CscFeature_RIL_DisplayStkUssdDialog
CscFeature_RIL_E911RoutingPolicy
CscFeature_RIL_Enable2DigitCall
CscFeature_RIL_EnableBIP
CscFeature_RIL_EnableCallBarringConnectToUssd
CscFeature_RIL_EnableCallBlock4TDF
CscFeature_RIL_EnableDSAC
CscFeature_RIL_EnableDTM
CscFeature_RIL_EnableLaunchBrowser
CscFeature_RIL_EnableMenuBypassProxy
CscFeature_RIL_EnableNetworkLockRetryTimer
CscFeature_RIL_EnableNotiAndSaveVoiceMailCnt
CscFeature_RIL_EnableNotiForDataRoaming
CscFeature_RIL_EnableNotiPopupWhenStkCallControl
CscFeature_RIL_EnableOnsDisplay
CscFeature_RIL_EnableOperatorApproveVersion
CscFeature_RIL_EnableRoamingIcon4NationalRoaming
CscFeature_RIL_EnableTotalCallTime
CscFeature_RIL_EnableVoicePriority
CscFeature_RIL_ExtendTransmitChannelTimeout
CscFeature_RIL_FakeRoamingOption4
CscFeature_RIL_FixedAutomaticSearch
CscFeature_RIL_FixedStkMenu
CscFeature_RIL_ForceConnectIMS
CscFeature_RIL_ForceConnectMMS
CscFeature_RIL_ForceRel7Fd
CscFeature_RIL_HandleInvalidTimezonOffset
CscFeature_RIL_HandleUnsupportedDns64DuringDownBooster
CscFeature_RIL_IgnoreNitzNetworkName
CscFeature_RIL_IgnorePsVoiceIndicationDuringVolte
CscFeature_RIL_IgnoreUselessCallForwardFacility
CscFeature_RIL_IgnoreWrongNITZInformation
CscFeature_RIL_KeepNetCapaIconByCellId
CscFeature_RIL_LoadIccIdOnLock
CscFeature_RIL_MultipleApn4Tethering
CscFeature_RIL_OverridePlmn
CscFeature_RIL_PDPRetryMechanism4
CscFeature_RIL_PLMNFaking4Mvno
CscFeature_RIL_PromptToDataRoam
CscFeature_RIL_ReferSpnOnManualSearch
CscFeature_RIL_RemoveDuplicatedNetDuringManualSearch
CscFeature_RIL_RemoveToastDuringBipOperation
CscFeature_RIL_RemoveToastDuringStkRefresh
CscFeature_RIL_ReplaceCommandParamToCpDuringManualSearch
CscFeature_RIL_ReplaceImeiSalesCodeAs
CscFeature_RIL_ReplaceLabelAsEccOnly
CscFeature_RIL_RetryTimerAs
CscFeature_RIL_SetECCListWhenPinEnabled
CscFeature_RIL_SetSmsBearer
CscFeature_RIL_SetSmsValidityPeriodAs
CscFeature_RIL_ShowPinRetryCntFromSim
CscFeature_RIL_SpecialAddressHandlingFor
CscFeature_RIL_SrvccRel
CscFeature_RIL_SsRoutingPolicy
CscFeature_RIL_SsUsingUt
CscFeature_RIL_StkCmdTimeOut
CscFeature_RIL_SupportEpdg
CscFeature_RIL_SupportOrangeCPHS
CscFeature_RIL_SupportQcomIms
CscFeature_RIL_SupportQualcommIms
CscFeature_RIL_SupportQualcommImsOverIpc
CscFeature_RIL_SupportResetslbFunctionality
CscFeature_RIL_SupportSrvcc
CscFeature_RIL_SupportUCS2NitzInfo
CscFeature_RIL_SupportUssdWithSharpChar
CscFeature_RIL_SupportVolte
CscFeature_RIL_SupportVolteE911
CscFeature_RIL_SupportVolteVtCall
CscFeature_RIL_TimoutSmartCardTransChanResp
CscFeature_RIL_UpdateHplmnForDualSimException
CscFeature_RIL_UseLteFirst4LteSpecificWidget
CscFeature_RIL_UseMpsForImsSetting
CscFeature_RIL_UseRatInfoDuringPlmnSelection
CscFeature_RIL_UssdConnectToCall
CscFeature_RIL_UssdErrorDoNotDisplay
CscFeature_RIL_UssdRoutingPolicy
CscFeature_RIL_VoiceNumberInitBy
CscFeature_RIL_WapPushFormat4
Security
Code:
CscFeature_Security_ConfigLockLevelODE
CscFeature_Security_DisableOmaDrm
CscFeature_Security_EnableDrmNetSync
CscFeature_Security_EnableDrmTeruten
Settig
Code:
CscFeature_Settig_EnableDataTariffWizard
Setting
Code:
CscFeature_Setting_BlockToSelectDunApnType
CscFeature_Setting_ChangeApprovedModemVersion
CscFeature_Setting_ConfigActivationModeForPreloadInstaller
CscFeature_Setting_ConfigAirView
CscFeature_Setting_ConfigApkListForPreloadInstaller
CscFeature_Setting_ConfigAutomaticBrightnessDetail
CscFeature_Setting_ConfigBlockNotiAppList
CscFeature_Setting_ConfigBrightnessToSpecificApp
CscFeature_Setting_ConfigDefPersonalMsg
CscFeature_Setting_ConfigEditingIpVersionType
CscFeature_Setting_ConfigExceptionDataRoamingNoti
CscFeature_Setting_ConfigForbidAppDisableButton
CscFeature_Setting_ConfigModelNumber
CscFeature_Setting_ConfigOpeartorHomeMode
CscFeature_Setting_ConfigOperatorCallService
CscFeature_Setting_ConfigOperatorPhoneAppDuringSetupWizard
CscFeature_Setting_ConfigOpRngToneLink
CscFeature_Setting_ConfigTypeFactoryReset
CscFeature_Setting_CustNetworkSelMenu4
CscFeature_Setting_DataRoamingOption
CscFeature_Setting_DefConfigFingerAirView
CscFeature_Setting_DefConfigForLockScreenMultipleWidget
CscFeature_Setting_DefConfigForLockScreenWidget
CscFeature_Setting_DefDialingKeypadTone
CscFeature_Setting_DefQuickPanelOrder
CscFeature_Setting_DefScreenLockType
CscFeature_Setting_DisableIsraelCountry
CscFeature_Setting_DisableMenuBearerInApnEdit
CscFeature_Setting_DisableMenuFindMyMobile
CscFeature_Setting_DisableMenuInternetCallSetting
CscFeature_Setting_DisableMenuSoftwareUpdate
CscFeature_Setting_DisableNetworkMode
CscFeature_Setting_DisablePageBuddy
CscFeature_Setting_EditOption4ApnType
CscFeature_Setting_EnableConversion4MEIDAndESN
CscFeature_Setting_EnableDataRoamingButtonInQuickPanel
CscFeature_Setting_EnableDataRoamingMenuInDetail
CscFeature_Setting_EnableDataServicePopup
CscFeature_Setting_EnableDeviceInfo4Vzw
CscFeature_Setting_EnableEditingIpVersionType
CscFeature_Setting_EnableEditingIpVersionTypeRoaming
CscFeature_Setting_EnableFactoryResetPasswordWhenNoSIM
CscFeature_Setting_EnableHwVersionDisplay
CscFeature_Setting_EnableMenuBlockCallMsg
CscFeature_Setting_EnableMenuDownloadContents
CscFeature_Setting_EnableMenuNetworkMode
CscFeature_Setting_EnableModemResetDuringFactoryReset
CscFeature_Setting_EnableMultipleSWUpdate
CscFeature_Setting_EnablePromptPopupWhenActivatingDataConnection
CscFeature_Setting_EnablePromptWhenSelectLTEOnlyNetMode
CscFeature_Setting_EnableRoamingMenu
CscFeature_Setting_EnableSeparateSilentModeFromVolumeControl
CscFeature_Setting_EnableSimChangeAlertOnly4FindMobile
CscFeature_Setting_EnableUSM
CscFeature_Setting_FixApn4SpecificMccMnc
CscFeature_Setting_HideApnList
CscFeature_Setting_IncludeApn4SwUpdate
CscFeature_Setting_LockApnDuringTethering
CscFeature_Setting_ManualSearchListWithDetailStatus
CscFeature_Setting_NotiLteAvailableStatus
CscFeature_Setting_OperatorSpecificPreConfigKeyString
CscFeature_Setting_PageBuddyDefValue
CscFeature_Setting_RemoveDisableButtonInAppMgr
CscFeature_Setting_RemoveMenuInLockScreenTicker
CscFeature_Setting_ReplaceLabel4DeveloperOptionAs
CscFeature_Setting_ReplaceLabel4DualSim
CscFeature_Setting_ReplaceLabelLte
CscFeature_Setting_ReplaceMenuLockAutoAs
CscFeature_Setting_ReplaceShortCutCustHwKeyAs
CscFeature_Setting_SendTerminateSetupWizardBroadCast
CscFeature_Setting_SetLockScreenComponent
CscFeature_Setting_SetupwizardLinkToApk
CscFeature_Setting_ShortcutListInLockScreen
CscFeature_Setting_SimSlotConfigForData
CscFeature_Setting_SkipStepsDuringSamsungSetupWizard
CscFeature_Setting_SkipWifiActvDuringSetupWizard
CscFeature_Setting_UninstallablePackageListInHidden
CscFeature_Setting_UseDefaultTtsEngineAs
SetupWizard
Code:
CscFeature_SetupWizard_ConfigOperatorAccount
SFinder
Code:
CscFeature_SFinder_ConfigSymbolSearch
Sip
Code:
CscFeature_Sip_AddCommaKeyAsDefault
CscFeature_Sip_AddWordType
CscFeature_Sip_AlternativeCharPopupInput
CscFeature_Sip_ApplyAutoCorrectionPatent
CscFeature_Sip_CheckTutorialGuideDialogAsDefault
CscFeature_Sip_ConfigAutoCorrection
CscFeature_Sip_ConfigCMKey
CscFeature_Sip_ConfigLanguageList
CscFeature_Sip_ConfigOpBranding
CscFeature_Sip_ConfigPasswordTalkback
CscFeature_Sip_ConfigTextSuggestionForDirectIput
CscFeature_Sip_DefaultMultiModalKeyAs
CscFeature_Sip_DefaultMultiModalKeyOnHandwritingAs
CscFeature_Sip_DefaultOff4AutoSubstitution
CscFeature_Sip_DefCharCnt4WordCompletion
CscFeature_Sip_DisableAutoCorrection
CscFeature_Sip_DisableMenuKeyboardSwipe
CscFeature_Sip_DisableMultiInputLanuage
CscFeature_Sip_DisableSpaceSuggestion
CscFeature_Sip_DisplayOnScreenKeyboardMenu
CscFeature_Sip_EnableContinuousInputInAllEditField
CscFeature_Sip_EnableLanguageToggleButton
CscFeature_Sip_EnableLocalExtraKeyboard
CscFeature_Sip_EnableSmileySymbol
CscFeature_Sip_EnableSymbolInSecondary
CscFeature_Sip_ExcludeSamsungKeypad
CscFeature_Sip_KeepDefInputMethodAs
CscFeature_Sip_KeepKeypadDuringHwKeyAvailable
CscFeature_Sip_LangQwertyType4HwKey
CscFeature_Sip_MultiModalPopupDisplay
CscFeature_Sip_NextButtonColorAs
CscFeature_Sip_NumberOfCandidates
CscFeature_Sip_ReplaceLocalCurrencyAs
CscFeature_Sip_ReplaceSymbolLayout4
CscFeature_Sip_SymbolPopupInput
CscFeature_Sip_TutorialPopupType
SIP
Code:
CscFeature_SIP_EnablePreferredEnglishTypeAsUS
SmartCardSvc
Code:
CscFeature_SmartcardSvc_AccessControlRefreshTag
CscFeature_SmartcardSvc_ConfigInitConnection
CscFeature_SmartcardSvc_HideTerminalCapability
CscFeature_SmartcardSvc_SetAccessControlType
SMemo
Code:
CscFeature_SMemo_DisableGoogleMap
CscFeature_SMemo_DisableMemoSync
CscFeature_SMemo_ReplaceMenuAutoNavi
SNote
Code:
CscFeature_SNote_AddOnFontConfig
CscFeature_SNote_OTAServer
StoryAlbum
Code:
CscFeature_StoryAlbum_CPConfig
Streaming
Code:
CscFeature_Streaming_AddCommandCondition4MusicholicApp
CscFeature_Streaming_CheckAcceptRanges
CscFeature_Streaming_ConfigBandWidthMarginForHLS
CscFeature_Streaming_ConfigStartPointTSPlaying
CscFeature_Streaming_DrivingTestTunning4
CscFeature_Streaming_HandleDelayDueToBandWidthChangeForHLS
CscFeature_Streaming_ReduceTimeSwitchingTcp4
CscFeature_Streaming_SendBandwidthInfo
CscFeature_Streaming_SetUAProfile
CscFeature_Streaming_SupportMultiAPN
CscFeature_Streaming_UseDeviceIdInUA
CscFeature_Streaming_ViewTypeForAudioOnlyHLS
SyncML
Code:
CscFeature_SyncML_ActionOmaCpApn
CscFeature_SyncML_ConfigDevicePreId
CscFeature_SyncML_ConfigDisclaimer4SwUpdate
CscFeature_SyncML_ConfigKiesUpdate
CscFeature_SyncML_ConfigScheduledSwUpdate
CscFeature_SyncML_DefaultLocalConfig
CscFeature_SyncML_DeleteCpAfterTryingToInstall
CscFeature_SyncML_DeltaBinaryDownVia
CscFeature_SyncML_DisableDisclaimer4SwUpdate
CscFeature_SyncML_DisableDisclaimerSelectCountryList4SwUpdate
CscFeature_SyncML_DisableMultipleApnCp
CscFeature_SyncML_DisableSoftwareUpdate
CscFeature_SyncML_DisableWarning4DataCostDuringFota
CscFeature_SyncML_DiscardCpSecurityType4
CscFeature_SyncML_DiscardInvalidNetwpinCp
CscFeature_SyncML_EnableCpValidiationSecurityType4
CscFeature_SyncML_EnableLimitationDeltaSizeViaMobileNet
CscFeature_SyncML_EnableNotiDeltaBinarySizeBeforeDownload
CscFeature_SyncML_EnableShowVersionNameAferSuccessfulUpdate
CscFeature_SyncML_IntervalToNotifyDisclaimer4SwUpdate
CscFeature_SyncML_MyPhonebookISD
CscFeature_SyncML_OverwriteApn4SameProfileName
CscFeature_SyncML_PushTypeToTriggerSwUpdate
CscFeature_SyncML_ReplaceLabelForFotaUpdateNoti
CscFeature_SyncML_SetEntryUI4SoftwareUpdateWidget
CscFeature_SyncML_SetOffWifiOnlyOption4Fota
CscFeature_SyncML_SwUpdateActionDuringRoaming
Video
Code:
CscFeature_Video_AddExtraLinkOpt4
CscFeature_Video_AddWidgetLayout
CscFeature_Video_EnablePopupPlayer
CscFeature_Video_ReplaceContextualTagDomainAs
VoiceCall
Code:
CscFeature_VoiceCall_AddLogsItem4SearchApp
CscFeature_VoiceCall_ConfigAutoDialDuringRoaming
CscFeature_VoiceCall_ConfigDialerChooser
CscFeature_VoiceCall_ConfigDialerOpStyleVariation
CscFeature_VoiceCall_ConfigRecording
CscFeature_VoiceCall_ConfigVolteUserMsg
CscFeature_VoiceCall_DialEmergNumAsNormalCall
CscFeature_VoiceCall_DisableAutoAnswerInSilentNEarjactMode
CscFeature_VoiceCall_DisableEditingCallerID
CscFeature_VoiceCall_DisableGeoDescription
CscFeature_VoiceCall_DisablePopupMsgWhenDeactivatingCallForwarding
CscFeature_VoiceCall_DisableToastPopupWhenMOConditionalCallForwarding
CscFeature_VoiceCall_DisableUssdCancelPopup
CscFeature_VoiceCall_DisableUssdCompleteNoti
CscFeature_VoiceCall_EnableBeepVibration4UssdAlert
CscFeature_VoiceCall_EnableBlockFdnWithParticularLine
CscFeature_VoiceCall_EnableCallButtonInFdnList
CscFeature_VoiceCall_EnableDataOnlyMode
CscFeature_VoiceCall_EnableDetailCallEndCause
CscFeature_VoiceCall_EnableDisplaySdnNameDuringCall
CscFeature_VoiceCall_EnableDisplayVMTelNumDuringCall
CscFeature_VoiceCall_EnableExtraCallServiceMenu
CscFeature_VoiceCall_EnableGroupCallMenu
CscFeature_VoiceCall_EnablePrefix4LongDistanceCallAs
CscFeature_VoiceCall_EnableSeparateCallReject
CscFeature_VoiceCall_EnableSSC
CscFeature_VoiceCall_EnableVmsNumberAsDefaultInCallForwarding
CscFeature_VoiceCall_EnableWizard1stCall4Tablet
CscFeature_VoiceCall_KeypadTypeToDigit4UssdInput
CscFeature_VoiceCall_LogListViewConfig
CscFeature_VoiceCall_OptionConfigForCallWaiting
CscFeature_VoiceCall_RemoveCallButtonInLogsList
CscFeature_VoiceCall_RemoveKeypadDuringVmsCall
CscFeature_VoiceCall_ReplaceGsmCharToAndroidFormat
CscFeature_VoiceCall_SupportMCID
CscFeature_VoiceCall_TunnigCallWaitingToneAs
CscFeature_VoiceCall_UseEccDialerInCaseOfNoInternalMemory
CscFeature_VoiceCall_UseUssdToastForNetworkNoResp
CscFeature_VoiceCall_VvmHotKeyAs
VoiceRecorder
Code:
CscFeature_VoiceRecorder_UseEnglishDefaultName
Web
Code:
CscFeature_Web_AddCharSetToHttpHeader
CscFeature_Web_AddDeskTopUA
CscFeature_Web_AddOptionToTerminate
CscFeature_Web_AddWmlToHttpAcceptHeader4
CscFeature_Web_AllowCertificateWarningInSubframe4
CscFeature_Web_BlockSDCDDownload
CscFeature_Web_BlockZoomBaseOnTouchPosition
CscFeature_Web_BookmarkPreloadOnChrome
CscFeature_Web_CheckLocalStorageLimit
CscFeature_Web_ConfigAppStoreLaunch
CscFeature_Web_ConfigAutoFit
CscFeature_Web_ConfigBookmarkPriority
CscFeature_Web_ConfigBookmarkWidgetDisplay
CscFeature_Web_ConfigEditableBookmark
CscFeature_Web_ConfigNewTab
CscFeature_Web_ConfigProxyServer
CscFeature_Web_ConfigQuickAccessUcWebIntegration
CscFeature_Web_ConfigScrollbarTime
CscFeature_Web_ConfigStartUp
CscFeature_Web_ConfigSyncSource
CscFeature_Web_ConfigTextInfoForNoItemView
CscFeature_Web_ConfigWebkitTimerForHTML5Video
CscFeature_Web_CustomizeErrorPage
CscFeature_Web_DefaultPrefFor
CscFeature_Web_DefBookmarkFolderName
CscFeature_Web_DefConfigForEnableLocation
CscFeature_Web_DisableAllSearchEngineExceptGoogle
CscFeature_Web_DisableBookmarkSync
CscFeature_Web_DisableBoosterWhenTouchDown
CscFeature_Web_DisableChooser4
CscFeature_Web_DisableGoogleInBrowserSearchEngine
CscFeature_Web_DisableMenuResetDefPage
CscFeature_Web_DisableMenuSaveContentsInAnchorLink
CscFeature_Web_DisableMostVisitedHomepage
CscFeature_Web_DisableNetworkLinkPrediction
CscFeature_Web_DisableRedirectionChooser
CscFeature_Web_DisableRSS
CscFeature_Web_DisableSecurityWarningPopup
CscFeature_Web_DisableVoiceSearch
CscFeature_Web_EnableAutoBookmarkSetBySim
CscFeature_Web_EnableAutoFitExtension
CscFeature_Web_EnableAutoSimHomeUrlInProfile
CscFeature_Web_EnableConnectionGuideDuringAirplaneMode
CscFeature_Web_EnableDeleteAllBookmarks
CscFeature_Web_EnableDeleteAllOnDownloadList
CscFeature_Web_EnableDeletingTodayHistory
CscFeature_Web_EnableDesktopSiteAsDefault
CscFeature_Web_EnableDownloadedFolderInNotificationBar
CscFeature_Web_EnableErrPopupDuringRoamingInternetUse
CscFeature_Web_EnableGoHomepageOption
CscFeature_Web_EnableImage2Play
CscFeature_Web_EnableLogStabililtyTest
CscFeature_Web_EnableMenuConvertUnicodeToZawgyiFont
CscFeature_Web_EnableMultipleApn4
CscFeature_Web_EnableOperatorToolbar
CscFeature_Web_EnableOptionEditTextDuringFullHwr
CscFeature_Web_EnableOverwritingBookmark
CscFeature_Web_EnablePopup4MaxLengthReachedDuringUrlInput
CscFeature_Web_EnablePromptToExit
CscFeature_Web_EnableRoamingDialog
CscFeature_Web_EnableSecDrmConverter4ExternalApk
CscFeature_Web_KeywordSearchSolution
CscFeature_Web_MaxConnectionPerHost
CscFeature_Web_OverrideUserAgent
CscFeature_Web_ParseXHtmlToHtml
CscFeature_Web_RecognizeTelNumber
CscFeature_Web_RemoveBrowserIconInBookmarkThumbnailWidget
CscFeature_Web_RemovePartialViewDuringHorizontalScroll
CscFeature_Web_ResetCookiesOnSimCardChanging
CscFeature_Web_SetDownloadFolderNameByMimeType
CscFeature_Web_SetHomepageURL
CscFeature_Web_SetHomepageURLChrome
CscFeature_Web_SetOffOverviewModeAsDefault
CscFeature_Web_SetSearchEngineAs
CscFeature_Web_SetTcpConnTimeoutAs
CscFeature_Web_SetUAProfile
CscFeature_Web_SetUserAgent
CscFeature_Web_ShowDownloadProgressOnNotification
CscFeature_Web_ShowVersionInSetting
CscFeature_Web_ShowWifiAPList
CscFeature_Web_SupportDownloadedFileNameInChineseChar
CscFeature_Web_SupportDownloadedFileNameInUtf8
CscFeature_Web_SupportDownloadSaveAs
CscFeature_Web_SupportHebrewFileName
CscFeature_Web_SupportOfflineStartupPage
CscFeature_Web_SupportVcfUpload
CscFeature_Web_TerminateAppOnCloseAllAction
CscFeature_Web_UAProfileHeaderString
CscFeature_Web_UseDefImageDuringRestoreBookmark
CscFeature_Web_UseDeviceIdInHeader
Wifi
Code:
CscFeature_Wifi_ConfigDhcpLeaseTime
CscFeature_Wifi_ConfigDisconnectApThreshold
CscFeature_Wifi_ConfigHotSpotActionForSimStatus
CscFeature_Wifi_ConfigOpBranding
CscFeature_Wifi_ConfigPriorAP
CscFeature_Wifi_ConfigVendorRuleAutoConnection
CscFeature_Wifi_ConfigWifiNotificationStyle
CscFeature_Wifi_ConnectCaptivePortalDuringSetupWizard
CscFeature_Wifi_DefaultEapMethod
CscFeature_Wifi_DefaultSsidNPwd
CscFeature_Wifi_DisableMenuPasspoint
CscFeature_Wifi_DisplaySsidStatusBarInfo
CscFeature_Wifi_EapMethodSetting
CscFeature_Wifi_EnableCheckDataTraffic
CscFeature_Wifi_EnableDetailEapErrorCodesAndState
CscFeature_Wifi_EnableDiscButtonApnList
CscFeature_Wifi_EnableDwep4EapSim
CscFeature_Wifi_EnableMenuAutoJoin
CscFeature_Wifi_EnableMenuConnectionType
CscFeature_Wifi_EnableMenuConnPriorityMode
CscFeature_Wifi_EnableMenuIWLAN4
CscFeature_Wifi_EnableMenuPriority
CscFeature_Wifi_EnableMenuResetConfiguration
CscFeature_Wifi_EnableShowPasswordAsDefault
CscFeature_Wifi_EnableThresholdDuringConnection
CscFeature_Wifi_EnableWarningPopup4DataBatteryUsage
CscFeature_Wifi_HideExcludedApList
CscFeature_Wifi_MaxClient4MobileAp
CscFeature_Wifi_PreferredBand
CscFeature_Wifi_PriorityRuleAs
CscFeature_Wifi_SendSignalDuringPowerOff
CscFeature_Wifi_SetCountryInfo
CscFeature_Wifi_SetOffApRoaming
CscFeature_Wifi_SetOffDuringRoaming
CscFeature_Wifi_ShowDetailedApInfo
CscFeature_Wifi_StopScanForETWS
CscFeature_Wifi_SupportSimSelectionForEapSimAka
CscFeature_Wifi_UseDefaultSecurityAs
CscFeature_Wifi_UseRandom4digitCombinationAsSSID
WiFi
Code:
CscFeature_WiFi_SupportWifiCallUsingGANLite
Useful thread Morningstar
how to extract from framework? i need for N and Oreo
LuanTeles said:
how to extract from framework? i need for N and Oreo
Click to expand...
Click to collapse
BUMP!
That's not even close of being all the possible CSC's up there. Here's some more for anyone interested. Pick and choose the ones you need on your Samsung phone:
Code:
CscFeature_AOD_ConfigAdditionalHomeDoubleKeyAction
CscFeature_AOD_ConfigDefStatus
CscFeature_AOD_ConfigDefaultClockStyle
CscFeature_Audio_ConfigActionVolumeKey
CscFeature_Audio_ConfigBootSoundDelay
CscFeature_Audio_ConfigCallVolumeSteps
CscFeature_Audio_ConfigDefCallSampleRate
CscFeature_Audio_SupportAutoAnswer
CscFeature_Audio_SupportFactoryLF
CscFeature_Audio_SupportSeparateCallGainWB
CscFeature_Audio_SupportSyncBootSound
CscFeature_Audio_SupportUsbCall
CscFeature_BT_ConfigNetAccessTypeForPANNAP
CscFeature_BT_ConfigNum1DialOperation
CscFeature_BT_DisableAutoImportVcard
CscFeature_BT_DisableChldMerge
CscFeature_BT_DisableEcc
CscFeature_BT_DisableMAP
CscFeature_BT_DisableNAP
CscFeature_BT_DisablePANU
CscFeature_BT_DisableResetSetting
CscFeature_BT_DisableSAP
CscFeature_BT_EnableSeparateSettingWithAirplainMode
CscFeature_BT_RemoveInternationalTelNumPrefix
CscFeature_BT_SecurityMdmService
CscFeature_BT_SupportExtraCallDirectCall
CscFeature_BT_SupportMissingPhone
CscFeature_BT_SupportPromptPopupForAbeam
CscFeature_BT_SupportScmst
CscFeature_Briefing_CPConfig
CscFeature_CSC_CheckCarrierPartition
CscFeature_CSC_ConfigDynSvn
CscFeature_CSC_ConfigOpListDataRoaming
CscFeature_Calculator_ConfigConverter
CscFeature_Calculator_ConfigMortgage
CscFeature_Calendar_AddItem4SearchApp
CscFeature_Calendar_ConfigDefRingtoneName
CscFeature_Calendar_DisableGoogleMapIntegration
CscFeature_Calendar_DisableKies
CscFeature_Calendar_EnableGateMsg
CscFeature_Calendar_EnableLocalHolidayDisplay
CscFeature_Calendar_EnableLunar
CscFeature_Calendar_EnableMsgReminder
CscFeature_Calendar_EnableSDCardImport
CscFeature_Calendar_EnableShiftedWeekNumber
CscFeature_Calendar_LocalStickerConfig
CscFeature_Calendar_ReplaceMenuAutoNavi
CscFeature_Calendar_ReplacePackageAs
CscFeature_Calendar_SetColorOfDays
CscFeature_Camera_BatteryTemperatureCheck
CscFeature_Camera_CamcoderForceShutterSoundDuringSnapShot
CscFeature_Camera_CamcorderDefaultSideMenu
CscFeature_Camera_CamcorderDoNotPauseMusic
CscFeature_Camera_CamcorderEnablePromptPopupToSelectRecMode
CscFeature_Camera_CameraFlicker
CscFeature_Camera_ConfigPlatformBrightness
CscFeature_Camera_ConfigVoiceControlPopUp
CscFeature_Camera_DefaultSideMenu
CscFeature_Camera_DisableGPSMenu
CscFeature_Camera_EnableCameraDuringCall
CscFeature_Camera_EnableSmsNotiPopup
CscFeature_Camera_SecurityMdmService
CscFeature_Camera_ShutterSoundMenu
CscFeature_Camera_UseShareShotFolderAs
CscFeature_Clock_ConfigBackKeyAction
CscFeature_Clock_ConfigCountToDisplayExpandedAlrmList
CscFeature_Clock_ConfigDefStatusWorldclockWeather
CscFeature_Clock_ConfigDefaultCity
CscFeature_Clock_ConfigMap
CscFeature_Clock_ConfigPolicyForAlertSound
CscFeature_Clock_ConfigReplaceCountryCityName
CscFeature_Clock_ConfigReplacePackage
CscFeature_Clock_ConfigVolumeKeyActionDuringAlarm
CscFeature_Clock_DisableAccWeatherInfo
CscFeature_Clock_DisableAlertArrowAnimation
CscFeature_Clock_DisableDstIcon
CscFeature_Clock_DisableGoogleLocationInfo
CscFeature_Clock_DisableIsraelCountry
CscFeature_Clock_EnableAutoPowerOnOffMenu
CscFeature_Clock_EnableMenuAlarmAlertDuringSilentMode
CscFeature_Clock_ExclusiveEnablingAutoPowerSetting
CscFeature_Clock_ReplaceNameTaiwanWithTaipei
CscFeature_Clock_SupportAlarmOptionMenuForHoliday
CscFeature_Clock_SupportAlarmOptionMenuForWorkingDay
CscFeature_Clock_SupportAlarmSoundMenu
CscFeature_Clock_SupportAlarmSubstituteHolidayMenu
CscFeature_Clock_SupportTimerResetButton
CscFeature_Common_AddExtMobilePrint
CscFeature_Common_AddPrefix4InternationalCall
CscFeature_Common_AllowExternalApkUsage
CscFeature_Common_AutoConfigurationType
CscFeature_Common_ConfgB2B
CscFeature_Common_ConfigAllowedPackagesDuringDataSaving
CscFeature_Common_ConfigAllowedPackagesDuringPowerSaving
CscFeature_Common_ConfigAllowedPackagesDuringRoamingReduction
CscFeature_Common_ConfigBikeMode
CscFeature_Common_ConfigCarrierMatchingForMultiSim
CscFeature_Common_ConfigCoreAppAgent
CscFeature_Common_ConfigDefSprBrand
CscFeature_Common_ConfigDevBrandName
CscFeature_Common_ConfigDualAppsList
CscFeature_Common_ConfigEmergencyModePackages
CscFeature_Common_ConfigLocalSecurityPolicy
CscFeature_Common_ConfigMarketInfoVariation
CscFeature_Common_ConfigMvnoBaseNet
CscFeature_Common_ConfigNetworkModeDuringEmergency
CscFeature_Common_ConfigOnCircle
CscFeature_Common_ConfigOneSkuVariant
CscFeature_Common_ConfigOpBrandingForWFC
CscFeature_Common_ConfigOpDemoMode
CscFeature_Common_ConfigOperatorDrmReq
CscFeature_Common_ConfigPco
CscFeature_Common_ConfigPstUts
CscFeature_Common_ConfigPublicDemoContents
CscFeature_Common_ConfigRcsVendorApp
CscFeature_Common_ConfigSamsungCloudVariation
CscFeature_Common_ConfigSiop
CscFeature_Common_ConfigSmartSwitchFunction
CscFeature_Common_ConfigSvcProviderForUnknownNumber
CscFeature_Common_ConfigSwis
CscFeature_Common_ConfigUltraPowerSavingModePackages
CscFeature_Common_ConfigUsimPersonalLockPwdLength
CscFeature_Common_ConfigVvm
CscFeature_Common_ConfigYuva
CscFeature_Common_DisableAppIconCrop
CscFeature_Common_DisableAppSync
CscFeature_Common_DisableAutoLoginDMCU
CscFeature_Common_DisableCpPositioning
CscFeature_Common_DisableGoogle
CscFeature_Common_DisableHdrEffect
CscFeature_Common_DisableManualTimeGuidePopup
CscFeature_Common_DisableMenu4GalSearch
CscFeature_Common_DisableNfcHwKeypad
CscFeature_Common_DisablePhoneNumberFormatting
CscFeature_Common_DisableSafetyCareEmergencyMode
CscFeature_Common_DisableTransparent
CscFeature_Common_EnableAirMessage
CscFeature_Common_EnableBaidu
CscFeature_Common_EnableCarrierMatchingForMultiSimDev
CscFeature_Common_EnableHDVoiceDuring3GConnection
CscFeature_Common_EnableItsOn
CscFeature_Common_EnableKeyStringToBlockDynMenuOrder
CscFeature_Common_EnableLiveDemo
CscFeature_Common_EnableLocalizedDateFormat4
CscFeature_Common_EnableMobileOfficeMdm
CscFeature_Common_EnableNotificationWhenDeviceMemoryFull
CscFeature_Common_EnableOnDeviceHelp
CscFeature_Common_EnableOneTouchReport
CscFeature_Common_EnablePrivacyDataGuard
CscFeature_Common_EnableRegionalDevice
CscFeature_Common_EnableSUA
CscFeature_Common_EnableSprintExtension
CscFeature_Common_EnableUiDisplayMirroring
CscFeature_Common_EnableVIPMode
CscFeature_Common_EulaVersion
CscFeature_Common_FontConfig
CscFeature_Common_LinifyExtensionFor
CscFeature_Common_MyPhonebookBrandName
CscFeature_Common_ParamAppSync
CscFeature_Common_ReplaceLocalMap
CscFeature_Common_ReplaceSecBrandAsGalaxy
CscFeature_Common_ReplaceStringWifi
CscFeature_Common_SetupWizard_Spr
CscFeature_Common_Sprint_Vowifi
CscFeature_Common_SupportActivationDate
CscFeature_Common_SupportBatteryConversing
CscFeature_Common_SupportCallPlus
CscFeature_Common_SupportCiq
CscFeature_Common_SupportComcastWifi
CscFeature_Common_SupportDLNA
CscFeature_Common_SupportDeviceReporting
CscFeature_Common_SupportDualApps
CscFeature_Common_SupportDualNumberService
CscFeature_Common_SupportEchoLocate
CscFeature_Common_SupportFestival
CscFeature_Common_SupportGmsAlarmManager
CscFeature_Common_SupportHasati
CscFeature_Common_SupportHuxAdvancedCalling
CscFeature_Common_SupportHuxAppDirectedSms
CscFeature_Common_SupportHuxAvs
CscFeature_Common_SupportHuxDeviceQualityStatistics
CscFeature_Common_SupportHuxGpsEnableVzwLbsStack
CscFeature_Common_SupportHuxGpsPromptLocation
CscFeature_Common_SupportHuxPayg
CscFeature_Common_SupportHuxPco
CscFeature_Common_SupportHuxPermissionPregrant
CscFeature_Common_SupportHuxWiFiPromptDataOveruse
CscFeature_Common_SupportMinimizedSip
CscFeature_Common_SupportMirrorCall
CscFeature_Common_SupportMovialWFC
CscFeature_Common_SupportNextRadio
CscFeature_Common_SupportPermissionUsages
CscFeature_Common_SupportPersianCalendar
CscFeature_Common_SupportPhoneProfile
CscFeature_Common_SupportRmm
CscFeature_Common_SupportRsu
CscFeature_Common_SupportSamsungAdId
CscFeature_Common_SupportSecWFC
CscFeature_Common_SupportSecureEntitlementServer
CscFeature_Common_SupportSmartGlow
CscFeature_Common_SupportTfnHuxPco
CscFeature_Common_SupportTriband
CscFeature_Common_SupportTwoPhoneService
CscFeature_Common_SupportUwaApp
CscFeature_Common_SupportWcdmaFddLte
CscFeature_Common_SupportWcdmaInSlave
CscFeature_Common_SupportWechatSightMode
CscFeature_Common_SweepOperationArea
CscFeature_Common_UseChameleon
CscFeature_Common_Vibration4NotiDuringCall
CscFeature_Contact_ANRConfig
CscFeature_Contact_AddPreloadedSpeedDialAs
CscFeature_Contact_AutoUpdateProfileForNewSimNumber
CscFeature_Contact_CheckSimAlphaLength4UnicodeName
CscFeature_Contact_ConfigActionForDialOneLong
CscFeature_Contact_ConfigAdditionalGroup
CscFeature_Contact_ConfigAddressField
CscFeature_Contact_ConfigAutoDialDuringRoaming
CscFeature_Contact_ConfigBackupRestore
CscFeature_Contact_ConfigDefaultCharsetVCard
CscFeature_Contact_ConfigDefaultViewBy
CscFeature_Contact_ConfigDialActionChameleonOff
CscFeature_Contact_ConfigDialShortNumSharp
CscFeature_Contact_ConfigDialerChooser
CscFeature_Contact_ConfigDialerFont
CscFeature_Contact_ConfigDisplayRoamingNetworkInLogs
CscFeature_Contact_ConfigDisplaySimIcon
CscFeature_Contact_ConfigDisplayStorageType
CscFeature_Contact_ConfigDtmfPause
CscFeature_Contact_ConfigEntryPhoneApp
CscFeature_Contact_ConfigForYellowPage
CscFeature_Contact_ConfigHelpGuideForGesture
CscFeature_Contact_ConfigImsOpStyle
CscFeature_Contact_ConfigLogDisplayType
CscFeature_Contact_ConfigLogsCallTimeType
CscFeature_Contact_ConfigLogsOpStyleVariation
CscFeature_Contact_ConfigLogsTimeBase
CscFeature_Contact_ConfigMsgIconOpStyle
CscFeature_Contact_ConfigMultiCallOption
CscFeature_Contact_ConfigNeworkImsOpStyle
CscFeature_Contact_ConfigOpCloudMenu
CscFeature_Contact_ConfigOpStyleVariation
CscFeature_Contact_ConfigPopupForNoItem
CscFeature_Contact_ConfigProfileService
CscFeature_Contact_ConfigPublicNumService
CscFeature_Contact_ConfigReplaceLabelSet
CscFeature_Contact_ConfigRichCallerId
CscFeature_Contact_ConfigSmartSuggestionDuringCreate
CscFeature_Contact_ConfigTelNumMatchingForNationPrefix
CscFeature_Contact_ConfigTelNumType
CscFeature_Contact_ConfigVTKeyLongAction
CscFeature_Contact_ConfigVolteUserMsg
CscFeature_Contact_ConfigZipCodeInputType
CscFeature_Contact_DisableAccountIconsInContactList
CscFeature_Contact_DisableCallDuration
CscFeature_Contact_DisableCallForEmergencyLogs
CscFeature_Contact_DisableContactPhoto
CscFeature_Contact_DisableEmergencyGroup
CscFeature_Contact_DisableGoogleMapIntegration
CscFeature_Contact_DisableGoogleTalk
CscFeature_Contact_DisableMenuAddToRejectList
CscFeature_Contact_DisableMenuNameOrder
CscFeature_Contact_DisableMenuSimExport
CscFeature_Contact_DisableMenuSimExportImport
CscFeature_Contact_DisableMergeWithGoogle
CscFeature_Contact_DisableMessageLog
CscFeature_Contact_DisablePlusAsInternationalNum
CscFeature_Contact_DisableSIMContacts
CscFeature_Contact_DisableSipAddress
CscFeature_Contact_DisableSnsInfoInListView
CscFeature_Contact_DisableTriggerInternetCall
CscFeature_Contact_DisableVoicemail
CscFeature_Contact_DisplayLineForCnam
CscFeature_Contact_DoNotSaveEcc
CscFeature_Contact_DoNotSaveOtaSpNumber
CscFeature_Contact_EnableAAB
CscFeature_Contact_EnableAABYP
CscFeature_Contact_EnableAssistDialing
CscFeature_Contact_EnableAutoFillPostalCode
CscFeature_Contact_EnableAutoGenerationPhoneticName
CscFeature_Contact_EnableBPMFSortList
CscFeature_Contact_EnableBackupAssistance
CscFeature_Contact_EnableBackupSvc4Ctc
CscFeature_Contact_EnableCallButtonInList
CscFeature_Contact_EnableCallerIdSearch4Korea
CscFeature_Contact_EnableClassifyContactsOnMap
CscFeature_Contact_EnableCnam
CscFeature_Contact_EnableCopyToDialer
CscFeature_Contact_EnableCreateContactInSpeeddial
CscFeature_Contact_EnableDocomoAccountAsDefault
CscFeature_Contact_EnableDynCallerIdMatchingDigitWithAutoSim
CscFeature_Contact_EnableEcid
CscFeature_Contact_EnableEcid_CallLogDB
CscFeature_Contact_EnableExceptionHandling4Corea
CscFeature_Contact_EnableExtraCallServiceMenu
CscFeature_Contact_EnableGroupCallMenu
CscFeature_Contact_EnableIPCall
CscFeature_Contact_EnableIcon4SyncContact
CscFeature_Contact_EnableIconTextOnActionBar
CscFeature_Contact_EnableInfoGuideForOta
CscFeature_Contact_EnableKsc5601Encoding
CscFeature_Contact_EnableLifeTimer
CscFeature_Contact_EnableLogIconForVoiceRecord
CscFeature_Contact_EnableMenuDeleteHistory
CscFeature_Contact_EnableMenuMDN
CscFeature_Contact_EnableMenuStorageStatus
CscFeature_Contact_EnableMultiNumber
CscFeature_Contact_EnableMultiplePinyinSearch
CscFeature_Contact_EnableOptionToSelectEmailMMS4EmailAddress
CscFeature_Contact_EnablePromptToExitAndSaveInEditing
CscFeature_Contact_EnablePuzzySearch
CscFeature_Contact_EnableQRCode
CscFeature_Contact_EnableSelectAllAsMsgRecipient
CscFeature_Contact_EnableSelectableListToExportSdCard
CscFeature_Contact_EnableStrokeSortList
CscFeature_Contact_EnableToastPopup4StopDeletingOperationByCall
CscFeature_Contact_EnableUIM
CscFeature_Contact_EnableVVM
CscFeature_Contact_ExportAllNumberToSIM
CscFeature_Contact_ExportToSimPhoneAccountOnly
CscFeature_Contact_ExtendSpeedDialTo100
CscFeature_Contact_FastScrollDepth
CscFeature_Contact_FixMainTabWhenAppLaunched
CscFeature_Contact_FixedEngModeInListBrowsing
CscFeature_Contact_FullCountryPrefixSearchSupport
CscFeature_Contact_IgnoreSpaceDuringSearch
CscFeature_Contact_ImProviderFirstPostion_As
CscFeature_Contact_KeepUserProperty
CscFeature_Contact_LimitNameLength
CscFeature_Contact_LogsViewBy
CscFeature_Contact_MaxCountVcardAttachment
CscFeature_Contact_PromptToDeleteFieldDuringEdit
CscFeature_Contact_RemoveLog4DeletedMsg
CscFeature_Contact_ReplaceLabelDualModeSim
CscFeature_Contact_ReplaceLabelEmergency4
CscFeature_Contact_ReplacePackageAs
CscFeature_Contact_SearchIncludingFdn
CscFeature_Contact_SearchNameIgnoringCommonPrefix
CscFeature_Contact_SeparateLookupTable4ChinaDialerSearch
CscFeature_Contact_SetLinkCountMaxAs
CscFeature_Contact_SetPropertyForPreloadedContact
CscFeature_Contact_ShowGroupChatInfo
CscFeature_Contact_ShowLocalInfoDuringDial
CscFeature_Contact_SupportAppCenter
CscFeature_Contact_SupportEcid
CscFeature_Contact_SupportFetionPlugin
CscFeature_Contact_SupportProfileShare
CscFeature_Contact_SupportUiccPrompt
CscFeature_Contact_SupportUnifiedCertificate
CscFeature_Contact_SupportVvmBadge
CscFeature_Contact_SupportWhitePages
CscFeature_Contact_UseSeparateAddressField
CscFeature_Contact_UseUniNameField
CscFeature_Contact_VcardException4
CscFeature_ContextService_ConfigLogging
CscFeature_DeviceManagement_ConfigOperator
CscFeature_DeviceManagement_SupportDisplayMultiMmc
CscFeature_Dictionary_ConfigDataUsageWarning
CscFeature_Email_ActivateAccountWithPredefinedIdPwd
CscFeature_Email_AddIspAccount
CscFeature_Email_AlignmentForRTL
CscFeature_Email_DefaultSyncInterval
CscFeature_Email_DisableAutoDomainGenerationDuringManualSetup
CscFeature_Email_DisableFontAttributeDuringComposing
CscFeature_Email_EasConnectHTTPSAlways
CscFeature_Email_EasDefaultSyncInterval
CscFeature_Email_EasDisableOptionSyncInterval
CscFeature_Email_EasDoNotUseProxy
CscFeature_Email_EasSyncServiceCommandTimeoutValue
CscFeature_Email_EasSyncServiceConnectionTimeoutValue
CscFeature_Email_EnableAccountGenerationFromDM
CscFeature_Email_EnableDetailRecOption
CscFeature_Email_EnableLocalSymbolTable
CscFeature_Email_EnableNotiToMissedWidget
CscFeature_Email_EnableNotiWhenFwdWithUndownloadedContents
CscFeature_Email_EnableOnDeviceHelp
CscFeature_Email_EnablePopupWhenChangingSyncSchedule
CscFeature_Email_EnablePromptToSelectApp4EmailAddress
CscFeature_Email_EnablePromptWhenSendingEmptySubject
CscFeature_Email_EnableSaveAsAttachment
CscFeature_Email_EnableScrollWithToolbar
CscFeature_Email_EnableSyncAndConnect
CscFeature_Email_ReplaceHintDomainAs
CscFeature_Email_ReplaceNotiIcon4
CscFeature_Email_ReplaceUnsupportedCharWithUnderbarInAttachment
CscFeature_Email_SetDownloadFolderNameByMimeType
CscFeature_Email_SetPermanentAccount
CscFeature_Email_UseDefaultBrowserOnly4UrlLink
CscFeature_Email_UseFixedBgColorAsWhite
CscFeature_Email_UseFixedSmtpPortAs
CscFeature_Email_UseSeperateApn
CscFeature_EmergencyMode_ConfigPlatformBrightness
CscFeature_FMRadio_BandWidthAs
CscFeature_FMRadio_ConfigAppIconStyleOnNoti
CscFeature_FMRadio_ConfigHybridSearchTunnig
CscFeature_FMRadio_ConfigMediatekDesenseList
CscFeature_FMRadio_DeconstantAs
CscFeature_FMRadio_DefaultChannelAs
CscFeature_FMRadio_DefaultSoftMuteValue
CscFeature_FMRadio_DisableMenuAf
CscFeature_FMRadio_DisableMenuInternetRadio
CscFeature_FMRadio_DisableMenuRds
CscFeature_FMRadio_DisableRTPlusInfo
CscFeature_FMRadio_FrequencySpaceAs
CscFeature_FMRadio_RecordingVolumeAs
CscFeature_FMRadio_SetLocalTunning
CscFeature_Fido_ConfigPaymentVendor
CscFeature_Fido_ConfigPolicy
CscFeature_Finder_ConfigAppListForHiding
CscFeature_Finder_ConfigDefStatusSearchCategory
CscFeature_Finder_ConfigOrderResultCard
CscFeature_Finder_ConfigQueryHintText
CscFeature_Framework_2ndScreenConfig
CscFeature_Framework_AddOnApp4MultiWindow
CscFeature_Framework_AddOnApp4PenWindow
CscFeature_Framework_AddProductRoField
CscFeature_Framework_CheckDowngradeApkDuringUpgrade
CscFeature_Framework_CheckValidApp4SpecificMccMnc
CscFeature_Framework_ConfigActionForMultiPowerPress
CscFeature_Framework_ConfigAppEdgePresetList
CscFeature_Framework_ConfigAppIconStyle
CscFeature_Framework_ConfigAppListToBlockFloatingMultiWindows
CscFeature_Framework_ConfigBlockNotiOperation
CscFeature_Framework_ConfigDefStatus
CscFeature_Framework_ConfigDefStatusEdgeLighting
CscFeature_Framework_ConfigDefTrayPosition
CscFeature_Framework_ConfigDefaultAppForTaskEdge
CscFeature_Framework_ConfigDefaultCocktailPanels
CscFeature_Framework_ConfigDefaultFeedsPanels
CscFeature_Framework_ConfigDefaultQualityForSpenGifMaking
CscFeature_Framework_ConfigEdgeNotiBgColor
CscFeature_Framework_ConfigExcludePackageFromNotificationGroup
CscFeature_Framework_ConfigIconFrames
CscFeature_Framework_ConfigLabelForDefTheme
CscFeature_Framework_ConfigLinkifyDigit
CscFeature_Framework_ConfigMaxMultiUsers
CscFeature_Framework_ConfigMultiWindowTrayBarFunction
CscFeature_Framework_ConfigOpSetupWizard
CscFeature_Framework_ConfigOpStyleSwitchButtonWidget
CscFeature_Framework_ConfigOpenTheme
CscFeature_Framework_ConfigPeopleEdgeLinkApp
CscFeature_Framework_ConfigRecentAppButtonStyle
CscFeature_Framework_ConfigResolverActivityButton
CscFeature_Framework_ConfigSpenKeeper
CscFeature_Framework_ConfigStatusMultiUser
CscFeature_Framework_ConfigVibService
CscFeature_Framework_ConfigWhiteListForDozeMode
CscFeature_Framework_DisableCellInfoCS
CscFeature_Framework_DisableClipboardEdgeIntroHun
CscFeature_Framework_DisableCompensationTouchAreaInScrollBar
CscFeature_Framework_DisableDoubleTapTextSelection
CscFeature_Framework_DisableForceClosePopup
CscFeature_Framework_DisableSafeMode
CscFeature_Framework_DisableShowAllLanguages
CscFeature_Framework_EnableBidirection
CscFeature_Framework_EnableLinuxCommonApi4
CscFeature_Framework_EnableScrCaptureSoundOnlyInCamera
CscFeature_Framework_EnableThaiVietReshaping
CscFeature_Framework_EnableWriteAccessToSecureSetting4
CscFeature_Framework_FilterExtraPackage
CscFeature_Framework_HyperLinkDigit
CscFeature_Framework_LinkifyType
CscFeature_Framework_ReplaceCountryName
CscFeature_Framework_ReplaceLabelForPinWindow
CscFeature_Framework_ShortCutListInRecentApp
CscFeature_Framework_ShowNetNameInStatusBar
CscFeature_Framework_SupportBroadcastScreenPinning
CscFeature_Framework_SupportCancelButtonGlobalAction
CscFeature_Framework_SupportDataModeSwitchGlobalAction
CscFeature_Framework_SupportForceRestartGlobalAction
CscFeature_Framework_SupportRebootWithSafemode
CscFeature_Framework_SupportResolverActivityGuide
CscFeature_Framework_SupportScreenCaptureToast
CscFeature_Framework_SupportToastForVolteSubscriber
CscFeature_GMS_DisableSetupWizard
CscFeature_GMS_SetClientIDBaseAm
CscFeature_GMS_SetClientIDBaseGmm
CscFeature_GMS_SetClientIDBaseMs
CscFeature_GMS_SetClientIDBaseWal
CscFeature_GMS_SetClientIDBaseYt
CscFeature_GMS_SetFrpPersistent
CscFeature_GPS_ConfigAgnssProtocol
CscFeature_GPS_ConfigAgpsMode
CscFeature_GPS_ConfigAgpsSetting
CscFeature_GPS_ConfigLppProfile
CscFeature_GPS_ConfigOperationMode
CscFeature_GPS_ConfigSuplHost
CscFeature_GPS_ConfigSuplVersion
CscFeature_GPS_DisableCsCall
CscFeature_GPS_SupportAgnss
CscFeature_GPS_SupportApqOnly
CscFeature_GPS_SupportGTP
CscFeature_GPS_SupportGoogleSupl2
CscFeature_GPS_SupportLppCpOnly
CscFeature_GPS_SupportLppCpUp
CscFeature_GPS_SupportLppUpOnly
CscFeature_GPS_SupportPrivacyLock
CscFeature_GPS_SupportSupl
CscFeature_GPS_SupportTencentNLP
CscFeature_Gallery_ConfigOpCloud
CscFeature_Gallery_DisableWallpaperChooser
CscFeature_Gallery_SkipOmaDrm
CscFeature_Gallery_SupportHideAlbum
CscFeature_Gallery_SupportVideoCallCrop
CscFeature_HiddenMenu_SupportCarrierAggregation
CscFeature_IMS_ConfigExtendedFeatures
CscFeature_IMS_ConfigMdmnType
CscFeature_IMS_ConfigRcsFeatures
CscFeature_IMS_ConfigVerUICCMobilitySpec
CscFeature_IMS_EnableDynamicLoading
CscFeature_IMS_EnableEVS
CscFeature_IMS_EnableEditableSetting
CscFeature_IMS_EnableIMS
CscFeature_IMS_EnableRCSe
CscFeature_IMS_EnableVoLTE
CscFeature_IMS_FrameworkVersion
CscFeature_IMS_SupportDualLteSingleIms
CscFeature_IMS_SupportNoSIME911
CscFeature_IMS_SupportSimMobility
CscFeature_IMS_SupportVolteDuringRoaming
CscFeature_JobManager_EnableUnusedAppsControl
CscFeature_Kies_ConfigOpLocationSettingBackup
CscFeature_Launcher_ConfigEditMode
CscFeature_Launcher_ConfigGuideText
CscFeature_Launcher_ConfigHelpGuide
CscFeature_Launcher_ConfigHomeAppsStructure
CscFeature_Launcher_ConfigMagazineHome
CscFeature_Launcher_ConfigOpBrandLabel
CscFeature_Launcher_ConfigOpInterfaceForBadgeUpdate
CscFeature_Launcher_ConfigTabletMagazineHomePageCount
CscFeature_Launcher_ConfigZeroPageApp
CscFeature_Launcher_DefaultPageNumber
CscFeature_Launcher_DefaultPageNumberInEasyMode
CscFeature_Launcher_DisableFastScrollIndex
CscFeature_Launcher_DisableGoogleOption
CscFeature_Launcher_DisableHapticInCaseLongPress
CscFeature_Launcher_DisableHelpUI
CscFeature_Launcher_DisablePageRotation
CscFeature_Launcher_DisableTranslucency
CscFeature_Launcher_EnableHomeScreenEditMode
CscFeature_Launcher_EnableViewByAlphabetAsDefault
CscFeature_Launcher_FixedStkTitleAs
CscFeature_Launcher_PerformanceTunning
CscFeature_Launcher_PromptToSelectApp4PhoneIcon
CscFeature_Launcher_ReplaceHotseatAreaInEditMode
CscFeature_Launcher_SupportAutoIconAlign
CscFeature_Launcher_SupportBadgeClearGesture
CscFeature_Launcher_SupportFolderSubMenuDuringEditMode
CscFeature_Launcher_SupportGuideTextForEmptyPage
CscFeature_Launcher_TotalPageCount
CscFeature_Launcher_TotalPageCountInEasyMode
CscFeature_LockScreen_ConfigCarrierSecurityPolicy
CscFeature_LockScreen_ConfigCarrierTextPolicy
CscFeature_LockScreen_ConfigClockDisplayPolicy
CscFeature_LockScreen_ConfigDefLcdOnTimeOut
CscFeature_LockScreen_ConfigDisplayShorcutCircleArrow
CscFeature_LockScreen_ConfigDynamicLockScreenCategory
CscFeature_LockScreen_ConfigEmergencyCallPolicy
CscFeature_LockScreen_ConfigLockTimeoutSetting
CscFeature_LockScreen_ConfigShortcutBlockCondition
CscFeature_LockScreen_ConfigTimeUnlockHelpText
CscFeature_LockScreen_DirectCallToEcc
CscFeature_LockScreen_DisableADBConnDuringSecuredLock
CscFeature_LockScreen_DisableTalkbackForSpeakPassword
CscFeature_LockScreen_DisplayPlmn
CscFeature_LockScreen_EnableEccKeypadWhenHwKeyPress
CscFeature_LockScreen_EnableOperatorWallpaper
CscFeature_LockScreen_HideRoamingTextOnDualClock
CscFeature_LockScreen_SecureLockOnlyAfterTimerExpires
CscFeature_LockScreen_SupportAutoLockForGear
CscFeature_LockScreen_SupportScreenLockWhenSimRemoved
CscFeature_LockScreen_SupportToastSimUnlockSuccess
CscFeature_LockScreen_SupportWhiteDefaultWallpaper
CscFeature_LockScreen_WipeOutIntExtMemoryDueToUnlockFail
CscFeature_Logs_ConfigExternalQuery
CscFeature_MMFW_ConfigFileExtension
CscFeature_MMFW_SupportSamsungDash
CscFeature_MediaProvider_AddDB4VAS
CscFeature_MediaProvider_AddTable4VT
CscFeature_MediaProvider_HideVoiceFilesInMusic
CscFeature_MediaScanner_FixLocaleTo
CscFeature_MediaScanner_SkipFolder4
CscFeature_Memo_DisableMemoSync
CscFeature_Memo_EnableCatagory
CscFeature_Memo_EnablePinyinSort
CscFeature_Message_AddLogsToRecipientSearchList
CscFeature_Message_AddSendOptionInComposer
CscFeature_Message_AttachButtonPosition
CscFeature_Message_AvailableSizeForRestrictAutoDownload
CscFeature_Message_AvoidSmishing
CscFeature_Message_BaseTimeZoneDuringRoaming
CscFeature_Message_BlockSendMmsWithOnlySubject
CscFeature_Message_CMASDiscardDuplicatedMsg
CscFeature_Message_CMASDiscardPresidentialCategory
CscFeature_Message_CMASDisplayDateDescriptionSeparately
CscFeature_Message_CMASDisplayLatest
CscFeature_Message_CMASDisplayNextMsg
CscFeature_Message_CMASEnableMenuAlertOption
CscFeature_Message_CMASEnableMenuTestCategory
CscFeature_Message_CMASEnableSoundAlert
CscFeature_Message_CMASEnableVibrationAlert
CscFeature_Message_CMASOperator
CscFeature_Message_CMASReplaceLabel4
CscFeature_Message_CMASSetPresidentialAsFirstPriority
CscFeature_Message_CMASSyncToServer4ExtremePriority
CscFeature_Message_CMASTestCategoryRecSetting
CscFeature_Message_CMASThreadMethod
CscFeature_Message_CMASTopPostion4UnreadMsg
CscFeature_Message_CbChannelNb4DisplayInStatusBar
CscFeature_Message_CheckMaxRecipientLength
CscFeature_Message_CheckTelNumAreaCode
CscFeature_Message_ConfigAddTextOption
CscFeature_Message_ConfigAlertStyleForMmsConverting
CscFeature_Message_ConfigBlockNotification
CscFeature_Message_ConfigDetailErrorPopupWhenSending
CscFeature_Message_ConfigDirectCall
CscFeature_Message_ConfigDisplayCntInList
CscFeature_Message_ConfigDualSim
CscFeature_Message_ConfigEasyMode
CscFeature_Message_ConfigEmojiComposing
CscFeature_Message_ConfigFeatureDuringRoaming
CscFeature_Message_ConfigFeatureSimList
CscFeature_Message_ConfigFontSizeControl
CscFeature_Message_ConfigFreeMessage
CscFeature_Message_ConfigIgnoreDefApp
CscFeature_Message_ConfigImeiTracker
CscFeature_Message_ConfigLcdActionForNewMsg
CscFeature_Message_ConfigListDisableMms
CscFeature_Message_ConfigMinMatchNumber
CscFeature_Message_ConfigMmsFromField
CscFeature_Message_ConfigMmsHttpUserNaiHeader
CscFeature_Message_ConfigMmsMdnTagName
CscFeature_Message_ConfigMmsNotiSleepTime
CscFeature_Message_ConfigMmsResizing
CscFeature_Message_ConfigMmsRetry
CscFeature_Message_ConfigMmsUapTagName
CscFeature_Message_ConfigNotiForLongMessage
CscFeature_Message_ConfigOpBackupSync
CscFeature_Message_ConfigOpGroupMsg
CscFeature_Message_ConfigSellOut
CscFeature_Message_ConfigShowSizeInfo
CscFeature_Message_ConfigSmsTransSpec
CscFeature_Message_ConfigSpamReport
CscFeature_Message_ConfigSuggestionListColor
CscFeature_Message_ConfigThreadForMultipleDest
CscFeature_Message_ConfigVoiceSending
CscFeature_Message_CreateNullDB4EmptyOriginator
CscFeature_Message_CustomDeliveryReportFormat
continued...
Code:
CscFeature_Message_DefConfgSegmentedSMS
CscFeature_Message_DisableCBNotifications
CscFeature_Message_DisableChooserForUrlLink
CscFeature_Message_DisableContactThumbnailInMsgList
CscFeature_Message_DisableCopyToSim
CscFeature_Message_DisableEnterKeyInput
CscFeature_Message_DisableLeftAttachButtonUI
CscFeature_Message_DisableLogs
CscFeature_Message_DisableMMS
CscFeature_Message_DisableMenuCBChannel
CscFeature_Message_DisableMenuCBLanguage
CscFeature_Message_DisableMenuCBMessage
CscFeature_Message_DisableMenuMmsCreationMode
CscFeature_Message_DisableMenuRequestMmsDeliveryReport
CscFeature_Message_DisableMenuRequestMmsReadReport
CscFeature_Message_DisableMenuSIMMessages
CscFeature_Message_DisableMenuSMSC
CscFeature_Message_DisableMenuSmsDeliveryReports
CscFeature_Message_DisableMenuSmsInputMode
CscFeature_Message_DisableMenuWapPush
CscFeature_Message_DisableMenuWapPushServiceLoading
CscFeature_Message_DisableMmsSlideshowAutoPlay
CscFeature_Message_DisableMmsSubject
CscFeature_Message_DisableOptionAttachAudio
CscFeature_Message_DisableOptionAttachLocation
CscFeature_Message_DisableOptionAttachVCalendar
CscFeature_Message_DisableOptionAttachVCard
CscFeature_Message_DisableOptionAttachVMemo
CscFeature_Message_DisableOptionAttachVTask
CscFeature_Message_DisableOptionRecordAudio
CscFeature_Message_DisableOverlayInMsgList
CscFeature_Message_DisableParsingAudioFilenameFromPart
CscFeature_Message_DisablePlusInputInAddressField
CscFeature_Message_DisableSaveClassZeroMessage
CscFeature_Message_DisableSavingInbox4CbChannel
CscFeature_Message_DisableScheduledSending
CscFeature_Message_DisableSlideShow4SingleTextMms
CscFeature_Message_DisableSmsToMmsConversionByTextInput
CscFeature_Message_DisableSmscEditOnlyIn
CscFeature_Message_DisableSmscEditable
CscFeature_Message_DisableSmscEditableOnlyFor
CscFeature_Message_DisableSpam
CscFeature_Message_DiscardSpecificPortSms
CscFeature_Message_DiscardWapPush4SameTimeStamp
CscFeature_Message_DisplayMmsTimeAs
CscFeature_Message_DisplayPushSenderAddress
CscFeature_Message_DisplaySmsTimeAs
CscFeature_Message_DynamicSimOptionForDualMod
CscFeature_Message_EmbeddedTextTemplateType
CscFeature_Message_EnableAddContactIn1stDepthComposerOption
CscFeature_Message_EnableAlias
CscFeature_Message_EnableAllContextMenuInMsgViewer
CscFeature_Message_EnableAnonymousThread
CscFeature_Message_EnableBlackList
CscFeature_Message_EnableCMAS4
CscFeature_Message_EnableCbsVariation4
CscFeature_Message_EnableCdmaCmasOverLte
CscFeature_Message_EnableCheckFDNContactWhenMMSSend
CscFeature_Message_EnableCombineAndForwardMessage
CscFeature_Message_EnableContactInfoInBubble
CscFeature_Message_EnableCpm
CscFeature_Message_EnableDSAC
CscFeature_Message_EnableDbBackupKeystring
CscFeature_Message_EnableDealySendSMS
CscFeature_Message_EnableDialogAlertWhenTextInput
CscFeature_Message_EnableDisplayLocation
CscFeature_Message_EnableDisplayTotalCount4SimMsg
CscFeature_Message_EnableDualModeForTdCdma
CscFeature_Message_EnableDualNumber4Korea
CscFeature_Message_EnableEditingSenderAddress
CscFeature_Message_EnableEmailOverSms
CscFeature_Message_EnableExtendSlideTimeToMediaDuration
CscFeature_Message_EnableFlickThreadView
CscFeature_Message_EnableFolderView
CscFeature_Message_EnableHttpHeader4LGU
CscFeature_Message_EnableLimitOnMmsSubject
CscFeature_Message_EnableListByLockedMessage
CscFeature_Message_EnableLocalSymbolTable
CscFeature_Message_EnableMMSReadreportV10
CscFeature_Message_EnableMenuInsertSenderInfoWhenFwdMsg
CscFeature_Message_EnableMenuMessageSignature
CscFeature_Message_EnableMenuMmsDeliveryTime
CscFeature_Message_EnableMenuMmsExpiryDate
CscFeature_Message_EnableMenuMmsPriority
CscFeature_Message_EnableMenuMmsServerAddress
CscFeature_Message_EnableMenuRemindAlert
CscFeature_Message_EnableMenuSendMmsDeliveryReport
CscFeature_Message_EnableMenuSetAsRngtoneForAudioAttachment
CscFeature_Message_EnableMenuSmsExpiryDate
CscFeature_Message_EnableMenuVideoCallInConvList
CscFeature_Message_EnableMesageAutoView
CscFeature_Message_EnableMessageMaxTextLengthInAllSlides
CscFeature_Message_EnableMessagePriorityDuringComposing
CscFeature_Message_EnableMessageSentTimeInSimList
CscFeature_Message_EnableMmsAutoDownload4Spam
CscFeature_Message_EnableMmsConvWarningForEmailAddress
CscFeature_Message_EnableMmsErrorCodeInDetailView
CscFeature_Message_EnableMmsOnePageViewer
CscFeature_Message_EnableMmsSubjectConcept4Korea
CscFeature_Message_EnableMmsTransactionCustomize4Korea
CscFeature_Message_EnableMmsUaUapAutoCreate
CscFeature_Message_EnableMmsUnicodeFilenameEncoding
CscFeature_Message_EnableMmsUserInputApn
CscFeature_Message_EnableMsgTypeIndicationDuringComposing
CscFeature_Message_EnableMultiCopyToSim
CscFeature_Message_EnableMultiDraftBox
CscFeature_Message_EnableMultiLockMenu
CscFeature_Message_EnableNotificationBroadcastReceivedMessage
CscFeature_Message_EnableNotificationVibrate
CscFeature_Message_EnableOMA13NameEncoding
CscFeature_Message_EnableOptionAccessToUsimMsg
CscFeature_Message_EnablePhoneNumberFormattingInMsg
CscFeature_Message_EnablePinyinSearch
CscFeature_Message_EnableRegisterToCalender
CscFeature_Message_EnableReplyAll
CscFeature_Message_EnableRoamGuard
CscFeature_Message_EnableSMSPcheckWhenSendSMS
CscFeature_Message_EnableSaveRestoreSDCard
CscFeature_Message_EnableSaveVMessage
CscFeature_Message_EnableScheduledMessage
CscFeature_Message_EnableScheduledMsgBox
CscFeature_Message_EnableSearchByInitialConsonant
CscFeature_Message_EnableSegmentedSMS
CscFeature_Message_EnableSendingEmptySms
CscFeature_Message_EnableSmsCallbackNumber
CscFeature_Message_EnableSmsForwardPrefix
CscFeature_Message_EnableSmsKsc5601Encoding
CscFeature_Message_EnableSmsSubject
CscFeature_Message_EnableSmsViewer
CscFeature_Message_EnableSpamReport
CscFeature_Message_EnableSpeedDial
CscFeature_Message_EnableStrictImageResizing
CscFeature_Message_EnableTextFieldColor
CscFeature_Message_EnableTextTemplate
CscFeature_Message_EnableTextTemplateButton
CscFeature_Message_EnableUnifiedMmsRetrieveMenu
CscFeature_Message_EnableViewByMessageType
CscFeature_Message_GalleryView4SingleImageMms
CscFeature_Message_HookMobileTrackerPrefix2SosMsg
CscFeature_Message_HttpSocketTimeout
CscFeature_Message_ImageResizeQualityFactorWhenAttach
CscFeature_Message_KeepSmilPlayerToolbar
CscFeature_Message_MMSMaxCharPerSlide
CscFeature_Message_MaxRecipientLengthAs
CscFeature_Message_MinRecipientLengthAs
CscFeature_Message_MinSlideDuration
CscFeature_Message_MmsModeCaptureVideoBitRate
CscFeature_Message_MmsModeCaptureVideoMaxDuration
CscFeature_Message_MmsModeCaptureVideoMaxSize
CscFeature_Message_MmsModeCaptureVideoResolution
CscFeature_Message_MmsPageStyleInBubble
CscFeature_Message_MoveFocusTextFieldAfterAddingNumber
CscFeature_Message_PositionTextTemplateMenu
CscFeature_Message_RemoveInternationalTelNumPrefix
CscFeature_Message_ReplaceChar4UnsupportedInKsc5601
CscFeature_Message_ReplaceLabel4RetreivedMsg
CscFeature_Message_ReplaceLabelOnPendingStatusWhenNoSvc
CscFeature_Message_ReplaceLabelOnRequestedStatus
CscFeature_Message_ReplaceSendButtonToText
CscFeature_Message_SetDefaultFocusToMessageBody
CscFeature_Message_SmsDiscardPrefix
CscFeature_Message_SmsMaxByte
CscFeature_Message_SupportAntiPhishing
CscFeature_Message_SupportAutoDeleteSpam
CscFeature_Message_SupportBcdAlphabetInSMSAddress
CscFeature_Message_SupportCpm
CscFeature_Message_SupportDeleteTimeBasedMsg
CscFeature_Message_SupportDynamicCmasChannel
CscFeature_Message_SupportFavorites
CscFeature_Message_SupportLocationMessage
CscFeature_Message_SupportMmsBypassProxy
CscFeature_Message_SupportMmsThroughWifi
CscFeature_Message_SupportPriorThread
CscFeature_Message_UaProfUrl
CscFeature_Message_UseAddrWithinMMSWhenSendACK
CscFeature_Message_UseCliDigit4MakingConvThread
CscFeature_Message_UseDefaultBrowserOnly4UrlLink
CscFeature_Message_UseForwardPrefixAs
CscFeature_Message_UseSingleShiftTableWhenComposeSMS
CscFeature_Message_UserAgent
CscFeature_Message_VideoRecordingAs
CscFeature_Message_VolumeLevelDuringCall
CscFeature_Milk_ConfigDeepLinkInMusic
CscFeature_MobileTV_EnableServiceAs
CscFeature_Music_BlockHeadsetKeyDuringFactoryMode
CscFeature_Music_ConfigExtraLyricEncoding
CscFeature_Music_ConfigOpCloud
CscFeature_Music_ConfigRulePlayListRepeat
CscFeature_Music_DisableFindTag
CscFeature_Music_DisableMusicKeyDuringLockScreen
CscFeature_Music_DisableResetSettings
CscFeature_Music_EnableBigPondTop10Feeds
CscFeature_Music_EnableLinkToBigPond
CscFeature_Music_PauseForTCloudPlaying
CscFeature_Music_PauseMusicDuringVoiceRecording
CscFeature_Music_RingtoneSizeLimit
CscFeature_Music_SupportBatteryAdcThreshold
CscFeature_Music_SupportDataPromptPopup
CscFeature_Music_SupportDlnaDms
CscFeature_Music_SupportMusicBelling
CscFeature_Music_SupportNoItemBubbleView
CscFeature_Music_SupportOdfFile
CscFeature_Music_SupportPinyinSort
CscFeature_Music_SupportPlaybackDuringCall
CscFeature_Music_TranslateUnknownTitle
CscFeature_MyFiles_ConfigOpBrandingIcon
CscFeature_MyFiles_ConfigOpCloud
CscFeature_MyFiles_ConfigVideoFileRule
CscFeature_MyFiles_EnablePinyinSort
CscFeature_MyFiles_SupportApkCategory
CscFeature_MyFiles_SupportFolderDescription
CscFeature_MyFiles_SupportPinLock
CscFeature_MyFiles_SupportRmvbFileFormat
CscFeature_NFC_ConfigAdvancedSettings
CscFeature_NFC_ConfigCardMode
CscFeature_NFC_ConfigCardModeRoutingTypeForEse
CscFeature_NFC_ConfigCardModeRoutingTypeForUicc
CscFeature_NFC_ConfigCardmodeRoutingTypeForHce
CscFeature_NFC_ConfigContolEventTypeWithGpac
CscFeature_NFC_ConfigDynamicFirmwareLoading
CscFeature_NFC_ConfigFeliCaLockForcePwReset
CscFeature_NFC_ConfigOpSigningAccessKey
CscFeature_NFC_ConfigOperatorSettingUI
CscFeature_NFC_ConfigReaderModeUI
CscFeature_NFC_ConfigSecurityPromptPopup
CscFeature_NFC_DefStatus
CscFeature_NFC_DefaultCardModeConfig
CscFeature_NFC_DisableEseCardMode
CscFeature_NFC_DisableUiccCardMode
CscFeature_NFC_EnableFelica
CscFeature_NFC_EnableInvalidTagPopup
CscFeature_NFC_FollowTechnologyRouteToDefRoute
CscFeature_NFC_ReplaceLabelsAs
CscFeature_NFC_SetSecureEventType
CscFeature_NFC_StatusBarIconType
CscFeature_NFC_SupportAidFiltering
CscFeature_NFC_SupportPopupForFirstLaunch
CscFeature_NFC_SupportReaderModeApi
CscFeature_NFC_SupportTechFListenMode
CscFeature_Phone_AddLabelForSimLock
CscFeature_Phone_DisableEnterNCK
CscFeature_Phone_DisableQuitNetworkLockByManual
CscFeature_RIL_AabPhonebookSyncMsg
CscFeature_RIL_AllowDuplicatedApnName
CscFeature_RIL_AllowImsApnFor3G
CscFeature_RIL_AlwaysDisplayGeodescription
CscFeature_RIL_ApnControlByModem
CscFeature_RIL_BIPOTAApnName
CscFeature_RIL_BIPOTAUsimRegistration
CscFeature_RIL_BIPskipLengthCheckForISISbadApn
CscFeature_RIL_BlockCSIMimsi
CscFeature_RIL_BlockOtherCarrierUSIM
CscFeature_RIL_BlockPartialRetry
CscFeature_RIL_BlockScreenWhenPUK10
CscFeature_RIL_BlockUnlockWithNCK
CscFeature_RIL_BlockUssdDuringVolteCall
CscFeature_RIL_BroadcastNoSIMnoti
CscFeature_RIL_CallAnsweringMessage
CscFeature_RIL_CallCnapKcs6501
CscFeature_RIL_CallCsVtSupport
CscFeature_RIL_CallDualPhoneNumber
CscFeature_RIL_CallGenerateWaitingToneBySignalInfo
CscFeature_RIL_CallLteSinglemodeSupport
CscFeature_RIL_CallModifyRssiThreshole
CscFeature_RIL_CallNexti
CscFeature_RIL_CallUssdException
CscFeature_RIL_CallUssdKcs5601
CscFeature_RIL_CallerIdMatchingDigit
CscFeature_RIL_CdmalteTelephonyCommon
CscFeature_RIL_CellbroadcastWithoutSim
CscFeature_RIL_ChangeErrCause
CscFeature_RIL_CheckImsRegDuringE911
CscFeature_RIL_CheckNetLockMccOnly4
CscFeature_RIL_CheckTtyModeWhenE911
CscFeature_RIL_CnapDecodeUcs2ToUtf8
CscFeature_RIL_ConfigAlwaysOnApn
CscFeature_RIL_ConfigApnForDataUseException
CscFeature_RIL_ConfigApnForHideDataIcon
CscFeature_RIL_ConfigApnServerInfo
CscFeature_RIL_ConfigCbInfoSource
CscFeature_RIL_ConfigDataStatus
CscFeature_RIL_ConfigDisplayTypeOnLteLimited
CscFeature_RIL_ConfigDrivenTypeForCtcMtrIR
CscFeature_RIL_ConfigEccListDuringEncryptionMode
CscFeature_RIL_ConfigEmergencyApn
CscFeature_RIL_ConfigEpdgE911RoutingPolicy
CscFeature_RIL_ConfigEpdgExtraFunction
CscFeature_RIL_ConfigFixedApn
CscFeature_RIL_ConfigGlobalModuleType
CscFeature_RIL_ConfigKeepRrcConnection
CscFeature_RIL_ConfigLteAttachApnType
CscFeature_RIL_ConfigNetCapability
CscFeature_RIL_ConfigNetworkNameForEpdg
CscFeature_RIL_ConfigNetworkStatusIcon
CscFeature_RIL_ConfigNetworkTypeCapability
CscFeature_RIL_ConfigNvSim
CscFeature_RIL_ConfigOPstyleSIMdetectDialog
CscFeature_RIL_ConfigOpDeviceLogging
CscFeature_RIL_ConfigOperatorLock
CscFeature_RIL_ConfigPcoControlType
CscFeature_RIL_ConfigPlmnTable
CscFeature_RIL_ConfigPolicyForNetworkLockFreeze
CscFeature_RIL_ConfigPolicyForSettingLanguageBySIM
CscFeature_RIL_ConfigPreferredNwMode
CscFeature_RIL_ConfigPresetMtuSize
CscFeature_RIL_ConfigProvideCellInfo
CscFeature_RIL_ConfigPsOnlyList
CscFeature_RIL_ConfigPsOnlyNetworkInfo
CscFeature_RIL_ConfigRefreshTimeForSs403Error
CscFeature_RIL_ConfigRilVersion
CscFeature_RIL_ConfigSIMswap
CscFeature_RIL_ConfigSTKNameLength
CscFeature_RIL_ConfigSVNVersion
CscFeature_RIL_ConfigSimLock
CscFeature_RIL_ConfigSmartBonding
CscFeature_RIL_ConfigSmsBroadcastType
CscFeature_RIL_ConfigSpecForCtcMtrIR
CscFeature_RIL_ConfigSpecialPdpFlag
CscFeature_RIL_ConfigSsms
CscFeature_RIL_ConfigUiccTypeToDisableLte
CscFeature_RIL_ConfigVoicemailSource
CscFeature_RIL_ConfigVolteRedialPolicy
CscFeature_RIL_ConfigWbamr
CscFeature_RIL_ConfigWhiteListMccmncForDataUse
CscFeature_RIL_ConvertPlusPrefixNumberToMnoCode
CscFeature_RIL_CpBaseFd
CscFeature_RIL_CurrentDataTechNotReset
CscFeature_RIL_DataAutoRoamingApnChange
CscFeature_RIL_DataPrefDataTechSnapShot
CscFeature_RIL_DefLteStatus
CscFeature_RIL_DefRoamingDataState
CscFeature_RIL_DefaultApn4LTE
CscFeature_RIL_DelayTimeForPINVerification
CscFeature_RIL_DelayedTimezoneUpdate
CscFeature_RIL_DiableEmbms
CscFeature_RIL_DisableEditingVMNumber
CscFeature_RIL_DisableEons
CscFeature_RIL_DisableLocalRingbacktoneAfterSrvcc
CscFeature_RIL_DisableLteDetachOnPdpReset
CscFeature_RIL_DisableNetworkLock4
CscFeature_RIL_DisablePromptPopup4SIMProfileSelection
CscFeature_RIL_DisableRoamingMultiIMSI
CscFeature_RIL_DisableSimToolKitCmds
CscFeature_RIL_DisableSmartBonding
CscFeature_RIL_DisableSmsVoicemail
CscFeature_RIL_DispRssiOneStepPerSec
CscFeature_RIL_Display4gPlusIconBandwidth
CscFeature_RIL_DisplayAntennaLimited
CscFeature_RIL_DisplayCliUsingRec
CscFeature_RIL_DisplayCountryChangePopupInManualMode
CscFeature_RIL_DisplayNetstatePsOnlyRegistation
CscFeature_RIL_DisplayNitzPopup
CscFeature_RIL_DisplayPlmnByLuRejectCause
CscFeature_RIL_DisplayPlmnnameSimload
CscFeature_RIL_DisplayPolicyPartialLongSms
CscFeature_RIL_DisplayRatInfoInManualNetSearchList
CscFeature_RIL_DisplayStkUssdDialog
CscFeature_RIL_DmLoggingService
CscFeature_RIL_E911RoutingPolicy
CscFeature_RIL_EmergencyOnlyWithNoSim
CscFeature_RIL_EmergencycallonlyNotDisplay
CscFeature_RIL_EnableBIP
CscFeature_RIL_EnableBIPduringMobileDataOFF
CscFeature_RIL_EnableCallBarringConnectToUssd
CscFeature_RIL_EnableCallBlock4TDF
CscFeature_RIL_EnableCdmaDsBySimCardManager
CscFeature_RIL_EnableChangeDefaultPdn
CscFeature_RIL_EnableDSAC
CscFeature_RIL_EnableImsSsErrorMsg
CscFeature_RIL_EnableLaunchBrowser
CscFeature_RIL_EnableLteSpecificSetting
CscFeature_RIL_EnableNetworkLockRetryTimer
CscFeature_RIL_EnableNotiPopupWhenStkCallControl
CscFeature_RIL_EnableOnsDisplay
CscFeature_RIL_EnableSTKSendSMSforDualBearer
CscFeature_RIL_EnableTetheringOtp
CscFeature_RIL_EnableTotalCallTime
CscFeature_RIL_EnableVoicePriority
CscFeature_RIL_ExceptionSid
CscFeature_RIL_ExtDevCdmaPacketAccessSupport
CscFeature_RIL_ExtendTransmitChannelTimeout
CscFeature_RIL_FakeRoamingOption4
CscFeature_RIL_FixedAutomaticSearch
CscFeature_RIL_FixedStkMenu
CscFeature_RIL_ForceConnectIMS
CscFeature_RIL_ForceConnectMMS
CscFeature_RIL_ForceConnectMmsForbidInRoaming
CscFeature_RIL_ForceRel7Fd
CscFeature_RIL_GcfSor
CscFeature_RIL_GetDeviceIdwithIMEIforCDMA
CscFeature_RIL_GlobalmodeSmsAddressRule
CscFeature_RIL_HandsetProperty
CscFeature_RIL_HnangupExceptionByNetworkNssRelease
CscFeature_RIL_HongbaoModeOn
CscFeature_RIL_HotspotPreventMSISDNreset
CscFeature_RIL_IgnoreNitzNetworkName
CscFeature_RIL_IgnorePsVoiceIndicationDuringVolte
CscFeature_RIL_IgnoreWrongNITZInformation
CscFeature_RIL_ImsPdnRetryTimeChange
CscFeature_RIL_ImsVoiceDomainSetting
CscFeature_RIL_IsdbTmm
CscFeature_RIL_JpnServiceCategory
CscFeature_RIL_KddiSIMOta
CscFeature_RIL_KeepLteIconCsfb
CscFeature_RIL_KeepMobileDataEvenWifiOn
CscFeature_RIL_LoadIccIdOnLock
CscFeature_RIL_LteCapCheckOnBootTime
CscFeature_RIL_LteInternalAttachForCmcModem
CscFeature_RIL_MmsUapBuildid
CscFeature_RIL_MtuSize
CscFeature_RIL_MultiIMSI
CscFeature_RIL_NTTSTK
CscFeature_RIL_NamSupport
CscFeature_RIL_NckBlockUsingSecRIL
CscFeature_RIL_NetworkInfoRat
CscFeature_RIL_NetworkInfoRatAcqOrderPref
CscFeature_RIL_NetworkLockRebootDialog
CscFeature_RIL_NotCountVoicemail
CscFeature_RIL_NotifyInvalidSIM
CscFeature_RIL_NsriSecuritySolution
CscFeature_RIL_NwCdmaCsfb
CscFeature_RIL_NwSupportAcbInfo
CscFeature_RIL_NwVoiceregSnapshot
CscFeature_RIL_OTAUsimRegistration
CscFeature_RIL_OperatorNameRuleForDcm
CscFeature_RIL_PDPRetryMechanism4
CscFeature_RIL_PLMNFaking4Mvno
CscFeature_RIL_PcscfUpdate
CscFeature_RIL_PermanentFailuresStopRetry
CscFeature_RIL_PermanentSIMBlock
CscFeature_RIL_PersonalizationBlockAlert
CscFeature_RIL_PreferredChangeByMobileData
CscFeature_RIL_PreferredChangeByMobileDataExceptionalCase
CscFeature_RIL_PromptToDataRoam
CscFeature_RIL_QmiCdmaGsm
CscFeature_RIL_RedialVoltecallDuringAlerting
CscFeature_RIL_ReferEonsWithoutLac
CscFeature_RIL_ReferSpnOnManualSearch
CscFeature_RIL_RemoveToastDuringBipOperation
CscFeature_RIL_RemoveToastDuringStkRefresh
CscFeature_RIL_ReplaceImeiSalesCodeAs
CscFeature_RIL_ReplaceUssdFail
CscFeature_RIL_RerouteSsToSip
CscFeature_RIL_RetryTimerAs
CscFeature_RIL_RoamingRegWarnigNoti
CscFeature_RIL_RtsIndication
CscFeature_RIL_SIMIspService
CscFeature_RIL_SIMNotStoringVoiceMailInDevice
CscFeature_RIL_SIMPlmnAction
CscFeature_RIL_SIMSendDeactivatedChannelStatus
CscFeature_RIL_STKDisplayTextUiTimeout
CscFeature_RIL_STKHandlingBIPbyAP
CscFeature_RIL_STKHandlingSendSMSbyAP
CscFeature_RIL_SegmentedSms
CscFeature_RIL_SelectSmsSendingRouteInTelephony
CscFeature_RIL_SendDeviceCapaToCp
CscFeature_RIL_SendDtmfDialingState
CscFeature_RIL_SendDynamicSVN
CscFeature_RIL_SendEcn
CscFeature_RIL_SetCurrentplmn
CscFeature_RIL_SetECCListWhenPinEnabled
CscFeature_RIL_SetFdFromSimOperator
CscFeature_RIL_SetNetworkTypeWhenRadioOff
CscFeature_RIL_SetVolteCalllistToQcCp
CscFeature_RIL_ShowDataSelectPopupOnBootup
CscFeature_RIL_ShowPinRetryCntFromSim
CscFeature_RIL_ShowRedirectCallNumber
CscFeature_RIL_ShowRescandialog
CscFeature_RIL_ShowShortOpname
CscFeature_RIL_SignalstrengthPolicy
CscFeature_RIL_Sms3gpp2LgtNetwork
CscFeature_RIL_SmsAddressSeparator
CscFeature_RIL_SmsAllowEmailsmsAddress
CscFeature_RIL_SmsCdmaCopyToRuim
CscFeature_RIL_SmsCdmaNanpUsa
CscFeature_RIL_SmsCdmaSentFailDisplay
CscFeature_RIL_SmsCml
CscFeature_RIL_SmsErrorClassRetry
CscFeature_RIL_SmsKsc5601Send
CscFeature_RIL_SmsLoadShortcodeFromResourceOnly
CscFeature_RIL_SmsMaxRetriesOne
CscFeature_RIL_SmsMaxRetriesZero
CscFeature_RIL_SmsNotUsedStatusReportRequest
CscFeature_RIL_SmsNotUsedValidityPeriodFormat
CscFeature_RIL_SmsNttRequirement
CscFeature_RIL_SmsPidMessage
CscFeature_RIL_SmsPortAddressedMessage
CscFeature_RIL_SmsReadConfirm
CscFeature_RIL_SmsSafeMessageIndication
CscFeature_RIL_SmsShowHiddenMenuSmsPrefmode
CscFeature_RIL_SmsSmsp
CscFeature_RIL_SmsSupportKsc5601
CscFeature_RIL_SmsSupportKsc5601Usa
CscFeature_RIL_SmsSupportReplyAddress
CscFeature_RIL_SmsTidMessage
CscFeature_RIL_SmsWappushManager
CscFeature_RIL_SpecialAddressHandlingFor
CscFeature_RIL_SpecificSimPhonebookSDN
CscFeature_RIL_SprEcmIncomingSms
CscFeature_RIL_SrvccRel
CscFeature_RIL_SsFailNotify
CscFeature_RIL_SsRoutingPolicy
CscFeature_RIL_SsUsingUt
CscFeature_RIL_SsacInfoToIms
CscFeature_RIL_StkCallControlwithIMS
CscFeature_RIL_StkCmdTimeOut
CscFeature_RIL_Support75Mode
CscFeature_RIL_SupportAllRat
CscFeature_RIL_SupportApTuneAway
CscFeature_RIL_SupportCNAP
CscFeature_RIL_SupportCSIM
CscFeature_RIL_SupportCallOnAirplaneMode
CscFeature_RIL_SupportCellLocInfoService
CscFeature_RIL_SupportCloseChannelReplyForBIP
CscFeature_RIL_SupportCnapDuringVolteCall
CscFeature_RIL_SupportDynamicDataApnDuringRoaming
CscFeature_RIL_SupportEmbms
CscFeature_RIL_SupportEpdg
CscFeature_RIL_SupportEpdgDuringRoaming
CscFeature_RIL_SupportEpdgOnAirplaneMode
CscFeature_RIL_SupportGsm8bitSms
CscFeature_RIL_SupportICCIDinCDMA
CscFeature_RIL_SupportImsClirOverriding
CscFeature_RIL_SupportImsMsisdn
CscFeature_RIL_SupportImsService
CscFeature_RIL_SupportInitialAttachRequest
CscFeature_RIL_SupportLteRoaming
CscFeature_RIL_SupportMobileConnect
CscFeature_RIL_SupportModifyCallInitDuringConfCall
CscFeature_RIL_SupportMonitorBackgroundSMS
CscFeature_RIL_SupportMptcp
CscFeature_RIL_SupportOrangeCPHS
CscFeature_RIL_SupportPreferApnByImsi
CscFeature_RIL_SupportQcomCrossMapping
CscFeature_RIL_SupportQcomUpdateLacLteLimited
CscFeature_RIL_SupportQualcommIms
CscFeature_RIL_SupportQualcommImsOverIpc
CscFeature_RIL_SupportRegistrationLocationInfo
CscFeature_RIL_SupportRemoteSIMunlock
CscFeature_RIL_SupportResetslbFunctionality
CscFeature_RIL_SupportSlaveNetworkModeChange
CscFeature_RIL_SupportSmsFallbackForIms
CscFeature_RIL_SupportSpot
CscFeature_RIL_SupportSrvcc
CscFeature_RIL_SupportUseCdmaImsi
CscFeature_RIL_SupportUsimMobility
CscFeature_RIL_SupportUsimMobilityEpsOnlySupport
CscFeature_RIL_SupportVolte
CscFeature_RIL_SupportVolteE911
CscFeature_RIL_SupportVolteTotalCallTime
CscFeature_RIL_SupportVolteVtCall
CscFeature_RIL_SupportVtEmergencyCall
CscFeature_RIL_SupportWcdma75Mode
CscFeature_RIL_SupportWifiCalling
CscFeature_RIL_SyncCsPs
CscFeature_RIL_TimoutSmartCardTransChanResp
CscFeature_RIL_USIMPersonalizationKOR
CscFeature_RIL_UpdateCallstateDuringModifyCall
CscFeature_RIL_UpdateCscApnAfterSwitchingImsi
CscFeature_RIL_UpdateHplmnForDualSimException
CscFeature_RIL_UpdateOTASPusingMIN
CscFeature_RIL_UsaCdmaIdExtended
CscFeature_RIL_UseMpsForImsSetting
CscFeature_RIL_UseRatInfoDuringPlmnSelection
CscFeature_RIL_UssdConnectToCall
CscFeature_RIL_UssdErrorDoNotDisplay
CscFeature_RIL_UssdRoutingPolicy
CscFeature_RIL_VolteInviteFlushRequest
CscFeature_RIL_WapPushFormat4
CscFeature_RIL_WbamrDefaultOn
CscFeature_RMM_EnableCode
CscFeature_RMM_EnableCode :
CscFeature_SIP_EnablePreferredEnglishTypeAsUS
CscFeature_SMemo_DisableGoogleMap
CscFeature_SMemo_DisableMemoSync
CscFeature_SMemo_ReplaceMenuAutoNavi
CscFeature_SNote_ConfigContentsMimeType
CscFeature_SNote_ConfigLocalDataFormat
CscFeature_SNote_ConfigReplaceTemplateText
CscFeature_SNote_DisableBrowserButtonOnActionLink
CscFeature_SNote_DisableEvernoteSyncMenuInSettings
CscFeature_SNote_DisableMuse
CscFeature_SNote_DisableSyncMenuInSettings
CscFeature_SNote_DisableVoiceSearch
CscFeature_SNote_OTAServer
CscFeature_SNote_SupportHandwritingBeautifyOption
CscFeature_SNote_SupportLockInfoOnSaveDialog
CscFeature_SNote_SupportSendMmsDuringCall
CscFeature_SNote_SupportWarningPopupDataCharge
CscFeature_SPen_ConfigDefTranslatorSolution
CscFeature_SSRM_ConfigStandbyTime
CscFeature_SSRM_SupportGmsBundling
CscFeature_SYSTEMUI_RECENTS_BLACKLIST
CscFeature_SecureFolder_ConfigTypeBNR
CscFeature_Security_ConfigLockLevelODE
CscFeature_Security_DeleteCardApplet
CscFeature_Security_DisableOmaDrm
CscFeature_Security_DisableeSESPI
CscFeature_Security_EnableDrmNetSync
CscFeature_Security_EnableDrmTeruten
CscFeature_Settig_EnableDataTariffWizard
CscFeature_Setting_BlockToSelectDunApnType
CscFeature_Setting_ChangeApprovedModemVersion
CscFeature_Setting_ConfigAccessibilityInHearingAids
CscFeature_Setting_ConfigActivationModeForPreloadInstaller
CscFeature_Setting_ConfigAirView
CscFeature_Setting_ConfigApkListForPreloadInstaller
CscFeature_Setting_ConfigApnSortType
CscFeature_Setting_ConfigAppListForHidingAppMgr
CscFeature_Setting_ConfigAutomaticBrightnessDetail
CscFeature_Setting_ConfigBlockNotiAppList
CscFeature_Setting_ConfigBrightnessToSpecificApp
CscFeature_Setting_ConfigDefAppShortcutForLockScreen
CscFeature_Setting_ConfigDefBgIcon
CscFeature_Setting_ConfigDefPersonalMsg
CscFeature_Setting_ConfigDefSoundEffects
CscFeature_Setting_ConfigDeviceInfo
CscFeature_Setting_ConfigEasyQuickSettings
CscFeature_Setting_ConfigEditingIpVersionType
CscFeature_Setting_ConfigExceptionDataRoamingNoti
CscFeature_Setting_ConfigForbidAppDisableButton
CscFeature_Setting_ConfigGpsStatusDuringWifiCalling
CscFeature_Setting_ConfigMobileHotspotProvisionApp
CscFeature_Setting_ConfigModelNumber
CscFeature_Setting_ConfigMotionType
CscFeature_Setting_ConfigOpBrandDataUsage
CscFeature_Setting_ConfigOpCloud
CscFeature_Setting_ConfigOpMenuStructure
CscFeature_Setting_ConfigOpRngToneLink
CscFeature_Setting_ConfigOpeartorHomeMode
CscFeature_Setting_ConfigOperatorCallService
CscFeature_Setting_ConfigOperatorPhoneAppDuringSetupWizard
CscFeature_Setting_ConfigPackage1stDepthMenu
CscFeature_Setting_ConfigQuickSettings
CscFeature_Setting_ConfigRevisionForRegulatoryInfo
CscFeature_Setting_ConfigTypeFactoryReset
CscFeature_Setting_ConfigTypeHelp
CscFeature_Setting_ConfigTypeHelp:
CscFeature_Setting_ConfigVolteSettingMenu
CscFeature_Setting_ConfigWifiCallingNotification
CscFeature_Setting_CustNetworkSelMenu4
CscFeature_Setting_DataRoamingOption
CscFeature_Setting_DefConfigFingerAirView
CscFeature_Setting_DefConfigForLockScreenMultipleWidget
CscFeature_Setting_DefConfigForLockScreenWidget
CscFeature_Setting_DefDialingKeypadTone
CscFeature_Setting_DefQuickPanelOrder
CscFeature_Setting_DefScreenLockType
CscFeature_Setting_DisableIsraelCountry
CscFeature_Setting_DisableMenuBearerInApnEdit
CscFeature_Setting_DisableMenuInternetCallSetting
CscFeature_Setting_DisableNetworkMode
CscFeature_Setting_DisablePageBuddy
CscFeature_Setting_DisableSimCardLock
CscFeature_Setting_EditOption4ApnType
CscFeature_Setting_EnableConversion4MEIDAndESN
CscFeature_Setting_EnableDataRoamingButtonInQuickPanel
CscFeature_Setting_EnableDataRoamingMenuInDetail
CscFeature_Setting_EnableDataServicePopup
CscFeature_Setting_EnableDeviceInfo4Vzw
CscFeature_Setting_EnableEditingIpVersionTypeRoaming
CscFeature_Setting_EnableFactoryResetPasswordWhenNoSIM
CscFeature_Setting_EnableHwVersionDisplay
CscFeature_Setting_EnableMenuBlockCallMsg
CscFeature_Setting_EnableMenuDownloadContents
CscFeature_Setting_EnableMenuNetworkMode
CscFeature_Setting_EnableModemResetDuringFactoryReset
CscFeature_Setting_EnableMultipleSWUpdate
CscFeature_Setting_EnablePromptPopupWhenActivatingDataConnection
CscFeature_Setting_EnablePromptWhenSelectLTEOnlyNetMode
CscFeature_Setting_EnableSeparateSilentModeFromVolumeControl
CscFeature_Setting_EnableSimChangeAlertOnly4FindMobile
CscFeature_Setting_FixApn4SpecificMccMnc
CscFeature_Setting_HideApnList
CscFeature_Setting_IncludeApn4SwUpdate
CscFeature_Setting_LockApnDuringTethering
CscFeature_Setting_ManualSearchListWithDetailStatus
CscFeature_Setting_PageBuddyDefValue
CscFeature_Setting_RemoveMenuInLockScreenTicker
CscFeature_Setting_ReplaceLabel4DeveloperOptionAs
CscFeature_Setting_ReplaceLabel4DualSim
CscFeature_Setting_ReplaceMenuLockAutoAs
CscFeature_Setting_ReplaceShortCutCustHwKeyAs
CscFeature_Setting_SendTerminateSetupWizardBroadCast
CscFeature_Setting_SetLockScreenComponent
CscFeature_Setting_SetupWizardLinkToApk
CscFeature_Setting_ShortcutListInLockScreen
CscFeature_Setting_SimSlotConfigForData
CscFeature_Setting_SkipStepsDuringSamsungSetupWizard
CscFeature_Setting_SkipWifiActvDuringSetupWizard
CscFeature_Setting_SupportCdmaApn
CscFeature_Setting_SupportChangeNetworkModeDuringNoSim
CscFeature_Setting_SupportConfigMenutreeOption
CscFeature_Setting_SupportDataUsageReminder
CscFeature_Setting_SupportEmergencyAlertOption
CscFeature_Setting_SupportHAC
CscFeature_Setting_SupportMenuImeiBarCode
CscFeature_Setting_SupportMmscUpdateService
CscFeature_Setting_SupportMptcpMenu
CscFeature_Setting_SupportOmadmSettingFromServer
CscFeature_Setting_SupportPreInstallerSkipUserDeletedApp
CscFeature_Setting_SupportRealTimeNetworkSpeed
CscFeature_Setting_SupportRegulatoryInfo
CscFeature_Setting_SupportResetSettings
CscFeature_Setting_SupportRoamingReduction
CscFeature_Setting_SupportSimUnlock
CscFeature_Setting_SupportTdsCdma
CscFeature_Setting_SupportWiFiCallingMenu
CscFeature_Setting_SupportWifiCall
CscFeature_SetupWizard_ConfigOperatorAccount
CscFeature_SetupWizard_ConfigRemovableAppList
CscFeature_SetupWizard_ConfigStepSequenceType
CscFeature_SetupWizard_SupportSecHelpDeskCall
CscFeature_SetupWizard_SupportTalkbackAutoSpeak
continued (last page)...
Code:
CscFeature_Sip_AddCommaKeyAsDefault
CscFeature_Sip_AddWordType
CscFeature_Sip_AlternativeCharPopupInput
CscFeature_Sip_ApplyAutoCorrectionPatent
CscFeature_Sip_CheckTutorialGuideDialogAsDefault
CscFeature_Sip_ConfigAutoCorrection
CscFeature_Sip_ConfigCMKey
CscFeature_Sip_ConfigHwrEngine
CscFeature_Sip_ConfigLanguageList
CscFeature_Sip_ConfigOpBranding
CscFeature_Sip_ConfigPasswordTalkback
CscFeature_Sip_ConfigPredictionEngine
CscFeature_Sip_ConfigRestrictedLanguage
CscFeature_Sip_ConfigTextSuggestionForDirectIput
CscFeature_Sip_DefCharCnt4WordCompletion
CscFeature_Sip_DefaultMultiModalKeyAs
CscFeature_Sip_DefaultMultiModalKeyOnHandwritingAs
CscFeature_Sip_DefaultOff4AutoSubstitution
CscFeature_Sip_DisableAutoCorrection
CscFeature_Sip_DisableMenuKeyboardSwipe
CscFeature_Sip_DisableMultiInputLanuage
CscFeature_Sip_DisableSpaceSuggestion
CscFeature_Sip_EnableContinuousInputInAllEditField
CscFeature_Sip_EnableLanguageToggleButton
CscFeature_Sip_EnableLocalExtraKeyboard
CscFeature_Sip_EnableSmileySymbol
CscFeature_Sip_EnableSymbolInSecondary
CscFeature_Sip_ExcludeSamsungKeypad
CscFeature_Sip_KeepDefInputMethodAs
CscFeature_Sip_KeepKeypadDuringHwKeyAvailable
CscFeature_Sip_LangQwertyType4HwKey
CscFeature_Sip_MultiModalPopupDisplay
CscFeature_Sip_NextButtonColorAs
CscFeature_Sip_NumberOfCandidates
CscFeature_Sip_ReplaceLocalCurrencyAs
CscFeature_Sip_ReplaceSymbolLayout4
CscFeature_Sip_SupportKcmForHwKeyboard
CscFeature_Sip_SupportShortcutPhrase
CscFeature_Sip_SymbolPopupInput
CscFeature_Sip_TutorialPopupType
CscFeature_SmartManager_ConfigDashboard
CscFeature_SmartManager_ConfigReplacePackage
CscFeature_SmartManager_ConfigSubFeatures
CscFeature_SmartManager_ConfigUdsOperatorMccMnc
CscFeature_SmartManager_ConfigUdsSubFeatures
CscFeature_SmartManager_ConfigUdsWhiteList
CscFeature_SmartManager_DisableAntiMalware
CscFeature_SmartPage_ConfigLocalization
CscFeature_SmartSwitch_ConfigHeadUpNotification
CscFeature_SmartSwitch_SupportAppIcon
CscFeature_SmartcardSvc_ConfigAccessRuleCheckPoint
CscFeature_SmartcardSvc_ConfigInitConnection
CscFeature_SmartcardSvc_ConfigMaxChannelNum
CscFeature_SmartcardSvc_ConfigMultiSimMode
CscFeature_SmartcardSvc_ConfigSetArfList
CscFeature_SmartcardSvc_HideTerminalCapability
CscFeature_SmartcardSvc_SetAccessControlType
CscFeature_Streaming_AddCommandCondition4MusicholicApp
CscFeature_Streaming_CheckAcceptRanges
CscFeature_Streaming_ConfigBandWidthMarginForHLS
CscFeature_Streaming_ConfigStartPointTSPlaying
CscFeature_Streaming_DrivingTestTunning4
CscFeature_Streaming_HandleDelayDueToBandWidthChangeForHLS
CscFeature_Streaming_ReduceTimeSwitchingTcp4
CscFeature_Streaming_SendBandwidthInfo
CscFeature_Streaming_SetUAProfile
CscFeature_Streaming_SupportMultiAPN
CscFeature_Streaming_UseDeviceIdInUA
CscFeature_Streaming_ViewTypeForAudioOnlyHLS
CscFeature_SyncML_ActionOmaCpApn
CscFeature_SyncML_ConfigBackgroundInstallCpMessageType
CscFeature_SyncML_ConfigDefStatusAutoDownload
CscFeature_SyncML_ConfigDevicePreId
CscFeature_SyncML_ConfigDisclaimer4SwUpdate
CscFeature_SyncML_ConfigFOTAOperationMode
CscFeature_SyncML_ConfigGroupOpCode
CscFeature_SyncML_ConfigKiesUpdate
CscFeature_SyncML_ConfigOmcDomainRegion
CscFeature_SyncML_ConfigProxyAddr
CscFeature_SyncML_ConfigScheduledSwUpdate
CscFeature_SyncML_ConfigUaHeaderForImsDm
CscFeature_SyncML_DefaultLocalConfig
CscFeature_SyncML_DeleteCpAfterTryingToInstall
CscFeature_SyncML_DeltaBinaryDownVia
CscFeature_SyncML_DisableDisclaimer4SwUpdate
CscFeature_SyncML_DisableDisclaimerSelectCountryList4SwUpdate
CscFeature_SyncML_DisableMultipleApnCp
CscFeature_SyncML_DisableWarning4DataCostDuringFota
CscFeature_SyncML_DiscardCpSecurityType4
CscFeature_SyncML_DiscardInvalidNetwpinCp
CscFeature_SyncML_EnableLimitationDeltaSizeViaMobileNet
CscFeature_SyncML_EnableNotiDeltaBinarySizeBeforeDownload
CscFeature_SyncML_EnableShowVersionNameAferSuccessfulUpdate
CscFeature_SyncML_IntervalToNotifyDisclaimer4SwUpdate
CscFeature_SyncML_MyPhonebookISD
CscFeature_SyncML_OverwriteApn4SameProfileName
CscFeature_SyncML_ReplaceLabelForFotaUpdateNoti
CscFeature_SyncML_ReplaceModelNumber
CscFeature_SyncML_SupportKeepingApnAfterFactoryReset
CscFeature_SyncML_SupportMultiGroupToOneID
CscFeature_SyncML_SwUpdateActionDuringRoaming
CscFeature_SystemUI_BlockDoubleTapNotiOnLockScreen
CscFeature_SystemUI_ConfigBatLevelAutoTriggerPowerSavingMode
CscFeature_SystemUI_ConfigDefQuickSettingItem
CscFeature_SystemUI_ConfigDefStatusSimpleStatusBar
CscFeature_SystemUI_ConfigDisplayPolicyForLocationIndicator
CscFeature_SystemUI_ConfigDndExceptionPackage
CscFeature_SystemUI_ConfigFunctionFollowingAosp
CscFeature_SystemUI_ConfigIndicatorStyleForBattLevel
CscFeature_SystemUI_ConfigMaxRssiLevel
CscFeature_SystemUI_ConfigMaxStatusForNfc
CscFeature_SystemUI_ConfigNavigationBarPolicy
CscFeature_SystemUI_ConfigOpBrandingForDataIndicator
CscFeature_SystemUI_ConfigOpBrandingForIndicatorIcon
CscFeature_SystemUI_ConfigOpBrandingForQuickSettingLabel
CscFeature_SystemUI_ConfigOpBrandingQuickSettingIcon
CscFeature_SystemUI_ConfigOpPlmnInfo
CscFeature_SystemUI_ConfigOverrideDataIcon
CscFeature_SystemUI_ConfigPolicyDisplayOpLogo
CscFeature_SystemUI_ConfigPolicyForMobileDataSetting
CscFeature_SystemUI_ConfigQuickPanelAppDashboardView
CscFeature_SystemUI_ConfigQuickSettingPopup
CscFeature_SystemUI_ConfigRecentBlockList
CscFeature_SystemUI_ConfigRuleForShowPlmn
CscFeature_SystemUI_ConfigRuleRssiLevel
CscFeature_SystemUI_ConfigSettingActvityFromQuickPanel
CscFeature_SystemUI_DisableAirplaneModeDuringSimBlocked
CscFeature_SystemUI_DisableNoSvcDisplay
CscFeature_SystemUI_SupportAssistanceAppChooser
CscFeature_SystemUI_SupportDataUsageViewOnQuickPanel
CscFeature_SystemUI_SupportNoSimNotification
CscFeature_SystemUI_SupportRecentAppProtection
CscFeature_SystemUI_SupportSimpleStatusBar
CscFeature_SystemUI_SupportToddlerMode
CscFeature_System_SupportFactoryDsdd
CscFeature_System_SupportHiddenMenuKeyString
CscFeature_VT_BlockDuringRoaming
CscFeature_VT_ConfigBearer
CscFeature_VT_ConfigCapability
CscFeature_VT_ConfigOpStyleForCallStateLabel
CscFeature_VT_ConfigOpStyleForDataUsageLimit
CscFeature_VT_ConfigOpStyleForDependency
CscFeature_VT_ConfigOpStyleForHandoverNotification
CscFeature_VT_ConfigOpStyleForSetting
CscFeature_VT_ConfigPrivacyPolicy
CscFeature_VT_ConfigPsVtVideoResolution
CscFeature_VT_ConfigRingbackTone
CscFeature_VT_EnableDetailCallEndCause
CscFeature_VT_SupportCameraEffect
CscFeature_VT_SupportCvo
CscFeature_VT_SupportEmergencyCall
CscFeature_VT_SupportFullscreenMode
CscFeature_VT_SupportGroupCall
CscFeature_VT_SupportMenuHoldResume
CscFeature_VT_SupportMerge
CscFeature_VT_SupportOutgoingImageFromGallery
CscFeature_VT_SupportPopupStyle
CscFeature_VT_SupportResizeScreen
CscFeature_VT_SupportRotationScreen
CscFeature_VT_SupprotEpdgCallGuideBanner
CscFeature_VideoCall_SupportDisplayBitrate
CscFeature_Video_AddExtraLinkOpt4
CscFeature_Video_AddWidgetLayout
CscFeature_Video_BlockNotiSoundDuringStreaming
CscFeature_Video_ConfigExceptionPlayControl
CscFeature_Video_ConfigMimeType
CscFeature_Video_ConfigOpCloud
CscFeature_Video_ConfigOpStyleForSubTitle
CscFeature_Video_EnablePopupPlayer
CscFeature_Video_FixedOrientationForOpGuideTour
CscFeature_Video_ReplaceContextualTagDomainAs
CscFeature_Video_SupportAllShare
CscFeature_Video_SupportDataPromptPopup
CscFeature_Video_SupportDlnaCertification
CscFeature_Video_SupportManualBrightness
CscFeature_Video_SupportPlayDuringCall
CscFeature_Video_SupportPromptWifiConnectionDuringChangePlayer
CscFeature_Video_SupportSpeedControl
CscFeature_Vision_ConfigImageSearch
CscFeature_Vision_ConfigPlace
CscFeature_Vision_ConfigPlaceUnit
CscFeature_Vision_ConfigShopping
CscFeature_Vision_ConfigTextTranslator
CscFeature_Vision_ConfigWine
CscFeature_VoiceCall_AddLogsItem4SearchApp
CscFeature_VoiceCall_ChangeHangupIpcInAutoReject
CscFeature_VoiceCall_ConfigAdvanced911
CscFeature_VoiceCall_ConfigAudioEndTone
CscFeature_VoiceCall_ConfigAudioPolicy
CscFeature_VoiceCall_ConfigAudioRingbackGain
CscFeature_VoiceCall_ConfigAudioWaitingTone
CscFeature_VoiceCall_ConfigAutoDialDuringRoaming
CscFeature_VoiceCall_ConfigCallButton
CscFeature_VoiceCall_ConfigCallforwardCfnryTimer
CscFeature_VoiceCall_ConfigCdmaAdditionalSetting
CscFeature_VoiceCall_ConfigCnap
CscFeature_VoiceCall_ConfigDefCallWaitingVolte
CscFeature_VoiceCall_ConfigDefStatusTTY
CscFeature_VoiceCall_ConfigDialerChooser
CscFeature_VoiceCall_ConfigDialerOpStyleVariation
CscFeature_VoiceCall_ConfigFdnNameLengMax
CscFeature_VoiceCall_ConfigGlobalNetwork
CscFeature_VoiceCall_ConfigLabelForCallForward
CscFeature_VoiceCall_ConfigLabelForMobileDataOffPopup
CscFeature_VoiceCall_ConfigLabelForNetworkMode
CscFeature_VoiceCall_ConfigNationalRoaming
CscFeature_VoiceCall_ConfigNetworkList
CscFeature_VoiceCall_ConfigNoticeSoundForVoiceRecording
CscFeature_VoiceCall_ConfigOpLabelVolteMenu
CscFeature_VoiceCall_ConfigOpPhoneService
CscFeature_VoiceCall_ConfigOpRuleForSmsParing
CscFeature_VoiceCall_ConfigOpRuleForUssdParsing
CscFeature_VoiceCall_ConfigOpStyleAudioPathToVideoCall
CscFeature_VoiceCall_ConfigOpStyleForAdnCode
CscFeature_VoiceCall_ConfigOpStyleForBlockCall
CscFeature_VoiceCall_ConfigOpStyleForBusyTone
CscFeature_VoiceCall_ConfigOpStyleForCallerId
CscFeature_VoiceCall_ConfigOpStyleForConfMgr
CscFeature_VoiceCall_ConfigOpStyleForDisconnectCause
CscFeature_VoiceCall_ConfigOpStyleForEmergContact
CscFeature_VoiceCall_ConfigOpStyleForEmergencyCdma
CscFeature_VoiceCall_ConfigOpStyleForEmergencyDialCall
CscFeature_VoiceCall_ConfigOpStyleForFactoryTest
CscFeature_VoiceCall_ConfigOpStyleForFindMobile
CscFeature_VoiceCall_ConfigOpStyleForHandleAlertingState
CscFeature_VoiceCall_ConfigOpStyleForHdIcon
CscFeature_VoiceCall_ConfigOpStyleForImsFunction
CscFeature_VoiceCall_ConfigOpStyleForIncomingCall
CscFeature_VoiceCall_ConfigOpStyleForInternationalCall
CscFeature_VoiceCall_ConfigOpStyleForLocalDtmf
CscFeature_VoiceCall_ConfigOpStyleForLogs
CscFeature_VoiceCall_ConfigOpStyleForMobileData
CscFeature_VoiceCall_ConfigOpStyleForMobileNetSetting
CscFeature_VoiceCall_ConfigOpStyleForMvno
CscFeature_VoiceCall_ConfigOpStyleForNetworkSeletion
CscFeature_VoiceCall_ConfigOpStyleForNetworkSetting
CscFeature_VoiceCall_ConfigOpStyleForOta
CscFeature_VoiceCall_ConfigOpStyleForPopupCall
CscFeature_VoiceCall_ConfigOpStyleForPopupMsg
CscFeature_VoiceCall_ConfigOpStyleForPreferredNetwork
CscFeature_VoiceCall_ConfigOpStyleForPreferredSim
CscFeature_VoiceCall_ConfigOpStyleForRejectMsg
CscFeature_VoiceCall_ConfigOpStyleForRingBackTone
CscFeature_VoiceCall_ConfigOpStyleForRoaming
CscFeature_VoiceCall_ConfigOpStyleForSpamCall
CscFeature_VoiceCall_ConfigOpStyleForSwitchButton
CscFeature_VoiceCall_ConfigOpStyleForTty
CscFeature_VoiceCall_ConfigOpStyleForVoicemail
CscFeature_VoiceCall_ConfigOpStyleForVolte
CscFeature_VoiceCall_ConfigOpStyleForWaitingTone
CscFeature_VoiceCall_ConfigOpStyleForWfc
CscFeature_VoiceCall_ConfigOpStyleMobileNetworkSettingMenu
CscFeature_VoiceCall_ConfigOpStyleVideoCallTransfer
CscFeature_VoiceCall_ConfigOperator
CscFeature_VoiceCall_ConfigOptStyleForCallBarring
CscFeature_VoiceCall_ConfigOptStyleForMoreSetting
CscFeature_VoiceCall_ConfigPolicyForAudio
CscFeature_VoiceCall_ConfigPolicyForEmergencyCall
CscFeature_VoiceCall_ConfigRecording
CscFeature_VoiceCall_ConfigRingbackToneForVolte
CscFeature_VoiceCall_ConfigSmartCallProviderFunction
CscFeature_VoiceCall_ConfigSmcRequirement
CscFeature_VoiceCall_ConfigSoundPathVolte
CscFeature_VoiceCall_ConfigTimeDelayForAutoRedial
CscFeature_VoiceCall_ConfigTonePolicyForEmergencyDial
CscFeature_VoiceCall_ConfigViLTESettingMenu
CscFeature_VoiceCall_ConfigVoWifiDisplayOption
CscFeature_VoiceCall_ConfigVolteCallWaitingSource
CscFeature_VoiceCall_ConfigVolteUserMsg
CscFeature_VoiceCall_ConfigVvm
CscFeature_VoiceCall_DialEmergNumAsNormalCall
CscFeature_VoiceCall_DisableAddCall
CscFeature_VoiceCall_DisableAddcallButton
CscFeature_VoiceCall_DisableAlertToneSignal
CscFeature_VoiceCall_DisableAnimatedGifCallService
CscFeature_VoiceCall_DisableAutoAnswerInSilentNEarjactMode
CscFeature_VoiceCall_DisableCallAlertsSetting
CscFeature_VoiceCall_DisableCallTransfer
CscFeature_VoiceCall_DisableClirMenu
CscFeature_VoiceCall_DisableConferenceCall
CscFeature_VoiceCall_DisableEditingCallerID
CscFeature_VoiceCall_DisableExtraViewPage
CscFeature_VoiceCall_DisableFdn
CscFeature_VoiceCall_DisableGameOnlyMode
CscFeature_VoiceCall_DisableGeoDescription
CscFeature_VoiceCall_DisableImsConfManage
CscFeature_VoiceCall_DisableInternationalDialMenu
CscFeature_VoiceCall_DisableMergeCall
CscFeature_VoiceCall_DisableNotiBarExpandDuringOta
CscFeature_VoiceCall_DisablePopupMsgWhenDeactivatingCallForwarding
CscFeature_VoiceCall_DisableSdnName
CscFeature_VoiceCall_DisableSsQuery
CscFeature_VoiceCall_DisableSwitchButton
CscFeature_VoiceCall_DisableToastPopupWhenMOConditionalCallForwarding
CscFeature_VoiceCall_DisableTransferDuringVowifi
CscFeature_VoiceCall_DisableTtsFadeOutEffectForInternationCall
CscFeature_VoiceCall_DisableUssdCancelPopup
CscFeature_VoiceCall_DisableUssdCompleteNoti
CscFeature_VoiceCall_DisableVTOutgoing
CscFeature_VoiceCall_DisableVolteHoldTone
CscFeature_VoiceCall_EnableBeepVibration4UssdAlert
CscFeature_VoiceCall_EnableBlockFdnWithParticularLine
CscFeature_VoiceCall_EnableCallButtonInFdnList
CscFeature_VoiceCall_EnableDataOnlyMode
CscFeature_VoiceCall_EnableDetailCallEndCause
CscFeature_VoiceCall_EnableDisplaySdnNameDuringCall
CscFeature_VoiceCall_EnableDisplayVMTelNumDuringCall
CscFeature_VoiceCall_EnableExtraCallServiceMenu
CscFeature_VoiceCall_EnableGroupCallMenu
CscFeature_VoiceCall_EnablePrefix4LongDistanceCallAs
CscFeature_VoiceCall_EnableSSC
CscFeature_VoiceCall_EnableSeparateCallReject
CscFeature_VoiceCall_EnableVmsNumberAsDefaultInCallForwarding
CscFeature_VoiceCall_EnableWizard1stCall4Tablet
CscFeature_VoiceCall_KeypadTypeToDigit4UssdInput
CscFeature_VoiceCall_LogListViewConfig
CscFeature_VoiceCall_OptionConfigForCallWaiting
CscFeature_VoiceCall_RemoveCallForwarding
CscFeature_VoiceCall_RemoveKeypadDuringVmsCall
CscFeature_VoiceCall_ReplaceGsmCharToAndroidFormat
CscFeature_VoiceCall_RetryImsRegistering
CscFeature_VoiceCall_SupportAddCallMenuDuringMultiCall
CscFeature_VoiceCall_SupportAdditionalSsQuery
CscFeature_VoiceCall_SupportAdvancedMobileLocation
CscFeature_VoiceCall_SupportAssistDialing
CscFeature_VoiceCall_SupportAssistedDialing
CscFeature_VoiceCall_SupportAutoAnsweringMemo
CscFeature_VoiceCall_SupportAutoCallTest
CscFeature_VoiceCall_SupportAutoDialDuringRoaming
CscFeature_VoiceCall_SupportAutoReject
CscFeature_VoiceCall_SupportAutoRejectDisableNoti
CscFeature_VoiceCall_SupportAutoRejectNotification
CscFeature_VoiceCall_SupportAutoRetry
CscFeature_VoiceCall_SupportAutoUnholdForMultiCallFinish
CscFeature_VoiceCall_SupportBlockDataDuringCall
CscFeature_VoiceCall_SupportBlockedNumberCategories
CscFeature_VoiceCall_SupportCallProtect
CscFeature_VoiceCall_SupportCallerInforSetting
CscFeature_VoiceCall_SupportCdmaCallForwarding
CscFeature_VoiceCall_SupportCdmaSubscription
CscFeature_VoiceCall_SupportChargeNotiPNL
CscFeature_VoiceCall_SupportClearDialInputData
CscFeature_VoiceCall_SupportConferenceInfoBanner
CscFeature_VoiceCall_SupportDascCallFailHandling
CscFeature_VoiceCall_SupportDataTariffWizard
CscFeature_VoiceCall_SupportDialerPrefixSetting
CscFeature_VoiceCall_SupportDisable2gMenu
CscFeature_VoiceCall_SupportDtmfTypeSettingMenu
CscFeature_VoiceCall_SupportEmergencyCallUsingVoWifi
CscFeature_VoiceCall_SupportEmergencyCallUsingVolte
CscFeature_VoiceCall_SupportFemtoCell
CscFeature_VoiceCall_SupportFwim
CscFeature_VoiceCall_SupportHdVoiceStatus
CscFeature_VoiceCall_SupportHoldUiForVolte
CscFeature_VoiceCall_SupportIPCall
CscFeature_VoiceCall_SupportImsBlindTransfer
CscFeature_VoiceCall_SupportImsCapabilityOnCallEnd
CscFeature_VoiceCall_SupportImsCapabilityService
CscFeature_VoiceCall_SupportImsConfSplit
CscFeature_VoiceCall_SupportImsLettering
CscFeature_VoiceCall_SupportImsPsBarring
CscFeature_VoiceCall_SupportImsTransfer
CscFeature_VoiceCall_SupportInterworkingHdVoiceByIntent
CscFeature_VoiceCall_SupportLowBattSoundDuringCall
CscFeature_VoiceCall_SupportLowBatterySoundDuringCall
CscFeature_VoiceCall_SupportMCID
CscFeature_VoiceCall_SupportMenuForVoicePrivacy
CscFeature_VoiceCall_SupportMenuPersonaliseSoftSound
CscFeature_VoiceCall_SupportMissedLogInfoWhenDial
CscFeature_VoiceCall_SupportModifyCall
CscFeature_VoiceCall_SupportMultiendPoint
CscFeature_VoiceCall_SupportNCKBlock
CscFeature_VoiceCall_SupportNotiForUssd
CscFeature_VoiceCall_SupportOneLineGreeting
CscFeature_VoiceCall_SupportOpticCmdTest
CscFeature_VoiceCall_SupportOrigDialString
CscFeature_VoiceCall_SupportOtherSettings
CscFeature_VoiceCall_SupportPopupDataUsageLimit
CscFeature_VoiceCall_SupportPopupForDataConnectionOnce
CscFeature_VoiceCall_SupportPopupForDataOff
CscFeature_VoiceCall_SupportPopupInternetAlert
CscFeature_VoiceCall_SupportProvisionState
CscFeature_VoiceCall_SupportRTT
CscFeature_VoiceCall_SupportRemainingTimeForEmergencyCallback
CscFeature_VoiceCall_SupportSettingVoWifiRegiDuringAirplaneMode
CscFeature_VoiceCall_SupportShowVowifiEndCall
CscFeature_VoiceCall_SupportSingleLTE
CscFeature_VoiceCall_SupportSmartDeviceAgent
CscFeature_VoiceCall_SupportSmartIvr
CscFeature_VoiceCall_SupportSoftPhone
CscFeature_VoiceCall_SupportSoftReset
CscFeature_VoiceCall_SupportTTY
CscFeature_VoiceCall_SupportVisualCallCenter
CscFeature_VoiceCall_SupportVoiceRecordingDuringHoldCall
CscFeature_VoiceCall_SupportVolteCallBarringPassword
CscFeature_VoiceCall_SupportVolteHoldTone
CscFeature_VoiceCall_SupportWaveEffect
CscFeature_VoiceCall_TunnigCallWaitingToneAs
CscFeature_VoiceCall_UseEccDialerInCaseOfNoInternalMemory
CscFeature_VoiceCall_UseUssdToastForNetworkNoResp
CscFeature_VoiceCall_VvmHotKeyAs
CscFeature_VoiceRecorder_ConfigNfcMode
CscFeature_VoiceRecorder_SupportOpensourceLicence
CscFeature_VoiceRecorder_SupportPrivacyPolicyPrompt
CscFeature_VoiceRecorder_SupportRecordingQualitySetting
CscFeature_VoiceRecorder_SupportShowCallRejectCount
CscFeature_VoiceRecorder_UseEnglishDefaultName
CscFeature_Weather_ConfigCpType
CscFeature_Weather_ConfigDefRefreshInterval
CscFeature_Weather_ConfigDefTempUnit
CscFeature_Weather_ConfigOpPopupLabel
CscFeature_Weather_ConfigPolicyForRoaming
CscFeature_Weather_SupportCheckingDisputeArea
CscFeature_Weather_SupportPromptForDataUsage
CscFeature_Weather_SupportPromptForLocationAccess
CscFeature_Web_AddOptionToTerminate
CscFeature_Web_BlockSDCDDownload
CscFeature_Web_BookmarkPreloadOnChrome
CscFeature_Web_ConfigAppStoreLaunch
CscFeature_Web_ConfigDefaultSearchEngine
CscFeature_Web_ConfigDomainKeepIdleConnection
CscFeature_Web_ConfigEditableBookmark
CscFeature_Web_ConfigNewTab
CscFeature_Web_ConfigProxyServer
CscFeature_Web_ConfigSyncSource
CscFeature_Web_CustomizeErrorPage
CscFeature_Web_DefBookmarkFolderName
CscFeature_Web_DisableAllSearchEngineExceptGoogle
CscFeature_Web_DisableChooser4
CscFeature_Web_DisableGoogleInBrowserSearchEngine
CscFeature_Web_DisableNetworkLinkPrediction
CscFeature_Web_DisableRedirectionChooser
CscFeature_Web_DisableVoiceSearch
CscFeature_Web_EnableAutoBookmarkSetBySim
CscFeature_Web_EnableAutoSimHomeUrlInProfile
CscFeature_Web_EnableConnectionGuideDuringAirplaneMode
CscFeature_Web_EnableDataCompressionProxy
CscFeature_Web_EnableDownloadedFolderInNotificationBar
CscFeature_Web_EnableErrPopupDuringRoamingInternetUse
CscFeature_Web_EnablePromptToExit
CscFeature_Web_EnableTextDescNoItemScreen
CscFeature_Web_RemoveBrowserIconInBookmarkThumbnailWidget
CscFeature_Web_RemovePartialViewDuringHorizontalScroll
CscFeature_Web_ResetCookiesOnSimCardChanging
CscFeature_Web_SetHomepageURL
CscFeature_Web_SetHomepageURLChrome
CscFeature_Web_SetOffOverviewModeAsDefault
CscFeature_Web_SetSearchEngineAs
CscFeature_Web_SetUAProfile
CscFeature_Web_SetUserAgent
CscFeature_Web_ShowWifiAPList
CscFeature_Web_SupportCloseTabsWhenBrowerExit
CscFeature_Web_SupportDownloadSaveAs
CscFeature_Web_SupportFullScreen
CscFeature_Web_SupportMcafeeAnshinScan
CscFeature_Web_SupportOfflineStartupPage
CscFeature_Wifi_AdjustTxPowerDuringCalling
CscFeature_Wifi_CaptivePortalException
CscFeature_Wifi_ClearAllPmksaCache
CscFeature_Wifi_ConfigApDetailInfo
CscFeature_Wifi_ConfigAuthMsgDisplayPolicy
CscFeature_Wifi_ConfigAutoConnectHotspot
CscFeature_Wifi_ConfigAutoWifiNaming
CscFeature_Wifi_ConfigBestApSelection
CscFeature_Wifi_ConfigDefStatusWifiSharing
CscFeature_Wifi_ConfigDhcpLeaseTime
CscFeature_Wifi_ConfigDisconnectApThreshold
CscFeature_Wifi_ConfigEncodingCharSet
CscFeature_Wifi_ConfigHotSpotActionForSimStatus
CscFeature_Wifi_ConfigMaxConfiguredNetworksSize
CscFeature_Wifi_ConfigMenuStatusForHotspot20
CscFeature_Wifi_ConfigMenuStatusForHotspot20 is not defined. Search for SecProductFeature
CscFeature_Wifi_ConfigMifLockForHWRev
CscFeature_Wifi_ConfigMobileApDefaultPwd
CscFeature_Wifi_ConfigMobileApDefaultSSID
CscFeature_Wifi_ConfigMobileApDefaultTimeOut
CscFeature_Wifi_ConfigOpBranding
CscFeature_Wifi_ConfigOpBrandingForMobileAp
CscFeature_Wifi_ConfigPriorAP
CscFeature_Wifi_ConfigSnsAggressiveModeStatus
CscFeature_Wifi_ConfigSnsMenuPosition
CscFeature_Wifi_ConfigSnsStatus
CscFeature_Wifi_ConfigSocialSvcIntegrationn
CscFeature_Wifi_ConfigTransferForEapolLogoffPacket
CscFeature_Wifi_ConfigVendorRuleAutoConnection
CscFeature_Wifi_ConfigVendorSsidList
CscFeature_Wifi_ConfigWFACertification
CscFeature_Wifi_ConfigWifiNotificationStyle
CscFeature_Wifi_ConnectCaptivePortalDuringSetupWizard
CscFeature_Wifi_DefaultEapMethod
CscFeature_Wifi_DefaultSsidNPwd
CscFeature_Wifi_DisableAdpsMenu
CscFeature_Wifi_DisableAutoReconnect
CscFeature_Wifi_DisableEapNetworkAfterAuthFail
CscFeature_Wifi_DisableEmergencyCallbackTransition
CscFeature_Wifi_DisableMenuPasspoint
CscFeature_Wifi_DisableMobileApWifiConcurrency
CscFeature_Wifi_DisplaySsidStatusBarInfo
CscFeature_Wifi_EapMethodSetting
CscFeature_Wifi_EnableDetailEapErrorCodesAndState
CscFeature_Wifi_EnableDiscButtonApnList
CscFeature_Wifi_EnableMenuAutoJoin
CscFeature_Wifi_EnableMenuConnPriorityMode
CscFeature_Wifi_EnableMenuConnectionType
CscFeature_Wifi_EnableMenuPriority
CscFeature_Wifi_EnableMenuResetConfiguration
CscFeature_Wifi_EnableShowPasswordAsDefault
CscFeature_Wifi_EnableThresholdDuringConnection
CscFeature_Wifi_EnableWarningPopup4DataBatteryUsage
CscFeature_Wifi_HideExcludedApList
CscFeature_Wifi_MaxClient4MobileAp
CscFeature_Wifi_MaxClient4MobileApNetExtension
CscFeature_Wifi_PreferredBand
CscFeature_Wifi_PriorityRuleAs
CscFeature_Wifi_RemovableDefaultAP
CscFeature_Wifi_SendSignalDuringPowerOff
CscFeature_Wifi_SetCountryInfo
CscFeature_Wifi_SetOffApRoaming
CscFeature_Wifi_SetOffDuringRoaming
CscFeature_Wifi_ShowDetailedApInfo
CscFeature_Wifi_ShutdownWifiDuringPowerOff
CscFeature_Wifi_StopScanForETWS
CscFeature_Wifi_Support5GAntShare
CscFeature_Wifi_SupportAdvancedMenu
CscFeature_Wifi_SupportAssociatedNetworkSelection
CscFeature_Wifi_SupportAtResultInd
CscFeature_Wifi_SupportAutoReconnect
CscFeature_Wifi_SupportDisconnectButton
CscFeature_Wifi_SupportEapAka
CscFeature_Wifi_SupportEapConnectionErrorForNak
CscFeature_Wifi_SupportEapFastReauth
CscFeature_Wifi_SupportMenuMobileApMaxClient
CscFeature_Wifi_SupportMobileAp5G
CscFeature_Wifi_SupportMobileAp5GBasedOnCountry
CscFeature_Wifi_SupportMobileApOnTrigger
CscFeature_Wifi_SupportMobileApWPSPBC
CscFeature_Wifi_SupportMobileApWPSPIN
CscFeature_Wifi_SupportMobileApWifiExtender
CscFeature_Wifi_SupportNotificationMenu
CscFeature_Wifi_SupportPppoe
CscFeature_Wifi_SupportProfileSimProviderName
CscFeature_Wifi_SupportRssiPollStateDuringWifiCalling
CscFeature_Wifi_SupportRssiReadDuringVoWifiCall
CscFeature_Wifi_SupportSecureWifi
CscFeature_Wifi_SupportSimSelectionForEapSimAka
CscFeature_Wifi_SupportVendorPmksaControlDelete
CscFeature_Wifi_SupportVendorWifiProfileByGoogleHotspot20
CscFeature_Wifi_SupportWapi
CscFeature_Wifi_SupportWifiAggregation
CscFeature_Wifi_SupportWpsPin
CscFeature_Wifi_UseDefaultSecurityAs
CscFeature_Wifi_UseRandom4digitCombinationAsSSID
CscFeature_java_lang_String_tileList_boolean_isFotaUpdate_LambdaImpl0
CscFeature_java_lang_String_tileList_boolean_isFotaUpdate_LambdaImpl0;
CscFeature_mCommerce_WalletMgrConfig
On that note, here are the features that you're most likely going to tweak. Others include fixes and critical radio (RIL) components that I wouldn't recommend changing unless necessary. Change the values if is already in the list or add them if missing. Duplicates or conflicts may cause problems.
Enable VoLTE support (not recommended if your phone does not support IMS/4G, customer.xml also needs updating)
Code:
<CscFeature_IMS_EnableIMS>TRUE</CscFeature_IMS_EnableIMS>
<CscFeature_IMS_EnableVoLTE>TRUE</CscFeature_IMS_EnableVoLTE>
<CscFeature_RIL_ConfigAlwaysOnApn>bip,ims,xcap</CscFeature_RIL_ConfigAlwaysOnApn>
<CscFeature_RIL_SupportVolte>TRUE</CscFeature_RIL_SupportVolte>
<CscFeature_RIL_SetVolteAudioPath>TRUE</CscFeature_RIL_SetVolteAudioPath>
<CscFeature_RIL_WbamrDefaultOn>TRUE</CscFeature_RIL_WbamrDefaultOn>
<CscFeature_Setting_ConfigVolteSettingMenu>TRUE</CscFeature_Setting_ConfigVolteSettingMenu>
<!--DO NOT ENABLE THE FOLLOWING FEATURE IF USING A DUAL-SIM PHONE OR YOU MAY ENCOUNTER CRASHES-->
<CscFeature_Common_AutoConfigurationType>NO_DFLT_CSC,SIMBASED_OMC</CscFeature_Common_AutoConfigurationType>
Remove/Add the NFC enabled icon in the status bar + Card mode (can be "DEFAULT" for phone icon, "ATT" for standard logo, "Cityzi" for France NFC or "NONE" for no icon)
Code:
<CscFeature_NFC_StatusBarIconType>DEFAULT</CscFeature_NFC_StatusBarIconType>
<CscFeature_NFC_SupportReaderModeApi>TRUE</CscFeature_NFC_SupportReaderModeApi>
<CscFeature_NFC_ConfigAdvancedSettings>Enable</CscFeature_NFC_ConfigAdvancedSettings>
<CscFeature_NFC_ConfigCardmodeRoutingTypeForHce>ROUTE_ON_WHEN_SCREEN_ON</CscFeature_NFC_ConfigCardmodeRoutingTypeForHce>
Enable shutter sound switch in camera settings (insure /system/csc/customer.xml doesn't block this feature)
Code:
<CscFeature_Camera_ShutterSoundMenu>TRUE</CscFeature_Camera_ShutterSoundMenu>
Enable native voice call recording (+icon showing which call has been recorded)
Code:
<CscFeature_VoiceCall_ConfigRecording>RecordingAllowed</CscFeature_VoiceCall_ConfigRecording>
<CscFeature_Contact_EnableLogIconForVoiceRecord>TRUE</CscFeature_Contact_EnableLogIconForVoiceRecord>
Enable Wi-Fi calling in phone settings (not recommended if your phone does not support ePDG subsystem)
Code:
<CscFeature_Setting_SupportWifiCall>TRUE</CscFeature_Setting_SupportWifiCall>
<CscFeature_Setting_SupportWifiCallingMenu>TRUE</CscFeature_Setting_SupportWifiCallingMenu>
<CscFeature_RIL_SupportWifiCalling>TRUE</CscFeature_RIL_SupportWifiCalling>
<CscFeature_RIL_SupportEpdg>TRUE</CscFeature_RIL_SupportEpdg>
Enable Auto Power On/Off Menu in Clock app (not available in Android 7.0+)
Code:
<CscFeature_Clock_EnableAutoPowerOnOffMenu>TRUE</CscFeature_Clock_EnableAutoPowerOnOffMenu>
Enable Option to Schedule Message Sending
Code:
<CscFeature_Message_EnableScheduledMessage>TRUE</CscFeature_Message_EnableScheduledMessage>
<CscFeature_Message_EnableScheduledMsgBox>TRUE</CscFeature_Message_EnableScheduledMsgBox>
Disable Anti-Malware Feature in Smart Manager Program
Code:
<CscFeature_SmartManager_DisableAntiMalware>TRUE</CscFeature_SmartManager_DisableAntiMalware>
Enable "Floating or Air Messages" Feature(requires applet preinstalled)
Code:
<CscFeature_Common_EnableAirMessage>TRUE</CscFeature_Common_EnableAirMessage>
Enable "Call/Message Block" Feature
Code:
<CscFeature_Setting_EnableMenuBlockCallMsg>TRUE</CscFeature_Setting_EnableMenuBlockCallMsg>
Add "Call" Icon in Call Logs List for Direct Calling
Code:
<CscFeature_Contact_EnableCallButtonInList>TRUE</CscFeature_Contact_EnableCallButtonInList>
All quick settings toggles (add only the ones needed, remove the brackets "()" as they're only for explanation, the slash "/" denotes a duplicate toggle so choose only one of it)
Code:
<CscFeature_SystemUI_ConfigDefQuickSettingItem>Wifi,SilentMode(Speaker),MobileData,Bluetooth,RotationLock,Flashlight,AirplaneMode,ScreenCapture,AdaptiveDisplay,Nfc,WifiHotspot,BlueLightFilter,PowerSaving,Aod/SmartView,Location,Sync,VoLte,DormantMode/Dnd,TouchSensitivity,WifiCalling,PersonalMode(PrivateMode),AllShareCast,QuickConnect,DeviceVisibility(PhoneVisibility),SFinder,Ebook(ReadingMode),FloatingMessage,SideKey,SecureFolder,Dolby,UHQ(UltraHighQualityUpscaller),RedPacket,CarMode,BikeMode,DesktopMode,KidsHome,ToddlerMode,SmartStay,SmartPause,SmartScroll,AirGesture,AirView,Toolbox,DailyBoard,EdgeLighting,SpenRemote,MultiWindow,UltraPowerSaving,PowerPlanning,Performance(PerformanceMode),UDS/UltraDataSaving,DataSaving,NetworkBooster</CscFeature_SystemUI_ConfigDefQuickSettingItem>
Enable 5Ghz & WiFi Extender option for the WiFi hotspot
Code:
<CscFeature_Wifi_SupportMobileAp5G>TRUE</CscFeature_Wifi_SupportMobileAp5G>
<CscFeature_Wifi_SupportMobileApWifiExtender>TRUE</CscFeature_Wifi_SupportMobileApWifiExtender>
Support all DLNA Protocols (Can be NONE, DMC_ONLY or ALL)
Code:
<CscFeature_Common_SupportDLNA>ALL</CscFeature_Common_SupportDLNA>
Enable power OFF additional information and force restart
Code:
<CscFeature_Framework_SupportForceRestartGlobalAction>TRUE</CscFeature_Framework_SupportForceRestartGlobalAction>
Disable the Weather feature in Clock app
Code:
<CscFeature_Clock_DisableAccWeatherInfo>TRUE</CscFeature_Clock_DisableAccWeatherInfo>
Combine First Name and Last Name in Contacts in just one field
Code:
<CscFeature_Contact_UseUniNameField>TRUE</CscFeature_Contact_UseUniNameField>
Support for Auto-Rotate and Hide folders in Gallery app
Code:
<CscFeature_Gallery_AddAutoRotationIcon>TRUE</CscFeature_Gallery_AddAutoRotationIcon>
<CscFeature_Gallery_SupportHideAlbum>TRUE</CscFeature_Gallery_SupportHideAlbum>
Hide/Show certain UI Elements(Yellow Pages in Contacts, Net speed and roaming in Quick Settings & HW Version in About screen)
Code:
<CscFeature_Contact_ConfigForYellowPage>HIDE</CscFeature_Contact_ConfigForYellowPage>
<CscFeature_SystemUI_SupportDataUsageViewOnQuickPanel>FALSE</CscFeature_SystemUI_SupportDataUsageViewOnQuickPanel>
<CscFeature_Setting_EnableDataRoamingButtonInQuickPanel>TRUE</CscFeature_Setting_EnableDataRoamingButtonInQuickPanel>
<CscFeature_Setting_EnableHwVersionDisplay>TRUE</CscFeature_Setting_EnableHwVersionDisplay>
Display all possible languages & Countries(Israel & Taiwan)
Code:
<CscFeature_Framework_DisableShowAllLanguages>FALSE</CscFeature_Framework_DisableShowAllLanguages>
<CscFeature_Setting_DisableIsraelCountry>FALSE</CscFeature_Setting_DisableIsraelCountry>
<CscFeature_Clock_ReplaceNameTaiwanWithTaipei>FALSE</CscFeature_Clock_ReplaceNameTaiwanWithTaipei>
Enable Advanced WiFi menu & Auto-Connect during sleep
Code:
<CscFeature_Wifi_SupportAdvancedMenu>TRUE</CscFeature_Wifi_SupportAdvancedMenu>
<CscFeature_Wifi_SupportAutoReconnect>TRUE</CscFeature_Wifi_SupportAutoReconnect>
Enable/Disable Geographical location description on voice calls(CSC dependant)
Code:
<CscFeature_VoiceCall_DisableGeoDescription>FALSE</CscFeature_VoiceCall_DisableGeoDescription>
Correct camera flicker(AC mains standard freq. region dependant)
Code:
<CscFeature_Camera_CameraFlicker>50hz</CscFeature_Camera_CameraFlicker>
Enable/Disable popup notification when turning on Mobile Data("<your csc>" for always show and "" for always hide)
Code:
<CscFeature_SystemUI_ConfigQuickSettingPopup></CscFeature_SystemUI_ConfigQuickSettingPopup>
Fix caller number-contact information matching when receiving a call(ID matching is usually 11 digits for China, 9 digits for rest of the world )
Code:
<CscFeature_Contact_EnableDynCallerIdMatchingDigitWithAutoSim>TRUE</CscFeature_Contact_EnableDynCallerIdMatchingDigitWithAutoSim>
<CscFeature_RIL_CallerIdMatchingDigit>9</CscFeature_RIL_CallerIdMatchingDigit>
Hi... may i know...
What is : "CscFeature_Common_DisableGoogle" ?
i have it value TRUE in my cscfeature... and could it be the cause Ok Google / Voice match greyed out ?
Thank you.
Vuska said:
Hi... may i know...
What is : "CscFeature_Common_DisableGoogle" ?
i have it value TRUE in my cscfeature... and could it be the cause Ok Google / Voice match greyed out ?
Thank you.
Click to expand...
Click to collapse
No, this is used in regions (like China) where Google and its services don't work and are disabled to reduce overhead, memory, battery stress, network congestion by disabling retries and pings to Google servers. I recommend keeping it FALSE to make full use of the Google's apps like Framework, Play Services, Maps... Of course you can set it to TRUE but only if you really hate Google services and no Google apps are present in your phone.
Thanks a lot for help.

PSA: I bought the phone from some other country & I want VoTLE to work in my country!

PSA: I bought the phone from some other country & I want VoTLE to work in my country!
Given your Mobile Operator supports VoLTE, working of it depends on your phone's firmware. Especially two components of the firmware called "CSC" and "CP". CSC, depending on who you ask, is either Country Specific (Product) Code or Country Specific Content. CP or "Core Processor" is the firmware for your modem.
OBJECTIVE OF THE POST: Determine if your phone supports your mobile phone operators LTE bands. Check which firmware you need to change to. How to obtain that firmware.
WARNING: MESSING WITH FIRMWARE CAN TURN YOUR PHONE INTO A PAPER WEIGHT.​
PART A [CP] : Does my phone support VoTLE provided by my Mobile Operator to begin with?
1. First of all your modem should support the bands used by your mobile operator. You need to cross check bands supported by your Mobile Operator and your phone modem.
2. Search for the LTE bands supported by your mobile operator. Make a list.
3. To check the LTE Bands supported by your phone modem you need to know the Model Number of your phone. Goto Settings -> About Phone. You will see the Model Number there. Now goto Samsung website and check the phone specs using the model number. Specs - > Show all specs -> Network/Bearer-> 4G FDD/TDD TLE.
4. After cross checking bands from #2 and #3 if any of the bands match proceed to Part B. If not, unfortunately your phone cannot support VoTLE for your mobile operator; this post is no longer relevant to you. Maybe change the mobile operator and go through PART A again.
PART B [CSC] : Can I change the firmware on my phone to make VoLTE work?
1. Now you need to change the firmware of your phone. Change it to the current country you are in. The country in which you wish to utilize VoTLE. The country in which your mobile operator is.
2. To which firmware you can change to depends on your firmware's CSC. You cannot jump from any firmware to any other firmware. That stuff is locked down by Samsung.
3. You need to know your phone's firmware's CSC to know which firmwares you can change to.
4. Install the "Phone INFO Samsung" app. Open App, goto "CSC CODE" tap. You can see your Firmware's CSC code. But more importantly see "Available CSC Codes" section. Available CSC Codes tells you to which firmware you can change to.
5. Search each of those codes (Available CSC) in this page or the internet.
6. If any CSC corresponds to your Country/Mobile operator-- congratulations you can now change to that firmware and VoLTE will work for you. Note down that CSC code.
Eg: If you are in the country "India" and one of the Availabe CSC is "INS", you will find the entry "India= INU (unbranded), IND, INA, INS (unbranded), IMS, REL". [Success]
If you are in the country "Singapore" and one of the Availabe CSC is "XSP", you will find the entry "Singapore= MM1, XSP (unbranded), SIN (Singtel), STH (Starhub), BGD, XSO". [Success]
7. If none of the CSC codes correspond to your Country/Mobile operator then at present there is no way to make VoLTE work on your phone. Contact your mobile operator if there is work around for this, probably like an app.
Eg: If your avialabe CSC are : {BRI, CAM, LAO, ... , SIN, SMA, STH} and your country is "India" : India= {INU (unbranded), IND, INA, INS (unbranded), IMS, REL}; you can see those two sets have no common CSC [Failure]
PART C: How to get the correct firmware file according to the CSC?
If you have root, there used to be apps to just change the CSC to the required CSC Code. Used to be.
I am not really sure but you may try following that route and skip PART C.
Hint: Phone INFO Samsung app -> Hamburger menu -> other tools -> CSC Changer (ROOT)
PS:Rooting trips KNOX. No more Samsung Pay etc.
​
1. Goto https://updato.com
2. Enter your Model Number (PART A #3). You can ignore the part after the slash. Eg: If the model number is "SM-A750GN/DS" just enter "SM-A750GN".
3. Sort/click the "Region / Carrier" column. The CSC you noted down (PART B #6) should appear in one of the entries.
4. Observe the "Date" column and download the latest firmware.
PART D: How do I flash the downloaded firmware to my phone?
1. This part is out of the scope of this guide.
2. Find the latest guide/tutorial on how to flash a firmware to your Samsung phone using a program called Odin.
3. The latest one. The one that recommends at least Odin3 v3.13.1.

Activate Volte on Pixel 4XL - Android 11 R

Hi Guys
Finally i was able to activate volte on my carrier (STC-KSA) by the help of @somin.n module
You need to have unlocked bootloader and Magisk Canary installed
1. Flash the attached module via Magisk and reboot
2. Check and activate Volte in settings
3. Dial *#*#4636#*#* > check IMS service status > you should find IMS service registered and VOLTE is available
4. You are good to GO !
Edit: it look like you need a Magisk module "SELinux Permissive" to get it working with you.
Note:
I had a problem that the volte getting disabled after a reboot, in order to fix this:
1. After applying the module restart your phone
2. go to settings>network>Mobile network> wifi calling> choose "call over mobile network"
3. Turn off your phone and take out your sim card.
4. Turn it on again with sim card uninstalled.
5. Turn off your phone, install your sim card , turn it on again.
Note: i have installed vodafone UK mbn file for my phone, you may need to change mbn file for your carrier (attached Mi9T mbn files)
in order to change mbn file:
1. Download the attached Mi9T mbn
2. Extract the file and choose the desired mbn file
3. open "Volte Pixel 4.zip" and go to
Code:
/system/vendor/rfs/msm/mpss/readonly/vendor/mbn/mcfg_sw/generic/myown/
and paste your choosen MBN file.
4. Go to the mentioned flashing steps and you are good to go!
Did both ways - with my own mbn and stock zip's - no changes at all (
It only makes a Volte toggle to appear in settings - but it doesnt change anything for me
Eiad Ajam said:
Hi Guys
Finally i was able to activate volte on my carrier (STC-KSA) by the help of @somin.n module
You need to have unlocked bootloader and Magisk Canary installed
1. Flash the attached module via Magisk and reboot
2. Check and activate Volte in settings
3. Dial *#*#4636#*#* > check IMS service status > you should find IMS service registered and VOLTE is available
4. You are good to GO !
Note:
I had a problem that the volte getting disabled after a reboot, in order to fix this:
1. After applying the module restart your phone
2. go to settings>network>Mobile network> wifi calling> choose "call over mobile network"
3. Turn off your phone and take out your sim card.
4. Turn it on again with sim card uninstalled.
5. Turn off your phone, install your sim card , turn it on again.
Note: i have installed vodafone UK mbn file for my phone, you may need to change mbn file for your carrier (attached Mi9T mbn files)
in order to change mbn file:
1. Download the attached Mi9T mbn
2. Extract the file and choose the desired mbn file
3. open "Volte Pixel 4.zip" and go to
Code:
/system/vendor/rfs/msm/mpss/readonly/vendor/mbn/mcfg_sw/generic/myown/
and paste your choosen MBN file.
4. Go to the mentioned flashing steps and you are good to go!
Click to expand...
Click to collapse
I`m running Kirisakura kernel - may that be a case?
FlatOutRU said:
Did both ways - with my own mbn and stock zip's - no changes at all (
It only makes a Volte toggle to appear in settings - but it doesnt change anything for me
I`m running Kirisakura kernel - may that be a case?
Click to expand...
Click to collapse
Actually i am not sure about the mentioned kernel
I have network signal Guru installed from this thread:
https://forum.xda-developers.com/showpost.php?p=83499679&postcount=75
I am not if it has anything to do with this as well
Maaaaan u save my life,I just installed .zip in magisk and is working
does not work for me, installed my mbn and only thing I see is VoLTE switch.
pornogeroc said:
Maaaaan u save my life,I just installed .zip in magisk and is working
Click to expand...
Click to collapse
What Carrier you have?with cosmote-Greece don't working....
tasoskio said:
What Carrier you have?with cosmote-Greece don't working....
Click to expand...
Click to collapse
Vodafone I have.if u have account in myphone.gr I have upload photo in pixel 4 xl section. I haven't changed nothing in zip.i have use vodafone uk
Any chance do it without root?
masi0 said:
Any chance do it without root?
Click to expand...
Click to collapse
It's based on replacing files on your system partition, so you def need an bootloader unlock.
You could flash rom with this change and choose not to root this rom, but on stock it is not possible afaik.
Just to say many thanks Eiad Ajam and somin.n. It work for me running R11 rooted with Canary build.
I've tried many many of Mi9T mbn files with my current profile (SEA, Hong Kong CSL/1010) but still not working. Finally, I followed the below list on focusing Volte_OEM_lab (Volte_OEM_lab work before on my Oneplus 5T). Replaced with Russia - MegaPhone Region not Moscow then bingo :good:. Hope this can help some guys which still not yet VoLte.
Greece - Cosmote - H3G_Denmark_Commercial
Czech Republic - O2 - Telefonica_UK_Commercial
Belgium - Orange - Telefonica_UK_Commercial
France - Orange - Telefonica_UK_Commercial
France - Orange - Orange_Commercial_France
France - RED SFR - Telefonica_UK_Commercial
Turkey - TurkTelekom - India_Volte_Vodafone
Norway - Telenor - India_Volte_Vodafone
Belgium - Proximus - India_Volte_Vodafone
Netherlands - KPN - Norway Telia Commercial
Brazil - Claro - Telefonica_UK_Commercial
Switzerland - Wingo (Swisscom) - Netherlands_VoLTE_Vodafone
Kenya - Faiba - ROW_Commercial
Australia - Optus - Telefonica_UK_Commercial
Sri Lanka - Dialog - India_Volte_Vodafone
Canada - Telus - Telefonica_UK_Commercial
Canada - Bell - Telefonica_UK_Commercial
Romania - Vodafone RO - India_Volte_Vodafone
Romania - Orange RO - India_Volte_Vodafone
Mexico - ALTAN - Telefonica_UK_Commercial
Israel - Partner - Telefonica_UK_Commercial
Israel - 012 mobile - Telefonica_UK_Commercial
ksa Saudi Arabia - Zain ksa - Germany
ksa Saudi Arabia - Zain ksa - Telefonica_UK_Commercial
ksa Saudi Arabia - Zain ksa - India_Volte_Vodafone
Slovakia - Orange - DT_Slovakia_Commercial
Australia - Telstra - Telefonica_UK_Commercial
Brazil - TIM - Volte_OEM_lab
Poland - Orange - DT_Poland_Commercial
Russia - All Carriers - Telia_Finland
Russia - MegaPhone Region not Moscow - Volte_OEM_lab
https://forum.xda-developers.com/oneplus-7-pro/how-to/guide-activate-volte-vowifi-t4116051
where i can find Telia_Finland .mbn file?
I am using CSL as well... but I cannot find Volte_OEM_lab in mbns-mi9t.zip, not sure which one
yiufey said:
Just to say many thanks Eiad Ajam and somin.n. It work for me running R11 rooted with Canary build.
I've tried many many of Mi9T mbn files with my current profile (SEA, Hong Kong CSL/1010) but still not working. Finally, I followed the below list on focusing Volte_OEM_lab (Volte_OEM_lab work before on my Oneplus 5T). Replaced with Russia - MegaPhone Region not Moscow then bingo :good:. Hope this can help some guys which still not yet VoLte.
Greece - Cosmote - H3G_Denmark_Commercial
Czech Republic - O2 - Telefonica_UK_Commercial
Belgium - Orange - Telefonica_UK_Commercial
France - Orange - Telefonica_UK_Commercial
France - Orange - Orange_Commercial_France
France - RED SFR - Telefonica_UK_Commercial
Turkey - TurkTelekom - India_Volte_Vodafone
Norway - Telenor - India_Volte_Vodafone
Belgium - Proximus - India_Volte_Vodafone
Netherlands - KPN - Norway Telia Commercial
Brazil - Claro - Telefonica_UK_Commercial
Switzerland - Wingo (Swisscom) - Netherlands_VoLTE_Vodafone
Kenya - Faiba - ROW_Commercial
Australia - Optus - Telefonica_UK_Commercial
Sri Lanka - Dialog - India_Volte_Vodafone
Canada - Telus - Telefonica_UK_Commercial
Canada - Bell - Telefonica_UK_Commercial
Romania - Vodafone RO - India_Volte_Vodafone
Romania - Orange RO - India_Volte_Vodafone
Mexico - ALTAN - Telefonica_UK_Commercial
Israel - Partner - Telefonica_UK_Commercial
Israel - 012 mobile - Telefonica_UK_Commercial
ksa Saudi Arabia - Zain ksa - Germany
ksa Saudi Arabia - Zain ksa - Telefonica_UK_Commercial
ksa Saudi Arabia - Zain ksa - India_Volte_Vodafone
Slovakia - Orange - DT_Slovakia_Commercial
Australia - Telstra - Telefonica_UK_Commercial
Brazil - TIM - Volte_OEM_lab
Poland - Orange - DT_Poland_Commercial
Russia - All Carriers - Telia_Finland
Russia - MegaPhone Region not Moscow - Volte_OEM_lab
https://forum.xda-developers.com/oneplus-7-pro/how-to/guide-activate-volte-vowifi-t4116051
Click to expand...
Click to collapse
chankeung1217 said:
I am using CSL as well... but I cannot find Volte_OEM_lab in mbns-mi9t.zip, not sure which one
Click to expand...
Click to collapse
The mbn file should inside below path of mi9t.zip :
mbns-mi9t.zip\russia\megafon\commerci\ru\mcfg_sw.mbn
Extract it and replaced with the :
VOLTE_Pixel_4.zip\system\vendor\rfs\msm\mpss\readonly\vendor\mbn\mcfg_sw\generic\myown\mcfg_sw.mbn
PS: No selinux_permissive is required.
Good luck.
yiufey said:
The mbn file should inside below path of mi9t.zip :
mbns-mi9t.zip\russia\megafon\commerci\ru\mcfg_sw.mbn
Extract it and replaced with the :
VOLTE_Pixel_4.zip\system\vendor\rfs\msm\mpss\readonly\vendor\mbn\mcfg_sw\generic\myown\mcfg_sw.mbn
PS: No selinux_permissive is required.
Good luck.
Click to expand...
Click to collapse
Just tried... no luck for me
I've flashed this one, it work for me all the day.
yiufey said:
I've flashed this one, it work for me all the day.
Click to expand...
Click to collapse
Wow, this worked for me! Russia - megafon
chankeung1217 said:
Just tried... no luck for me
Click to expand...
Click to collapse
When I updated to R11 with Oct security update, the VoLte broken again and it unable activated since remove/add few times.
Luckily, It worked again when I added SELinux Permissive back.
Please try it again with my flow.
yiufey said:
When I updated to R11 with Oct security update, the VoLte broken again and it unable activated since remove/add few times.
Luckily, It worked again when I added SELinux Permissive back.
Please try it again with my flow.
Click to expand...
Click to collapse
This is true!
Thank you so much
I've added this to the post
Eiad Ajam said:
Hi Guys
Finally i was able to activate volte on my carrier (STC-KSA) by the help of @somin.n module
You need to have unlocked bootloader and Magisk Canary installed
1. Flash the attached module via Magisk and reboot
2. Check and activate Volte in settings
3. Dial *#*#4636#*#* > check IMS service status > you should find IMS service registered and VOLTE is available
4. You are good to GO !
Edit: it look like you need a Magisk module "SELinux Permissive" to get it working with you.
Note:
I had a problem that the volte getting disabled after a reboot, in order to fix this:
1. After applying the module restart your phone
2. go to settings>network>Mobile network> wifi calling> choose "call over mobile network"
3. Turn off your phone and take out your sim card.
4. Turn it on again with sim card uninstalled.
5. Turn off your phone, install your sim card , turn it on again.
Note: i have installed vodafone UK mbn file for my phone, you may need to change mbn file for your carrier (attached Mi9T mbn files)
in order to change mbn file:
1. Download the attached Mi9T mbn
2. Extract the file and choose the desired mbn file
3. open "Volte Pixel 4.zip" and go to
Code:
/system/vendor/rfs/msm/mpss/readonly/vendor/mbn/mcfg_sw/generic/myown/
and paste your choosen MBN file.
4. Go to the mentioned flashing steps and you are good to go!
Click to expand...
Click to collapse
will this work on Pixel 5? and which MBN should I use? thanks in advance
Great news will give it a shot.
Out of subject, I'm wandering if stcpay still not working with root ?
Thanks

VoWifi on V500N?

Hi!
Think this might work on a rooted V50?
If it worked, I would choose to root my V500N!
V60 Bootloader Unlock and Magisk Root
Earlier today I was alerted to https://www.cnblogs.com/yanhua-tj/p/15525593.html which has the actual firehose and steps to unlock! However it seems to be in Simplified Chinese so I'll translate it here for you. The firehose is attached below...
forum.xda-developers.com
Spoiler: Enabling VoWifi on V600EA (Credits to Leronex_1)
Make sure to follow the guide to make /system rw or else you will end up in a non bootable system!
1. Add these lines below to your build.prop (First set permissions on the build.prop so you can write it)
Code:
Debug Options
persist.dbg.ims_volte_enable=1
persist.dbg.volte_avail_ovr=1
persist.dbg.vt_avail_ovr=1
persist.dbg.wfc_avail_ovr=1
# Radio Options
persist.radio.rat_on=combine
persist.radio.data_ltd_sys_ind=1
persist.radio.data_con_rprt=1
persist.radio.calls.on.ims=1
Make sure to set the Permissions back to chmod 600
2. Reboot, go to settings > Networks > Calls > Enable WIFI Calling
3. If it won't turn on by itself you might need to enter the Service menu and go to SVC Menu > VoWIFI > WIFI Calling Toggle = 1
Credit: Leronex (Discord), Leronex_1 (XDA)

Question Decoding CSC Files | Finding New Features

Hey Guys,
So since the S22 Ultra (I have a S908E) is now rooted, I decided to decode and find what features are available and or disabled.
I decoded a few XML files - and I will share them here.
Credits to @fei-ke - For developing the CSC Decoder
If anyone has working CSC mods - Please share!
Thanks!
Spoiler: XSG
<?xml version='1.0' encoding='utf-8'?>
<SamsungMobileFeature>
<Version>ED00006</Version>
<Country>UNITED ARAB EMIRAT</Country>
<CountryISO>AE</CountryISO>
<SalesCode>XSG</SalesCode>
<FeatureSet>
<CscFeature_Calendar_EnableLocalHolidayDisplay>ARABIC</CscFeature_Calendar_EnableLocalHolidayDisplay>
<CscFeature_Calendar_SetColorOfDays>XXXXBRX</CscFeature_Calendar_SetColorOfDays>
<CscFeature_Clock_DisableIsraelCountry>TRUE</CscFeature_Clock_DisableIsraelCountry>
<CscFeature_Common_ConfigSvcProviderForUnknownNumber>off,off,off</CscFeature_Common_ConfigSvcProviderForUnknownNumber>
<CscFeature_Common_DisableLTEFallbackAtLowThroughput>TRUE</CscFeature_Common_DisableLTEFallbackAtLowThroughput>
<CscFeature_Common_SupportHijriLunarCalendar>TRUE</CscFeature_Common_SupportHijriLunarCalendar>
<CscFeature_Contact_SupportDuoVideoCall>TRUE</CscFeature_Contact_SupportDuoVideoCall>
<CscFeature_Email_AlignmentForRTL>TRUE</CscFeature_Email_AlignmentForRTL>
<CscFeature_GMS_SetClientIDBaseCr>android-samsung-ss</CscFeature_GMS_SetClientIDBaseCr>
<CscFeature_GMS_SetClientIDBaseMs>android-samsung-rvo1</CscFeature_GMS_SetClientIDBaseMs>
<CscFeature_GMS_SetClientIDBaseVs>android-samsung-rvo1</CscFeature_GMS_SetClientIDBaseVs>
<CscFeature_RIL_ConfigNetworkTypeCapability>EUR-EUR-GSM-EUR</CscFeature_RIL_ConfigNetworkTypeCapability>
<CscFeature_RIL_ConfigWbamr>2G</CscFeature_RIL_ConfigWbamr>
<CscFeature_RIL_SupportEsim>TRUE</CscFeature_RIL_SupportEsim>
<CscFeature_RIL_WbamrDefaultOn>TRUE</CscFeature_RIL_WbamrDefaultOn>
<CscFeature_Setting_ConfigAboutDeviceItems>fcc=disabled;fccforspen=disabled</CscFeature_Setting_ConfigAboutDeviceItems>
<CscFeature_Setting_DisableIsraelCountry>TRUE</CscFeature_Setting_DisableIsraelCountry>
<CscFeature_Sip_ConfigWhetherToProvideGif>disable</CscFeature_Sip_ConfigWhetherToProvideGif>
<CscFeature_VT_ConfigBearer>-CSVT</CscFeature_VT_ConfigBearer>
<CscFeature_VT_SupportAddCall>TRUE</CscFeature_VT_SupportAddCall>
<CscFeature_VT_SupportMerge>TRUE</CscFeature_VT_SupportMerge>
<CscFeature_VoiceCall_ConfigOpStyleForHdIcon>XSG_HD</CscFeature_VoiceCall_ConfigOpStyleForHdIcon>
<CscFeature_VoiceCall_ConfigOpStyleForLogs>CnapLog</CscFeature_VoiceCall_ConfigOpStyleForLogs>
<CscFeature_VoiceCall_DisableCallTransfer>TRUE</CscFeature_VoiceCall_DisableCallTransfer>
<CscFeature_Weather_ConfigCpType>TWC</CscFeature_Weather_ConfigCpType>
<CscFeature_Weather_SupportCheckingDisputeArea>TRUE</CscFeature_Weather_SupportCheckingDisputeArea>
<CscFeature_Wifi_ConfigSnsStatus>DEFAULT_ON</CscFeature_Wifi_ConfigSnsStatus>
</FeatureSet>
</SamsungMobileFeature>
Spoiler: XXV (Has Call Recording)
<?xml version='1.0' encoding='utf-8'?>
<SamsungMobileFeature>
<Version>ED00004</Version>
<Country>VIETNAM</Country>
<CountryISO>VN</CountryISO>
<SalesCode>XXV</SalesCode>
<FeatureSet>
<CscFeature_Calendar_EnableLocalHolidayDisplay>VI</CscFeature_Calendar_EnableLocalHolidayDisplay>
<CscFeature_Calendar_EnableLunar>TRUE</CscFeature_Calendar_EnableLunar>
<CscFeature_Camera_CameraFlicker>50hz</CscFeature_Camera_CameraFlicker>
<CscFeature_Common_DisablePhoneNumberFormatting>TRUE</CscFeature_Common_DisablePhoneNumberFormatting>
<CscFeature_Contact_ConfigImsOpStyle>XXV</CscFeature_Contact_ConfigImsOpStyle>
<CscFeature_Contact_SupportDuoVideoCall>TRUE</CscFeature_Contact_SupportDuoVideoCall>
<CscFeature_FMRadio_DefaultChannelAs>87.5</CscFeature_FMRadio_DefaultChannelAs>
<CscFeature_FMRadio_FrequencySpaceAs>100</CscFeature_FMRadio_FrequencySpaceAs>
<CscFeature_GMS_SetClientIDBaseCr>android-samsung-ss</CscFeature_GMS_SetClientIDBaseCr>
<CscFeature_GMS_SetClientIDBaseMs>android-samsung-rvo1</CscFeature_GMS_SetClientIDBaseMs>
<CscFeature_GMS_SetClientIDBaseVs>android-samsung-rvo1</CscFeature_GMS_SetClientIDBaseVs>
<CscFeature_LockScreen_DisableUnlockVI>TRUE</CscFeature_LockScreen_DisableUnlockVI>
<CscFeature_RIL_ConfigNetworkTypeCapability>EUR-EUR-GSM-EUR</CscFeature_RIL_ConfigNetworkTypeCapability>
<CscFeature_RIL_ConfigWbamr>2G</CscFeature_RIL_ConfigWbamr>
<CscFeature_RIL_SupportEsim>TRUE</CscFeature_RIL_SupportEsim>
<CscFeature_RIL_WbamrDefaultOn>TRUE</CscFeature_RIL_WbamrDefaultOn>
<CscFeature_Setting_ConfigAboutDeviceItems>fcc=disabled;fccforspen=disabled;</CscFeature_Setting_ConfigAboutDeviceItems>
<CscFeature_Setting_DisableELabelCeWeeeMarks>FALSE</CscFeature_Setting_DisableELabelCeWeeeMarks>
<CscFeature_VT_ConfigBearer>-CSVT</CscFeature_VT_ConfigBearer>
<CscFeature_VT_SupportAddCall>TRUE</CscFeature_VT_SupportAddCall>
<CscFeature_VoiceCall_ConfigOpStyleForLogs>CnapLog</CscFeature_VoiceCall_ConfigOpStyleForLogs>
<CscFeature_VoiceCall_ConfigRecording>RecordingAllowed</CscFeature_VoiceCall_ConfigRecording>
<CscFeature_Weather_ConfigCpType>TWC</CscFeature_Weather_ConfigCpType>
<CscFeature_Wifi_ConfigSnsStatus>DEFAULT_ON</CscFeature_Wifi_ConfigSnsStatus>
</FeatureSet>
</SamsungMobileFeature>
Spoiler: THL
<?xml version='1.0' encoding='utf-8'?>
<SamsungMobileFeature>
<Version>ED00007</Version>
<Country>THAILAND</Country>
<CountryISO>TH</CountryISO>
<SalesCode>THL</SalesCode>
<FeatureSet>
<CscFeature_Common_ConfigAllowedPackagesDuringDataSaving>com.samsung.android.smartcallprovider</CscFeature_Common_ConfigAllowedPackagesDuringDataSaving>
<CscFeature_Common_ConfigSvcProviderForUnknownNumber>whitepages,whitepages,off</CscFeature_Common_ConfigSvcProviderForUnknownNumber>
<CscFeature_Common_DisablePhoneNumberFormatting>TRUE</CscFeature_Common_DisablePhoneNumberFormatting>
<CscFeature_Common_SupportWcdmaInSlave>TRUE</CscFeature_Common_SupportWcdmaInSlave>
<CscFeature_Contact_IgnoreSpaceDuringSearch>TRUE</CscFeature_Contact_IgnoreSpaceDuringSearch>
<CscFeature_Contact_SupportDuoVideoCall>TRUE</CscFeature_Contact_SupportDuoVideoCall>
<CscFeature_FMRadio_DefaultChannelAs>87.5</CscFeature_FMRadio_DefaultChannelAs>
<CscFeature_FMRadio_FrequencySpaceAs>50</CscFeature_FMRadio_FrequencySpaceAs>
<CscFeature_GMS_SetClientIDBaseCr>android-samsung-ss</CscFeature_GMS_SetClientIDBaseCr>
<CscFeature_GMS_SetClientIDBaseMs>android-samsung-rvo1</CscFeature_GMS_SetClientIDBaseMs>
<CscFeature_GMS_SetClientIDBaseVs>android-samsung-rvo1</CscFeature_GMS_SetClientIDBaseVs>
<CscFeature_LockScreen_DisableUnlockVI>TRUE</CscFeature_LockScreen_DisableUnlockVI>
<CscFeature_NFC_ConfigDynamicFirmwareLoading>THL</CscFeature_NFC_ConfigDynamicFirmwareLoading>
<CscFeature_RIL_ConfigNetworkTypeCapability>EUR-EUR-GSM-EUR</CscFeature_RIL_ConfigNetworkTypeCapability>
<CscFeature_RIL_ConfigWbamr>2G</CscFeature_RIL_ConfigWbamr>
<CscFeature_RIL_SupportEsim>TRUE</CscFeature_RIL_SupportEsim>
<CscFeature_RIL_WbamrDefaultOn>TRUE</CscFeature_RIL_WbamrDefaultOn>
<CscFeature_Setting_ConfigAboutDeviceItems>fcc=disabled;fccforspen=disabled;</CscFeature_Setting_ConfigAboutDeviceItems>
<CscFeature_Setting_DisableELabelCeWeeeMarks>FALSE</CscFeature_Setting_DisableELabelCeWeeeMarks>
<CscFeature_SystemUI_ConfigOpBrandingForIndicatorIcon>THL</CscFeature_SystemUI_ConfigOpBrandingForIndicatorIcon>
<CscFeature_VT_ConfigBearer>-CSVT</CscFeature_VT_ConfigBearer>
<CscFeature_VT_SupportMerge>TRUE</CscFeature_VT_SupportMerge>
<CscFeature_VoiceCall_ConfigOpStyleForHdIcon>NOHD</CscFeature_VoiceCall_ConfigOpStyleForHdIcon>
<CscFeature_VoiceCall_ConfigRecording>RecordingAllowed</CscFeature_VoiceCall_ConfigRecording>
<CscFeature_Weather_ConfigCpType>TWC</CscFeature_Weather_ConfigCpType>
<CscFeature_Wifi_ConfigOpBranding>AIS</CscFeature_Wifi_ConfigOpBranding>
<CscFeature_Wifi_ConfigSnsStatus>DEFAULT_ON</CscFeature_Wifi_ConfigSnsStatus>
</FeatureSet>
</SamsungMobileFeature>
A few more decoded files attached;
Thank @JazonX for helping me.
Spoiler: BRI
<?xml version="1.0" encoding="UTF-8"?>
-<SamsungMobileFeature>
<Version>ED00014</Version>
<Country>TAIWAN</Country>
<CountryISO>TW</CountryISO>
<SalesCode>BRI</SalesCode>
-<FeatureSet>
<CscFeature_Calendar_EnableLocalHolidayDisplay>HKTW</CscFeature_Calendar_EnableLocalHolidayDisplay>
<CscFeature_Calendar_EnableLunar>TRUE</CscFeature_Calendar_EnableLunar>
<CscFeature_Calendar_SetColorOfDays>XXXXXBR</CscFeature_Calendar_SetColorOfDays>
<CscFeature_Camera_CameraFlicker>60hz</CscFeature_Camera_CameraFlicker>
<CscFeature_Camera_EnableCameraDuringCall>TRUE</CscFeature_Camera_EnableCameraDuringCall>
<CscFeature_Contact_ANRConfig>0</CscFeature_Contact_ANRConfig>
<CscFeature_Contact_AddPreloadedSpeedDialAs>None,0,None,None</CscFeature_Contact_AddPreloadedSpeedDialAs>
<CscFeature_Contact_CheckSimAlphaLength4UnicodeName>TRUE</CscFeature_Contact_CheckSimAlphaLength4UnicodeName>
<CscFeature_Contact_ConfigDialerFont>FixedKeypadLetter</CscFeature_Contact_ConfigDialerFont>
<CscFeature_Contact_ConfigImsOpStyle>BRI</CscFeature_Contact_ConfigImsOpStyle>
<CscFeature_Contact_ConfigOpStyleVariation>BRI</CscFeature_Contact_ConfigOpStyleVariation>
<CscFeature_Contact_DisableMenuNameOrder>TRUE</CscFeature_Contact_DisableMenuNameOrder>
<CscFeature_Contact_EnableBPMFSortList>TRUE</CscFeature_Contact_EnableBPMFSortList>
<CscFeature_Contact_EnableStrokeSortList>TRUE</CscFeature_Contact_EnableStrokeSortList>
<CscFeature_Contact_LimitNameLength>250</CscFeature_Contact_LimitNameLength>
<CscFeature_Contact_SupportDuoVideoCall>TRUE</CscFeature_Contact_SupportDuoVideoCall>
<CscFeature_Email_UseFixedSmtpPortAs>25</CscFeature_Email_UseFixedSmtpPortAs>
<CscFeature_FMRadio_DisableRTPlusInfo>TRUE</CscFeature_FMRadio_DisableRTPlusInfo>
<CscFeature_GMS_SetClientIDBaseCr>android-samsung-ss</CscFeature_GMS_SetClientIDBaseCr>
<CscFeature_GMS_SetClientIDBaseMs>android-samsung-rvo1</CscFeature_GMS_SetClientIDBaseMs>
<CscFeature_GMS_SetClientIDBaseVs>android-samsung-rvo1</CscFeature_GMS_SetClientIDBaseVs>
<CscFeature_Message_MmsModeCaptureVideoBitRate>0</CscFeature_Message_MmsModeCaptureVideoBitRate>
<CscFeature_Message_MmsModeCaptureVideoMaxDuration>0</CscFeature_Message_MmsModeCaptureVideoMaxDuration>
<CscFeature_NFC_ConfigAdvancedSettings>ENABLE</CscFeature_NFC_ConfigAdvancedSettings>
<CscFeature_NFC_ConfigCardmodeRoutingTypeForHce>ROUTE_ON_WHEN_POWER_ON</CscFeature_NFC_ConfigCardmodeRoutingTypeForHce>
<CscFeature_NFC_ConfigDefaultAidRoute>FALSE</CscFeature_NFC_ConfigDefaultAidRoute>
<CscFeature_NFC_ConfigDynamicFirmwareLoading>BRI</CscFeature_NFC_ConfigDynamicFirmwareLoading>
<CscFeature_NFC_ConfigNonAidService>FALSE</CscFeature_NFC_ConfigNonAidService>
<CscFeature_NFC_DefStatus>ON</CscFeature_NFC_DefStatus>
<CscFeature_NFC_StatusBarIconType>DEFAULT</CscFeature_NFC_StatusBarIconType>
<CscFeature_RIL_CallerIdMatchingDigit>9</CscFeature_RIL_CallerIdMatchingDigit>
<CscFeature_RIL_ConfigNetworkTypeCapability>BRI-BRI-GSM-TPE</CscFeature_RIL_ConfigNetworkTypeCapability>
<CscFeature_RIL_SupportEsim>FALSE</CscFeature_RIL_SupportEsim>
<CscFeature_RIL_WbamrDefaultOn>FALSE</CscFeature_RIL_WbamrDefaultOn>
<CscFeature_SPen_ConfigDefTranslatorSolution>BaiduPref</CscFeature_SPen_ConfigDefTranslatorSolution>
<CscFeature_Security_DeleteCardApplet>deactivate</CscFeature_Security_DeleteCardApplet>
<CscFeature_Setting_ConfigAboutDeviceItems>modelnumberDSsuffix=disabled;</CscFeature_Setting_ConfigAboutDeviceItems>
<CscFeature_Setting_DisableELabelRated>TRUE</CscFeature_Setting_DisableELabelRated>
<CscFeature_SyncML_ConfigDevicePreId>IMEI</CscFeature_SyncML_ConfigDevicePreId>
<CscFeature_SystemUI_ConfigDefQuickSettingItem>Wifi,SoundMode,Bluetooth,RotationLock,AirplaneMode,Flashlight,MobileData,Hotspot,BatteryMode,Location,WindowsLink,ScreenRecorder,ShareLive,DesktopMode,AllShareCast,NearbyShare,BlueLightFilter,NightMode,Dnd</CscFeature_SystemUI_ConfigDefQuickSettingItem>
<CscFeature_SystemUI_ConfigMaxRssiLevel>5</CscFeature_SystemUI_ConfigMaxRssiLevel>
<CscFeature_SystemUI_ConfigOpBranding5GIcon>UseOneShapedIcon</CscFeature_SystemUI_ConfigOpBranding5GIcon>
<CscFeature_SystemUI_ConfigOpBrandingForIndicatorIcon>BRI</CscFeature_SystemUI_ConfigOpBrandingForIndicatorIcon>
<CscFeature_SystemUI_ConfigQuickSettingPopup>BRI</CscFeature_SystemUI_ConfigQuickSettingPopup>
<CscFeature_VT_ConfigBearer>-CSVT</CscFeature_VT_ConfigBearer>
<CscFeature_VT_ConfigCapability>three_widget</CscFeature_VT_ConfigCapability>
<CscFeature_VoiceCall_ConfigOpStyleForWaitingTone>BRI</CscFeature_VoiceCall_ConfigOpStyleForWaitingTone>
<CscFeature_VoiceCall_ConfigOptStyleForCallBarring>RemoveCDMA</CscFeature_VoiceCall_ConfigOptStyleForCallBarring>
<CscFeature_VoiceCall_SupportVolteHoldTone>NOT</CscFeature_VoiceCall_SupportVolteHoldTone>
<CscFeature_Weather_ConfigCpType>TWC</CscFeature_Weather_ConfigCpType>
<CscFeature_Weather_SupportLimitedDisupteArea>TRUE</CscFeature_Weather_SupportLimitedDisupteArea>
<CscFeature_Web_EnableAutoSimHomeUrlInProfile>FALSE</CscFeature_Web_EnableAutoSimHomeUrlInProfile>
<CscFeature_Wifi_ConfigSnsStatus>DEFAULT_ON</CscFeature_Wifi_ConfigSnsStatus>
</FeatureSet>
</SamsungMobileFeature>
Hmm.....maybe it's CSC files that determine what options we have for dual SIM mode.
https://imgur.com/a/1TjegB4
That's what I have on BMC (Bell Mobility) CSC. No options to individually set a SIM for data, calls, SMS/RCS.
Devhux said:
Hmm.....maybe it's CSC files that determine what options we have for dual SIM mode.
https://imgur.com/a/1TjegB4
That's what I have on BMC (Bell Mobility) CSC. No options to individually set a SIM for data, calls, SMS/RCS.
Click to expand...
Click to collapse
Is this in settings / connections / Sim Card Manager ?
Feel free to try another XML file ?
I have attached mine - with all the possible mods.
How do I actually use this XML file?
(Yes, it's Settings - Connections - SIM Card Manager)
Devhux said:
How do I actually use this XML file?
(Yes, it's Settings - Connections - SIM Card Manager)
Click to expand...
Click to collapse
You need Root access to replace this file in System/optics/

Categories

Resources