- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2023 08:23 PM in
Galaxy S- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2023 08:27 PM in
Galaxy SYou can add the HotSpot Toggle using adb.
You need to download & Install Samsung USB Drivers & Platform-Tools to your computer.
The adb command line is:
Settings put secure sysui_qs_tiles "$(settings get secure sysui_qs_tiles),HotSpot"

- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
04-29-2023 09:49 PM in
Galaxy SHi, please follow the steps given by RedDogRabbit to add the HotSpot toggle on the notification panel.
Also, have you tried turning on Mobile Hotspot from settings ?
Go to settings >> Connections >> Mobile hotspot and tethering >> Mobile Hotspot ( Turn the toggle on), then check again in your quick settings menu if the toggle is back or not.
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2023 05:34 AM in
Galaxy SYes, I have tries that too.
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2023 05:40 AM in
Galaxy SYou'll have to use adb to add the HotSpot Toggle.
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2023 06:35 AM (Last edited 04-30-2023 07:33 AM ) in
Galaxy SI saw that you sent me a DM, but I'd rather post the answers here, as opposed to replying to people each time I get the same question.
It's not hard to use adb, but you need to have Samsung's USB drivers & Platform-Tools installed on your computer.
When you connect your phone to the computer, and open Power Shell in Windows, type:
adb devices
and you'll be prompted by your phone to allow the connection.
You'll also see if the phone is recognized by your computer.
with Power Shell open,
Type the adb command in my previous post.
Don't worry if you make a mistake typing it, you can't damage your phone, as adb command will just be rejected if it's not correct.
Oh yeah and you have to enable Developer Options on your phone.
Go to Settings > Software Information & Click on the Build Number 7 times to enable Dev Options.
