Skip to content

Instantly share code, notes, and snippets.

@leynier
Created June 19, 2022 09:11
Show Gist options
  • Save leynier/f5a89deb9787e3d9cea80ec1f5c12764 to your computer and use it in GitHub Desktop.
Save leynier/f5a89deb9787e3d9cea80ec1f5c12764 to your computer and use it in GitHub Desktop.
restore missing mobile data in quick settings

Restore missing mobile data in quick settings

  • Activate Developer options in phone
  • Activate USB debugging inside Developer options
  • Connect phone by USB to PC and allow that PC can debugging
  • Download Android SDK
  • Go to platform-tools inside of Android SDK downloaded
  • Execute adb devices and ensure that mobile appear in the list
  • Execute adb shell
  • Execute settings get secure sysui_qs_tiles and copy the output (will be reference to the content copied as YOUROLDLIST)
  • Execute settings put secure sysui_qs_tiles "YOUROLDLIST,MobileData,Hotspot"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment