Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WiFi toggle doesn't do anything when hotspot enabled #2

Open
squee666 opened this issue Nov 8, 2021 · 5 comments
Open

WiFi toggle doesn't do anything when hotspot enabled #2

squee666 opened this issue Nov 8, 2021 · 5 comments

Comments

@squee666
Copy link

squee666 commented Nov 8, 2021

What title says

If hotspot is on toggle doesn't work

@rostopira
Copy link
Owner

Wi-Fi can't be enabled when hotspot is on.
And only system apps can disable hotspot.
Maybe I should add a toast, in such cases?
Something like "disable tethering first"

@nbmrjuhneibkr
Copy link

nbmrjuhneibkr commented Dec 2, 2021

Wi-Fi can't be enabled when hotspot is on.

Wi-Fi stays connected when you enable hotspot on Android 12. And system Wi-Fi/LTE toggle lets you enable/disable Wi-Fi while hotspot is on.

In fact, now you have to disable Wi-Fi manually, or else your hotspot will work as a Wi-Fi repeater (but with its own SSID) instead being an actual hotspot for the LTE connection on your phone. Yet another terrible design decision in Android 12.

@rostopira
Copy link
Owner

This repo is done, there is an easier way now: https://www.xda-developers.com/bring-back-wifi-mobile-data-quick-settings-tiles-android-12-adb/

@nbmrjuhneibkr
Copy link

nbmrjuhneibkr commented Dec 14, 2021

This repo is done, there is an easier way no

Using ADB to modify system settings is not easier than installing an APK. And this method can stop working with any of the monthly Android updates in the future. Self-contained solution will always be more reliable.

@fillwithjoy1
Copy link

This repo is done, there is an easier way no

Using ADB to modify system settings is not easier than installing an APK. And this method can stop working with any of the monthly Android updates in the future. Self-contained solution will always be more reliable.

Use Better Internet Tiles, you'll need Shizuku

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants