You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 31, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: