I am automating a test procedure for a wifi call, and I was wondering if there is a way to disable / enable wifi via adb?
I would like to disable / enable Wi-Fi or kill Wi-Fi (com.movial.wificall) and restart it.
Is it possible to do this with adb and shell commands?
so far I have found:
android.net.wifi.WifiManager setWifiEnabled(true/false)
I just don't know how to do this.
android shell adb android wifi
Nefariis Apr 05 '12 at 18:11 2012-04-05 18:11
source share