Original topic:

Hotspot toggle

(Topic created on: 04-29-2023 08:23 PM)
618 Views
Fern
Beginner Level 2
Options
Galaxy S
Hello everyone, 

I just got a Galaxy S22 Ultra but there is no Hotspot button in the quick panel. Anyone find a fix for this?
0 Likes
5 Comments
RedDogRabbit
Expert Level 5
Galaxy S

You 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"

 

Screenshot_20230429_232712.jpg

Helenna
Moderator
Moderator
Options
Galaxy S

Hi, 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.

0 Likes
Fern
Beginner Level 2
Galaxy S
Hi Helena,

Yes, I have tries that too.
0 Likes
RedDogRabbit
Expert Level 5
Galaxy S

You'll have to use adb to add the HotSpot Toggle. 

0 Likes
RedDogRabbit
Expert Level 5
Galaxy S

I 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.