This repository has been archived by the owner on Jan 23, 2021. It is now read-only.
Releases: LeddaZ/ADBManager
Releases · LeddaZ/ADBManager
v16
v15
v14
v13
- Android SDK Platform Tools (
adb
andfastboot
) 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
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 theidea.log
file.
- Hotfix for native debugging timeout with LLDB (see issue #134613180). This also fixes a related bug in the Android Studio Profilers that causes an
- adb
-
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.
- adb
-
29.0.2 (July 2019)
- adb
- Fixes a Windows heap integrity crash.
- fastboot
- Adds support for partition layout of upcoming devices.
- adb
-
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
v10
setup.bat
is no longer required, adb files are now in the same directory asADBManager.exe
Copy file to internal storage
has been renamed toCopy file to device
Copy file to Desktop
has been renamed toCopy file to PC
List available devices
has been renamed toList connected devices
- A
Change theme
button has been added, you can choose between black and white theme
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
andConnect 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
- Android SDK Platform Tools (
adb
andfastboot
) updated from 28.0.2 to 29.0.1. Changelog:-
29.0.1 (June 2019)
- adb
- Hotfix for Windows crashes (https://issuetracker.google.com/134613180)
- adb
-
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 ifadb 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.
- adb
-
- 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.