Skip to content

Sathya-github-del/Real-time-network-speed-in-Samsung-devices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Real-time-network-speed-in-Samsung-devices

Enable real-time-network-speed in samsung devices

Requirements: Rooted Samsung phone

  • In my case I have rooted Samsung galaxy A04e device(Android 13)
  • CS(Common Sense)

Thanks to XDA Forums for helping me to locate the cscfeature.xml file.

Thanks to XDA Forums for helping me to understand how to decode the cscfeature.xml file.

Thanks to GitHub for the tool and jar file.

Note:- This working in all CSC.

Follow the steps

  1. Locate the CSC file: Find the cscfeature.xml file on your Samsung device. In my case, it was found in Optics/configs/carriers/INS/conf/system/cscfeature.xml. Copy it to your PC.

  2. Download or Clone this repository: Download or clone this repository containing the necessary files.

  3. Open Terminal and locate the cloned repo: Navigate to the directory where you cloned the repository and place the cscfeature.xml file there.

  4. Decode CSC file: Use the following command to decode the cscfeature.xml file:

    java -jar omc-decoder.jar -i cscfeature.xml -o cscfeature_decoded.xml

7.Edit the decoded file: Open cscfeature_decoded.xml in a text editor like Notepad++ and add the line:

<CscFeature_Setting_SupportRealTimeNetworkSpeed>TRUE</CscFeature_Setting_SupportRealTimeNetworkSpeed>

  1. Encode the file: Go back to the terminal and use the following command to encode the edited file:

    java -jar omc-decoder.jar -e -i cscfeature_decoded.xml -o cscfeature.xml

  2. Replace the CSC file: Copy the updated cscfeature.xml file and place it in the same folder where you found it originally.

  3. Reboot device: After replacing the CSC file, reboot your device.

Enable the feature: Go to Settings -> Notifications -> Advance Settings -> Show network speed in real time to enable the feature.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages