Requirements For getting FLAGSHIP FEATURES in any Samsung Devices:
1. Rooted Phone(IF YOU DON't KNOW HOW TO ROOT THEN READ OUR PREVIOUS ARTICLE)
2. MT Manager OR ROOT EXPLORER
3. A LITTLE BIT BRAIN
IF YOU HAVE ALL OF THESE ,
THEN YOU ARE READY TO GO FOR GETTING ALL THE FLAGSHIP FEATURES IN SAMSUNG PHONES...
Step 1. FLASH THIS USING MAGISK THEN REBOOT TWICE
STEP 2. OPEN MT MANAGER OR ROOT EXPLORER AND GIVE ROOT PERMISSION
STEP 3. In Root directory
Go to
"optics/configs/carriers/ Your country carrier/conf/system"
You will see cscfeature.xml(IF YOU WON'T GET THAT FILE IN THIS LOCATION THEN,
Android 9 or older : system/csc
Android 10 and later :
If your device has odm partition then : odm/etc/omc
If you device has product partition then : product/omc
In some flagships devices : prism and optics
In some ported rom : vendor/omd/etc/omc
Or : system/system/product
Or : system/product )
STEP 4. OPEN THE CSCFEATURE.XML FILE AND Scroll to the bottom of the file and add the following line of code:
*Note : I AM Not Sure To Work All Codes On All Phones So, Remember Some Codes Requires Resources Support..
# 01 : Real time internet speed meter
<CscFeature_Setting_SupportRealTimeNetworkSpeed>TRUE</CscFeature_Setting_SupportRealTimeNetworkSpeed>
# 02 : Data usage on quickpanel #
<CscFeature_SystemUI_SupportDataUsageViewOnQuickPanel>TRUE</CscFeature_SystemUI_SupportDataUsageViewOnQuickPanel>
# 03 : Extra Dim #
<CscFeature_Setting_SupportExtraDim>TRUE</CscFeature_Setting_SupportExtraDim>
# 04 : All message block menu #
<CscFeature_Setting_EnableMenuBlockCallMsg>TRUE</CscFeature_Setting_EnableMenuBlockCallMsg>
# 05 : Disable software update menu #
<CscFeature_Setting_DisableMenuSoftwareUpdate>TRUE</CscFeature_Setting_DisableMenuSoftwareUpdate>
# 06 : Samsung app lock enabler #
<CscFeature_SmartManager_ConfigSubFeatures>applock</CscFeature_SmartManager_ConfigSubFeatures>
# 07 : Disable imei tracker #
<CscFeature_Message_ConfigImeiTracker>11223344</CscFeature_Message_ConfigImeiTracker>
# 08 : Call recording option in dialer and call settings #
<CscFeature_VoiceCall_ConfigRecording>RecordingAllowed</CscFeature_VoiceCall_ConfigRecording>
<CscFeature_VoiceCall_ConfigRecording>RecordingAllowedByMenu</CscFeature_VoiceCall_ConfigRecording>
# 09 : Lte only in network menu #
<CscFeature_Setting_CustNetworkSelMenu4>LTEONLY</CscFeature_Setting_CustNetworkSelMenu4>
# 10 : Show LTE on 4G network #
<CscFeature_SystemUI_ConfigOpBrandingForIndicatorIcon>LTE</CscFeature_SystemUI_ConfigOpBrandingForIndicatorIcon>
# 11 : Show regulatory info in settings #
<CscFeature_Setting_SupportRegulatoryInfo>TRUE</CscFeature_Setting_SupportRegulatoryInfo>
# 12 : Camera Shutter sound menu in camera settings # 📷
<CscFeature_Camera_ShutterSoundMenu>TRUE</CscFeature_Camera_ShutterSoundMenu>
# 13 : Enable power off lock # 📱
<CscFeature_SystemUI_SupportPowerOffLock>TRUE</CscFeature_SystemUI_SupportPowerOffLock>
# 14 : Weather ask data use permission #
<CscFeature_Weather_SupportPromptForDataUsage>TRUE</CscFeature_Weather_SupportPromptForDataUsage>
# 15 : Weather ask location access permission #
<CscFeature_Weather_SupportPromptForLocationAccess>TRUE</CscFeature_Weather_SupportPromptForLocationAccess>
# 16 : Video player ask data use permission # 📹
<CscFeature_Video_SupportDataPromptPopup>TRUE</CscFeature_Video_SupportDataPromptPopup>
# 17 : Dialer ask data use permission :
<CscFeature_Contact_ConfigOpStyleVariation>CHC</CscFeature_Contact_ConfigOpStyleVariation>
# 18 : Enable places option on dialer .#
<CscFeature_Common_ConfigSvcProviderForUnknownNumber>whitepages,whitepages,on</CscFeature_Common_ConfigSvcProviderForUnknownNumber>
# 19 : Message useful card #
<CscFeature_Message_SupportUsefulcard>TRUE</CscFeature_Message_SupportUsefulcard>
# 20: Disable Setup Wizard #
<CscFeature_GMS_DisableSetupWizard>TRUE</CscFeature_GMS_DisableSetupWizard>
# 21 : China Network Signal Bar #
<CscFeature_SystemUI_ConfigOpBrandingForIndicatorIcon>CHC</CscFeature_SystemUI_ConfigOpBrandingForIndicatorIcon>
# 22: Show First Call Date #
<CscFeature_Setting_ConfigFirstCallDateType>2</CscFeature_Setting_ConfigFirstCallDateType>
# 23: China Smart Manager Csc Code #
<CscFeature_SmartManager_ConfigSubFeatures>appdatacleaner|trafficmanager_auto|fake_base_station|rootbadgefeature|badappnoti|trafficmanager|applock|paymentsafety|riskcontrol|newdataplan</CscFeature_SmartManager_ConfigSubFeatures>
Save the changes to the file and reboot your device.
***NOTE***
0 Comments