camalot / madb

The Original MADB Project. This is a Managed port of the Android Debug Bridge to allow communication from .NET applications to Android devices. This wraps the same methods that the ddms uses to directly communicate with ADB. This gives more flexibility to the developer than launching an adb process and executing one of its build in commands.
http://madb.bit13.com
Other
110 stars 40 forks source link

Add reverse forward command #19

Closed daio closed 8 years ago

daio commented 8 years ago

Add reverse forward command. Reverse forward works just like normal forward but the other way around.

camalot commented 8 years ago

Thank you for the Pull Request :+1:. I am going to manually merge this in. It should be merged against develop, not master. This is my fault as I have not provided a document on how to contribute.

I have also added some changes to the PR builds should not fail because of missing values that are not set in a PR build.

camalot commented 8 years ago

See Pull Request #20