- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 05:06 AM (Last edited 09-21-2023 06:47 AM ) in
OthersIn order to add the HotSpot Toggle to your QS Tiles, you need:
- Download & Install Samsung USB Drivers to your computer.
- Download & Install Platform-Tools to your computer.
- Enable Developer Options on your phone.
Link to Samsung's USB drivers:
https://drive.google.com/file/d/1haNjE8akF-o62xuJURlY99__VsU0K5uX/view?usp=drivesdk
Link to Platform-Tools:
https://drive.google.com/file/d/1BSyftTZ1HMQYqVxDDy_I1ETqI_Il6SkX/view?usp=drivesdk
Enable Developer Options on your phone by going to Settings > About Phone > Software Information & Click on the Build Number 7 Times.
Open Platform-Tools Tools on your computer & Enable USB Debugging on your phone & Connect to your computer.
Open Windows PowerShell on your computer.
At the Command Prompt in Platform-Tools type:
\devices
to verify the connection between the two devices.
You'll need to watch the screen on your phone & Click "Allow" when you see the request for permission to allow the connection.
At the Command Prompt in Windows Power Shell, now type:
Settings put secure sysui_qs_tiles "$(settings get secure sysui_qs_tiles),HotSpot
You can't type an incorrect command line, if you did it correctly, the effect will be immediate & HotSpot will be automatically added to your QS Tiles.
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2023 06:36 AM in
OthersThanks !!! Some additional instructions for newbies:
At the Command Prompt in Windows Power Shell, now type:
adb shell
a $ prompt will appear. Then type
Settings put secure sysui_qs_tiles "$(settings get secure sysui_qs_tiles),HotSpot"
(on your post, you missed the double quotes at the end )
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2023 06:52 AM in
Othersa)
at the command prompt it's:
adb\
Followed by the command line.
b)
There's no "double quotation marks" at the end.
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2023 07:06 AM in
Others- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2023 07:37 AM in
OthersFrom XDA's Mishaal Rahman. It's not the same QS Tile that we're looking at here, but the command line structure.
But, hey if it worked for you, great. However adb commands will usually just fail to work, or you'll get red on a black background saying that there is an error / not found / not recognized.
https://www.xda-developers.com/bring-back-wifi-mobile-data-quick-settings-tiles-android-12-adb/
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2023 12:25 AM (Last edited 11-16-2023 12:47 AM ) in
OthersThis command line worked wonders, could not with op instructions so here is what worked for me (noob).
Samsung USB drivers and get the lastest official download for android devices : https://developer.samsung.com/mobile/android-usb-driver.html
SDK Platform tools and get the latest official downloads :
https://developer.android.com/tools/releases/platform-tools
Follow the phone prep (dev mode + debug mode) as described by OP and install the tool kit and drivers.
Type CMD in the path bar of the installation folder for Platform tools (make sure to extract your files first),
Type ADB start-server in the command prompt,
Type ADB Devices
Confirm your device is LINKED + Authorized. As OP stated, make sure to check your phone screen for the prompt to accept and link. (If device is listed but not authorized follow these instructions :
https://stackoverflow.com/questions/23081263/adb-android-device-unauthorized )
Type ADB SHELL
Then paste the following :
settings put secure sysui_qs_tiles "$(settings get secure sysui_qs_tiles),MobileData,Hotspot"
The Icon then appeared as my last quick select icon. There is no confirmation in the command prompt, check your phone after pasting the command and pressing enter.
Thanks to OP and Dragonyte as well as the others posted in this comment,
Cheers.
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2023 12:28 AM in
OthersLink to OG post in the screenshot, dated but could help.
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2024 02:07 AM in
OthersThis was really helpful. It worked wonders. The 'mobiledata' was missing from the initial code. Thanks:)
- Tags:
- P2Pirate

- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 01:34 PM in
OthersThanks!✌️
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2024 11:04 PM in
Others