<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>madb Wiki Rss Feed</title><link>http://madb.codeplex.com/wikipage</link><description>madb Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://madb.codeplex.com/wikipage?version=10</link><description>&lt;div class="wikidoc"&gt;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 then launching an adb process and executing one of its build in commands.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ohloh.net/p/madb?ref=codeplex"&gt;&lt;img style="border:none;" src="http://www.ohloh.net/p/madb/widgets/project_partner_badge.gif" alt="ohloh stats" title="ohloh stats" /&gt;&lt;/a&gt; &lt;a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=43MEF4EUT8DLL"&gt;&lt;img style="border:none;" src="http://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" alt="Donate" title="Donate" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Binaries now available on &lt;a href="http://nuget.org/List/Packages/Managed.Adb" class="externalLink"&gt;NuGet&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
  PM&amp;gt; Install-Package Managed.Adb
&lt;/pre&gt;&lt;br /&gt;
&lt;h2&gt;FileSystem Methods / Properties&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Create&lt;/li&gt;
&lt;li&gt;Move&lt;/li&gt;
&lt;li&gt;Copy&lt;/li&gt;
&lt;li&gt;MakeDirectory&lt;/li&gt;
&lt;li&gt;Exists&lt;/li&gt;
&lt;li&gt;Chmod&lt;/li&gt;
&lt;li&gt;Delete&lt;/li&gt;
&lt;li&gt;IsMountPointReadOnly&lt;/li&gt;
&lt;li&gt;DeviceBlocks - Get a collection of the device blocks&lt;/li&gt;
&lt;li&gt;Mount&lt;/li&gt;
&lt;li&gt;Unmount&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Busybox Methods / Properties&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Available&lt;/li&gt;
&lt;li&gt;Version&lt;/li&gt;
&lt;li&gt;Commands&lt;/li&gt;
&lt;li&gt;Supports ( command )&lt;/li&gt;
&lt;li&gt;Install&lt;/li&gt;
&lt;li&gt;ExecuteShellCommand&lt;/li&gt;
&lt;li&gt;ExecuteRootCommand&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Device Methods / Properties&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;CanSU&lt;/li&gt;
&lt;li&gt;State&lt;/li&gt;
&lt;li&gt;MountPoints&lt;/li&gt;
&lt;li&gt;Properties&lt;/li&gt;
&lt;li&gt;EnvironmentVariables&lt;/li&gt;
&lt;li&gt;GetProperty&lt;/li&gt;
&lt;li&gt;FileSystem&lt;/li&gt;
&lt;li&gt;BusyBox&lt;/li&gt;
&lt;li&gt;IsOnline&lt;/li&gt;
&lt;li&gt;IsOffline&lt;/li&gt;
&lt;li&gt;IsEmulator&lt;/li&gt;
&lt;li&gt;IsBootLoader&lt;/li&gt;
&lt;li&gt;IsRecovery&lt;/li&gt;
&lt;li&gt;RemountMountPoint&lt;/li&gt;
&lt;li&gt;Reboot&lt;/li&gt;
&lt;li&gt;Reboot ( into )&lt;/li&gt;
&lt;li&gt;SyncService&lt;/li&gt;
&lt;li&gt;PackageManager&lt;/li&gt;
&lt;li&gt;FileListingService&lt;/li&gt;
&lt;li&gt;Screenshot&lt;/li&gt;
&lt;li&gt;ExecuteShellCommand&lt;/li&gt;
&lt;li&gt;ExecuteRootShellCommand&lt;/li&gt;
&lt;li&gt;InstallPackage&lt;/li&gt;
&lt;li&gt;SyncPackageToDevice&lt;/li&gt;
&lt;li&gt;InstallRemotePackage&lt;/li&gt;
&lt;li&gt;RemoveRemotePackage&lt;/li&gt;
&lt;li&gt;UninstallPackage&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;FileEntry Methods / Properties&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;FindOrCreate *static&lt;/li&gt;
&lt;li&gt;Find *static&lt;/li&gt;
&lt;li&gt;Parent&lt;/li&gt;
&lt;li&gt;Name&lt;/li&gt;
&lt;li&gt;LinkName&lt;/li&gt;
&lt;li&gt;Info&lt;/li&gt;
&lt;li&gt;Permissions&lt;/li&gt;
&lt;li&gt;Size&lt;/li&gt;
&lt;li&gt;Date&lt;/li&gt;
&lt;li&gt;Owner&lt;/li&gt;
&lt;li&gt;Group&lt;/li&gt;
&lt;li&gt;Type&lt;/li&gt;
&lt;li&gt;IsApplicationPackage&lt;/li&gt;
&lt;li&gt;IsRoot&lt;/li&gt;
&lt;li&gt;IsExecutable&lt;/li&gt;
&lt;li&gt;Children&lt;/li&gt;
&lt;li&gt;IsLink&lt;/li&gt;
&lt;li&gt;Exists&lt;/li&gt;
&lt;li&gt;FindChild&lt;/li&gt;
&lt;li&gt;IsDirectory&lt;/li&gt;
&lt;li&gt;IsApplicationFileName&lt;/li&gt;
&lt;li&gt;FullPath&lt;/li&gt;
&lt;li&gt;FullResolvedPath&lt;/li&gt;
&lt;li&gt;FullEscapedPath&lt;/li&gt;
&lt;li&gt;PathSegments&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;PackageManager Methods / Properties&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Packages&lt;/li&gt;
&lt;li&gt;RefreshPackages&lt;/li&gt;
&lt;li&gt;Exists&lt;/li&gt;
&lt;li&gt;GetApkFileEntry&lt;/li&gt;
&lt;li&gt;GetApkPath&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;SyncService&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Pull&lt;/li&gt;
&lt;li&gt;PullFile&lt;/li&gt;
&lt;li&gt;Push&lt;/li&gt;
&lt;li&gt;PushFile&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>camalot</author><pubDate>Mon, 28 Nov 2011 21:18:40 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20111128091840P</guid></item><item><title>Updated Wiki: Home</title><link>http://madb.codeplex.com/wikipage?version=9</link><description>&lt;div class="wikidoc"&gt;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 then launching an adb process and executing one of its build in commands.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ohloh.net/p/madb?ref=codeplex"&gt;&lt;img style="border:none;" src="http://www.ohloh.net/p/madb/widgets/project_partner_badge.gif" alt="ohloh stats" title="ohloh stats" /&gt;&lt;/a&gt; &lt;a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=43MEF4EUT8DLL"&gt;&lt;img style="border:none;" src="http://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" alt="Donate" title="Donate" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Binaries now available on &lt;a href="http://nuget.org/List/Packages/Managed.Adb" class="externalLink"&gt;NuGet&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
  PM&amp;gt; Install-Package Managed.Adb
