[test][guide][i9500] enable hd voice by editing csc files - Galaxy S 4 General

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

Sample
This is modified CSC for South East Asia region:
CSC_SEA_HDVOICE (Mega)

One question: which files i must modify? The ones in "/system/csc/", the ones in "/system/csc/XXX/system/csc/" (where XXX for me is AFG), or the ones in all the folders (AFG, AFR, etc.) ?

Related

[Q] Help identifying Tablet

Could someone help me identify my new tablet, so that I can flash the correct CM ROM. It's branded as a Tursion.
Model number: F721
Android version: 4.0.4
Baseband version: 1.4rc3
Kernel version: 3.0.8 [email protected] #2
Build number: 20120821-F721
Any help is appreciated.
Thanks in adavance.
Didn't find out if it has a ROM or not but did find:
Diag/Setup Menu - recovery mode?
Up+Power+home on touchscreen (four little boxes)
1- Autotest
2- Tools Menu (see below)
3- Vibration
4- Screen Color Adjust
5- Camera
6-7- missing
8- Keyboard
9- Speaker
10- Audio and Router/ing (?)
11-12- missing
13- Battery
14- Touch Screen
15-16- missing
17- Gravity Sensor
18- missing
19- T-Card (? older name for microSD)
20- WIFI
21- EFUSE
The 2- Tools Menu leads to:
(read left to right, top to bottom. No numbers)
1- Clear Test Results
2- IMEI
3- Coupling Test
4- Clear Data (did a factory reset, lost apps)
5- Off
It appears to have root already. I installed superuser and sshdroid and am able to ssh [email protected] to it.
I was able to remove the unwanted apps (so my daughter could use it) from /system/app.
Unfortunately the /oem directory w/ facebook and youtube (just what I want my daughter surfing) is not removeable. It appears to be mounted in the /init program (binary file) since grep'ing that file returns the line /oem. I tried adding a line to /init.rc to "umount /oem" but that didnt work. Any ideas?
(before anyone screams...she's young, when she gets older she'll get more access)
Thank you so much I needed to factory reset a tablet with this chinnese service menu and thanks to your information I was able to do it may the force be with you
bsaunder2002 said:
Didn't find out if it has a ROM or not but did find:
Diag/Setup Menu - recovery mode?
Up+Power+home on touchscreen (four little boxes)
1- Autotest
2- Tools Menu (see below)
3- Vibration
4- Screen Color Adjust
5- Camera
6-7- missing
8- Keyboard
9- Speaker
10- Audio and Router/ing (?)
11-12- missing
13- Battery
14- Touch Screen
15-16- missing
17- Gravity Sensor
18- missing
19- T-Card (? older name for microSD)
20- WIFI
21- EFUSE
The 2- Tools Menu leads to:
(read left to right, top to bottom. No numbers)
1- Clear Test Results
2- IMEI
3- Coupling Test
4- Clear Data (did a factory reset, lost apps)
5- Off
It appears to have root already. I installed superuser and sshdroid and am able to ssh [email protected] to it.
I was able to remove the unwanted apps (so my daughter could use it) from /system/app.
Unfortunately the /oem directory w/ facebook and youtube (just what I want my daughter surfing) is not removeable. It appears to be mounted in the /init program (binary file) since grep'ing that file returns the line /oem. I tried adding a line to /init.rc to "umount /oem" but that didnt work. Any ideas?
(before anyone screams...she's young, when she gets older she'll get more access)
Click to expand...
Click to collapse

The GooApple V5+ - Information thread

