AdbClient.Instance.ExecuteRemoteCommand("settings put global airplane_mode_on 1 &&" +
"am broadcast -a android.intent.action.AIRPLANE_MODE --ez state true &&" +
"settings put global airplane_mode_on 0 &&" +
"am broadcast -a android.intent.action.AIRPLANE_MODE --ez state false",
deviceData, receiver);
I can't run this command, which I run smoothly on my windows 10 x64 Pro device, on a Windows 7 device. I had to switch to a new system as the problem persisted.
I can't run this command, which I run smoothly on my windows 10 x64 Pro device, on a Windows 7 device. I had to switch to a new system as the problem persisted.