Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Adb commands for windows 7 rooted device not responding. #228

Open
themiralay opened this issue Oct 22, 2022 · 0 comments
Open

Adb commands for windows 7 rooted device not responding. #228

themiralay opened this issue Oct 22, 2022 · 0 comments

Comments

@themiralay
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant