Android Debug Bridge
Next

Name
  TestAndroidBridge

Parent
  Android Debug Bridge

Description
  MIT License Information can be found at:
https://en.wikipedia.org/wiki/MIT_License
Copyright (c) 2024 Clay B. Carley III
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Name.......: TestAndroidBridge.dpr
Date.......: 09/02/2024
Description: Test created to exercise features of the Android Debug
Bridge Class. It was adapted from an Ada "library" used to copy music and
audio book files to the phone (and delete them later).
Android Debug Bridge must be installed on your computer for this to work.
Note: you will have to change adbExeLocation in AndroidDebugBridge.pas so that
it contains the correct path to adb.exe.
This has been tested using ADB version 1.0.41, Delphi 11.3 Community Edition
and a Moto G Stylus 5G (2022) phone using Android 13.

Author
  Clay B. Carley III

Version
  1.0

Constants
 
Constant Description
destination_dir (+) Resides on your computer to receive files from phone. Change for your test environment.
source_dir (+) Contains some files to be copied. Change for your test environment.

Variables
 
Variable Description
ADebugBridge (+) TAndroidDebugBridge declared in AndroidDebugBridge.pas
ADirList (+) To contain contents of a folder
aline (+) To contain a file name
song (+) To contain a song

Legend
 
Symbol Visibility
- Private
# Protected
+ Public
* Published
A Automated
S Strict

Android Debug Bridge
Next


Add your copyright informations and link here.
Created with DelphiCodeToDoc. To obtain the latest revision, please visit http://dephicodetodoc.sourceforge.net/