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 has been archived by the owner on Dec 31, 2022. It is now read-only.
I was hoping I could use ExecuteRemoteCommand to run the following "emu avd snapshot load MySnapshot" but ExecuteRemoteCommand prepends everything with "shell:"
Does that mean there is no way to get the superuser using this method since it starts as shell: ?
Just an idea, you could fork the project and make another bool for removeshellprefix and if it's set to true, it just runs the command without the shell: prefix.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was hoping I could use ExecuteRemoteCommand to run the following "emu avd snapshot load MySnapshot" but ExecuteRemoteCommand prepends everything with "shell:"
madb/SharpAdbClient/AdbClient.cs
Line 352 in 22e9125
Is there an easy way to add this functionality? I'm happy to work on the feature if it will get merged.
The text was updated successfully, but these errors were encountered: