Manages connected Android device's info and commands
Inheritance Hierarchy
RegawMOD.AndroidDevice
Namespace: RegawMOD.Android
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax
The Device type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Device |
Initializes a new instance of the Device class
|
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Checks if the given parameter is equal to this object.
Namely, if the param is a string, it will check if the given param is equal to SerialNumber.
If, however, the param is another Device object, it will check if that device's SerialNumber is the same as this object's.
Should the param be neither string, nor Device, it will return false.
(Overrides ObjectEquals(Object).) |
![]() | FastbootReboot |
Reboots the device regularly from fastboot
|
![]() | FastbootRebootThread | |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InstallApk |
Installs an application from the local computer to the Android device
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | PullDirectory |
Pulls a full directory recursively from the device
|
![]() | PullFile |
Pulls a file from the device
|
![]() | PushFile |
Pushes a file to the device
|
![]() | Reboot |
Reboots the device regularly
|
![]() | RebootBootloader |
Reboots the device into the bootloader
|
![]() | RebootBootloaderThread | |
![]() | RebootRecovery |
Reboots the device into recovery
|
![]() | RebootRecoveryThread | |
![]() | RebootThread | |
![]() | SetState | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Update |
Updates all values in current instance of Device |
Fields
Name | Description | |
---|---|---|
![]() | activityManager | |
![]() | battery | |
![]() | buildProp | |
![]() | busyBox | |
![]() | fileSystem | |
![]() | packageManager | |
![]() | phone | |
![]() | serialNumber | |
![]() | state | |
![]() | su |
Properties
Name | Description | |
---|---|---|
![]() | ActivityManager |
Gets the activity manager.
|
![]() | Battery |
Gets the device's BatteryInfo instance
|
![]() | BuildProp |
Gets the device's BuildProp instance
|
![]() | BusyBox |
Gets the device's BusyBox instance
|
![]() | FileSystem |
Gets the device's FileSystem instance
|
![]() | HasRoot |
Gets a value indicating if the device has root
|
![]() | PackageManager | |
![]() | Phone |
Gets the device's Phone instance
|
![]() | SerialNumber |
Gets the device's serial number
|
![]() | State |
Gets a value indicating the device's current state
|
![]() | Su |
Gets the device's Su instance
|
See Also