Cake.Android.Adb addin
This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Android.Adb.
Cake build aliases for Android ADB Package Manager commands
General
|
AdbBugReport Alias from Cake.Android.Adb addin |
Dumps out a bug report. |
|
AdbConnect Alias from Cake.Android.Adb addin |
Connects to a device or emulator by IP address. |
|
AdbDevices Alias from Cake.Android.Adb addin |
Gets a list of all attached emulator/device instances. |
|
AdbDisconnect Alias from Cake.Android.Adb addin |
Disconnects from a device or emulator. |
|
AdbEmuKill Alias from Cake.Android.Adb addin |
Kills an emulator by serial |
|
AdbGetAvdName Alias from Cake.Android.Adb addin |
Connects to an emulator and queries its avd name |
|
AdbGetSerialNumber Alias from Cake.Android.Adb addin |
Gets the target's serial. |
|
AdbGetState Alias from Cake.Android.Adb addin |
Gets the target's state. |
|
AdbInstall Alias from Cake.Android.Adb addin |
Installs an Android .APK file. |
|
AdbKillServer Alias from Cake.Android.Adb addin |
Terminates the adb server process. |
|
AdbLogcat Alias from Cake.Android.Adb addin |
Dumps out Logcat output. |
|
AdbPull Alias from Cake.Android.Adb addin |
Pulls a directory from the target to a local destination. |
|
AdbPull Alias from Cake.Android.Adb addin |
Pulls a file from the target to a local destination. |
|
AdbPull Alias from Cake.Android.Adb addin |
Pulls a file from the target to a local destination. |
|
AdbPush Alias from Cake.Android.Adb addin |
Pushes a local directory to the remote destination on the target. |
|
AdbPush Alias from Cake.Android.Adb addin |
Pushes a local file to the remote destination on the target. |
|
AdbPush Alias from Cake.Android.Adb addin |
Pushes a local file to the remote destination on the target. |
|
AdbRun Alias from Cake.Android.Adb addin |
Runs adb with an arbitrary list of arguments |
|
AdbScreenCapture Alias from Cake.Android.Adb addin |
Captures a screenshot from the target. |
|
AdbScreenRecord Alias from Cake.Android.Adb addin |
Records the screen of the target. |
|
AdbShell Alias from Cake.Android.Adb addin |
Executes a shell command on the target. |
|
AdbStartServer Alias from Cake.Android.Adb addin |
Checks whether the adb server process is running and starts it, if not. |
|
AdbUninstall Alias from Cake.Android.Adb addin |
Uninstalls an application from the target. |
|
AdbVersion Alias from Cake.Android.Adb addin |
Gets the adb version number. |
|
AdbWaitFor Alias from Cake.Android.Adb addin |
Waits for a given transport and state |
|
Adb Alias from Cake.Android.Adb addin |
Waits for an emulator to boot (dev.bootcomplete=1) |
|
AmBroadcast Alias from Cake.Android.Adb addin |
Broadcasts an Intent on the target. |
|
AmClearDebugApp Alias from Cake.Android.Adb addin |
Clears the set debug app on the target. |
|
AmDisplayDensity Alias from Cake.Android.Adb addin |
Override the target's display density. This command is helpful for testing your app across different screen densities on high-density screen environment using a low density screen, and vice versa. |
|
AmDisplaySize Alias from Cake.Android.Adb addin |
Override the target's display size. This command is helpful for testing your app across different screen sizes by mimicking a small screen resolution using a device with a large screen, and vice versa. |
|
AmDumpHeap Alias from Cake.Android.Adb addin |
Dumps the heap from a process on the target. |
|
AmForceStop Alias from Cake.Android.Adb addin |
Force stops an application on the target. |
|
AmInstrument Alias from Cake.Android.Adb addin |
Ams the instrument. |
|
AmIntentToIntentURI Alias from Cake.Android.Adb addin |
Convert the given intent specification to an Intent URI. |
|
AmIntentToURI Alias from Cake.Android.Adb addin |
Convert the given intent specification to a URI. |
|
AmKill Alias from Cake.Android.Adb addin |
Kills a service on the target. |
|
AmKillAll Alias from Cake.Android.Adb addin |
Kills all services on the target. |
|
AmMonitor Alias from Cake.Android.Adb addin |
Starts monitoring for crashes or ANRs on the target. |
|
AmResetDisplaySize Alias from Cake.Android.Adb addin |
Resets the target's display size. |
|
AmScreenCompat Alias from Cake.Android.Adb addin |
Turn screen compatibility mode on/off for the given package on the target. |
|
AmSetDebugApp Alias from Cake.Android.Adb addin |
Set the debug app on the target. |
|
AmStartActivity Alias from Cake.Android.Adb addin |
Starts an Activity on the target. |
|
AmStartProfiling Alias from Cake.Android.Adb addin |
Starts profiling on the target. |
|
AmStartService Alias from Cake.Android.Adb addin |
Starts a Service on the target. |
|
AmStopProfiling Alias from Cake.Android.Adb addin |
Stops profiling on the target. |
|
PmClear Alias from Cake.Android.Adb addin |
Clears all data associated with the package. |
|
PmCreateUser Alias from Cake.Android.Adb addin |
Creates a new user on the target. |
|
PmDisable Alias from Cake.Android.Adb addin |
Disables the given package or component |
|
PmDisableUser Alias from Cake.Android.Adb addin |
Disables a user for the given package or component. |
|
PmEnable Alias from Cake.Android.Adb addin |
Enables the given package or component |
|
PmGetInstallLocation Alias from Cake.Android.Adb addin |
Gets the current default install location for the target. |
|
PmGetMaxUsers Alias from Cake.Android.Adb addin |
Gets the max # of users the target supports. |
|
PmGrant Alias from Cake.Android.Adb addin |
Grants a permission to a package. |
|
PmInstall Alias from Cake.Android.Adb addin |
Installs an APK file from the given path on the target. |
|
PmListFeatures Alias from Cake.Android.Adb addin |
Gets a list of features implemented on the target. |
|
PmListLibraries Alias from Cake.Android.Adb addin |
Gets a list of libraries that exist on the target. |
|
PmListPackages Alias from Cake.Android.Adb addin |
Gets a list of packages from the target. |
|
Pm Alias from Cake.Android.Adb addin |
Gets a list of Permission Groups on the target. |
|
PmListPermissions Alias from Cake.Android.Adb addin |
Gets a list of Permissions, grouped by Permission Group on the target |
|
PmPathToPackage Alias from Cake.Android.Adb addin |
Gets the path for a given package name. |
|
PmRemoveUser Alias from Cake.Android.Adb addin |
Removes a user from a target. |
|
PmRevoke Alias from Cake.Android.Adb addin |
Revokes a permission from a package. |
|
PmSetInstallLocation Alias from Cake.Android.Adb addin |
Sets the default install location for the target. Note: This is only intended for debugging; using this can cause applications to break and other undesireable behavior. |
|
Pm Alias from Cake.Android.Adb addin |
Sets whether or not a permission is enforced on the target. |
|
PmTrimCaches Alias from Cake.Android.Adb addin |
Tries to free up space on the target by deleting caches. |
|
PmUninstall Alias from Cake.Android.Adb addin |
Uninstalls a package from the target |
