Closed jroovy closed 3 months ago
Thank you for the report, I will look into it soon.
I have same issue, here are list of commands: pkg show libprotobuf pkg show libprotobuf-tabd-core pkg show termux-adb
Yes, most likely it means I will have to make a new build. Sorry for the inconvenience.
thank you for your efforts and great work.
(It seems that the issue is in version 1-2).
Q: is version 1-4 a stable or experimental ? because it works after installing it ! ( of course, I did not try all the commands )
tks you again πβ€οΈ
You should always use the latest from my repository but the executable is termux-adb
not adb
. I renamed it so there isn't any conflict with the original android tools.
π sorry, I just noticed that 1-4 is an older version.
Current version is 0.2.2-*. Although there is a slight chance the last revision of 0.2.1 might work. I am unable to test at the moment...
Hi all, I released a new version, so you should be able to upgrade the package now and see if it works for you.
Cheers.
Works great and tks for your great work πβ€οΈ
Eyo, just updated packages and it works. Dev is chad
It works now π
Describe the bug termux-adb fails to run with the error
CANNOT LINK EXECUTABLE "termux-adb": cannot locate symbol "_ZN4absl12lts_2024011612log_internal10LogMessagelsIiLi0EEERS2_RKT_" referenced by "/data/data/com.termux/files/usr/lib/libprotobuf-tadb.so"...
To Reproduce Install termux-adb, then try to run termux-adb
Expected behavior Running command
termux-adb devices
(or any other command) should do somethingScreenshots
Smartphone (please complete the following information):
Attach output of the following commands
RUST_LOG=debug ./termux-adb
(run with debug logs enabled)pkg show android-tools
(show package info)adb version
(show adb version)Attach contents of the following files (after running with debug logs enabled)
/data/data/com.termux/files/usr/tmp/adb.10233.log
/data/data/com.termux/files/usr/tmp/termux-adb.10233.log
/data/data/com.termux/files/usr/tmp folder is empty
Additional context termux-fastboot works without any issues