Home

Awesome

MadBee

Build status Code Coverage by CodeCov

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.

ohloh stats Donate

PushBullet Channels

Installation

To install madbee, run the following command in the Package Manager Console:


PM> Install-Package Managed.Adb 
PM> Install-Package Managed.Adb.x64

FileSystem Methods / Properties

Busybox Methods / Properties

Device Methods / Properties

FileEntry Methods / Properties

PackageManager Methods / Properties

SyncService

Copyright

Copyright (c) 2010-2016 Ryan Conrad

Portions are:

Copyright (c) 2004-2008 Jon Skeet and Marc Gravell
Copyright (c) 2007 The Android Open Source Project