Releases: nohajc/termux-adb
Releases · nohajc/termux-adb
0.2.2
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
Updated to android-tools 34.0.4
0.2.0
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
Fix crash on some systems caused by dynamic allocation inside close hook.
0.1.3
Compile libusb from source and link it statically
0.1.2
Always use socket to transfer USB fd. This simplifies program logic and potentially solves issue #1.