Original topic:

Hotspot shortcut

(Topic created on: 10-01-2024 11:36 AM)
124 Views
JsyB
Active Level 1
Options
Galaxy S
How can I create a shortcut to toggle my Hotspot function on the S22? It is such a bother to have to go into settings each time.... 

Any advice is appreciated. Thank you! 
0 Likes
JsyB
Active Level 1
Galaxy S
I successfully downloaded and installed adb
0 Likes
JsyB
Active Level 1
Galaxy S
👍
0 Likes
JsyB
Active Level 1
Galaxy S
Still gives me an error20241001_140333_1000007716_1727805815.jpg
0 Likes
RedDogRabbit
Expert Level 5
Galaxy S

The reason you type ". \adb devices" without quotes, is to verify the connection between the phone & computer. On your phone, you will need to allow the connection.. you'll see a pop up on your phone.

Then.. 

At the Command Prompt in Windows Power Shell, now type:

Settings put secure sysui_qs_tiles "$(settings get secure sysui_qs_tiles),HotSpot

 

The Mobile HotSpot Toggle will be automatically added to the QS Tiles. 

You'll just need to edit the QS Tiles to put it on whatever "page" of the QS Tiles you want. 

0 Likes
JsyB
Active Level 1
Galaxy S
Sorry ...I've tried multiple ways but still get the error20241001_141840_1000007719_1727806722.jpg
0 Likes
RedDogRabbit
Expert Level 5
Galaxy S

Platform-Tools needs to be in the directory.. So on your computer screen you see:

c:\users\jsyba\Platform-Tools 

You have Developer Options enabled on your phone? 

It's ".\adb devices" with the only space between adb and devices.

https://www.xda-developers.com/adb-fastboot-any-directory-windows-linux/

0 Likes
JsyB
Active Level 1
Galaxy S
Yes, I have developer options enabled and i have the platform tools in my c drive. 20241001_143746_1000007720_1727807867.jpg1727807941711.jpg
0 Likes
RedDogRabbit
Expert Level 5
Galaxy S

"Shift + Right Click" 

To open Power Shell here & Platform-Tools needs to be in the path when you open it. 

If you're more comfortable using a command prompt. 

Open the command prompt on your computer and type:

Settings put secure sysui_qs_tiles "$(settings get secure sysui_qs_tiles),HotSpot

 

But you will have needed to allow the connection between the phone & computer. 

0 Likes
JsyB
Active Level 1
Galaxy S
I wonder if this is the problem...? The phone won't allow me to switch to USB controlled by device after I plug into my computer....1727808027373.jpg
0 Likes
RedDogRabbit
Expert Level 5
Galaxy S

In Developer Options, you have USB Debugging Toggled ON? 

Screenshot_20241001_145540.jpg

0 Likes