Open BrianVallelunga opened 3 years ago
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.
I was hoping I could use ExecuteRemoteCommand to run the following "emu avd snapshot load MySnapshot" but ExecuteRemoteCommand prepends everything with "shell:" https://github.com/quamotion/madb/blob/22e912559048035687c6977b19d2a702d41dec02/SharpAdbClient/AdbClient.cs#L352
Is there an easy way to add this functionality? I'm happy to work on the feature if it will get merged.