GooApple V5+ : iPhone 4/4S Replica
Everything you need to know about it !
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
____________________
UPDATE : ADDED CMWR 6.0.2.7
____________________
Review Videos
GooApple V5+ Review by AndroidSale
Official GooApple V5+ review
http://v.youku.com/v_show/id_XNDc1MzAwMTIw.html
____________________
Specifications
System
Model: GooApple V5+
Processor: MTK MT6575, 1Ghz - ARMv7
Operating System: Android 2.3.6
Kernel: Linux v2.6.357 ([email protected]) (gcc version 4.4.3 (GCC) )
Ports: 3.5mm Earphone Jack and mini USB
Launcher: iLauncher modified
Partition: MTD
Display
Resolution: 960x640 pixels
Density: 1920x1280
DPI: 320.0
Screen size: 3.5"
Color support: 16 million colors
Functions: Touchscreen, Multi-Touch, Retina
Camera
Front Camera: 1.3 MP
Back Camera: 8 MP
Functions: Flashlight, Zoom, Auto Focus, Scene mode, ISO adjustment, Time Face Detection
Connectivity
Carrier: Unlocked
Network band: GSM 2G: 850/900/1800/1900 MHz and WCDMA 3G: 2100MHz
Data: GPRS, EDGE, HSPA
Message: SMS, MMS, Email
Bluetooth: Bluetooth 2.0
WLan: Wi-Fi IEEE 802.11 b/g/a
USB: USB 2.0
GPS: GPS, built-in GPS chipset (EPO and AGPS)
SIM: Micro SIM card (Single)
Phone Book: More than 10000 contacts
Browser: HTML, Safari
Battery
Type: Built-in Li-on battery ; 1050mAh
Standby Time: 120-150 hours
Talking Time: 3-4 hours
Memory
Built-in Memory : 512 MB
External Memory : 8GB/16GB/32GB (optional : SDcard)
RAM: 512 MB
Phone Model
Replica: 1x1 iPhone 4/4S replica
Dimensions: 115h - 58.6w - 9.3d (mm)
Weight: 135g
Other Features
Button: Mute Button just like iPhone
Video Player: AVI, MP4, 3GP, MOV, MKV, FLV
Audio Player: MP3, FLAC, APE, OGG, AMR, AAC, WAV, AWB
Images: JPG, PNG, BMP, GIF
E-book Format: TXT, CHM, DOC, HTML
Ring Tones: Original iPhone 4 ringtones
Play Store: Google Play Store
Radio: FM Radio
Sensors: Gravity Sensor, Proximity Sensor, Lichtsensor, Accelerator Sensor
Recovery: Stock recovery is E3
Languages
English, French, German, Spanish, Portuguese, Russian, Arabic, Indonesian, Italian, Malaysian, Turkish, Vietnamese, Thai, Chinese
Accesories
1x GooApple V5+ Phone
1x Travel Charger
1x USB Data Cable (I suggest buying a new one)
1x Headphone (if plugged in, both the phone & headphone give sound)
1x Screen Protector (optional)
1x iPhone Skin Case (optional)
- ALL ORIGINAL IPHONE 4/4S CASES, RECHARGERS, HOLDERS, ... ARE COMPATIBLE
____________________
How to Root
This was a hard & long trial to get this phone rooted. Though, it's a very simple way found by me and yuweng, thanks bro!
Based on yuweng's tutorial : MT6577 CWMR Root Updated V2[/b]
Download these and follow the tutorial:
ADB.zip - http://www.mediafire.com/?11cbu388oqu8amw
All the Drivers I could find - http://www.mediafire.com/?wfr5fgkxkdau6w4
CWMR Recovery's.zip - http://www.mediafire.com/?2r30o428558h22q
MTK Rom Studio 1.1.77.146.zip - http://www.mediafire.com/?h22puc8kac6axv7
SP Flash Tool v2.1134.00.zip - http://www.mediafire.com/?ob5caeigzc1ga10
SP Flash Tool v3.1224.0.sn85.zip - http://www.mediafire.com/?5u29nf4fp4omw9n
Root_Superuser_3.1.3_Busybox_1.20.2-Update1-signed.zip - http://www.mediafire.com/?fee3e7cta5mg3fp
- Setting up the folders and phone (to make it easy)
1. Create a folder in C:\ called "GooApple"
2. Extract all the ZIP files EXCEPT "Root_Superuser_3.1.3_Busybox_1.20.2-Update1-signed.zip" to "C:\GooApple\" so you have 6 folders in GooApple.
3. And copy "Root_Superuser_3.1.3_Busybox_1.20.2-Update1-signed.zip" to "C:\GooApple\"
4. I prefer doing a factory reset before doing this.
* Factory reset can be found at Settings > General > Privacy > Factory data reset > Reset phone
5.Now enable Unknown sources, USB debugging and Stay Awake.
* Unknown sources can be found at Settings > Store.
* USB debugging and Stay Awake can be found at Settings > Store > Development.
6. Make sure all drivers are installed properly. Some might install when connecting the USB.
7. Turn off your phone and unplug your USB cable from the phone (Let the USB be in your computer/laptop)
- Backup your own recovery (not required but suggested)
8. Open "Flash_tool.exe" from version "3.1224.0.sn85".
9. Click on File > Open Scatter-loading file, then browse to "C:\GooApple\MTK Rom Studio 1.1.77.146" and open "MT6573_Android_scatter.txt".
10. Click on the Read back tab (top). (If there is anything in the list, please Remove it.)
11. Click on Add and double click on the ROM_1.
12. Now type recovery.img at Filename, then browse to "C:\GooApple\MTK Rom Studio 1.1.77.146\SPFT_UPLOAD" and click Save.
13. In the popup, select
* Type: Hex
* Read Method: Read Page Only
* Start Adress: 0x980000
* Length: 0x00500000
And click Ok
This info can be found when loading the Firmware.info in MTK Rom Studio
14. Click on Read back. Now hold the "Volume -" button and insert the USB in your phone. It should say OK at the end.
Now you have a backup of your original recovery.img in case you want to restore it.
- Installing CWM Recovery (REQUIRED FOR ROOTING!!)
14. Go to the CWMR Recovery's folder, then choose if you want the Standard CWM or the Touchscreen CWM and copy the recovery.img included to "C:\GooApple\MTK Rom Studio 1.1.77.146"
* Standard CWM is controlled by Volume up and down. Touchscreen CWM is controlled by both.
15. Open "Flash_tool.exe" from version "2.1134.00".
16. Click on Scatter-loading and browse to "MT6573_Android_scatter.txt" in MTK Rom Studio and open it. (Click OK on the popup)
17. Now make sure everything is unchecked EXCEPT "RECOVERY". (Don't forget that your phone should be turned off and unplugged.)
18. Now click on download and insert your USB cable. It should say OK at the end.
Now you have CWM Recovery installed.
- Rooting the phone
19. Start your phone and connect to USB Storage Mode.
20. Copy "Root_Superuser_3.1.3_Busybox_1.20.2-Update1-signed.zip" to the ROOT of your SDcard. And turn off USB Storage (but keep your USB in)
21. Now boot your phone into recovery mode. There are 2 methods, I prefer method #2 as it's more safe and works most often. (Someone's phone kept vibrating while doing method #1)
* Method #1:
- Shut off your phone (wait untill it vibrates to make sure it's completely off).
- Hold the "Volume +" button and the "Power" button.
- You now are in recovery or your phone keeps vibrating.
* Method #2:
- With your phone on, start "cmd.exe" as administrator on your PC.
- Type "cd C:\GooApple\ADB" (without the "") and press enter.
- Type "adb reboot recovery" (without the "") and press enter again.
- Your phone shall reboot in recovery.
22. In recovery, select "install zip from sdcard", then "choose zip from sdcard" and select "Root_Superuser_3.1.3_Busybox_1.20.2-Update1-signed.zip". Select "Yes - Install ..."
* Recovery Controls (Standard CWM)
Volume + = UP
Volume - = DOWN
Power = Select
Home = Go to +++++Go Back+++++
23. Once completed, select Go Back, and select wipe data/factory reset.
24. Now select "reboot system now".
And here we go... Your GooApple V5+ is Rooted !
Thanks again yuweng for the support !
____________________
How to Increase Internal Memory - INT2EXT method (ROOT required)
"INT2EXT on MT6575 / 77 for the extreme gamers !" for GooApple V5+ thanks to yuweng !
- NOTE: THE PHONE TENDS TO BE SLOWER AS IT HAS TO LOAD FROM THE SDCARD
Based on yuweng's tutorial : http://www.mediafire.com/view/?7zjz4onhos826bk
Download and/or install and extract these:
MiniTool Partition Wizard (Home edition) - http://www.partitionwizard.com/download.html
INT2EXT-mtd.7z (Includes install-recovery.sh) - http://www.mediafire.com/?16psto1xqw4b0s0
Notepad++ (To edit install-recovery.sh) - http://notepad-plus-plus.org/download/v6.2.3.html
ES File Explorer File Manager - https://play.google.com/store/apps/...sMSwxLDEsImNvbS5lc3Ryb25ncy5hbmRyb2lkLnBvcCJd
BACKUP YOUR GOOAPPLE V5+ WITH CWMR
1. First I installed and opened MiniTool Partition Wizard and mounten my SD card (32gb & Class10) with going in USB Storage Mode.
2. In MiniTool Partition Wizard, I selected my drive and resized it from 29gb to 26gb (FAT32).
3. Then I selected the remaining 2.5-3gb and created a new partition : Primary , Ext4 , 4kb. Don't forget to click Apply at the top left.
4. Then I extracted INT2EXT-mtd.7z and installed Notepad++.
5. With Notepad++ , I opened install-recovery.sh and changed unbind to bind in lines 61, 66, 71 and 98. Then saved it.
6. Now I copied the EDITED install-recovery.sh to the root of my /sdcard/ (Location when you open your phone).
7. Having ES File Explorer File Manager (EFEFM) installed, give it Root acces via the Settings at the bottom (check everything at root settings).
8. Next, select install-recovery.sh in EFEFM and copy it to /system/etc/ and give it full read/write/execute acces.
9. After this is done reboot your phone. For me, after the first boot it just shutted off. So then I had to power it on again and I had 2.6gb internal memory.
Hooooorah ! :good:
Thanks again yuweng for the files, info, tutorials and time !
Proof
____________________
Change BOOT logo to iPhone's Apple
So this will change the boot logo of your GooApple from an Android logo to Apple logo.
The things you need:
The boot images - http://www.mediafire.com/?363hvgcmw46wl6w
ES File Explorer File Manager or Root Explorer
1. Extract the iphoneboot.zip to your /sdcard/ so you have /sdcard/system/logo/...
2. Open the file manager, browse to /sdcard/ and copy the system folder.
3. Next go to the root of your phone and change the permissions to R/W.
4. Now paste the system folder here so it overwrites the system logo files.
5. Reboot your phone and voila, now you have the iphone boot !
____________________
Tips&Info
- Make 3 backups of your phone through CWM Recovery because some might get corrupt.
- Use Titanium Backup Pro or a similar tool to remove unused/chinese system apps.
- The MTK6575 can be compared to the PowerVR processor. So the PowerVR games work on the GooApple V5+.
____________________
Custom Recovery *.img
CWM Recovery v6.0.2.7 - Standard Version (MTD partition)
CWM Recovery v6.0.2.7 - Touchscreen Version (MTD partition)
TWRP Recovery - Touchscreen (MTD partition) : Make sure when doing a backup you choose "External".
____________________
Change BUILD.PROP for more compatibility of Apps&Games
Your phone is being recognized as a Android Alps phone which a lot of apps don't even recognize.
So the best thing you can do is change your "build.prop" a little to increase the compatibility.
For example, yesterday I bought N.O.V.A. 2 which says it's not compatible (but it is).
1. Open Root Explorer or something similar.
2. Go into /system/ folder. Make sure the folder is R/W.
3. Press and hold on build.prop then select "Open in Text Editor".
4. Next, change the following.
- ro.product.model=GT-I9000
- ro.product.brand=samsung
- ro.product.name=GT-I9000
- ro.product.device=GT-I9000
- ro.product.board=GT-I9000
- ro.product.manufacturer=samsung
5. Then go back and it will ask you to save it. Save it.
6. Now reboot your phone and try again with more compatibility !
____________________
Useful Downloads
Android
- ES File Explorer File Manager - Tool to browse your folders and copy/paste/delete - Free
- Older MobileUncle Tools - This version is better for changing the recovery via a tool. (name: m44tools.apk, it also includes the 2 recovery's for this phone) - Free
- MobileUncle Tools - Special tool for MTK Android Devices - Free
- MobileUncle Flashlight - App to switch on/off the flashlight - Free
- Pimp My Rom - Awesome tool which has settings to increase for example your phone's internet speed !
- Explorer (or Root Explorer) - Tool to browse your folders and copy/paste/delete - Free or $
- Titanium Backup (or Pro) - Tool to backup/uninstall apps (also for system apps) - Free or $
Computer
- Xmedia Recode - Tool to convert videos to compatible videos for GooApple V5+ (Use iPhone 4 preset)
CLICK TO BROWSE OFFICIAL ROMS
This is the original ROM that comes with the phone : https://dl.dropbox.com/u/76038325/Gooapple_V5_Plus_ROM_A116A_V1.0_P2MB3_20121110.rar
To check which ROM version you need, dial *#2170#*.
The number didn't work for me but they said it works at the official GooApple site. I used A116_4S to update my phone.
IF YOU FOUND SOMETHING OR JUST WANT TO ASK SOMETHING PLEASE FEEL FREE TO POST BELOW
I really want to thank the following people:
yuweng - Always helping me out with troubles.
bigrammy - Giving me the tip to use an older version for doing a Download in SPFT.
The phone can be bought at Android-Sale.com​
What I wish to do with this phone and might need help for:
ROM (standard and v5+4s_a116_ios_root_12.11.16_Launcher)
- Get GPS to work on my phone. (Still don't know if it's just me or the phone.)
- Change the USB Storage Mode image to something like the iPhone by editing Framework-res.apk.
- Increase Internal memory by taking System's memory.
ROM (v5+4s_a116_ios_root_12.11.16_Launcher only)
- Remove all the chinese icons in "Google Pinyin IME" keyboard and add AZERTY for Belgium and France.
GooApple V5+ Manual
Thanks to "Q" for looking up this valuable information !
How to take a screenshot:
Tap both the "Home"-button and "Power"-button simultaneous. If you have sounds activated, you'll hear a shutter sound.
How to force restart:
Deep at the bottom of the 3.5 headphone jack there is a restart-button. Use a small tool like a bent paperclip or toothpick to reach it.
You can use this restart-button if your phone freezes and can not be restarted using the normal power-button.
THIS IS A LIFESAVER !
Recovery-menu explained:
The Recovery-menu is a boot-menu that can be used to backup, restore, clean cache or change ROMs in your GooApple phone.
This menu can be either in English or Chinese and may vary slightly depending on what type of Recovery came pre-installed on your phone.
You can install a different Recovery-menu on your phone like CMWR / TWPR
To access the Recovery-menu:
- Turn off your phone.
- Press and hold the PLUS-button and POWER-button on your phone until you arrive at the recovery menu.
NOTE: Depending on ROM and Recovery-version, you may actually need to press MINUS-button and POWER-button to access the Recovery-menu
Factory-test-menu:
This can be used to test the hardware functionality of your phone.
To access the Factory-test-menu:
-Turn off your phone.
-Press and hold the PLUS-button and POWER-button on your phone then lose it and hold it again after the vibration.
NOTE: It doesn't always work so you really need the perfect timing.
Navigating the user-interface:
This menu you can close running apps on the background so pretty usefull sometimes.
- Double-tap the "Home"-button shows running/standby apps and possibility to close apps by long-pressing icons in deployed menu.
- Double-tap the "Home"-button at the unlock-screen will show you the music player and a button to quickly acces the camera.
- Hold the "Home"-button to acces Wallpaper and Settings faster.
- Pressing the "+"-button when using the camera will take a picture.
NOTE: Double tapping must have some kind of pace in pressing these 2. If you do it too fast, ut doesn't work.. but too slow, it doesnt work either, so it has to be right.
- "Long-pressing" an icon in the menu makes the icons jiggly so you can change the position of your icons by dragging them to a desired position or on another icon to create a folder.
- "Long-pressing" the MINUS-button can bring up a menu in some applications. - UNCONFIRMED
Trouble hanging up a phone-call?
- Holding the phone vertically during a call turns off the screen (if the light-sensor has been covered).
- Holding the phone horizontally for a few seconds, will turn the screen on again and display the "End call"-button.
NOTE: Make sure you never double-tap the "Home"-button during a call. It will minimize the calling session so you will still be calling in the background. So make sure you always press the "End call"-button.
Change user interface language
If you cleared user data when installing a new ROM, the phone is likely to boot up in Chinese. Follow these steps to change it back to English:
- Press the Settings-button (you can probably identify this by its icon).
- Select the 9th option (General)
- Select the 8th option (International)
- Select the 1st option (Select language)
- Select your language.
NOTE: If you want some influence of your native language, you can install MoreLocale2 from GooglePlayStore. Some apps will be in your native language.
How to change the IMEI-number:
To change the IMEI number, you most likely will have to use MTKdroidTools from MediaFire.com.
It has an option to change the IMEI number but for this, you will need:
- the ADB drivers to be installed.
- A new IMEI number with what you want to change the original one.
- Phone connected to your computer.
How to add more Ring, SMS, Notification - sounds on your GooApple:
- Connect the phone to a computer in USB Storage Mode.
- Create the following folders on your SD-card:
- Ringtones
- Alarms
- Notifications
- Move your own sounds into the appropriate folder.
- Adjust the sounds-settings on your phone here:
- Ring-tone: Settings>Audo profiles>General>Voice call ringtone
- SMS-tone: Settings>Auido profiles>General>Notification ringtone
- Alarm-tone: Enter your Clock-app and add a new alarm and you should be presented with ringtone-options.
How to remove the backcover and change the MicroSD:
You might want to remove the backcover to change the MicroSD card or maybe even to change the cover.
To remove the cover:
- Unscrew the 2 screws at the bottom of your phone. You need a special screwdriver for this.
- Slide the back cover up once the screws are removed.
To change the MicroSD:
- Having the cover removed, you will see the SD card to the left of the battery trapped in some aluminium cover.
- Slide the aluminium cover to the left and now you can remove the SD card.
To put the cover back on:
- Put the cover back in its place, then drag it down (instead of up to remove it).
- Put the 2 screws back
Thanks mate! Very helpfull
AShacks said:
Thanks mate! Very helpfull
Click to expand...
Click to collapse
No problem !
And can anyone with a GooApple V5+ please try this to fix the GPS signal?
1. Charge your phone completely (100%)
2. Download and install Mobileuncle MTK Tools from Google Play.
3. Go to Settings > Location Services and turn off everything here. Also turn off WiFi.
4. Now turn off your phone. Then turn it back on and enable WiFi.
5. At Settings > Location Services
- Enable : Use wireless networks.
- Enable : Use GPS satellites
- Enable : GPS EPO assistance -> Go into EPO Settings and check the EPO file info if it's downloaded, if not, make sure you're connected to the internet and uncheck/recheck Auto Download.
- Enable : A-GPS
6. Open Start Mobileuncle MTK Tools and go to Information and click on Full , then Cold and go back to Satellites.
7. Go outside/window/balcony and after a while, the red dots should become green.
Source: peterssson
They say it works for MTK 657x models but it doesn't work for me. I keep getting red dots instead of green.
Drivers
Hi,
My Gooapple V5+ arrived.
I'm quite lost since no manual inside and this is my first android.
Regarding the rooting issue, I first decided install drivers. As I read, the process is connecting USB to PC and wait for Windows to ask something and then navigate to MT6575 USB VCOM drivers forder.
However, Win7 recognized V5+ as an Android device and installed some drivers, including "My HTC" (?)(!)
Now I can access SD card and maybe something else (I have no idea what) but I can't connect to internet through USB
The big quiestion now for me, in order to root the phone, is how to install drivers properly, bcos we have:
drivers preloader MT65xx
Android ADB Interface
MT6575 USB VCOM drivers
usb_driver
usb_driver_MT65xx_Android_ZTE_v821
I have a Win7 x64 laptop
About the GPS, I have just attempt fix my possition with "MAPS", but despite I downloaded some file, I can't fix possition bcos I'm indoors now.
Thanks for any comments
I'm not sure how the USB thetering works but I'll look into it.
About the drivers. I do it like this: plug it in, then choose the DRIVERS folder and let it choose automaticly.
Android device is correct, but I haven't seen the HTC one though, I'd recommend uninstalling that one.
But really , it can do a lot if you just plug it in, let it search the driver automaticly (don't select any specific folder, just DRIVERS if you really need to).
Also the VCOM driver is more for when you're about to flash your recovery through SPFT which it will install automaticly.
If you need any "personal" help on rooting it, feel free to ask, I'll support you via skype/facebook/teamviewer.
And I too am using Win7 64bit
It seems that Win7 installs a Google pack of USB drivers when detects Android devices.
Maybe this one I found:
softpedia.com/get/MOBILES/Google/Google-USB-Driver-Revision4.
And bcos GooApple is not in the list, Win7 chooses HTC that has 6575 chip aswell.
I will try to uninstall "My HTC" but Windows prefer this to any in the DRIVERS folder, perhaps is more up-to-date.
Any way, automatic driver download/installing maybe problematic with this phone.
Thanks a lot for support. I will need some days to become familiar with the phone before the next level
Thank you, is a very useful guide ! :good:
"Q" said:
It seems that Win7 installs a Google pack of USB drivers when detects Android devices.
Maybe this one I found:
softpedia.com/get/MOBILES/Google/Google-USB-Driver-Revision4.
And bcos GooApple is not in the list, Win7 chooses HTC that has 6575 chip aswell.
I will try to uninstall "My HTC" but Windows prefer this to any in the DRIVERS folder, perhaps is more up-to-date.
Any way, automatic driver download/installing maybe problematic with this phone.
Thanks a lot for support. I will need some days to become familiar with the phone before the next level
Click to expand...
Click to collapse
Ehm it shouldn't say GooApple V5+ in device manager.
For me it says Android Phone > Android ADB Interface and when I turn on USB storage, I just get Portable Devices: G:\.
So yeah, strange it uses HTC. And sorry that I cannot explain properly how to install the drivers because I just installed a few drivers , uninstalled some and installed some other and it worked.
But the most important thing is that the VCOM driver is installed. Which will automaticly install once you try the *Read Back* method. OR this might work too:
Turn off your phone. Plugin the USB cable in your computer but not in the phone (yet).
Now hold the Volume + button and then insert the USB cable into your phone. I think now, it should install the VCOM drivers automaticly.
And no problem Anhuc ! I haven't had time to test some things as I'm in a period of getting a job for the rest of my life
Drivers Problem Fixed!!
Well, for some reason my V5+ only accept VCOM driver if press "+" when plug-in USB in phone OFF, as you suggested.
If connect USB to PC with phone "ON" it ONLY accepts Android ADB Composite Interface, as you said.
So thanks everybody for suggestions and comments. I thing the first challenge overcome :good:
PS:
About the HTC driver I had first, maybe it was bcos I had MOBILE-EDIT software, wich installs many drivers, so I had to remove it from ControlPanel/Pograms/Unistall
But after it, connected phone to PC and it installed automatically "My HTC" driver again
So removed driver from DeviceManager and also removed Google Android USB Package from PC execiting "pnputil.exe -e" in command prompt, to see the OEM# of package, then removed with "pnputil.exe -d Oem#.inf"
Seems extrange but works great. (see details here: technet.microsoft.com/en-us/library/cc730875.aspx)
I have taken some screen shots of this in case someone need.
Hope may help people with persistent drivers....
"Q" said:
Drivers Problem Fixed!!
Click to expand...
Click to collapse
Good to hear that Q and thanks for sharing the information on what was causing it !
It can always help someone else out who has the same issue.
Anyways, I guess you can get to the part of flashing the phone with CMWR right?
I suggest jus reading the first part of the Rooting untill installing CMW and start there as thats the basic thing you need to do as the files I uploaded already include the patched recovery.img.
To see some pictures, check this out : http://www.mediafire.com/view/?8mxvy0ey5yfdu59 page 16 thats basicly how to Download recovery.img to your phone. But always follow my tutorial or ask me to do it for you
GPS without signal
Yes, I downloaded averything from v5+ tutorial and carefully read and understood this excellent work.
However, manage GPS to work is my priority now.
Is there any light in the dark?
I tried and tried, downloaded EPO files, used MTK Tools and even installed an iGo My Way version compatible with Retina screen.
One hour in the field and only saw a little signal bar of one satellite (if it was a satellite) but no points (red or green) at all in MTK Tools.
Have someone seen at least a single pretty point in the grid?
Thanks for any help.
"Q" said:
Yes, I downloaded averything from v5+ tutorial and carefully read and understood this excellent work.
However, manage GPS to work is my priority now.
Is there any light in the dark?
I tried and tried, downloaded EPO files, used MTK Tools and even installed an iGo My Way version compatible with Retina screen.
One hour in the field and only saw a little signal bar of one satellite (if it was a satellite) but no points (red or green) at all in MTK Tools.
Have someone seen at least a single pretty point in the grid?
Thanks for any help.
Click to expand...
Click to collapse
Ooh thanks for helping out.
I do get red dots yeah but they don't turn green :/
Things you could try is
Download GPS Status & Toolbox : Launch GPS Status & Toolbox. You'll see a compass and some other stats. Hit the menu button for more options.
Make sure you have an active data connection and go to "Manage A-GPS State". Then, tap the "Download" button in the menu that pops up. When it's done, exit the app.
And another thing that made me come closer was changing the gps.conf but I dont remember what tool to use. You can do it manually though. (It's located in system/etc)
For Belgium
NTP_SERVER=be.pool.ntp.org
XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
# DEBUG LEVELS:
# 0 - none, 1 - Error,
# 2 - Warning, 3 - Info
# 4 - Debug, 5 - Verbose
DEBUG_LEVEL =0
ACCURACY_THRES=5
INTERMEDIATE_POS=0
ENABLE_WIPER=1
SUPL_HOST=supl.google.com
SUPL_PORT=7276
REPORT_POSITION_USE_SUPL_REFLOC=1
# blank
Click to expand...
Click to collapse
bOyka8 said:
Ooh thanks for helping out.
I do get red dots yeah but they don't turn green :/
Things you could try is
Download GPS Status & Toolbox : Launch GPS Status & Toolbox. You'll see a compass and some other stats. Hit the menu button for more options.
Make sure you have an active data connection and go to "Manage A-GPS State". Then, tap the "Download" button in the menu that pops up. When it's done, exit the app.
And another thing that made me come closer was changing the gps.conf but I dont remember what tool to use. You can do it manually though. (It's located in system/etc)
For Belgium
Click to expand...
Click to collapse
Okay!
At least I have the dots in grid.
8 satellites in red but no singnal bars :/ after 30 min with all assistance enabled and filter off.
It's very strange, all my GPSs (I have 4 more devices) can get possition from cold in less than 20 min,
Some firmware issue here, I pressume.
I will contunue with this...
bOyka8 said:
Anyways, I guess you can get to the part of flashing the phone with CMWR right?
I suggest jus reading the first part of the Rooting untill installing CMW and start there as thats the basic thing you need to do as the files I uploaded already include the patched recovery.img.
To see some pictures, check this out : http://www.mediafire.com/view/?8mxvy0ey5yfdu59 page 16 thats basicly how to Download recovery.img to your phone. But always follow my tutorial or ask me to do it for you
Click to expand...
Click to collapse
Ok, I need the V5+ rooted to get access to system/etc....
After reading e/t in tutorial, just a stupid question: " I will loose all changes after flashing, and will need to begin again with configurations?"
I think I know the answer
"Q" said:
Ok, I need the V5+ rooted to get access to system/etc....
After reading e/t in tutorial, just a stupid question: " I will loose all changes after flashing, and will need to begin again with configurations?"
I think I know the answer
Click to expand...
Click to collapse
I don't think so, you can still do it without losing everything.
Just flash the recovery.img, then install the rooting zip and you're good to go !
And if you need help rooting this baby, I can do it for you in 2 hours from now
bOyka8 said:
I don't think so, you can still do it without losing everything.
Just flash the recovery.img, then install the rooting zip and you're good to go !
And if you need help rooting this baby, I can do it for you in 2 hours from now
Click to expand...
Click to collapse
I managed to do a recovery.img of my last configuration.
All ok, except that phone hangs after the OK green circle on PC screen.
Non responding at all, all black.
But reset from 3.5mm jack and all ok again.
Will do another backup from factory setings, just in case...
what happens after installing CWM Recovery?
can work as normal with phone?
Thanks for 2h supporting
problem!!
bOyka8 said:
I don't think so, you can still do it without losing everything.
Just flash the recovery.img, then install the rooting zip and you're good to go !
And if you need help rooting this baby, I can do it for you in 2 hours from now
Click to expand...
Click to collapse
Well, something bad happened.
Afetr the backup opperation tha finished OK, it has a wrong behaviour with battery icon.
Sometimes show the pugged icon and others a ray inside.
When turn off, it finish ok and then vibrates, but a few seconds later the battery icon charging fills the scren (unplugged of course) and few seconds later disappears.
Not a big problem, but after it I tried a second backup after factory settings restore and this time when plug USB on phone while pressing "-" nothing happens. PC do nothing (not installing drivers as before) and flash_tool can't finish the last part of procedure.
I even used differnt cable but nothing. USB parameters are as suggested....
Please help!
Thanks
"Q" said:
Well, something bad happened.
Afetr the backup opperation tha finished OK, it has a wrong behaviour with battery icon.
Sometimes show the pugged icon and others a ray inside.
When turn off, it finish ok and then vibrates, but a few seconds later the battery icon charging fills the scren (unplugged of course) and few seconds later disappears.
Not a big problem, but after it I tried a second backup after factory settings restore and this time when plug USB on phone while pressing "-" nothing happens. PC do nothing (not installing drivers as before) and flash_tool can't finish the last part of procedure.
I even used differnt cable but nothing. USB parameters are as suggested....
Please help!
Thanks
Click to expand...
Click to collapse
Are you using the correct version of SPFT?
For read back you need the v3... (use -) for download you need v2.... (dont use -)
And yeah with this recovery, and root everything works the same !
fixed
bOyka8 said:
Are you using the correct version of SPFT?
For read back you need the v3... for download you need v2....
And yeah with this recovery, and root everything works the same !
Click to expand...
Click to collapse
Fixed!!
Nothing worked to make it responding to USB...
Cables ok, config of USB ok too....
Decided opening phone and release power from battery cables.
I have never did it before but succeed on it
Now repeated opperation and made a successful backup in factory settings
Again I had to reset from 3.5mm jack
All ok, no problems (perhaps battery icon, but not sure)
Will continue rooting later

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.

[Completed] How to enable hide features LG L5II/L5X (QSlide, Eco Mode, Silente Mode)

Hello Guys,
I want to learn you how to enable hides features in you LG OPTIMUS L5II / L5X:
- QSlide (Calculator, Calendar, Browser, Note and Video)
- Timer-off button.
- Eco mode
- Silence mode
YOU NEED:
- To know how descompile and compile with apktool.
- BackUp of your device and BackUp of the next files. You never ever must delete original files. Because is posible that you need replace again the process.
IN YOUR PHONE:
- Root
- App: SuperSU
- App: Root Explorer
- App: Build Prop Editor (PlayStore)
- Files from you device:
> framework-res.apk (System/framework/)
> lge-res.apk (System/framework/)
> LGSystemUI.apk (System/app/)
> Build.prop (System/)
IN YOUR PC:
- Notepad++ (Edit XML)
- Java JDK (Driver)
- Apktool (Compile and Descompile)
- 7z938.exe (Sign)
-------The next step is to enable the QSlide ------ We going to active the Buttons hides in apps: Calculator, Calendar, Browser Internet, Note and Video). --------------
1. Open the app BUILD PROP EDITOR and do click in the pencil
2. down to find the lines that begin with: ro.lge.capp.........
3. add or replace the next texts:
ro.lge.capp_themeicon=true
ro.lge.capp_touch_Idi=true
ro.lge.capp_ghost_finger=true
ro.lge.capp_quickclip=true
ro.lge.capp_move_sdcard=true
ro.lge.capp_qwindow=true
ro.lge.capp_quickclip=true
ro.lge.capp_wfd=true
ro.lge.capp_smf=true
ro.lge.capp_qctwfd=true
ro.lge.capp_mdm=true
4. Save and exit. Reboot your phone. Now Open the apps: Calculator, Calendar, Browser Internet, Note and Video and you will find a New button to use Qslide.
---------- IF YOU DON´T KNOW HOW TO COMPILE AND DESCOMPILE APK IS BETTER THAT YOU STOP HERE THE TUTORIAL AND ENJOY THE FEATURE QSLIDE -------------
THE NEXT STEPS ARE TO ENABLE THE QSLIDE BAR
1. Firstly you need have installed the programs Notepad++ y Java JDK in your PC.
2. Next you must extract the folder to the program apktool in C:\ (Example: C:\apktool)
3. Put the files framework-res.apk and lge-res.apk in the folder C:\apktool
4. Install framework-res.apk and lge-res.apk in apktool:
COMANDS TO INSTALL IN APKTOOL
| C:\apktool>apktool if framework-res.apk Click: ENTER and wait
| C:\apktool>apktool if lge.res.apk Click: ENTER. It´s all.
5. Descompile the LGSystemUI.apk.
COMAND TO DESCOMPILE
| C:\apktool>apktool d LGSystemUI.apk Click: ENTER and wait some seconds... Going to appear a folder named: LGSystemUI
6. Open the file: LGSystemUI\res\values\boots.xml
7. Change the lines::: false for true
FLOATING LAUNCHER (QSLIDE BAR)
EXAMPLE
<bool name="config_systemui_feature_floating_launcher">false</bool>
Change false for true:
<bool name="config_systemui_feature_floating_launcher">true</bool>
and do the same with
ECO MODE: find the name "eco_mode"
SILENCE MODE: find the name "silence_mode"
TIME OFF: I don´t remember, I supose that is "display_timeoff"... really I don´t remember.
NOTE: You must not active the funtions: QREMOTE, QVOICE, NFC and MIRACAST beause the device haven´t the apps.
8. Save and exit.
8. Now compile the folder again with apktool.
COMAND TO COMPILE
| C:\apktool>apktool b LGSystemUI LGSystemUI-edited.apk Click ENTER and wait...
9. Next open the new LGSystemUI-edited.apk and LGSystemUI.apk (Original), doing click right in each one files and click on Open with 7z938. Copy the folder META-INF and the file AndroidManifest.xml from LGSystemUI.apk >> to >> LGSystemUI-edited.apk.
Ready, your APK is signed.
:::::::::: if you know how to align the APK teach us!!!! ::::::::::::::
10. Replace the file in your phone and change the permitions, now reboots your device.
It´s all guys, now enjoy you new smartphone with features just enabling in LG G Pro.
Thanks, Excuse me I do not speak English very well. :good:
Hi there,
Thanks for your share but here isn't the right place for that.
Please post your thread here:
Optimus L3 II, L5 II, L7 II, L9 II Themes and Apps
Thread closed

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

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

Categories

Resources