VoWifi on V500N? - LG V50 ThinQ Questions & Answers

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)

Related

[test][guide][i9500] enable hd voice by editing csc files

WARNING!!! FACTORY RESET/CLEAN INSTALL IS A MUST!
Absolute Conditions:
1. Provider support
2. Handheld support
Files location:
1. customer.xml
- /system/csc/customer.xml
- /system/csc/XXX/system/csc/customer.xml
2. other.xml
- /system/csc/other.xml
- /system/csc/XXX/system/csc/other.xml
Let's start.
1. Open customer.xml in text editor (windows or linux)
2. Look for line like this:
Code:
<Settings>
<Main>
<Network>
<AutoProfile>on</AutoProfile>
<AutoVoicemail>on</AutoVoicemail>
<AutoEmailAccount>off</AutoEmailAccount>
<AutoBookmark>off</AutoBookmark>
<AutoLink>off</AutoLink>
<AutoSyncML>off</AutoSyncML>
<AutoFastDormancy>off</AutoFastDormancy>
<AutoWbAmr>off</AutoWbAmr>
<AutoFOTA>off</AutoFOTA>
</Network>
3a. Add this line below <Network> :
Code:
<NbWbAmr>1</NbWbAmr>
<WbAmr>
<NetworkName>default</NetworkName>
<WbAmrCodec>on</WbAmrCodec>
</WbAmr>
3b. Change <AutoWbAmr>off</AutoWbAmr> to <AutoWbAmr>on</AutoWbAmr>
4. So it will look like this:
Code:
<Settings>
<Main>
<Network>
[COLOR="Red"]<NbWbAmr>1</NbWbAmr>
<WbAmr>
<NetworkName>default</NetworkName>
<WbAmrCodec>on</WbAmrCodec>
</WbAmr>[/COLOR]
<AutoProfile>on</AutoProfile>
<AutoVoicemail>on</AutoVoicemail>
<AutoEmailAccount>off</AutoEmailAccount>
<AutoBookmark>off</AutoBookmark>
<AutoLink>off</AutoLink>
<AutoSyncML>off</AutoSyncML>
<AutoFastDormancy>off</AutoFastDormancy>
[COLOR="Red"]<AutoWbAmr>on</AutoWbAmr>[/COLOR]
<AutoFOTA>off</AutoFOTA>
</Network>
5. Save it.
6. Next, open others.xml in text editor
7. Add this line below <FeatureSet> :
Code:
<FeatureSet>
<CscFeature_Common_EnableHDVoiceDuring3GConnection>TRUE</CscFeature_Common_EnableHDVoiceDuring3GConnection>
7. Save it, FINISH.
How to activate: FACTORY RESET
- Recommended from CWM/Philz Touch recovery
- If you factory reset from setting menu, you will lost ALL internal data.
How to check HD Voice status:
- Dial *#0011#
- Menu > back
- Menu > key input > Q
- Menu > key input > 0000 ( wait)
- [8] WB-AMR Status
- HD Voice enable if WB-AMR SETTING and UMTS WB is ON
Why [TEST] ?
- I'm not sure if my provider support for HD Voice
- If you guys have provider that support HD Voice but got disabled by samsung, please try this guide and report back
Notes:
- I dont know other easy way to activate this guide without factory reseting device
- If you guys knew the easy way without factory reset, please share it
- There is another way to activate HD Voice without factory reset device, but its modification not from CSC.
- For some country, HD Voice enabled by default, so no need to do this
But please check <AutoWbAmr>on</AutoWbAmr>, sometimes it off.
- I9500 TW custom rom developer can made his/her rom have HD Voice support by default by using this guide.
- Sorry for bad english, wish you guys understand what I type
Sample
This is modified CSC for South East Asia region:
CSC_SEA_HDVOICE (Mega)
One question: which files i must modify? The ones in "/system/csc/", the ones in "/system/csc/XXX/system/csc/" (where XXX for me is AFG), or the ones in all the folders (AFG, AFR, etc.) ?

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.

[STOCK][M][ARB01] RS988 11C ROM + Flashable ZIPs + IMGs + KDZ

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Carrier-Free USA LG-RS988 11c​
Thread best viewed in desktop/mobile browser (not XDA app!).
This thread provides multiple methods for installing 11c on the USA RS988. Methods include using LG Bridge, manually flashing a KDZ with LGUP/UPPERCUT or using TWRP to flash a "ROM" zip. Please read the Install Directions and FAQ sections below as well as using the thread search feature before flashing the COMPLETE zip or posting questions in this thread.​
11c Information:
Anti-Rollback Version: 01
Android Version: 6.0.1
Android security patch level: July 1, 2016
Baseband version: MPSS.TH.2.0.c1.4-00010-M8996FAAAANAZM-1.43591.5
Kernel version: 3.18.20
Build date: July 18, 2016
Build number: MMB29M
Stock 11c build.prop: Click button below to view..
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=MMB29M
ro.build.display.id=MMB29M
ro.build.version.incremental=162001557d2e4
ro.build.version.sdk=23
ro.build.version.preview_sdk=0
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=6.0.1
ro.build.version.security_patch=2016-07-01
ro.build.version.base_os=
ro.build.date=Mon Jul 18 16:05:30 KST 2016
ro.build.date.utc=1468825530
ro.build.type=user
ro.build.user=jenkins
ro.build.host=LGEACI8R2
ro.build.tags=release-keys
ro.build.flavor=h1_lra_us-user
ro.product.model=RS988
ro.product.brand=lge
ro.product.name=h1_lra_us
ro.product.device=h1
ro.product.board=msm8996
# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,
# use ro.product.cpu.abilist instead.
ro.product.cpu.abi=arm64-v8a
ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi
ro.product.cpu.abilist32=armeabi-v7a,armeabi
ro.product.cpu.abilist64=arm64-v8a
ro.product.manufacturer=LGE
ro.product.locale=en-US
ro.wifi.channels=
ro.board.platform=msm8996
# ro.build.product is obsolete; use ro.product.device
ro.build.product=h1
# Do not try to parse description, fingerprint, or thumbprint
ro.build.description=h1_lra_us-user 6.0.1 MMB29M 162001557d2e4 release-keys
ro.build.fingerprint=lge/h1_lra_us/h1:6.0.1/MMB29M/162001557d2e4:user/release-keys
ro.build.characteristics=default
ro.lge.lguiversion=5.0
# end build properties
#
# from device/qcom/msm8996/system.prop
#
#
# system.prop for msm8996
#
#rild.libpath=/system/lib/libreference-ril.so
rild.libpath=/vendor/lib64/libril-qc-qmi-1.so
#rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
ril.subscription.types=NV,RUIM
DEVICE_PROVISIONED=1
# Start in cdma mode
# TODO: Please DO NOT enable the next line when you merge CAF
#ro.telephony.default_network=10
debug.sf.hw=1
debug.egl.hw=1
debug.gralloc.enable_fb_ubwc=1
dalvik.vm.heapsize=36m
dev.pm.dyn_samplingrate=1
persist.demo.hdmirotationlock=false
#ro.hdmi.enable=true
persist.speaker.prot.enable=true
qcom.hw.aac.encoder=true
#
# system props for the cne module
#
persist.cne.feature=1
#For enable Android XLAT, LGE does not use this property
#system prop for enabling/disabling Android XLAT
#persist.net.doxlat=true
#For enable Android XLAT, LGE does not use this property
#system props for the MM modules
media.stagefright.enable-player=true
media.stagefright.enable-http=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-fma2dp=true
media.stagefright.enable-scan=true
mmp.enable.3g2=true
media.aac_51_output_enabled=true
# Enable adaptive playback for secure decoder
mm.enable.sec.smoothstreaming=true
av.debug.disable.pers.cache=true
#185971 is decimal sum of supported parsers in AAL
#37491 is decimal sum of supported codecs in AAL
#codecsPARSER_)AAC AC3 AMR_NB AMR_WB ASF AVI DTS FLV 3GP 3G2 MKV MP2PS MP2TS MP3 OGG QCP WAV FLAC AIFF APE
mm.enable.qcom_parser=1048575
persist.mm.enable.prefetch=true
# Additional i/p buffer in case of encoder DCVS
vidc.enc.dcvs.extra-buff-count=2
# Set default power mode to low power for encoder
vidc.debug.perf.mode=2
#
# system props for the data modules
#
ro.use_data_netmgrd=true
persist.data.netmgrd.qos.enable=true
persist.data.mode=concurrent
#system props for time-services
persist.timed.enable=true
#
# system prop for opengles version
#
# 196608 is decimal for 0x30000 to report version 3.0
# 196609 is decimal for 0x30001 to report version 3.1
ro.opengles.version=196609
# system property for maximum number of HFP client connections
bt.max.hfpclient.connections=1
# System property for cabl
#disable cabl for h1
#ro.qualcomm.cabl=2
ro.qualcomm.cabl=0
#
# System props for telephony
# System prop to turn on CdmaLTEPhone always
# TODO: Please DO NOT enable the next line when you merge CAF
#telephony.lteOnCdmaDevice=1
#Simulate sdcard on /data/media
#
persist.fuse_sdcard=true
#system prop for Bluetooth SOC type
qcom.bluetooth.soc=rome
#system prop for wipower support
ro.bluetooth.wipower=true
#Set this true as ROME which is programmed
#as embedded wipower mode by deafult
ro.bluetooth.emb_wp_mode=true
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false
persist.audio.ssr.3mic=false
##fluencetype can be "fluence" or "fluencepro" or "none"
#ro.qc.sdk.audio.fluencetype move to model/audio_config.mk
#ro.qc.sdk.audio.fluencetype=none
persist.audio.fluence.voicecall=true
persist.audio.fluence.voicerec=false
persist.audio.fluence.speaker=true
#system prop for RmNet Data
persist.rmnet.data.enable=true
persist.data.wda.enable=true
persist.data.df.dl_mode=5
persist.data.df.ul_mode=5
persist.data.df.agg.dl_pkt=10
persist.data.df.agg.dl_size=4096
persist.data.df.mux_count=8
persist.data.df.iwlan_mux=9
persist.data.df.dev_name=rmnet_usb0
#property to enable user to access Google WFD settings
persist.debug.wfd.enable=1
##property to choose between virtual/external wfd display
persist.sys.wfd.virtual=0
#property to enable sde downscale feature for external display
#sdm.debug.downscale_external=1
#property to specify the number of frames to skip before setting hint
sdm.perf_hint_window=50
#disable tunnel encoding
tunnel.audio.encode=false
#Buffer size in kbytes for compress offload playback
audio.offload.buffer.size.kb=32
#Enable offload audio video playback by default
#audio.offload.video=true
#Enable 16 bit PCM offload by default
#audio.offload.pcm.16bit.enable=true
#Enable 24 bit PCM offload by default
audio.offload.pcm.24bit.enable=true
#Enable audio track offload by default
audio.offload.track.enable=true
#Enable music through deep buffer
audio.deep_buffer.media=true
#enable voice path for PCM VoIP by default
#use.voice.path.for.pcm.voip move to model/audio_config.mk
#use.voice.path.for.pcm.voip=true
#Enable multi channel aac through offload
audio.offload.multiaac.enable=true
# system prop for NFC DT
ro.nfc.port=I2C
#enable dsp gapless mode by default
#move to model property setting
#audio.offload.gapless.enabled=true
#enable pbe effects
audio.safx.pbe.enabled=true
#parser input buffer size(256kb) in byte stream mode
audio.parser.ip.buffer.size=262144
#property to enable WFD WL solution
ro.vendor.wl_library=libqti-wl.so
#property for vendor specific library
ro.vendor.gt_library=libqti-gt.so
ro.vendor.at_library=libqti-at.so
sys.games.gt.prof=1
#hwui properties
ro.hwui.texture_cache_size=72
ro.hwui.layer_cache_size=48
ro.hwui.r_buffer_cache_size=8
ro.hwui.path_cache_size=32
ro.hwui.gradient_cache_size=1
ro.hwui.drop_shadow_cache_size=6
ro.hwui.texture_cache_flushrate=0.4
ro.hwui.text_small_cache_width=1024
ro.hwui.text_small_cache_height=1024
ro.hwui.text_large_cache_width=2048
ro.hwui.text_large_cache_height=1024
#Disable property for Dolby ds2
audio.dolby.ds2.enabled=false
#Disable property for hard bypass
audio.dolby.ds2.hardbypass=false
audio.offload.passthrough=false
#move to model property setting
#Enable multi offload by defaul
#audio.offload.multiple.enabled=false
# enable navigation bar
qemu.hw.mainkeys=0
#property to enable VDS WFD solution
persist.hwc.enable_vds=1
#Enable stm events
ro.dbg.coresight.config=stm_events
#property to enable fingerprint
persist.qfp=false
#default pd_enable value
persist.sys.pd_enable=0
#Disable rotator split feature
sdm.debug.disable_rotator_split=1
#Increase cached app limit
#ro.sys.fw.bg_apps_limit=60
# property for oom values
ro.sys.fw.bg_cached_ratio=0.33
ro.sys.fw.mOomAdj1=0
ro.sys.fw.mOomAdj2=1
ro.sys.fw.mOomAdj3=2
ro.sys.fw.mOomAdj4=3
ro.sys.fw.mOomAdj5=9
ro.sys.fw.mOomAdj6=15
ro.sys.fw.mOomMinFree1=73728
ro.sys.fw.mOomMinFree2=92160
ro.sys.fw.mOomMinFree3=110592
ro.sys.fw.mOomMinFree4=129024
ro.sys.fw.mOomMinFree5=225000
ro.sys.fw.mOomMinFree6=325000
# reserved wifi related property
dhcp.ap.macaddress=
dhcp.wlan0.dns1=
dhcp.wlan0.dns2=
dhcp.wlan0.domain=
dhcp.wlan0.gateway=
dhcp.wlan0.ipaddress=
dhcp.wlan0.leasetime=
dhcp.wlan0.mask=
dhcp.wlan0.pid=
dhcp.wlan0.reason=
dhcp.wlan0.result=
dhcp.wlan0.server=
dhcp.wlan0.vendorInfo=
dhcp.p2p.dns1=
dhcp.p2p.gateway=
dhcp.p2p.ipaddress=
dhcp.p2p.leasetime=
dhcp.p2p.mask=
dhcp.p2p.pid=
dhcp.p2p.reason=
dhcp.p2p.result=
dhcp.p2p.server=
dhcp.p2p.vendorInfo=
init.svc.dhcpcd_wlan0=
init.svc.dhcpcd_p2p=
init.svc.p2p_supplicant=
init.svc.wififtmd=
init.svc.iprenew_wlan0=
net.change=
net.dns1=
net.dns2=
wlan.driver.status=
#
# ADDITIONAL_BUILD_PROPERTIES
#
log.tag.GpsLocationProvider=DEBUG
log.tag.LocationManagerService=DEBUG
log.tag.NlpProxy=DEBUG
log.tag.LocSvc_java=DEBUG
log.tag.LgeGpsIndicator=DEBUG
log.tag.GeofenceHardwareImpl=DEBUG
log.tag.GeofenceManager=DEBUG
log.tag.FlpServiceProvider=DEBUG
log.tag.GeofenceProxy=DEBUG
ro.com.lge.mada=gms_3.1
ro.build.target_operator=LRA
ro.build.target_country=US
ro.build.target_operator_ext=USA_OPEN
ro.carrier_code=00
ro.telephony.default_network=10
telephony.lteOnCdmaDevice=1
ro.lge.lcd_default_brightness=156
ro.lge.lcd_auto_brightness_mode=true
persist.sys.store_demo_enabled=0
ro.cdma.home.operator.alpha=
ro.cdma.home.operator.numeric=310000
ro.cdma.otaspnumschema=SELC;3;00;07;80;87;88;99
persist.gsm.sms.disablelog=64
persist.radio.volte.dan_support=true
persist.dpm.feature=0
ro.sys.fw.bg_apps_limit=32
ro.config.max_starting_bg=16
wlan.chip.version=bcm43455
wifi.lge.offloading=true
wifi.lge.aggregation=true
wlan.lge.softap5g=true
wlan.lge.dcf.enable=true
wlan.lge.passpoint_setting=true
persist.data.tethering_oc=1
wifi.lge.sleeppolicy=2
wifi.lge.eapaka.aggregation=true
ro.horizontalVVM=true
android.telephony.apn-restore=1800000
persist.lg.data.isSupportPco=true
persist.lg.data.ims_pco=-1
persist.lg.data.internet_pco=-1
ro.dev.fmode=0
ro.dev.fmode_exif=0
persist.http.gba.auth=false
ro.config.ringtone=00_Life_Is_Good.ogg
ro.config.notification_sound=Crystal.ogg
ro.config.alarm_alert=Life_Is_Good_Alarm.ogg
ro.config.timer_alert=Timer.ogg
ro.config.vc_call_vol_steps=8
ro.config.vc_call_vol_default=6
ro.lge.noise.suppression=1
ro.lge.ns.default=1
persist.audio.nsenabled=ON
lge.normalizer.param=version2.0/false/13/true/8000/1/3000/0.5
ro.sdcrypto.syscall=398
ro.com.google.gmsversion=6.0_r4
ro.setupwizard.mode=DISABLED
ro.com.google.apphider=off
lge.nfc.vendor=nxp
ro.com.google.clientidbase=android-om-lge
ro.com.google.clientidbase.ms=android-om-lge
ro.com.google.clientidbase.yt=android-om-lge
ro.com.google.clientidbase.am=android-om-lge
ro.com.google.clientidbase.gmm=android-om-lge
ro.sf.lcd_density=640
persist.sys.strictmode.disable=true
ro.config.vibrate_type=1
persist.service.crash.enable=0
persist.sys.ssr.restart_level=ALL_ENABLE
ro.lge.adoptable_storage=false
ro.frp.pst=/dev/block/bootdevice/by-name/persistent
ro.lge.hl_mode=1
ro.camera.notify_nfc=1
ro.camera.fake_camera_id=2
persist.debug.sensors.hal=i
debug.qualcomm.sns.daemon=i
debug.qualcomm.sns.libsensor1=e
persist.sensors.mag_filter_size=8
persist.sensors.knock_delay=1000
persist.sensors.wul_multilevel=3
persist.sensors.wul_thresh0=2
persist.sensors.wul_thresh1=10
persist.sensors.wul_thresh2=15
persist.sensors.wul_delay=3000
persist.sensors.onhand.en=0
persist.fp.show_percent=false
persist.radio.apm_sim_not_pwdn=1
persist.audio.voice.clarity=off
persist.audio.handset_rx_type=DEFAULT
ro.qc.sdk.audio.fluencetype=nxp
audio.offload.24bit.enable=1
audio.offload.pcm.enable=true
persist.spkr.cal.duration=0
persist.audio.dual_audio=ON
persist.audio.twin_headset=DISABLE
persist.audio.twin_headset_on=0
ro.config.media_vol_extend=ON
ro.lge.vib_magnitude_index=0,1044,1276,1508,1740,1856,1972,2088
use.voice.path.for.pcm.voip=false
audio.offload.gapless.enabled=true
audio.offload.multiple.enabled=true
audio.offload.video=false
audio.offload.pcm.16bit.enable=false
ro.lge.voice.clarity=1
ro.airplane.phoneapp=1
media.input.fd.disable=true
ro.lge.build.basetag=LAMPMMR1R160127
ro.lge.build.branch=msm8996_m_mr1_h1_lra_us_open_mp_160310
sys.knockon.knockoff.distance=10
ro.lge.audio_soundexception=true
sys.lge.bnrd=0
com.lge.splink_screen_off=0
ro.lge.capp_ZDi_O=true
lge.zdi.actionsend=false
lge.zdi.onactivityresult=true
lge.zdi.dragdropintent=false
drm.service.enabled=true
ro.lge.capp_emotional_led=true
wlan.lge.wifidisplay=both
lge.signed_image=true
persist.service.main.enable=0
persist.service.system.enable=0
persist.service.radio.enable=0
persist.service.events.enable=0
persist.service.kernel.enable=0
persist.service.packet.enable=0
persist.service.storage.low=0
persist.service.power.enable=0
persist.service.memory.enable=0
persist.service.ccaudit.enable=0
persist.service.xfrm.enable=0
ro.afwdata.LGfeatureset=VZWBASE
persist.lg.data.fd=0
persist.lg.data.hvolte_vzw=true
persist.telephony.oosisdc=false
persist.qcril.disable_retry=true
persist.lg.data.llkklk.exact=true
persist.lg.data.fds_prop=0
ro.lge.swversion_arb=
ro.lge.swversion=RS98811c
ro.lge.swversion_short=V11c
ro.lge.swversion_rev=00
ro.lge.factoryversion=LGRS988AT-00-V11c-LRA-US-JUL-18-2016+00
dalvik.vm.heapgrowthlimit=256m
ro.vendor.extension_library=libqti-perfd-client.so
persist.radio.sib16_support=1
persist.radio.custom_ecc=1
af.fast_track_multiplier=1
audio_hal.period_size=192
camera.disable_zsl_mode=1
ro.carrier=unknown
dalvik.vm.heapstartsize=8m
dalvik.vm.heapsize=512m
dalvik.vm.heaptargetutilization=0.25
dalvik.vm.heapminfree=4m
dalvik.vm.heapmaxfree=16m
persist.service.odm_log.noti=true
persist.service.odm_log.svc=true
ro.boot.svelte=1
ro.qcom.ad=1
ro.qcom.ad.sensortype=1
ro.qcom.ad.calib.data=/system/media/display/calib.cfg
persist.sys.highlux.menu_on=0
persist.sys.enable_hardreset=0
ro.lge.has_left_sidekey=true
ro.lge.support_vr=true
vr.perfd.controller.start=0
ro.lge.gons.enable=true
wlan.lge.gons.scan.completed=false
wlan.lge.gons.scan.scanonly=false
persist.service.logger.low=0
wlan.chip.vendor=brcm
wifi.lge.patch=true
wlan.lge.concurrency=MCC
wlan.lge.supportsimaka=yes
wlan.lge.softapwps=true
wifi.lge.common_hotspot=true
wifi.lge.supportp2p5g=full
wlan.lge.traffic.trigger=100
wlan.lge.fastroaming=true
persist.sys.dalvik.vm.lib.2=libart
dalvik.vm.isa.arm64.variant=kryo
dalvik.vm.isa.arm64.features=default
dalvik.vm.isa.arm.variant=cortex-a53
dalvik.vm.isa.arm.features=default
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
persist.gps.qc_nlp_in_use=1
persist.loc.nlp_name=com.qualcomm.location
ro.gps.agps_provider=1
ro.expect.recovery_id=0x991300ac242bea961eb43bb887020e1b9b2fabfb000000000000000000000000
Downloads:
Click button below to view downloads for 11c, RS988 and all G5 variants.
Please do not mirror files!
LG-RS98811c-Flashable.COMPLETE-ARB01.zip
LG-RS98811c-Flashable.Bootloader-ARB01.zip
LG-RS98811c-Flashable.Modem-ARB01.zip
RS98811c_00_ARB01.kdz
Codefire Directories:
G5 IMGs, drivers, KDZs, ZIPs and more can be found in the following directories...
LG-RS98811c | LG-RS988 | LG G5
MD5 Sums:
Click button below to view MD5 for each file...
7be5939eea6a82e6c22752b4c39fba0a ./LG-RS98811c-Flashable.Modem-ARB01.zip
15bc82584049ec3a7c62d921c2897267 ./rct.img
8c22ac9a3bff0cdeaeebd71ba7b888f1 ./apdp.img
436e7fffb4740349b2b5f541aadfdec1 ./hyp.img
4017d136c0008421fe7ce17e7477bfc5 ./pmic.img
9af6d5cc7905db1226a5d3dfe552134c ./LG-RS98811c-Flashable.COMPLETE-ARB01.zip
a4345b4a3cd2efdd860ffb1e997f4136 ./boot.img
9cce6a862d149bb5a1e716832dbdb8c3 ./LG-RS98811c-Flashable.Bootloader-ARB01.zip
75bb01c70746b3e9996e5ac88e9e894a ./tz.img
ce0d9aed64a642870db8622e59f50987 ./recovery.img
0bd81d2534ee21e26536d47cf9bdfded ./modem.img
5c2c3e6332d226adb64ab3fbe2935c2b ./persist.img
55eb4f62ebcf5d0248c2be774b27a428 ./cmnlib.img
a74709295e01e5c2c1f9978cfc87ecd1 ./keymaster.img
a937d853e44401cfc1065761ce8a6058 ./RS98811c_00_ARB01.kdz
15bc82584049ec3a7c62d921c2897267 ./factory.img
592c13d33869f08fa51aadffec2578e9 ./raw_resources.img
ed9ea2a17f9152fc1fdfc96b91cbe4b2 ./xbl.img
ed9ea2a17f9152fc1fdfc96b91cbe4b2 ./xbl2.img
8f65b71ee275bd573f092f3216518044 ./laf.img
e4f8c99d6e29eec7f0104dbf41f7e054 ./rpm.img
2e50861904836762aa0e0f264611a5b3 ./msadp.img
dbc93317b178cf1e8e29839703bad5fe ./aboot.img
ca5113cb6a95aefbf12ad823a728fbfa ./devcfg.img
628756d1475c7e6ffa2f974c63261bf6 ./sec.img
b61bb73d635a8c4458542ffa270551d3 ./cmnlib64.img
Install Directions:
You can install RS988 11c using the following methods...
Using LG Bridge on pc/mac. LG Bridge app downloads the latest available KDZ for your phone then installs it.
Using LGUP + UPPERCUT. You can download the 11c KDZ and manually flash it with LGUP.
Using TWRP to flash my 11c COMPLETE zip. You must flash either SuperSU or Magisk zip after flashing COMPLETE zip for root.
All methods listed above are described in full step by step detail below. Click button below to view...
For no root/100% stock just flash the KDZ. Flash KDZ with either LG Bridge or LGUP.
LG Bridge downloads and flashes the KDZ automatically but can be weird/buggy.
LGUP requires downloading 11c KDZ file yourself but it's pretty simple after that.
If you have TWRP and want to keep it or want root then you'll want the zip files.
LG Bridge Directions:
Click button below to view steps
1. Download/install LG Bridge for Windows or Mac.
2. Launch LG Bridge and connect G5 while it is still booted in Android.
3. LG Bridge will detect and connect to your device then scan for updates. Update if available.
LGUP Directions:
Click button below to view steps
1. Download the following three(3) files on Windows PC (Windows only. Mac/Linux? Use a Windows Virtual Machine):
LGUP
UPPERCUT
Latest LG Windows PC drivers
2. Download KDZ. Install LGUP 1.14 and LG USB drivers if not already installed.
3. Turn OFF device then place in Download Mode: Hold Volume Up while plugging in USB cable.
4. Double-click the UPPERCUT.exe to load LGUP...
How-to use LGUP and flash software:
Select device
Check BIN File box under File Type then select KDZ file
Check "Upgrade" box. Refurbish will not work. To wipe data, boot into stock recovery and do a factory reset.
Click START button to flash file to G5 (you may have to close and reopen LGUP before being able to hit Start)
Install via TWRP Directions:
Click button below to view steps
Below are options for flashing zips in TWRP.
IF YOU FLASH THE COMPLETE ZIP YOU WILL LOSE TWRP UNLESS YOU FLASH A ZIP THAT REPACKS THE BOOT.IMG OR YOU DELETE THE "recovery-from-boot.p" FILE IN /SYSTEM.
ZIPS THAT REPACK THE BOOT.IMG INCLUDE SUPERSU OR MAGISK.
To flash the 11c ZIPs you need TWRP installed.
A. Stock ROOTED.
Click the button below to view steps
1. Download the following two files and place on G5 internal or external SD card.
Have encrypted data and no external sdcard? ADB Sideload in TWRP.
LG-RS98811c-Flashable.COMPLETE-ARB01.zip
Latest SuperSU [BETA] Thanks to Chainfire!
2. (re)Boot into TWRP
3. Install the COMPLETE ZIP and SuperSU ZIP:
LG-RS98811c-Flashable.COMPLETE-ARB01.zip (Install > select zip > swipe to confirm/flash)
SuperSU zip (Install > select zip > swipe to confirm/flash)
OPTIONAL:
You can use Magisk instead of SuperSU.
To be extra safe in making sure TWRP sticks (in case zips don't repack the boot.img or user error) delete the "recovery-from-boot.p" file in the root of /system and TWRP will 100% stick... boot repack or not). You can use the TWRP Mounts button mount system as RW. And use the Advanced button in TWRP to use the file manager to delete the "recovery-from-boot.p" in /system.
After zips finish flashing you can reboot! If TWRP asks if you want to install SU, hit no. If TWRP says No OS installed, ignore it.
B. Stock UNROOTED + Keeping TWRP.
You need the COMPLETE zip + either the no-verity-opt-encrypt.zip OR boot repack zip.
Data unncrypted users: Use no-verity-opt-encrypt.zip. Those keeping data encryption: boot repack zip.
If you don't want TWRP/root and don't want to use a KDZ.. flash the COMPLETE zip by itself.
Click the button below to view steps
1. Download files and place on G5 internal or external SD card.
Have encrypted data and no external sdcard? Use ADB Sideload in TWRP.
LG-RS98811c-Flashable.COMPLETE-ARB01.zip
no-verity-opt-encrypt-4.1.zip.Thanks to @jcadduono!
android-boot-repack.zip. Thanks to @jcadduono!
2. (re)Boot into TWRP
3. Install the COMPLETE ZIP + noverity/bootrepack ZIP:
LG-RS98811c-Flashable.COMPLETE-ARB01.zip (Install > select zip > swipe to confirm/flash)
no-verity-opt-encrypt.zip OR android-boot-repack.zip (Install > select zip > swipe to confirm/flash)
After zips finish flashing you can reboot! If TWRP asks if you want to install SU, hit no. If TWRP says No OS installed, ignore it.
FAQ:
Click button below to view FAQ
Q: Why isn't this ROM pre-rooted? Are there any mods?
A: I leave all modifications up to the user, therefore it is up to the user to decide which root method/zip to use or which mods to flash etc. Simply flash the COMPLETE zip then flash the SuperSU zip right after and you'll have a stock-rooted ROM using SuperSU. Want a debloated stock rom? Users/devs should put together a flashable zip that simply deletes apks and other files from the stock roms.. no need to create a whole new 2GB+ rom zip just because you want a few apks removed. The same is true with many mods... flashable mod zips could be used to make changes to this stock base rom.. a whole new rom isn't needed just because a few APKs were modified.
Q: Why did I lose TWRP after flashing this ROM?
A: Android attempts to remove any installed custom recovery(TWRP) each time you boot into Android. To avoid this you can either modify the boot.img or remove the "recovery-from-boot.p" file which is found in the root of your /system partition. Android is able to build the new stock recovery.img when you boot into Android by using the "recovery-from-boot.p" file inside system. But when the boot.img is modified (using SuperSU for example) Android will no longer try to rebuild a stock recovery.img based off the boot.img. Or you can simply remove the "recovery-from-boot.p" file and Android no longer knows how to rebuild stock recovery.
Q: Anti-Rollback 01? What does this mean?
A: It means if you flash 11c or higher you can't flash anything lower than anti-rollback (ARB) v01. 10A was v00. If you manage to flash 10x bootstack (bootloader/modem) after already being on 11c+ you will brick. Just don't flash any 10x files and you're fine (as of May 2017.. can't predict future builds...)
Q: I don't care about root or TWRP.. do I have to worry about this fuse stuff?
A: Nope, if you don't want root or TWRP just use LG Bridge or LGUP to upgrade to stock 11c and keep it movin'.
Q: Why does the boot.img need to be repacked?
A: boot.img is repacked for systemless root. You also need to repack the boot.img to stop TWRP from getting replaced with stock recovery the first time you boot into android after installing a new system/boot. A patch file in the system.img uses the boot.img when it's 100% stock and builds/flashes a stock recovery image... and this would replace TWRP. So to keep TWRP and keep a stock system.img you just repack the boot.img with either the SuperSU/Magisk, verity/encryption zip or the boot repacker zip. If you don't care about keeping TWRP none of this matters.
Q: How do I know if /data and /sdcard are encrypted?
A: If you never used TWRP and wiped/formatted data then you have encrypted data. Have TWRP and aren't sure? Boot into TWRP and try to browse /data or /sdcard... if both are empty then you are encrypted. Can you see stuff in /data and /sdcard? Then your data is not safe and not encrypted(but at least you can see files in TWRP, right?...).
NOTES:
This is for the carrier-free USA RS988 that can be officially bootloader unlocked through the LG Developer program. It should technically work with the Brightpoint variants but was made for the carrier-free variant. I was asked to put together an 11c zip so it was easier to downgrade from Android 7 Nougat to Android 6 Marshmallow by flashing the bootloader or COMPLETE zips in TWRP. LGUP does not allow downgrading from N to M so flashing with TWRP is currently the easiest downgrade method.
For the users stuck on Brightpoint's 10h, just unlock the bootloader, install TWRP and then flash the 11c COMPLETE zip in TWRP... reboot into Android and you'll be ready to accept the 11D and 21A OTA updates.
After someone flashes the 11C COMPLETE zip I need a user to boot into Android and then issue the adb reboot bootloader command to see if you boot into fastboot or if the phone just reboots.
It would be helpful if a user goes back to 11c stock then updates to 11D.. then installs TWRP.. and uses TWRP to backup all the stock 11D partitions (system, boot, modem and all the partitions that make up the bootstack/bootloader).
It would also be helpful if a user did the same when updating to 21A.
The exact process would be to flash back to 11C... take the OTA update to 11D/21A. Boot into fastboot and install twrp. unplug the usb cable and power off the phone. Boot into TWRP. Back up stock partitions in TWRP to tmp directory or external sdcard (internal sdcard will be encrypted and you wont be able to use that unless you format it). Then the partitions will need to be compressed (zip, rar, 7z etc..) and uploaded somewhere so I can download it and then make new flashable zips.
The partitions must be 100% stock.. so back them up before trying to root in TWRP or attempting any mods. OTA update > install twrp > boot into twrp and backup stock partitions.
Click to expand...
Click to collapse
y u quote OP?
For more G5 info see my All-in-One Thread HERE
Follow me on twitter for future updates on LG-related things - twitter.com/@utoprime
Find this thread helpful? Hit the Thanks button!
Feeling extra generous? Click my name at the top of any post and hit donate or click here.
#TEAMCODEFIRE
Thanks @autoprime I will do it right now
Just to confirm @autoprime fastboot access is unavailable on 11c it just reboots when issuing adb reboot bootloader command it does not become accessible until you upgrade to 11d
---------- Post added at 04:43 AM ---------- Previous post was at 04:41 AM ----------
If your phone reboots at all or boot loops when you are trying to setup after downgrading back to 11c just pull battery and go into stock recovery and do a factory reset and all will be good.
AriesTruong said:
Thanks @autoprime I will do it right now
Click to expand...
Click to collapse
I flashed and it boot loop at Enter Pass of phone. I also into recovery and select to factory reset but it still hit boot loop.
What should I do for next step. I will try run lgup when I have pc
---------- Post added at 07:42 AM ---------- Previous post was at 07:02 AM ----------
AriesTruong said:
I flashed and it boot loop at Enter Pass of phone. I also into recovery and select to factory reset but it still hit boot loop.
What should I do for next step. I will try run lgup when I have pc
Click to expand...
Click to collapse
Yes I reflashed with ROM RS98811c via LGUP and it works well. I will check update for Android 7.
Thanks @autoprime and users of RS988
Yes sorry i did not mention flashing the 11c kdz with lgup because i wasn't sure if it had to be done i only did it as a precaution to guarantee i was on factory stock before checking for updates. Just to report that 4g lte is working perfectly now that i am on the 21a nougat
AriesTruong said:
I flashed and it boot loop at Enter Pass of phone. I also into recovery and select to factory reset but it still hit boot loop.
What should I do for next step. I will try run lgup when I have pc
---------- Post added at 07:42 AM ---------- Previous post was at 07:02 AM ----------
Yes I reflashed with ROM RS98811c via LGUP and it works well. I will check update for Android 7.
Thanks @autoprime and users of RS988
Click to expand...
Click to collapse
firenemesis7 said:
Yes sorry i did not mention flashing the 11c kdz with lgup because i wasn't sure if it had to be done i only did it as a precaution to guarantee i was on factory stock before checking for updates. Just to report that 4g lte is working perfectly now that i am on the 21a nougat
Click to expand...
Click to collapse
Did you backup partition and shared with @autoprime? I still download N.21a
No i do not have twrp installed currently wanted to get back to 21a so i could test LTE for everyone that was asking it has been working great all night and today without one disconnection.
AriesTruong said:
Did you backup partition and shared with @autoprime? I still download N.21a
Click to expand...
Click to collapse
@autoprime all i see that i can backup in twrp are system, system image and boot will that be enough to be useful or is there any other way to backup up other partitions? i know recovery, data, and efs would most likely not be needed and that are the only other options.
firenemesis7 said:
@autoprime all i see that i can backup in twrp are system, system image and boot will that be enough to be useful or is there any other way to backup up other partitions? i know recovery, data, and efs would most likely not be needed and that are the only other options.
Click to expand...
Click to collapse
you would need to use adb shell in TWRP to manually backup the partitions. you could use twrps backup feature to backup system image (not system) and boot... but adb would be needed for all the others.
if you have an external sdcard you could backup system image and boot image to your ext-sd using twrps backup feature.
then for the rest you could use adb dd commands to save each partition to the /tmp directory... then after theyre all backed up to /tmp you could then use adb pull to pull each image from /tmp onto your pc.
the adb command's example would be:
adb shell
dd if=/dev/block/bootdevice/by-name/aboot of=/tmp/aboot.img
and those 2 commands above would then backup your aboot partition and save it as an img file in the /tmp directory.
and you would use that same "template" of a dd command for all the other partitions listed in the RS988 11C codefire directory.
dd if=/dev/block/bootdevice/by-name/PartitionNameHere of=/tmp/FileNameHere
so another example would be:
dd if=/dev/block/bootdevice/by-name/modem of=/tmp/modem.img
and you'd do the same for all the other partitions... list of partitions is here. Every file that ends with .img
if you didnt want to save each image file to the /tmp directory and instead directly onto your external sdcard.. you'd have to figure out what the external sdcard directory is..
for example: dd if=/dev/block/bootdevice/by-name/modem of=/sdcard/ext-sd/modem.img
or something along those lines... I don't have the directory for ext off the top of my head.
so with those steps.. you or another user would be making a proper backup of everything and would allow me to make a proper COMPLETE zip and bootloader zip for that software version. Then RS988 users wouldn't need to mess with 11C anymore (unless they wanted to).
a screenshot or copy/paste of the command prompt/terminal with all the adb commands used could be helpful so I could review and make sure there were no typos or mistakes. Forgetting to change the "partition name" in the command put changing the "image name" would result in some pretty dangerous mixups...
for example:
dd if=/dev/block/bootdevice/by-name/modem of=/tmp/modem.img
dd if=/dev/block/bootdevice/by-name/modem of=/tmp/aboot.img
those commands would give you 2 different image names... but looking more closely at the command.. both commands backed up the modem partition... despite the file being named "aboot.img". and if someone then flashed that "aboot.img" to their aboot partition, they would brick. and no kdz or rom zip will ever fix that. perm brick.
Everything worked out good zip file is uploading now and i will post link when it is ready. I included a text file with all my dd commands i used to generate the .img files.
@autoprime https://drive.google.com/open?id=0B9RvufywiW6VZ2d3ck90WFhJaEE this should be everything you need
I spent some time tonight on this.
Got the bootloader unlocked.
Flashed the twrp-3.0.2-1-rs988.img file.
Booted into TWRP and flashed the LG-RS98811c-Flashable.COMPLETE-ARB01.zip
Now the phone boots, asks for a security password, says there is 20/30, and then reboots within 2 seconds.
I'm not sure what to do.
I've done the bottom power button+power key, factory reset twice, says Android Starting, then when it gets to the Welcome Screen, Set Internet Connection and REBOOTS.
Edit:
I went into Download Mode and flashed the 11c KDZ in LG UP. Phone rebooted at end, then started asking again for a password. Went back to the Volume Down+Power and Factory Reset.
I was then able to get the phone to fully boot Android and currently downloading the 11d update.
My question is why it kept asking for a security password on boot, and how can I make sure that doesn't happen again?
Edit #2:
The 11d update downloaded and flashed, and upon reboot, it again is asking for a password to unlock?!?
Edit #3:
Once again did Volume Down+Power to factory reset. Now downloading the 21a.
But I have a feeling once it installs and reboots, it will once again ask for a password.
Edit 4:
Got 21a flashed. LTE with ATT GoPhone working.
The Password on boot is now gone (but still not sure why it kept coming up).
Now just the warning about the Unlocked Bootloader.
firenemesis7 said:
@autoprime this should be everything you need
Click to expand...
Click to collapse
thank you! I went through all the dd commands in the text and looked over the partitions.. everything looks perfect. :good:
I just need to confirm one more thing which I should have mentioned originally but it slipped my mind...
when you first booted into TWRP before the backups TWRP first asks you to enter a decryption password and then asks about keeping system "read-only". Which buttons/options did you select when going through these menus before you got into the main TWRP screen?
I'll assume you hit "cancel" on the decryption screen but for the system read-only menu.. did you select "keep read only" or "swipe to allow modifications" ?
if keep read only was selected.. great.. and I will work on putting the flashable zips together this weekend.
if you swiped to allow modifications, system was remounted and is no longer 100% stock and it wouldnt be the best option for putting together a stock rom... and I would need someone else to make a system backup (I could still use all your other partitions though!)
@autoprime yes i kept everything read only glad everything looks good.
---------- Post added at 03:52 PM ---------- Previous post was at 03:49 PM ----------
Not positive why the password popup kept coming up same thing happened for me i assume maybe because of the unlocked bootloader.
FAUguy said:
I spent some time tonight on this.
Got the bootloader unlocked.
Flashed the twrp-3.0.2-1-rs988.img file.
Booted into TWRP and flashed the LG-RS98811c-Flashable.COMPLETE-ARB01.zip
Now the phone boots, asks for a security password, says there is 20/30, and then reboots within 2 seconds.
I'm not sure what to do.
I've done the bottom power button+power key, factory reset twice, says Android Starting, then when it gets to the Welcome Screen, Set Internet Connection and REBOOTS.
Edit:
I went into Download Mode and flashed the 11c KDZ in LG UP. Phone rebooted at end, then started asking again for a password. Went back to the Volume Down+Power and Factory Reset.
I was then able to get the phone to fully boot Android and currently downloading the 11d update.
My question is why it kept asking for a security password on boot, and how can I make sure that doesn't happen again?
Edit #2:
The 11d update downloaded and flashed, and upon reboot, it again is asking for a password to unlock?!?
Edit #3:
Once again did Volume Down+Power to factory reset. Now downloading the 21a.
But I have a feeling once it installs and reboots, it will once again ask for a password.
Edit 4:
Got 21a flashed. LTE with ATT GoPhone working.
The Password on boot is now gone (but still not sure why it kept coming up).
Now just the warning about the Unlocked Bootloader.
Click to expand...
Click to collapse
autoprime said:
thank you! I went through all the dd commands in the text and looked over the partitions.. everything looks perfect. :good:
I just need to confirm one more thing which I should have mentioned originally but it slipped my mind...
when you first booted into TWRP before the backups TWRP first asks you to enter a decryption password and then asks about keeping system "read-only". Which buttons/options did you select when going through these menus before you got into the main TWRP screen?
I'll assume you hit "cancel" on the decryption screen but for the system read-only menu.. did you select "keep read only" or "swipe to allow modifications" ?
if keep read only was selected.. great.. and I will work on putting the flashable zips together this weekend.
if you swiped to allow modifications, system was remounted and is no longer 100% stock and it wouldnt be the best option for putting together a stock rom... and I would need someone else to make a system backup (I could still use all your other partitions though!)
Click to expand...
Click to collapse
When I did TWRP first boot, I didn't do the swipe right, so it kept it Read. From there I did the 11c Complete flash. Didn't do SuperSU.
Now that I've been on 21a for about 12 hours, I was wondering if there is a way to reverse the unlocked bootloader so that other apps like Android Pay will work?
confirm OEM Unlock is enabled in developer settings. "adb reboot bootloader" then "fastboot oem lock" once you are booted into fastboot. you should not have anything do worry about considering you did not enable modifications in twrp
FAUguy said:
When I did TWRP first boot, I didn't do the swipe right, so it kept it Read. From there I did the 11c Complete flash. Didn't do SuperSU.
Now that I've been on 21a for about 12 hours, I was wondering if there is a way to reverse the unlocked bootloader so that other apps like Android Pay will work?
Click to expand...
Click to collapse
firenemesis7 said:
confirm OEM Unlock is enabled in developer settings. "adb reboot bootloader" then "fastboot oem lock" once you are booted into fastboot. you should not have anything do worry about considering you did not enable modifications in twrp
Click to expand...
Click to collapse
OEM Unlock is grayed out for some reason, probably because it is unlocked? After doing the "Fastboot oem lock" command, I guess this research the phone, meaning apps and setting are cleared?
Yes it will be greyed out but the button is toggled to on. I don't think it will factory reset when you relock.
So I've noticed a major issue today. Not sure if it is with 21a, or with GoPhone (ATT network), but didn't have this issue with 11c/11d...
About half of incoming calls (placed from an land line or other cell) is not going through to the G5. It stays on LTE instead of changing to HSPA when the call comes in, and thus the G5 doesn't ring and goes to voice mail. Then it doesn't get the VM notification. I can place calls fine (changes from LTE to HSPA and back), so it looks to be only on incoming calls.
I've done the "Reset Network", verified the APN, and went to Global to GSM/LTE network mode. But still happens.
Mine is switching just fine on metropcs it actually seems like it switches quicker on 21a when receiving and ending calls than it did on 11c/d

EMUI8.0 - Hidden settings & tweaks [Root needed]

Here is a list of hidden settings & tweaks for EMUI8.0 .
They were tested on oreo STF-L09C432B360 but should work on others EMUI8.0 devices.
Other version than European C432 should switch "/eu/" part in original filename with region codename of their firmware.
Root access is needed to be able to edit these file ; Keep files' permissions & owner's rights as they were.
For rooting EMUI8.0, I'll suggest magisk 15.4 until a better solution appears.
Show 4G/LTE switch in network settings
In :
Code:
/cust/hw/eu/prop/local.prop
Look for :
Code:
ro.config.hw_hide_lte=true
Edit it to :
Code:
ro.config.hw_hide_lte=false
Reboot
Show 4G/LTE switch in quick settings
In :
Code:
/cust/hw/eu/xml/hw_default.xml
Look for :
Code:
<integer settings.global.hw_4g_show="0" reset="true"/>
Edit it to :
Code:
<integer settings.global.hw_4g_show="1" reset="true"/>
Reboot
Change icons' title fontsize
In :
Code:
/product/etc/xml/hw_launcher_default_config.xml
Look for :
Code:
<item name="config_IconTitleSize">12</item>
Edit with the number of your choice beetween ? & ? :
Code:
<item name="config_IconTitleSize">10</item>
Reboot
Show icons' titles on 2 lines
In :
Code:
/cust/hw/eu/xml/hw_default.xml
Look for :
Code:
<string app_name_two_lines="false"/>
Edit it to :
Code:
<string app_name_two_lines="true"/>
Reboot
Huawei Call Recorder
Follow this link
Huawei Face Unlock
Follow this link
Testing in progress :
Add '4G/LTE only' mode to prefered carrier modes list in network settings
In :
Code:
/cust/hw/eu/xml/hw_default.xml
Look for :
Code:
<string hw_add_4g_only="250"/>
Change or add your carrier's mcc number.
Note : [adding mcc numbers with ';' or ',' ?] [need testing with 'all' , '-1' , 'ALL' or nothing for mcc parameter)
Testing in progress :
Replace '4G' by '4,5G' in both settings and status bar
In :
Code:
/cust/hw/eu/xml/hw_default.xml
Look for :
Code:
<string hw_show_4_5G_for_mcc="286"/>
Change or add your carrier's mcc number.
Note : [adding mcc numbers with ';' or ',' ?] [need testing with 'all' , '-1' , 'ALL' or nothing for mcc parameter)
Testing in progress :
Add 6x5, 5x6, 6x4 & 4x6 icons layout to homescreen settings
In :
Code:
/product/etc/xml/hw_launcher_default_config.xml
Look for :
Code:
<item name="config_desktopCellsOptionItems" reset="true">4x5,4x4,5x4,5x5</item>
-WIP-
Layout 6x6 not working
Testing in progress :
Change begin date of monthly data usage cycle
In :
Code:
/data/user_de/0/com.huawei.systemmanager/databases/netassistant.db
With a sqlite editor change this value :
Code:
settinginfo / begin_date
Change it from null to the day's number your monthly data plan starts.
After editing : Double check UID & GID ownerships are still set to 1000 (system).
Show 4G+/CA switch in settings
In :
Code:
/version/special_cust/STF-L09/hw/eu/prop/local.prop
Look for :
Code:
ro.config.support_ca=false
Edit it to :
Code:
ro.config.support_ca=true
Reboot
Show data roaming options in settings (options available are: disabled/domestic/international)
In :
Code:
/cust/hw/eu/xml/hw_default.xml
Look for :
Code:
<string hw_data_roam_option="26006,27211"/>
Change or add your carrier's mcc&mnc number.
Note : [need testing with 'all' , '-1' , 'ALL' or nothing for mcc parameter)
Reboot
Wifi bridge enabler
Follow this link
PS: I use TotalCommander on android but others files explorer with root access should work too.
MAKE BACKUPS BEFORE YOU EDIT ANY FILES !!!
0. Check file's permission & file's owner and remember it.
1. First backup the original file in a backup directory.
2. Copy again the original file in a custom directory with user's rights.
3. Edit file on this custom folder.
4. Delete original file on original location, then hurry to step 5.
5. Copy previously edited file from custom folder to original location and accept when TotalCommander ask about re-mounting partition.
6. Verify file's permission & file's owner in original location.
I'll update this OP with new tweaks & settings as they are uncovered.
Reasons for editing:
-typos, visual work-over, added file's ownership (UID) infos
-added 'Change begin date of monthly data usage cycle'
-added Wifi bridge, CA settings (4G+) & Roaming options
-reserved-
for have call recorder whit twrp
EDIT:
sorry if you use it in oreo, recorder call work, but there isnt link for listen in phone dialer. it is full 100% working only in nougat
angelobiz said:
for have call recorder whit twrp
Click to expand...
Click to collapse
Any differences, beside twrp compatible, with the one provided on OP's link ?
oslo83 said:
Any differences, beside twrp compatible, with the one provided on OP's link ?
Click to expand...
Click to collapse
i dont know, but i think it is same same. whit twrp it is more simple install.
i have test it in nougat work so good,
EDIT:
i wrong sorry, in oreo work, but for listen the record have to go hit recorder app... there isnt a link for listen in dialer.
link for Face unlock added !
angelobiz said:
i have test it in nougat work so good,
EDIT:
i wrong sorry, in oreo work, but for listen the record have to go hit recorder app... there isnt a link for listen in dialer.
Click to expand...
Click to collapse
You meant it's partialy working on nougat ?
Because here on oreo it's fully working with a link for listen recordings in dialer.
Added 'Change begin date of monthly data usage cycle' in OP.
oslo83 said:
You meant it's partialy working on nougat ?
Because here on oreo it's fully working with a link for listen recordings in dialer.
Click to expand...
Click to collapse
i mean TWRP file that i posted.
your files and guide is ok!
I Found:
Show 4G+/CA switch in settings
&
Show data roaming options in settings (disabled/domestic/international)
I'll add them soon.
+ I'll test vowifi (some tweaks and edits already done) once my volte would be *finally* enabled carrier side.
As i think you need volte function enabled for enabling vowifi.
Quick update:
Volte finally enabled carrier side, so now volte is working on stock as it should for me.
Vowifi not working, but maybe almost :
- vowifi carrier settings line added in volte/vowifi carrier's file.
- one of the two hiddens wificalling settings screen is shown and seems to works: It keeps the settings set once close. It's com.android.settings.Settings$WifiCallingSettingsActivity
- the others don't and this should be a problem, it's com.android.settings.Settings$HwWifiCallingSettingsActivity
For now when wificall should occurs it complains about no wifi connected to when there is one already connected to. I saw some wlan settings still set to 0 in config files - need to fiddle with it...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
About call recorder, I installed app and gave permissions like said but each time I try to start a record or set for automatic record, I get a pop up bubble reading "open device error". Any idea?
I'm on Oreo B360 rooted with Magisk. Solid explorer for all operations.
FlyingMachete said:
About call recorder, I installed app and gave permissions like said but each time I try to start a record or set for automatic record, I get a pop up bubble reading "open device error". Any idea?
Solid explorer for all operations.
Click to expand...
Click to collapse
1) I don't use sdcard, do you use one ? Formated to ? External shared memory ?
Or
2) Solid Explorer didn't set rights &/or owners for you the same way Total Commander did for me
OR
3) Did you mess with rights of /storage/emulated/0/Sounds/CallRecord ?
Could you record your voice with stock record apps ?
I can tell you my HwCallRecorder FOLDER and subFOLDERS are uid & gid 0 (root) with 755 set as rights.
All FILES included in folders and subfolders are uid & gid 0 (root) with 644 set as rights.
oslo83 said:
1) I don't use sdcard, do you use one ? Formated to ? External shared memory ?
Or
2) Solid Explorer didn't set rights &/or owners for you the same way Total Commander did for me
OR
3) Did you mess with rights of /storage/emulated/0/Sounds/CallRecord ?
Could you record your voice with stock record apps ?
Click to expand...
Click to collapse
oslo83 said:
I can tell you my HwCallRecorder FOLDER and subFOLDERS are uid & gid 0 (root) with 755 set as rights.
All FILES included in folders and subfolders are uid & gid 0 (root) with 644 set as rights.
Click to expand...
Click to collapse
Weird, I have exact same set permissions to folders and files, I do have an sd card but default storage is internal, I made sure nothing tried to record to it, even tried after having ejected it, to no avail. Then I formatted it for the sake of it but still same. And I can make a voice record with stock record app... No clue what's happening there. Thanks for your help though.
Magisk 16.0 confirmed as fully working.
Call recorder from the OP.
I can confirm working on Honor 9 STF C432 360 Oreo,
BUT
the recording app requires strict access to the microphone. You need to disable OK google detection on any screen and lockscreen. Then the recording finally works on both incoming and outgoing calls.
Hooray.
Added CA settings (4G+) & Roaming options to OP.
Added original link to working magisk module for Wifi bridge to OP.
AR Lens enabler
Follow this link
qwert8988 said:
Hi oslo83, saw your hidden settings post and I have a huawei honor 8 pro phone with Android Oreo. But I cannot find the entries in those file. How can I find the correct database or XML files in my phone to tweak those settings? And is there a setting to add seconds to status bar clock? Thanks
Click to expand...
Click to collapse
Hi,
What's your region ? Not C432 ?
You could start by searching all files from your root directory which:
- are named "*.xml" or "*.prop"
- are containing some terms like "settings.global.hw_4g_show="
About an inbuilt setting to add seconds to status bar clock, i'm sure there is but i don't know how it's called ans where it is.

Need help to enable volte on Oxygen 11.1.2.2

Been using Oxygen 10
and had VOLTE & VOWIFI enabled through logkit, engineer, pdc route back then
Phone updated to Oxygen 11
can't open logkit or engineer mode via the 800 or 801 codes.
been out of the loop for too long.
any new methods to enable volte & vowifi?
edit :
WIFI > SIM > VOLTE & VOWIFI ARE ENABLED
likely from previous setting Oxygen 10 before update
just can't see the phone on QPST, PDC windows app
so the VOLTE/VOWIFI isn't enabled yet

Categories

Resources