[Q] CM10.1 AOSP 4.2.2 Jellybean Wifi region code lost after reboot / no channel 13 ? - HTC Sensation

This post should go into the "CyanogenMod 10.1 Jellybean 4.2.2 - KANG" thread (http://forum.xda-developers.com/showthread.php?t=2115520) but unfortunately I do not have enough "status" to post there.
I have noticed that the The advanced WIFI setting "Wi-Fi Region code" does not survives reboots, this would prevent my phone (HTC Sensation) from using channel 13.
It is my understanding that the following must be present in the phone to enable wifi channel 13:
In build.prop:
Code:
ro.product.locale.region=UK
ro.wifi.channels=13
In /data/data/com.android.providers.settings/databases/settings.db (secure table):
Code:
wifi_country_code UK
wifi_num_allowed_channels 13
However even after selecting "Europe" in the wifi advanced settings, this is what I have:
In build.prop:
Code:
ro.product.locale.region=US
ro.wifi.channels=
There are no wifi_country_code / wifi_num_allowed_channels in the secure table in /data/data/com.android.providers.settings/databases/settings.db:
Code:
[email protected]:/system # sqlite3 /data/data/com.android.providers.settings/databases/settings.db "SELECT * FROM secure WHERE name LIKE '%wifi%';"
gs.db "SELECT * FROM secure WHERE name LIKE '%wifi%';" <
2|wifi_watchdog_watch_list|GoogleGuest
I was wondering if this is a bug relates to Albinoman's work, or if it is something common to all Cyanogenmod 10.1 based ROMs.
Could the moderators please move this message in the appropriate thread?
Thank you.

Related

wifi country code problem ICS fix request (other than script)

I think everyone now knows about the wifi country code problem in ICS roms ( its a row in setting provider database that set every time we try to enable wifi and it read the value from sim card. if its not US or EU or... you can not use some features like wifi, face unlock,.... )
I have done many searches please dont say its already done :-" I know there is a simple script which runs with script manager every time the wifi status changed and it works fine for aosp roms but the problem is with sense 3.5 ICS. in aosp roms the phone says wifi is turning on and after a sec script manager does the work and your good to go but in sense rom it says turning on and the phone hangs so script manager does not work for that! i found another solution for this problem here: http://forum.xda-developers.com/showthread.php?t=1372074 but its for nexus s i tried the file in that thread also other firmwares from sensation sense 3.5 gb roms ... and i can not find an answer ( noob )
can some one plese help and make a similar solution for sensation
this is what they said in that thread:
avostrik said:
Update:
created update.zip file with Broadcom firmware 4.218.248.18.
This update.zip will run only on "crespo", i.e. Nexus S.
Should work for non-rooted device via boot recovery, if someone could test and provide results, it would be great.
Disclaimer: use this update on your own risk.
------
I had connection problems with 802.11n router in WPA2-PSK configuration. According to log authentication timeout occurred on every try to connect.
Here is snippet of typical error (used 'adb shell su -c "wpa_cli log_level 0"' to enable verbose wi-fi logging):
Code:
D/wpa_supplicant(11118): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
D/wpa_supplicant(11118): Wireless event: cmd=0x8c02 len=33
D/wpa_supplicant(11118): WEXT: Custom wireless event: 'Conn ConfigMismatch 01 00'
D/wpa_supplicant(11118): wpa_driver_wext_driver_cmd SCAN-ACTIVE len = 4096
D/wpa_supplicant(11118): wpa_driver_wext_driver_cmd SCAN-ACTIVE len = 0, 11
D/wpa_supplicant(11118): Ongoing scan action - reject new request
D/wpa_supplicant(11118): wpa_driver_wext_driver_cmd SCAN-PASSIVE len = 4096
D/wpa_supplicant(11118): wpa_driver_wext_driver_cmd SCAN-PASSIVE len = 0, 12
I/wpa_supplicant(11118): wlan0: Authentication with <AP MAC ADDRESS> timed out.
On my Nexus S it was solved by rolling back wi-fi firmware to version used in Gingerbread.
Wi-Fi firmware version that have problems (integrated into ICS) 4.218.248.20, 4.218.248.23.
fw_bcm4329.bin file can be obtained from AOSP sources:
$git clone https://android.googlesource.com/platform/hardware/broadcom/wlan
$cd wlan
$git checkout android-2.3.7_r1
Firmware ver. 4.218.248.18 file located at ./bcm4329/firmware/fw_bcm4329.bin
It is needed to have rooted device to change firmware. Steps:
Turn OFF wi-fi on the device.
>adb push fw_bcm4329.bin /sdcard/
>adb shell
$su
#mount -o,remount rw /system
#cp /sdcard/fw_bcm4329.bin /system/vendor/firmware/
#mount -o,remount ro /system
enable wi-fi.
----
Cyanogen 9 (ICS) Alpha 18 on Nexus S
Radio: I9020XXKF1
Click to expand...
Click to collapse
thanks in advance
I used script and its working on sense 3.5... just do the following..
1- Turn wifi off
2- set script to run on boot + SU
and reboot
everytime u reboot, wait to see that scriptmanager got permissions (means it ran) then turn on Wifi,, it works..
I ll give more info and post file later i hope. goodl uck
Thank you fearkillerr it works even for sense roms!
welcome bro
fearkillerr said:
I used script and its working on sense 3.5... just do the following..
1- Turn wifi off
2- set script to run on boot + SU
and reboot
everytime u reboot, wait to see that scriptmanager got permissions (means it ran) then turn on Wifi,, it works..
I ll give more info and post file later i hope. goodl uck
Click to expand...
Click to collapse
Would you please post the link to the file?
Thanks.
For the guys that this script worked for does wifi calling now work?
wifi problem
omar302 said:
Would you please post the link to the file?
Thanks.
Click to expand...
Click to collapse
here is the script
http://forum.xda-developers.com/showthread.php?t=1403801
haririan said:
here is the script
http://forum.xda-developers.com/showthread.php?t=1403801
Click to expand...
Click to collapse
Thanks, but now there is a full guide here.
omar302 said:
Thanks, but now there is a full guide here.
Click to expand...
Click to collapse
THANK YOU
IT WORKED 90% I DONT NEED TO RERUN THE SCRIPT
another method for doing this but it is so much easier
Sent from my HTC Sensation Z710e using xda premium
Final Fix
A permanent fix to this problem is to fake the provider mcc, to do so,
1. your phone has to be rooted
2. install SQLite Editor from aptoide
3. open SQLite Editor
4. goto /data/data/com.android.providors.telephony/databases
5. select carriers
6. find your gsm providor
7. change the mcc value of your provider to 310 which is US
8. close, and check if it works
whenever the phone get the mcc (after reboot, airplane mode, network disconnect) the value of mcc=310 and the wifi_country_code = us
Hope it works for everybody
Regards,
Ali

[REF] Build prop terminology [INFO]

Hello again fellow members ! I bring you yet another thread for reference thread ( read BORING ) , for our tiny community , here at xda-developers.com.
This is a reference thread about the build.prop that is found in our phones.
First up is the disclaimer :
Code:
#include<disclaimer.h>
$ Whatever you will be doing here is through root !
$ So whatever happens to your phone before or after editing something is purely your mistake.
$ If you blame me, I will blame you for not reading this.
What is the build.prop ?
> Build properties or build.prop is a file in your android system that maintains certain parameters on your phone in order for your phone to run.
> These properties are device specific and can change depending upon the various specifications of the device and also includes some system properties i.e. some properties that have to be defined in the build prop for a particular software ( Read ROM ) to run on it.
Click to expand...
Click to collapse
Where is this build.prop of yours located ?
> The build.prop of any ROM of our phone is located at
Code:
/system/build.prop
To access it via phone :
Download and install a root browser.
Allow it root access. (Obviously)
If you start up " /sdcard/ " then navigate UP to the root of your phone.
Go to /system folder.
Note 1: You can edit it using a text editor. ( Most root browsers have this feature ).
Note 2: There are a few apps that can be used to edit build.prop. Check out the playstore.
Click to expand...
Click to collapse
Now , time for the terminologies.
I will split the build prop into 2 sections :
Standard build properties
Additional build properties
Here is a reference View attachment build.prop.txt. You can keep referring to it while you are reading this guide/tutorial.
Standard build properties
So the normal build properties start with:
Code:
# begin build properties
# autogenerated by buildinfo.sh
This mentions that the build prop is built by build info shell script during the compilation of the ROM.
Code:
ro.build.id=JZO54K
ro.build.display.id=cm_pico-userdebug 4.1.2 JZO54K eng.sakindia123.20121117.161006 test-keys
ro.build.version.incremental=eng.sakindia123.20121117.161006
ro.build.version.sdk=16
ro.build.version.codename=REL
ro.build.version.release=4.1.2
ro.build.date=Sat Nov 17 16:10:21 GMT 2012
ro.build.date.utc=1353168621
ro.build.type=userdebug
ro.build.user=sakindia123
ro.build.host=build1
ro.build.tags=test-keys
1) First up the build id (Here JZO54K) is the build id for the version number for Jellybean 4.1.2.
2) It is the version of the ROM which appears in the about phone. This is a cm10 build by sakindia123.
3) This is the software development kit version which is needed and used for building the ROM.
4) 3's codename.
5) This is the android version of the ROM.
6) This is the time and date of when the ROM and Kernel were built together. (ROM only).
7) More details on the kernel.
8) Read 7.
9) Userdebug ROMs has usb debugging set to 0 and eng are for general release.
10) Name of the person building the ROM & kernel.
11) -
12) Test keys suggests that the ROM is not an official version of the ROM. Release keys are for official releases.
Code:
ro.product.model=HTC Explorer A310e
ro.product.brand=htc_europe
ro.product.name=pico
ro.product.device=pico
ro.product.board=pico
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=HTC
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=msm7x27a
# ro.build.product is obsolete; use ro.product.device
ro.build.product=pico
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=cm_pico-userdebug 4.1.2 JZO54K eng.sakindia123.20121117.161006 test-keys
ro.build.fingerprint=htc_europe/htc_pico/pico:2.3.5/GRJ90/207463.1:user/release-keys
ro.build.characteristics=default
ro.cm.device=pico
# end build properties
#
This part of the build prop shows the information about our phone and not the build of the ROM of our phone.
1) Model of our device
2) Brand of device. ( In some case carrier ) for which the android version has been made for.
3) Name is an alternative ( codename ) of the device during its development. For Explorer its pico, for Nexus 7 : grouper for Nexus 4 : mako for SG Ace its cooper etc.
4) -
5) -
6) It is the first instruction set (CPU + ABI convention type) of the code. Ours is an arm type arch cpu and abi version 7a )
7) It is the second instruction set type. ( like 6)
8) Name of manufacturer.
9) Language of the software ( read ROM)
10) Region of operation of software.
11) -
12) Name of board on which software has been built.
13) -
14 , 15 and 16. IMP: Never attempt to modify this value ! This can lead to bootloop (possibly hard brick) of your phone. This is the unique fingerprint of the software of your phone.
Now time for the system properties ! .
RIL properties:
What is RIL ?
A Radio Interface Layer (RIL) is a layer in an operating system which provides an interface to the hardware's radio and modem on e.g. a mobile phone.
Code:
rild.libpath=/system/lib/libhtc_ril.so
rild.libargs=-d /dev/smd0
rilswitch.vendorlibpath=/system/lib/libhtc_ril.so
ril.subscription.types=NV,RUIM
ro.baseband.arch = msm
ro.ril.ecc.HTC-GCC=999,112,997
ro.ril.ecc.HTC-WWE=999
ro.ril.ecc.HTC-Dutch=112
ro.ril.ecc.HTC-SPA=112, 911,112, 911
ro.ril.ecc.HTC-FRA=112,911
ro.ril.ecc.HTC-ITA=112,911
ro.ril.ecc.HTC-EastEurope=112
ro.ril.enable.a52.HTC-ITA=1
ro.ril.enable.a53.HTC-ITA=1
ro.ril.enable.a52=0
ro.ril.enable.a53=1
ro.ril.hsdpa.category=8
ro.ril.hsxpa=1
ro.ril.fast.dormancy.rule=1
ro.ril.disable.fd.plmn.prefix=23402,23410,23411,23420,27202
ro.ril.enable.managed.roaming=1
ro.ril.gprsclass=10
ro.ril.oem.nosim.ecclist=911,112,999,000,08,118,120,122,110,119,995
ro.ril.emc.mode=2
ro.telephony.ril.v3=signalstrength,singlepdp,skipbrokendatacall
ro.ril.htcmaskw1.bitmask = 4294967295
ro.ril.htcmaskw1 = 14449
ro.ril.update.acoustic.table = 1
ro.ril.avoid.pdp.overlap = 1
ro.telephony.default_network = 0
1,2, and 3) : These are basically the links between your phones hardware and software , i.e. it tells your phone where to find the libs for RIL and also detects whether you have any arguments in place of the operation of your libs to provide to the vendor.
4) -*-
5) Architecture of baseband radio.
6,7,8,9,10,11,12) Syntax :
Code:
ro.ril.ecc.HTC-xxx=nnn,nnn,nnn
These are basically the emergency call numbers(codes) for your phone. Its different according to your region. ( here xxx ) . The numbers can be 911 , 101,100 etc etc ( here nnn)
13,14,15,16) Something to do with GPRS, AFAIK.
17) HSDPA category : High speed downlink packet access category. ( 8 == 7.2 mbit/s )
18) HSXPA : High speed ( type ) packet . ( values 1- HSDPA 2-HSDPA/HSUPA ( High speed uplink packet access )
19) Something to do with 3G.
20) -*-
21) Ability of enabling data roaming.
22) Class of GPRS network that needs to be routed to phone.
23) No sim emergency call codes list
24) -*-
25) This is somehow related to mobile data and its stablility. ( adding skipbrokendatacall adds stability ).
26) -*-
27) -*-
28) Related to ril audio.
29) -*-
30) Default type of data connection.
Code:
# Time between scans in seconds. Keep it high to minimize battery drain.
# This only affects the case in which there are remembered access points,
# but none are in range.
wifi.supplicant_scan_interval=180
wifi.interface=eth0
wifi.softap.interface=eth0
# density in DPI of the LCD of this board. This is used to scale the UI
# appropriately. If this property is not defined, the default value is 160 dpi.
ro.sf.lcd_density = 160
# View configuration for QVGA
view.fading_edge_length = 8
view.touch_slop = 15
view.minimum_fling_velocity = 25
view.scroll_friction = 0.008
# The OpenGL ES API level that is natively supported by this device.
# This is a 16.16 fixed point number
ro.opengles.version = 131072
# For no auto focus devices
ro.workaround.noautofocus = 1
# Increase SKIA decode memory capability for progressive jpg file
ro.media.dec.jpeg.memcap = 20000000
# For QC perf binary hooks
# src:vendor/qcom/proprietary/android-perf/release/lib/<CPU arch>/libqc-opt.so
ro.vendor.extension_library=/system/lib/libqc-opt.so
Please read the hashed out lines : It is selfexplanatory.
Code:
# Misc.
DEVICE_PROVISIONED=1
htc.audio.alc.enable = 1
htc.audio.swalt.enable = 1
dalvik.vm.heapsize=48m
ro.opengles.version = 131072
debug.composition.7x27A.type=mdp
media.stagefright.enable-player=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-fma2dp=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
ro.use_data_netmgrd=true
persist.data.ds_fmc_app.mode=0
ro.staticwallpaper.pixelformat=RGB_565
ro.max.fling_velocity=4000
httplive.enable.discontinuity=true
dev.pm.dyn_samplingrate=1
dev.pm.dyn_sample_period=700000
com.qc.hardware=true
com.qc.hdmi_out=false
debug.camcorder.disablemeta=0
debug.qctwa.statusbar=1
debug.qctwa.preservebuf=1
debug.enabletr=false
debug.sf.hw=1
ro.media.enc.jpeg.quality=100
ro.setupwizard.mode=OPTIONAL
hwui.print_config=choice
hwui.disable_vsync=true
ro.setupwizard.enable_bypass=1
ro.media.dec.aud.wma.enabled=1
ro.media.dec.vid.wmv.enabled=1
ro.config.sync=yes
ro.phone_storage=0
ro.hw_plat=7x27a
#Hwui
hwui.use.blacklist=true
1) There is a provision.apk in system/app requires this line.
2,3) Enabling certain audio libs.
4) Least amount of RAM that can be given to any application to run.
5) OpenGL 2.x.x
6) this is actually the software composition method. CAF suggests mdp for msm7x27a boards
7,8,9,10,11,12) media.stagefright is nothing but the type of media framework that is being supported and its various properties are in the build.prop. ( type of media playback : local media as well as online streaming like 3gp mpeg mp4 etc etc ).
13) It is the pixel format of RGB 565 with a constant value of 4
14) Something to do with app + data cache.
15) Self explanatory
16) Some thing with surface flinger hardware, aka our gpu.( probably framerate)
17) HTML Related.
18,19) Probably sampling rate of all media. ( Sound , picture quality etc etc . )
20) Something to do with the processes of above names.
21,22,23,24)-*-
25) debug surface flinger hardware. One of the best known tweaks , i.e. GPU Hardware acceleration.
26) Encoding media quality (jpeg)
27) Setupwizard ( google or otherwise ) enabling
28,29) Related to Hardware acceleration settings. (?)
30) By pass setup wizard.
31,32) Media decoding of audio and video of wma and wmv formats respectively.
33) Sync enabled at bootup.
34) something to do with phone storage. ( probably install location .. not sure)
35) hardware platform. msm7x27a.
36) Something to do with hwui. (?)
Next post for additional build properties. !
The points with " -*- " are unknown properties to me.. Please mention them if you know what they mean.
The points with " -- " are points that are either too obvious or are repeated.
All corrections are welcome. I know this post has many mistakes , please feel free to correct them. A huge shout out to sakindia123 for correcting my mistakes. Thanks mate. This is supposed to be a sort of database of information. Please do your bit and contribute !
I will reserve this one. for one more update.
very usefull post...thanks bro
Useful thread
@OP
Can I add ur thread to my guides threads??
Sent from my HTC Explorer A310e using xda premium
Hpsgill said:
Useful thread
@OP
Can I add ur thread to my guides threads??
Sent from my HTC Explorer A310e using xda premium
Click to expand...
Click to collapse
Sure bro go ahead.
Useful thread..
Just one question ~14,15,16...do not attempt to change?
Really hard brick? How?
Or just a joke
And it would be better, if the numbers were also in build.pros codes
『Moved by touch™』 ?
LâTêS†↭ⓛⓘⓝⓚⓢ™CM10 HTC A310E
ptcpayme said:
Useful thread..
Just one question ~14,15,16...do not attempt to change?
Really hard brick? How?
Or just a joke
And it would be better, if the numbers were also in build.pros codes
『Moved by touch™』 ?
LâTêS†↭ⓛⓘⓝⓚⓢ™CM10 HTC A310E
Click to expand...
Click to collapse
That was meant for trolling . . Will add the numbering.. when I get sometime. Just need sometime
my phone has stopped working on google servince what should i do

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.

