Skip to content
forked from quamotion/madb

SharpAdbClient is a .NET library that allows .NET applications to communicate with Android devices. It provides a .NET implementation of the adb protocol, giving more flexibility to the developer than launching an adb.exe process and parsing the console output.

License

Notifications You must be signed in to change notification settings

hoangphuc79/madb

Repository files navigation

madb

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.

FileSystem Methods / Properties

  • Create
  • Move
  • Copy
  • MakeDirectory
  • Exists
  • Chmod
  • Delete
  • IsMountPointReadOnly
  • DeviceBlocks - Get a collection of the device blocks
  • Mount
  • Unmount
  • ResolveLink - Resolves a symbolic link to its full path

Busybox Methods / Properties

  • Available
  • Version
  • Commands
  • Supports ( command )
  • Install
  • ExecuteShellCommand
  • ExecuteRootCommand

Device Methods / Properties

  • CanSU
  • State
  • MountPoints
  • Properties
  • EnvironmentVariables
  • GetProperty
  • FileSystem
  • BusyBox
  • IsOnline
  • IsOffline
  • IsEmulator
  • IsBootLoader
  • IsRecovery
  • RemountMountPoint
  • Reboot
  • Reboot ( into )
  • SyncService
  • PackageManager
  • FileListingService
  • Screenshot
  • ExecuteShellCommand
  • ExecuteRootShellCommand
  • InstallPackage
  • SyncPackageToDevice
  • InstallRemotePackage
  • RemoveRemotePackage
  • UninstallPackage

FileEntry Methods / Properties

  • FindOrCreate *static
  • Find *static
  • Parent
  • Name
  • LinkName
  • Info
  • Permissions
  • Size
  • Date
  • Owner
  • Group
  • Type
  • IsApplicationPackage
  • IsRoot
  • IsExecutable
  • Children
  • IsLink
  • Exists
  • FindChild
  • IsDirectory
  • IsApplicationFileName
  • FullPath
  • FullResolvedPath
  • FullEscapedPath
  • PathSegments

PackageManager Methods / Properties

  • Packages
  • RefreshPackages
  • Exists
  • GetApkFileEntry
  • GetApkPath

SyncService

  • Pull
  • PullFile
  • Push
  • PushFile

About

SharpAdbClient is a .NET library that allows .NET applications to communicate with Android devices. It provides a .NET implementation of the adb protocol, giving more flexibility to the developer than launching an adb.exe process and parsing the console output.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%