Skip to content

Instantly share code, notes, and snippets.

@extremecoders-re
Created December 23, 2019 07:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save extremecoders-re/9055d74c5513ee7137ee2832f7a9df57 to your computer and use it in GitHub Desktop.
Save extremecoders-re/9055d74c5513ee7137ee2832f7a9df57 to your computer and use it in GitHub Desktop.
Turn on WiFi calling using ADB

Some Android Phones support WiFi calling but there's no option in the UI to turn on this feature. For such phones, you can use one of following techniques

Show WiFI Calling Dialog using ADB

In Setting App

$ am start -a android.intent.action.MAIN -n com.android.settings/.Settings\$WifiCallingSettingsActivity

In Carrier Services

 $ am start -a android.intent.action.MAIN -n com.google.android.ims/.ui.WifiCallingSettingsActivity

Using a third party app

Download the Activity Launcher app (https://play.google.com/store/apps/details?id=de.szalkowski.activitylauncher) from Playstore. Search for "wificalling" (Without space).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment