Skip to content

Releases: nohajc/termux-adb

0.2.2

12 May 22:05
Compare
Choose a tag to compare

Building my own copy of libprotobuf now so that termux-adb doesn't break anytime Termux upgrades to a new version which breaks ABI compatibility.

0.2.1

07 Oct 21:14
Compare
Choose a tag to compare

Updated to android-tools 34.0.4

0.2.0

20 Dec 19:24
Compare
Choose a tag to compare

Complete redesign

  • doesn't use library injection anymore
  • works with multiple USB devices at once
  • distributed via apt repository

See README.md for updated installation and usage instructions.

0.1.4

12 Nov 17:29
Compare
Choose a tag to compare

Fix crash on some systems caused by dynamic allocation inside close hook.

0.1.3

12 Nov 10:43
Compare
Choose a tag to compare

Compile libusb from source and link it statically

0.1.2

07 Nov 20:22
Compare
Choose a tag to compare

Always use socket to transfer USB fd. This simplifies program logic and potentially solves issue #1.

0.1.1

06 Nov 18:22
Compare
Choose a tag to compare

Improved debug logging

0.1.0

05 Nov 15:03
Compare
Choose a tag to compare

First release