Original topic:

how can i get mobile data toggle in my status bar of my s9 g960w model,

(Topic created on: 03-18-2019 03:24 AM)
568 Views
Aamir381
Beginner Level 2
Options
Others
how can i get mobile data toggle in my status bar of my s9 g960w model, g960w model
0 Likes
4 REPLIES 4
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 🐧
carr0498
Active Level 10
Others
0 Likes
Pawan1995
Beginner Level 2
Others
is this safe
0 Likes
carr0498
Active Level 10
Others
yes, read all the words
0 Likes