Aamir381
Beginner Level 2
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2019 03:24 AM in
Others
how can i get mobile data toggle in my status bar of my s9 g960w model, g960w model
4 REPLIES 4

Shaggyskunk1BLM
Expert Level 5
Options
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2019 03:54 AM (Last edited 03-18-2019 04:04 AM ) in
Others
2 methods to add the Mobile Data Toggle to the QS Tiles:
a). Download Platform-Tools to your computer - Enable USB Debugging on your phone - Settings - About Phone - Software information - Click on Build number 7 times and Toggle USB Debugging to On - Connect your computer to your phone & you will have to Click on "Allow" when you see the Prompt on your pc to allow the connection.
b) On your Windows computer Shift + Right Click to Open Power Shell.
c) Type:
.\adb shell (press Enter)
settings put secure sysui_qs_tiles "$(settings get secure sysui_qs_tiles),MobileData,Hotspot"
Done
@carr0498 has a more automated method if you are uncomfortable with adb commands 🐧
a). Download Platform-Tools to your computer - Enable USB Debugging on your phone - Settings - About Phone - Software information - Click on Build number 7 times and Toggle USB Debugging to On - Connect your computer to your phone & you will have to Click on "Allow" when you see the Prompt on your pc to allow the connection.
b) On your Windows computer Shift + Right Click to Open Power Shell.
c) Type:
.\adb shell (press Enter)
settings put secure sysui_qs_tiles "$(settings get secure sysui_qs_tiles),MobileData,Hotspot"
Done
@carr0498 has a more automated method if you are uncomfortable with adb commands 🐧
carr0498
Active Level 10
Options
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2019 04:34 AM (Last edited 03-29-2019 06:24 AM ) in
Others
Pawan1995
Beginner Level 2
Options
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2019 10:48 PM in
Others
is this safe
carr0498
Active Level 10
Options
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2019 06:14 AM in
Others
yes, read all the words
