Skip to content

EpicMorg/Easy-ADB-Screenshoter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy ADB Screenshoter

screenshot

Simple GUI for adb.exe for taking screenshots.

  1. Install adb and drivres for your device if not installed.
  2. Enable "USB Debugging" at your device.
  3. Connect the device to your computer.
  4. Run program and select adb.exe.
  5. Edit some options for your device (screenshot path, filename, etc) if you need.
  6. Take a screenshots!

3-rd party lib:

Misc

This program can be run via Wine\Mono on linux.

Changelog

  • 1.0.0.5 - New name. Fixed error messages on exit, redesign, some code optimisation.
  • 1.0.0.4 - Updated UI, minor fixes.
  • 1.0.0.3 - Fixed "adb.exe kill-server" on exit, fixed localizations, added new button to kill adb server manually
  • 1.0.0.2 - Minor bugfixes, ru_RU locale
  • 1.0.0.1 - Public release on github, bugfixes
  • 1.0.0.0 - Initial release for internal use only