Skip to content

Releases: Haris16-code/Android-Device-Toolkit

Android Device Toolkit V1.2

20 Jul 18:54
6bc35e4
Compare
Choose a tag to compare

Android Device Toolkit v1.2 - Release Notes

We are excited to announce the release of Android Device Toolkit version 1.2! This update brings several powerful features to enhance your control and management of Android devices directly from your toolkit.

New Features:

  1. Direct Reboot to Recovery:

    • Effortlessly reboot your device into recovery mode with a single command. This feature simplifies maintenance tasks such as system updates, factory resets, and more.
  2. Wake Up Phone from Sleep:

    • Instantly wake your device from sleep mode, ensuring you can access your phone without physically interacting with it. This feature is particularly useful for remote debugging and management.
  3. Directly Open Calculator:

    • Open the calculator app directly from your toolkit, making quick calculations more convenient without navigating through the device manually.
  4. Directly Open Contacts:

    • Access your contacts instantly with a command, streamlining the process of viewing and managing contact information on your device.

Improvements:

  • Enhanced performance for device communication and command execution.
  • Improved user interface for easier navigation and command access.
  • Bug fixes and stability improvements.

Android Device Toolkit 1.1

16 Jul 14:03
0be08f0
Compare
Choose a tag to compare

Install APK:

  • Description: Enables users to install APK (Android application package) files directly onto connected Android devices.
  • Usage: Clicking on the "Install APK" button opens a file dialog for selecting an APK file. After selection, the APK is installed on the active device shown in the connected device list.

Refresh Device List:

  • Description: Updates the list of connected Android devices in real-time.
  • Usage: Clicking on the "Refresh Device List" button scans for connected devices using ADB commands. If devices are detected, they populate the list, allowing users to select one for further operations.

Device Information:

  • Description: Displays detailed information about the selected Android device.
  • Usage: Upon selecting a device from the connected device list, its properties (obtained using ADB commands) are shown in the text area. This includes device-specific data such as battery status, system properties, and more.

Predefined Commands:

  • Description: Provides quick access to commonly used ADB commands through predefined buttons.
  • Usage: Each button executes a specific ADB command (Battery Info, Device Properties, Reboot, Logcat) on the selected device, displaying the output in the text area.

Download Update:

  • Description: Downloads and installs updates for the Android Device ToolKit when available.
  • Usage: Upon confirming an available update, users select a folder to save the update file. The download progress is shown in a dedicated progress bar, ensuring transparency and visibility of the update process.

Summary:

The Android Device ToolKit provides a user-friendly interface for managing Android devices through ADB commands. It facilitates tasks such as installing APKs, retrieving device information, executing commands, and staying updated with the latest versions. Its intuitive design and comprehensive features make it an essential tool for developers and enthusiasts alike.