Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Releases: LeddaZ/ADBManager

v16

11 Apr 19:21
Compare
Choose a tag to compare
  • Major UI changes
  • Reboot window is gone, there are three buttons in adb window now
  • Small code changes
  • Updated adb and fastboot to 29.0.6

v15

01 Feb 15:29
Compare
Choose a tag to compare
v15
  • adb: added Sideload a package
  • fastboot: changed Flash a recovery image to Flash an image

Check README.md for details.

v14

12 Jan 21:47
Compare
Choose a tag to compare
v14
  • Added two adb buttons: Terminate ADB and Grab a logcat
  • Added two fastboot buttons: Flash a recovery image and Boot an image
  • Minor code and layout improvements

v13

09 Dec 18:42
Compare
Choose a tag to compare
v13
  • Android SDK Platform Tools (adb and fastboot) updated from 29.0.4 to 29.0.5, read the changelog here
  • You can now install an APK file
  • Error checking has been added in buttons for which a path or filename has to be entered: if you enter an empty path/filename, an error message will be shown
  • You can now choose the filename for the screen recording
  • Minor code improvements

v12

08 Oct 19:59
Compare
Choose a tag to compare
v12

Android SDK Platform Tools updated from 29.0.1 to 29.0.4. Changelog:

  • 29.0.4 (September 2019)

    • adb
      • Hotfix for native debugging timeout with LLDB (see issue #134613180). This also fixes a related bug in the Android Studio Profilers that causes an AdbCommandRejectedException, which you can see in the idea.log file.
  • 29.0.3 (September 2019)

    • adb
      • adb forward --list works with multiple devices connected.
      • Fix devices going offline on Windows.
      • Improve adb install output and help text.
      • Restore previous behavior of adb connect <host> without specifying port.
  • 29.0.2 (July 2019)

    • adb
      • Fixes a Windows heap integrity crash.
    • fastboot
      • Adds support for partition layout of upcoming devices.
  • The version number has been moved in the upper right corner (again)

  • by LeddaZ removed from title bar

  • Fixed theme button not working when fastboot commands are displayed

v11

02 Sep 17:59
e2d3361
Compare
Choose a tag to compare
v11
  • Added two fastboot buttons: List connected devices and Check bootloader status
  • The title bar now displays which set of commands is being displayed (adb or fastboot commands)

v10

29 Aug 13:23
Compare
Choose a tag to compare
v10
  • setup.bat is no longer required, adb files are now in the same directory as ADBManager.exe
  • Copy file to internal storage has been renamed to Copy file to device
  • Copy file to Desktop has been renamed to Copy file to PC
  • List available devices has been renamed to List connected devices
  • A Change theme button has been added, you can choose between black and white theme

v9

28 Aug 23:29
575e46d
Compare
Choose a tag to compare
v9

ADBManager now works in a completely different way:

  • ADB commands no longer require batch scripts (the cmds folder has been removed), it's all VB.NET code now.
  • New app icon
  • setup.bat included to add the adb executable to PATH so ADBManager can find it
  • Now you can choose between normal reboot, recovery and fastboot using buttons
  • Copy file to internal storage, Copy file to Desktop and Connect over network use InputBoxes instead of setting variables with batch scripts
  • Screen recordings are now saved to /sdcard/ADBManager.mp4
  • Version number has been moved to the title bar

v8

01 Aug 19:21
Compare
Choose a tag to compare
v8
  • Android SDK Platform Tools (adb and fastboot) updated from 28.0.2 to 29.0.1. Changelog:
    • 29.0.1 (June 2019)

    • 29.0.0 (June 2019)

      • adb
        • adb reconnect performs a USB reset on Linux.
        • On Linux, when connecting to a newer adb server, instead of killing the server and starting an older one, adb attempts to launch the newer version transparently.
        • adb root waits for the device to reconnect after disconnecting. Previously, adb root; adb wait-for-device could mistakenly return immediately if adb wait-for-device started before adb noticed that the device had disconnected.
      • fastboot
        • Disables an error message that occurred when fastboot attempted to open the touch bar or keyboard on macOS.
  • Version number system changed beacuse I think that vX is better than X.Y.Z for this app. v8 means 8th release.
  • Root shell button has been removed since you can just type su in a normal shell.
  • Background color has been reverted to black.
  • Default window size is now smaller.
  • Version number has been reverted to the top-right corner of the window.

1.0.6

11 Jul 12:25
Compare
Choose a tag to compare
  • Background color is now lighter
  • Source code link is now working