Last active
July 30, 2023 11:53
-
-
Save fnzv/de4879058bf389ea7d9210d9de4c6ac6 to your computer and use it in GitHub Desktop.
How to setup mobile data tiles on Android 13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install Shizuku | |
Install Better internet tiles | |
Connect your device to an adb shell and launch this command: | |
- adb.exe shell sh /storage/emulated/0/Android/data/moe.shizuku.privileged.api/start.sh | |
Open Shizuku and check that is running (as an alternative it's possible to Pair ADB without a computer by doing ADB via WIFI and use your phone split screen to confirm permissions) | |
Open Better internet tiles and add quick toggles | |
Phone reboot does remove that permissions | |
References: | |
- https://forum.xda-developers.com/t/better-internet-tiles-bring-back-wi-fi-and-mobile-data-toggles-non-root.4373925/ | |
- https://www.youtube.com/watch?v=JAoUdRpfD3s (wireless debugging) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment