Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

hypervtechnics/AndroidLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AndroidLib

.NET Wrapper around adb.exe and advanced shell commands by code

This library should make it easier for .NET developers who are developing applications for(not on) android to interact with the phone over adb and stuff like that. With this library the splitting, cutting, trimming of the adb output is finished! It tries to simplify to do every adb command by code and get its result also in code so e.g.

device.Name; device.SerialNumber; device.InstallApk("C:\foo.apk", InstallLocation.Sd); String output = Adb.ExecuteCommandWithOutput(device, "bugreport");

and so on. It is inspirated and parts of code are taken from https://github.com/regaw-leinad/AndroidLib!

NOTE: For a reliable usage it is recommended to copy the adb binaries into an environment path like the Windows folder!

About

.NET Wrapper around adb.exe and advanced shell commands by code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages