Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rostopira committed Dec 3, 2023
1 parent 968c0e7 commit 1d524bc
Showing 1 changed file with 33 additions and 8 deletions.
41 changes: 33 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
*DEPRECATED*: There is now an easier and better way to bring back those buttons: https://www.xda-developers.com/bring-back-wifi-mobile-data-quick-settings-tiles-android-12-adb/
Just execute in adb shell:
```
settings put global settings_provider_model false
settings put secure sysui_qs_tiles "wifi,cell,$(settings get secure sysui_qs_tiles)"
```


# WiFi QS

Google has removed *Wi-Fi* from QS in Android 12 replacing it with useless *Internet* button
This tiny project brings it back
Expand All @@ -16,3 +9,35 @@ Location permission is optional, if you want to show connected Wi-Fi SSID and cu
I can't publish this in Google Play, since it requires minimum target API 29.
It's possible to use higher API if user grants this app a Device Admin role.
Not implemented currently, but I may do that in spare time.

# FAQ

## If you are still using Android 12
There is now an easier and better way to bring back those buttons: https://www.xda-developers.com/bring-back-wifi-mobile-data-quick-settings-tiles-android-12-adb/
Just execute in adb shell:
```
settings put global settings_provider_model false
settings put secure sysui_qs_tiles "wifi,cell,$(settings get secure sysui_qs_tiles)"
```

## Wi-Fi network name isn't displayed

You didn't gave app permission to use location. It's required to gather network info.

## I want internet toggle

Nope, not possible without root.

## I have root

Use [Better Internet Tiles](https://play.google.com/store/apps/details?id=be.casperverswijvelt.unifiedinternetqs)

## I don't have root, what about Shizuku

Use [Better Internet Tiles](https://play.google.com/store/apps/details?id=be.casperverswijvelt.unifiedinternetqs)

I'm not going to rewrite it using shizuku

## I have feature request

I don't have time for that. PR's are welcome

0 comments on commit 1d524bc

Please sign in to comment.