&lt;/pre&gt;&lt;br /&gt;
&lt;h2&gt;FileSystem Methods / Properties&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Create&lt;/li&gt;
&lt;li&gt;Move&lt;/li&gt;
&lt;li&gt;Copy&lt;/li&gt;
&lt;li&gt;MakeDirectory&lt;/li&gt;
&lt;li&gt;Exists&lt;/li&gt;
&lt;li&gt;Chmod&lt;/li&gt;
&lt;li&gt;Delete&lt;/li&gt;
&lt;li&gt;IsMountPointReadOnly&lt;/li&gt;
&lt;li&gt;DeviceBlocks - Get a collection of the device blocks&lt;/li&gt;
&lt;li&gt;Mount&lt;/li&gt;
&lt;li&gt;Unmount&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Busybox Methods / Properties&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Available&lt;/li&gt;
&lt;li&gt;Version&lt;/li&gt;
&lt;li&gt;Commands&lt;/li&gt;
&lt;li&gt;Supports ( command )&lt;/li&gt;
&lt;li&gt;Install&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Device Methods / Properties&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;CanSU&lt;/li&gt;
&lt;li&gt;State&lt;/li&gt;
&lt;li&gt;MountPoints&lt;/li&gt;
&lt;li&gt;Properties&lt;/li&gt;
&lt;li&gt;EnvironmentVariables&lt;/li&gt;
&lt;li&gt;GetProperty&lt;/li&gt;
&lt;li&gt;FileSystem&lt;/li&gt;
&lt;li&gt;BusyBox&lt;/li&gt;
&lt;li&gt;IsOnline&lt;/li&gt;
&lt;li&gt;IsOffline&lt;/li&gt;
&lt;li&gt;IsEmulator&lt;/li&gt;
&lt;li&gt;IsBootLoader&lt;/li&gt;
&lt;li&gt;IsRecovery&lt;/li&gt;
&lt;li&gt;RemountMountPoint&lt;/li&gt;
&lt;li&gt;Reboot&lt;/li&gt;
&lt;li&gt;Reboot ( into )&lt;/li&gt;
&lt;li&gt;SyncService&lt;/li&gt;
&lt;li&gt;PackageManager&lt;/li&gt;
&lt;li&gt;FileListingService&lt;/li&gt;
&lt;li&gt;Screenshot&lt;/li&gt;
&lt;li&gt;ExecuteShellCommand&lt;/li&gt;
&lt;li&gt;ExecuteRootShellCommand&lt;/li&gt;
&lt;li&gt;InstallPackage&lt;/li&gt;
&lt;li&gt;SyncPackageToDevice&lt;/li&gt;
&lt;li&gt;InstallRemotePackage&lt;/li&gt;
&lt;li&gt;RemoveRemotePackage&lt;/li&gt;
&lt;li&gt;UninstallPackage&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;FileEntry Methods / Properties&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;FindOrCreate *static&lt;/li&gt;
&lt;li&gt;Find *static&lt;/li&gt;
&lt;li&gt;Parent&lt;/li&gt;
&lt;li&gt;Name&lt;/li&gt;
&lt;li&gt;LinkName&lt;/li&gt;
&lt;li&gt;Info&lt;/li&gt;
&lt;li&gt;Permissions&lt;/li&gt;
&lt;li&gt;Size&lt;/li&gt;
&lt;li&gt;Date&lt;/li&gt;
&lt;li&gt;Owner&lt;/li&gt;
&lt;li&gt;Group&lt;/li&gt;
&lt;li&gt;Type&lt;/li&gt;
&lt;li&gt;IsApplicationPackage&lt;/li&gt;
&lt;li&gt;IsRoot&lt;/li&gt;
&lt;li&gt;IsExecutable&lt;/li&gt;
&lt;li&gt;Children&lt;/li&gt;
&lt;li&gt;IsLink&lt;/li&gt;
&lt;li&gt;Exists&lt;/li&gt;
&lt;li&gt;FindChild&lt;/li&gt;
&lt;li&gt;IsDirectory&lt;/li&gt;
&lt;li&gt;IsApplicationFileName&lt;/li&gt;
&lt;li&gt;FullPath&lt;/li&gt;
&lt;li&gt;FullResolvedPath&lt;/li&gt;
&lt;li&gt;FullEscapedPath&lt;/li&gt;
&lt;li&gt;PathSegments&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;PackageManager Methods / Properties&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Packages&lt;/li&gt;
&lt;li&gt;RefreshPackages&lt;/li&gt;
&lt;li&gt;Exists&lt;/li&gt;
&lt;li&gt;GetApkFileEntry&lt;/li&gt;
&lt;li&gt;GetApkPath&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;SyncService&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Pull&lt;/li&gt;
&lt;li&gt;PullFile&lt;/li&gt;
&lt;li&gt;Push&lt;/li&gt;
&lt;li&gt;PushFile&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>camalot</author><pubDate>Wed, 01 Jun 2011 20:47:50 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110601084750P</guid></item><item><title>Updated Wiki: Home</title><link>http://madb.codeplex.com/wikipage?version=8</link><description>&lt;div class="wikidoc"&gt;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 then launching an adb process and executing one of its build in commands.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ohloh.net/p/madb?ref=codeplex"&gt;&lt;img style="border:none;" src="http://www.ohloh.net/p/madb/widgets/project_partner_badge.gif" alt="ohloh stats" title="ohloh stats" /&gt;&lt;/a&gt; &lt;a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=43MEF4EUT8DLL"&gt;&lt;img style="border:none;" src="http://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" alt="Donate" title="Donate" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Binaries now available on &lt;a href="http://nuget.org/List/Packages/Managed.Adb" class="externalLink"&gt;NuGet&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
  PM&amp;gt; Install-Package Managed.Adb
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Currently in early Alpha stages&lt;/b&gt;
&lt;h2&gt;Supports&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;GetFrameBuffer&lt;/li&gt;
&lt;li&gt;GetDevices&lt;/li&gt;
&lt;li&gt;ExecuteRemoteCommand&lt;/li&gt;
&lt;li&gt;Reboot&lt;/li&gt;
&lt;li&gt;InstallPackage&lt;/li&gt;
&lt;li&gt;UninstallPackage&lt;/li&gt;
&lt;li&gt;PushFile&lt;/li&gt;
&lt;li&gt;PullFile&lt;/li&gt;
&lt;li&gt;PushFiles&lt;/li&gt;
&lt;li&gt;PullFiles&lt;/li&gt;
&lt;li&gt;FindFileEntry - Finds a specific file on the system, or throws FileNotFoundException if it doesn&amp;#39;t exist&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;FileSystem Methods&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Move&lt;/li&gt;
&lt;li&gt;Copy&lt;/li&gt;
&lt;li&gt;MakeDirectory&lt;/li&gt;
&lt;li&gt;Exists&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>camalot</author><pubDate>Fri, 06 May 2011 18:10:49 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110506061049P</guid></item><item><title>Updated Wiki: Home</title><link>http://madb.codeplex.com/wikipage?version=7</link><description>&lt;div class="wikidoc"&gt;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 then launching an adb process and executing one of its build in commands.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ohloh.net/p/madb?ref=codeplex"&gt;&lt;img style="border:none;" src="http://www.ohloh.net/p/madb/widgets/project_partner_badge.gif" alt="ohloh stats" title="ohloh stats" /&gt;&lt;/a&gt; &lt;a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=43MEF4EUT8DLL"&gt;&lt;img style="border:none;" src="http://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" alt="Donate" title="Donate" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Binaries now available on &lt;a href="http://nuget.org/List/Packages/Managed.Adb" class="externalLink"&gt;NuGet&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;:&lt;/b&gt;&lt;br /&gt;&lt;pre&gt;
  PM&amp;gt; Install-Package Managed.Adb
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Currently in early Alpha stages&lt;/b&gt;
&lt;h2&gt;Supports&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;GetFrameBuffer&lt;/li&gt;
&lt;li&gt;GetDevices&lt;/li&gt;
&lt;li&gt;ExecuteRemoteCommand&lt;/li&gt;
&lt;li&gt;Reboot&lt;/li&gt;
&lt;li&gt;InstallPackage&lt;/li&gt;
&lt;li&gt;UninstallPackage&lt;/li&gt;
&lt;li&gt;PushFile&lt;/li&gt;
&lt;li&gt;PullFile&lt;/li&gt;
&lt;li&gt;PushFiles&lt;/li&gt;
&lt;li&gt;PullFiles&lt;/li&gt;
&lt;li&gt;FindFileEntry - Finds a specific file on the system, or throws FileNotFoundException if it doesn&amp;#39;t exist&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;FileSystem Methods&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Move&lt;/li&gt;
&lt;li&gt;Copy&lt;/li&gt;
&lt;li&gt;MakeDirectory&lt;/li&gt;
&lt;li&gt;Exists&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>camalot</author><pubDate>Fri, 06 May 2011 18:10:39 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110506061039P</guid></item><item><title>Updated Wiki: Home</title><link>http://madb.codeplex.com/wikipage?version=6</link><description>&lt;div class="wikidoc"&gt;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 then launching an adb process and executing one of its build in commands.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ohloh.net/p/madb?ref=codeplex"&gt;&lt;img style="border:none;" src="http://www.ohloh.net/p/madb/widgets/project_partner_badge.gif" alt="ohloh stats" title="ohloh stats" /&gt;&lt;/a&gt; &lt;a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=43MEF4EUT8DLL"&gt;&lt;img style="border:none;" src="http://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" alt="Donate" title="Donate" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Currently in early Alpha stages&lt;/b&gt;
&lt;h2&gt;Supports&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;GetFrameBuffer&lt;/li&gt;
&lt;li&gt;GetDevices&lt;/li&gt;
&lt;li&gt;ExecuteRemoteCommand&lt;/li&gt;
&lt;li&gt;Reboot&lt;/li&gt;
&lt;li&gt;InstallPackage&lt;/li&gt;
&lt;li&gt;UninstallPackage&lt;/li&gt;
&lt;li&gt;PushFile&lt;/li&gt;
&lt;li&gt;PullFile&lt;/li&gt;
&lt;li&gt;PushFiles&lt;/li&gt;
&lt;li&gt;PullFiles&lt;/li&gt;
&lt;li&gt;FindFileEntry - Finds a specific file on the system, or throws FileNotFoundException if it doesn&amp;#39;t exist&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;FileSystem Methods&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Move&lt;/li&gt;
&lt;li&gt;Copy&lt;/li&gt;
&lt;li&gt;MakeDirectory&lt;/li&gt;
&lt;li&gt;Exists&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>camalot</author><pubDate>Fri, 09 Jul 2010 02:51:16 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100709025116A</guid></item><item><title>Updated Wiki: Home</title><link>http://madb.codeplex.com/wikipage?version=5</link><description>&lt;div class="wikidoc"&gt;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 then launching an adb process and executing one of its build in commands.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ohloh.net/p/madb?ref=codeplex"&gt;&lt;img style="border:none;" src="http://www.ohloh.net/p/madb/widgets/project_partner_badge.gif" alt="ohloh stats" title="ohloh stats" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Currently in early Alpha stages&lt;/b&gt;
&lt;h2&gt;Supports&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;GetFrameBuffer&lt;/li&gt;
&lt;li&gt;GetDevices&lt;/li&gt;
&lt;li&gt;ExecuteRemoteCommand&lt;/li&gt;
&lt;li&gt;Reboot&lt;/li&gt;
&lt;li&gt;InstallPackage&lt;/li&gt;
&lt;li&gt;UninstallPackage&lt;/li&gt;
&lt;li&gt;PushFile&lt;/li&gt;
&lt;li&gt;PullFile&lt;/li&gt;
&lt;li&gt;PushFiles&lt;/li&gt;
&lt;li&gt;PullFiles&lt;/li&gt;
&lt;li&gt;FindFileEntry - Finds a specific file on the system, or throws FileNotFoundException if it doesn&amp;#39;t exist&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;FileSystem Methods&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Move&lt;/li&gt;
&lt;li&gt;Copy&lt;/li&gt;
&lt;li&gt;MakeDirectory&lt;/li&gt;
&lt;li&gt;Exists&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>camalot</author><pubDate>Fri, 09 Jul 2010 02:40:35 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100709024035A</guid></item><item><title>Updated Wiki: Home</title><link>http://madb.codeplex.com/wikipage?version=4</link><description>&lt;div class="wikidoc"&gt;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 then launching an adb process and executing one of its build in commands.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Currently in early Alpha stages&lt;/b&gt;
&lt;h2&gt;Supports&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;GetFrameBuffer&lt;/li&gt;
&lt;li&gt;GetDevices&lt;/li&gt;
&lt;li&gt;ExecuteRemoteCommand&lt;/li&gt;
&lt;li&gt;Reboot&lt;/li&gt;
&lt;li&gt;InstallPackage&lt;/li&gt;
&lt;li&gt;UninstallPackage&lt;/li&gt;
&lt;li&gt;PushFile&lt;/li&gt;
&lt;li&gt;PullFile&lt;/li&gt;
&lt;li&gt;PushFiles&lt;/li&gt;
&lt;li&gt;PullFiles&lt;/li&gt;
&lt;li&gt;FindFileEntry - Finds a specific file on the system, or throws FileNotFoundException if it doesn&amp;#39;t exist&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;FileSystem Methods&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Move&lt;/li&gt;
&lt;li&gt;Copy&lt;/li&gt;
&lt;li&gt;MakeDirectory&lt;/li&gt;
&lt;li&gt;Exists&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>camalot</author><pubDate>Tue, 29 Jun 2010 22:08:00 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100629100800P</guid></item><item><title>Updated Wiki: Home</title><link>http://madb.codeplex.com/wikipage?version=3</link><description>&lt;div class="wikidoc"&gt;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 then launching an adb process and executing one of its build in commands.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Currently in early Alpha stages&lt;/b&gt;
&lt;h2&gt;Supports&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;GetFrameBuffer&lt;/li&gt;
&lt;li&gt;GetDevices&lt;/li&gt;
&lt;li&gt;ExecuteRemoteCommand&lt;/li&gt;
&lt;li&gt;Reboot&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>camalot</author><pubDate>Tue, 22 Jun 2010 13:20:38 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100622012038P</guid></item></channel></rss>