| Method |
Description |
| adb_copy (+) |
procedure to copy from a computer directory file(s) to a destination directory on the phone |
| adb_copy_from (+) |
procedure to copy from phone to computer directory |
| adb_delete_file (+) |
procedure to delete file(s) from phone - can use wildcards |
| adb_dir (+) |
Get list of files from a (phone) directory |
| adb_is_connected (+) |
constructor Create; // only need default constructor |
| adb_mkdir (+) |
Creates directory on phone |
| adb_pull_command (-) |
procedure to copy file from phone to computer |
| adb_push_command (-) |
procedure to copy (push) file from computer to phone |
| adb_rmdir (+) |
Removes directory on phone |
| adb_shell_command (-) |
procedure to execute and adb shell command, essentially Linux commands |
| GetConsoleOutput (-) |
See notes below about GetConsoleOutput |