Skip to content

Restore the Separate Wifi and Cellular Data Toggles on Android 12 with ADB



In this video, I will be showing you how to restore the Wifi and Mobile Data quick settings toggle back on Android 12, rather than just having the Internet toggle hide the data menu and wifi menu in the same toggle. You do not need a rooted device to do this, despite what the XDA thread link states.

ADB commands:
$ adb shell settings put global settings_provider_model false
$ adb shell settings put secure sysui_qs_tiles “wifi,cell,$(settings get secure sysui_qs_tiles)”

Links referenced in this video:
Android Debug Bridge (ADB):

SDK Platform Tools Download:

[HOW TO] Restore WiFi and Cellular Data in Quick Settings

Specific time codes:
Intro – 0:00
Warning – 0:30
ADB and USB Debugging – 0:49
Download android-tools – 1:20
Using ADB -…

Send this to a friend