madb icon indicating copy to clipboard operation
madb copied to clipboard

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 direct...

Results 27 madb issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 8.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 8.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 8.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Hello I have encountered a weird issue with adb using this repo #### Start code ``` '( GA_tools = C:\Users\(username)\AppData\Roaming\GeekAssistant\tools ) Public Sub madbCreateBridge(Optional forceNewBridge As Boolean = False) Dim...

Bumps bootstrap from 3.2.0 to 3.4.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bootstrap&package-manager=nuget&previous-version=3.2.0&new-version=3.4.1)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Attempting to connect to an oculus go. Using straight adb commands works completely fine through command prompt just not through the plugin. Adb Devices return through cmd : [serialNumber] device...

The screenshot property was working perfectly for me returning the physical size as the height and width of the raw-image on my moto 5Gs plus devices running on Android 7.1.1....

Is it possible to have a madb version compatible with NewtonSoft>10.0 . the current maximum version (

enhancement

[Here is the problem line.](https://github.com/camalot/madb/blob/acc9645d27ac3f1841f2ab48e59d74375b4a3e10/Managed.AndroidDebugBridge/AdbHelper.cs#L684) Splitting on `Environment.NewLine`, or including `"\r"` would fix the issue. Ubuntu (and Linux in general) uses `"\r"` for newlines. Otherwise t gets one long string...

It's taking 8 seconds to take a screen shot with a screen resolution of 2560 x 1440. It would be useful to be able to get the color of a...