Skip to content

Instantly share code, notes, and snippets.

@shaykalyan
Last active August 22, 2020 20:42
Show Gist options
  • Save shaykalyan/02abdcde3768e28da4c025ea0b1cb1be to your computer and use it in GitHub Desktop.
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/
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