[GUIDE] Huawei Y5C | Y541-U02 | Honor Bee : Stock ROMs, ROM Dumping, Root & Flashing

[GUIDE] Huawei Y5C | Y541-U02 | Honor Bee : Stock ROMs, ROM Dumping, Root & Flashing
Disclaimer
Upon following this guide, you may or may not achieve same results with others. I am not held responsible for anything unexpected that may happen to your device. Do your research first regarding the areas you do not quite understand. Follow at your own risk.​
Prerequisites
Spreadtrum Flash Tool R4.0.0001 (PAC Flashing) or Flashfire (Zip flashing)
SPRD USB Driver (needed for PAC Flashing)
Male to Micro USB Cable (needed for PAC Flashing)
7-Zip
Root with SuperSU (just below, needed for first time Zip flashing)
Packet (*.pac) or Zip ROM (found below)
Rooting
Install and gain root through KingRoot android application.
Restart your phone. (I've encountered a sudden reboot when doing the steps below without this)
Replace KingRoot with SupeSU through this script.
Once the archive is downloaded, extract it. There will be a folder named root where you extract it.
Download and open Terminal Emulator.
Change directory to the root folder that was extracted:
Code:
cd /path/to/root
Then ask for root permissions:
Code:
su
Now run the first script:
Code:
sh level1.sh
Run the second script:
Code:
sh level2.sh
Leave the terminal running and open KingRoot.
Press the button at the upper right corner, and choose general settings.
Scroll down and press uninstall.
Uncheck backup and press OK.
After KingRoot has finished uninstalling, go ahead and uninstall Purify as well.
Go back to the terminal and run the third, last script:
Code:
sh level3.sh
Again leaving the terminal running, install SuperSU and open it.
Let it update the root binary through Normal method, and restart.
Notes:
Currently SuperSU's prompt for applications asking for root permissions does not work, but, changing the setting to "grant" will. Just return it to "deny" afterwards, for security. That's the workaround for now.
Dumping
Before doing anything to your device, it is advised to create a ROM dump/backup beforehand. Also make sure you have a lot of free space on your internal storage.​
Open up terminal and gain root permissions:
Code:
su
Then get the partition details:
Code:
ls -al /dev/block/platform/sprd-sdhci.3/by-name
Dump each partition (X) with its name (Y):
Code:
dd =if/dev/block/mmcblk0pX of=/sdcard/Y.img
Do not forget to dump the two bootloaders:
Code:
dd =if/dev/block/mmcblk0boot0 of=/sdcard/splloader.img
Code:
dd =if/dev/block/mmcblk0boot1 of=/sdcard/uboot.img
Flashing
PAC
Extract all the downloaded archives and install the driver (either 32install for 32/86bit or 64install for 64bit OS).
Open the flash tool by double clicking the executable named "ResearchDownload".
Once the flash tool opens, click the single gear button at the top left.
Find and open the PAC ROM.
Press the play button.
Power down the device, hold the volume down button and plug it into the PC.
The flash tool will then recognize the device and start downloading binaries to it.
Once the progress column shows "PASSED", the binary download is finished and the device can now be safely unplugged.
Remove the battery, reinsert, and power the device.
Zip
Gain root if not already done so.
Open Flashfire. (press agree and the other one is up to the user)
Press the red circular button with a plus sign ( + ) on the bottom right, and choose Flash ZIP or OTA.
Find and open the downloaded Zip ROM.
There will be a pop-up for a few settings, leave it as is and press the check icon at the upper right.
Now when the pop-up closes, swipe down and press the Flash button with a lighting icon.
Press OK, and let it flash.
The device will reboot once flashing is finished.
Unbrick Stock PAC ROM
Y541-U02V100R001C567B116
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=HUAWEIY541-U02
ro.build.version.sdk=19
ro.build.version.codename=REL
ro.build.version.release=4.4.2
ro.build.version.security_patch=2016-03-01
ro.build.version.base_os=
ro.build.date=Mon May 23 22:44:32 CST 2016
ro.build.date.utc=1464014672
ro.build.type=user
ro.build.user=
ro.build.host=a7fcf16085c3
ro.build.tags=ota-rel-keys,release-keys
ro.product.model=HUAWEI Y541-U02
ro.product.brand=HUAWEI
ro.product.name=Y541-U02
ro.product.device=HWY541-U
ro.product.board=Y541-U02
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=HUAWEI
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=sc8830
# ro.build.product is obsolete; use ro.product.device
ro.build.product=Y541-U02
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=Y541-U02-user 4.4.2 HUAWEIY541-U02 135 ota-rel-keys,release-keys
ro.build.fingerprint=HUAWEI/Y541-U02/HWY541-U:4.4.2/HUAWEIY541-U02/C567B116:user/ota-rel-keys,release-keys
ro.build.characteristics=default
ro.zygote.disable_gl_preload=false
# end build properties
#
# from device/ontim/Y541-U02/system.prop
#
ro.sf.lcd_density=240
ro.sf.lcd_width=54
ro.sf.lcd_height=96
ro.opengles.version=131072
ro.product.hardware=SP7731GEA_V1.0.0
debug.hwui.render_dirty_regions=false
ro.config.hw_showSimName=true
ro.config.hw_hideSimIcon=false
ro.config.coop_stk1comp=com.android.stk1;com.android.stk1.StkLauncherActivity
# Bluetooth OPP low speed for save power
debug.bt.lowspeed=false
persist.ttydev=ttyVUART0
# delay for ConnectivityChange broadcast (ms)
conn.connectivity_change_delay = 0
ro.product.partitionpath=/dev/block/platform/sprd-sdhci.3/by-name/
# Default ecclist
ro.ril.ecclist=112,911,#911,*911
persist.modem.w.enable=1
persist.modem.w.nvp=w
ro.modem.w.dev=/dev/cpw
ro.modem.w.tty=/dev/stty_w
ro.modem.w.eth=seth_w
ro.modem.w.snd=1
ro.modem.w.diag=/dev/slog_w
ro.modem.w.loop=/dev/spipe_w0
ro.modem.w.nv=/dev/spipe_w1
ro.modem.w.assert=/dev/spipe_w2
ro.modem.w.vbc=/dev/spipe_w6
ro.modem.w.id=0
ro.modem.w.fixnv_size=0x40000
ro.modem.w.runnv_size=0x60000
persist.sys.engpc.disable=0
ro.modem.wcn.enable=0
ro.modem.wcn.dev=/dev/cpwcn
ro.modem.wcn.tty=/deiv/stty_wcn
ro.modem.wcn.diag=/dev/slog_wcn
ro.modem.wcn.assert=/dev/spipe_wcn2
ro.modem.wcn.id=1
ro.modem.wcn.count=1
camera.disable_zsl_mode=1
ro.digital.fm.support=1
ro.config.ksm.support=true
#supprot storage path change
ro.storagepath.change.support=true
#supprot quickcamera
ro.quickcamera.support=true
#zram config
ro.config.zram.support=true
ro.board_ram_size=mid
# SPRD: add low cost low memory @{
ro.config.low_ram=true
# @}
#if our product not support drm,set as false
drm.service.enabled=true
# hotspot development
ro.hotspot.enabled=1
# this product does not support bt and softap coexist
ro.btwifisoftap.coexist=true
# SPRD: add support hwrotation
ro.sf.hwrotation=0
#SPRD: add support follow sim system config
persist.support.fssc=1
#SPRD: add for cphs
persist.support.oplpnn=true
persist.support.cphsfirst=false
#SPRD: add support virtualnet
persist.support.virtualnet=true
#ontim:add support huawei wlan setting
persist.huawei.wifi.setting=true
#SPRD: add support encrypt
ro.encrypt.devices.support=0
#SPRD: add support vt
persist.sys.support.vt=false
#SPRD: delete baseband version
ro.show.basebandversion=false
#SPRD: mccmnc config path
ro.mccmnc.info.path=/globalinfo/
#for app can install on sd and primary is internal
ro.storage.installonsd=true
# Audio Dump Information for HAL
audio.dump.show.switch=0
hw-k3-burst-supported=1
# adapter for HuaWei PIN(keyguard apk) added by liulibo
ro.config.is_sprd=true
#avoid gallery function:chang voice pic to video.
ro.config.hw_trans_voiceimage=false
#avoid gallery map function
ro.config.support_gallery_map=false
#wifi_country
ro.config.custCountryEnable=ir,sd,sy,kr
# SPRD: DC lowpower
sys.dc.lowpower=true
ro.systemui.flashlight.timeout=0
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.build.version.incremental=C567B116
ro.product.sw.internal.version=Y541-U02V100R001C567B116_user_30323_160523.223910
ro.product.sw.external.version=Y541-U02V100R001C567B116
ro.build.cust.id=Y541-U02V100R001C567B116
ro.versioninfo.delivery=MocorDroid4.4_TShark28_2341A_W15.16.5
ro.com.android.dateformat=MM-dd-yyyy
ro.carrier=unknown
persist.sys.sprd.modemreset=1
ro.adb.secure=1
persist.sys.sprd.wcnreset=1
ro.xtsdisableverify=1
ro.storage.flash_type=2
keyguard.no_require_sim=true
ro.com.android.dataroaming=false
ro.msms.phone_count=2
persist.msms.phone_count=2
persist.msms.phone_default=0
ro.modem.w.count=2
persist.sys.support.vt=false
sys.usb.gser.count=4
lmk.autocalc=false
persist.sys.data_reserved=100
ro.config.ringtone=Huawei_Tune.ogg
ro.config.ringtone0=Huawei_Tune.ogg
ro.config.ringtone1=Huawei_Tune_Piano.ogg
ro.config.notification_sound=Bongo.ogg
ro.config.alarm_alert=Creamy.ogg
persist.sys.wakeup.enable=0
ro.config.hw_timeformat=true
ro.config.timeformat=24
persist.sys.modem.diag=,none
persist.sys.slog=0
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=96m
dalvik.vm.heapsize=256m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=512k
dalvik.vm.heapmaxfree=8m
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=4.4_r7
ro.build.display.id=Y541-U02V100R001C567B116
ro.config.max_starting_bg=3
ro.com.google.clientidbase=android-huawei
ro.com.google.clientidbase.yt=android-huawei
ro.com.google.clientidbase.am=android-huawei
ro.com.google.clientidbase.gmm=android-huawei
ro.com.google.clientidbase.ms=android-huawei
ro.dual.sim.phone=true
ro.config.hw_coop_no_setting=true
ro.config.remove_subscribe_menu=1
ro.config.hw_coop.ontim=true
ro.config.hw_coop.show_Sun=1
ro.config.app_big_icon_size=90
ro.config.hwcust_drawbgicon=false
ro.config.hw_coop_delay=true
ro.config.hwtheme=1
persist.radio.langu.rule=0
data.icon.onlyconnected=true
persist.sys.certification=103323
ro.config.is_support_my=true
ro.product.hwinternal.version=Y541-U02V100R001C567B116
ro.product.hwinternal.ver.time=160523.223910
persist.sys.dalvik.vm.lib=libdvm.so
net.bt.name=Android
ro.floatkey.show=false
dalvik.vm.stack-trace-file=/data/anr/traces.txt
Notes:
These ROMs are repacked and tested first before being posted, so if one of these does not work, try another. If none worked, just wait, others will share a new partition dump.
These ROMs do not contain a system, custom and cache dump because these are for unbricking for now. Prerooted full repacks are coming soon.
Stock ZIPs
Notes:
As the device refuses any custom or modified stock binaries, Flashfire is the only way to go to install zips.
These are pre-rooted, deodexed, zipaligned, de-bloated, and of course tested.
None at the moment.
Troubleshooting
If the flash tool fails to download, either the downloaded ROM is incompatible with the device, or the cable is loose.
If the device shows a white screen but the booting sound is heard, try another one.
Support
If anyone happens to have the same device model in fully working condition but seems to be different, kindly make a partition dump of it and PM the link, so it can be processed and uploaded here.​
Credits & Sources
@najoor for the original KingRoot to SuperSU script.
GSM Flashfile Website
@Kingxteam for KingRoot
@Chainfire for SuperSU & Flashfire
Is there any customs available for this device
anil kalyan said:
Is there any customs available for this device
Click to expand...
Click to collapse
As of now, with the bootloader locked, there is none.
In future can we expect the same..........
The closest we can get is a modified stock. In the future, there might, but let us not get our hopes up.
techyzen101 said:
The closest we can get is a modified stock. In the future, there might, but let us not get our hopes up.
Click to expand...
Click to collapse
When can we expect this
Where we are on this Can we expect Lollipop rom anytime
Please provide the lollipop ROM
after flash check download state, last download maybe not complete.
Does anyone have a full file or link .pac file Y541-U02V100R001C567B116 ~ 1.5Gb
Y541-U02V100R001C567B112
I need This version pac file help plz
snmobilecenter said:
after flash check download state, last download maybe not complete.
Click to expand...
Click to collapse
hello can i ask if what can be done when you encouter this error upon power on?
tried flashing with research download and upgrade downgrade tool from spdflashtools.
got it to flash firmware v105. but after flashing, blank screen won't power on. also cannot go to recovery.
tried to flash it again with different version, did not go thru anymore and cannot go through any firmware versions.
stuck at FDL2 failing.
tried android usb drivers and spd /sci drivers still stuck at fdl2
please help.
how to get twrp?

Question [ROOT] A52 device setup for TS.43 testing

I want to test the TS.43 flow by changing some of the carrier configuration (cc) parameters as described in: IMS Service Entitlement | Android Open Source Project
For that, I use:
Samsung Galaxy A52
AP: A525FXXS4BVE1
CP: A525FXXU4BVC2
CSC: A525FOXM4BVC3
Model: SM-A525F/DS
According to documentation, for that, I require the root access and I actually managed to set this up with Magisk and Odin (following this guide: https://www.samsungsfour.com/tutorials/root-galaxy-a52.html , except for some minor deviations like downloading Magisk from official github page).
However, I would still get the error message “cc: Permission denied.” when running the cc command in shellin mode.
I have tried to find information about it but the best I could find was the following:
https://android.googlesource.com/pl.../com/android/phone/TelephonyShellCommand.java
Here on lines 908 and 1481, I can see the check for whether we are running in root mode AND also validation for whether we have a non-"user" build type.
From TelephonyUtils - boolean IS_USER = “user”.equals(android.os.Build.Type);
From Build.TYPE - /** The type of build, like “user” or “eng”. */
public static final String TYPE = getString(“ro.build.type”);
I am not too familiar with Android development, so I would like to ask the following.
How do I get the ro.build.type as something other than “user”?
As I understand, I would need to download the Samsung firmware for my phone which has the ro.build.type=eng OR ro.build.type=userdebug ? Where can I get such ROM? As eng and userdebug are for testing, does Samsung even provides such firmware?
If I am mistaken, could you please generally advise me on such issues and propose some possible solutions?
Note: I understand that what I do might void my phone of warranty and block some applications. This device is for testing purposes only and it is not going to be used in common user activities.
P.S. And yes I decided to try (out of desperation rather than sane mind) and change the build props with BuildProp Editor app (had to reset to factory, I'm not the brightest man around)

Categories

Resources