Resolved! Solved

Original topic:

How to Enable Mobile Data & Hot Spot Toggles!

(Topic created on: 03-21-2019 08:36 AM)
6271 Views
Shaggyskunk1BLM
Expert Level 5
Options
Others

How to Enable Mobile Data & Hot Spot Toggles!
There seems to be quite a few new members & the question of how to enable the Mobile Data & Hot Spot Toggles is being asked multiple times per week/day.. 
Maybe a Pinned Message in a really hard to miss place would be a great idea? 


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 version called "Easy Restore" for those of you who aren't comfortable with adb commands 🕊

You can also just Search for Mobile Data Toggle & you'll find the way to enable what the Canadian Carriers have removed 😉

Resolved!
14 Comments
Samsung_Lp4IYRT
Beginner Level 2
Others

I get this error when I try it for my S10. It worked 2 months ago on my S8. Any ideas what the problem could be? I have my USB debugging On. See attached.15621796846804783459225487199775.jpg

 

0 Likes
Others
You're not in Platform-Tools on your computer..
Then type

.\adb shell

(enter)

then the adb commands
FatranendesonCon
Beginner Level 2
Others

data has failed. advice


@Shaggyskunk1BLM wrote:

How to Enable Mobile Data & Hot Spot Toggles!
There seems to be quite a few new members & the question of how to enable the Mobile Data & Hot Spot Toggles is being asked multiple times per week/day.. 
Maybe a Pinned Message in a really hard to miss place would be a great idea? 


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 version called "Easy Restore" for those of you who aren't comfortable with adb commands 🕊

You can also just Search for Mobile Data Toggle & you'll find the way to enable what the Canadian Carriers have removed 😉



@Shaggyskunk1BLM wrote:

How to Enable Mobile Data & Hot Spot Toggles!
There seems to be quite a few new members & the question of how to enable the Mobile Data & Hot Spot Toggles is being asked multiple times per week/day.. 
Maybe a Pinned Message in a really hard to miss place would be a great idea? 


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 version called "Easy Restore" for those of you who aren't comfortable with adb commands 🕊

You can also just Search for Mobile Data Toggle & you'll find the way to enable what the Canadian Carriers have removed 😉


 

0 Likes
Others
You have USB Debugging enabled?
Samsung USB Drivers installed on your computer?
Once you connect your phone to the computer - You'll see a Popup asking you to "allow" the connection - If it's your computer - "always from this computer".







OH WAIT

it's NOT "securesysui"!

It's "secure sysui_qs_tiles"

You had it right with:

settings put secure sysui_qs_tiles...

But you made a mistake with
"get secure sysui_qs_tiles" you didn't put a space between "secure & sysui_qs_tiles"


That's the error & this should resolve the issue for you! 👍
Solution
RedDogRabbit
Expert Level 5
Others

Wasn't the Canadian Carriers, it was Samsung Canada. 

0 Likes