mirror of
https://github.com/tytydraco/LADB.git
synced 2026-04-27 00:15:59 +03:00
[GH-ISSUE #87] Libadb.so update #69
Labels
No labels
bug
documentation
enhancement
enhancement
good first issue
help wanted
pull-request
question
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LADB#69
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @teou1 on GitHub (Oct 13, 2022).
Original GitHub issue: https://github.com/tytydraco/LADB/issues/87
Hey, i see you are using the very first available arm version compiled from Osmosis in the magisk repo 2 years ago (i was so thankful for it back then, after i learned that for cross compiling i need smth like Xeon with 32G ram and 500GB source code :) ) .
It seems things have moved a bit in these 2 years. There is a newer version in Termux in the android-tools package, and there is even newer and very current version from rendiix here
https://github.com/rendiix/termux-adb-fastboot
I think it's worth replacing, maybe will fix some weird problems with newer phones.
P.s. maybe you want to close/delete some issues to, from the 30 open probably 20 are spam or people that do not read the manual...
@tytydraco commented on GitHub (Oct 15, 2022):
I'll check later today but are these binaries statically compiled? Aka, can we just pop them in without a Termux environment? This is something I've been looking for for a long time 😉
@tytydraco commented on GitHub (Oct 15, 2022):
Update: They are dynamically linked. We need a statically linked binary or a binary that was compiled with the NDK, which is why this is so hard :((
@tytydraco commented on GitHub (Oct 15, 2022):
Update 2: Wait, they are linked against /system/bin/linker64, this might work. Let me try it right now
@tytydraco commented on GitHub (Oct 15, 2022):
Oh boy oh boy it works.