Last active
August 22, 2020 20:42
-
-
Save shaykalyan/02abdcde3768e28da4c025ea0b1cb1be to your computer and use it in GitHub Desktop.
T-Mobile version of the Galaxy S20 OS doesn't have MobileData toggles but it can be added via ADB. Via https://www.xda-developers.com/how-to-restore-mobile-data-quick-settings-tile-toggle-on-samsung-galaxy-devices/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb devices | |
adb shell | |
settings get secure sysui_qs_tiles | |
settings put secure sysui_qs_tiles "YOUR_LIST_HERE,MobileData,Hotspot" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment