From 1d524bcc2397ddb0ceed295368578dbce556c330 Mon Sep 17 00:00:00 2001 From: Dmytro Rostopira Date: Sun, 3 Dec 2023 14:30:14 +0200 Subject: [PATCH] Update README.md --- README.md | 41 +++++++++++++++++++++++++++++++++-------- 1 file changed, 33 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0aef3d3..7780d94 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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