mirror of
https://github.com/tytydraco/LADB.git
synced 2026-04-27 00:15:59 +03:00
[GH-ISSUE #1] Advantages over other solutions #1
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#1
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 @ln-12 on GitHub (Dec 23, 2020).
Original GitHub issue: https://github.com/tytydraco/LADB/issues/1
Hey, seems like a nice tool! I just wondered what advantage it has over for example the popular (and free) Termux app with the ADB extension. On my OnePlus Nord I can easily find my device via
adb devices -lin Termux.@tytydraco commented on GitHub (Dec 23, 2020):
Hi! Thanks for the question. LADB basically bundles the ADB binary compiled by osm0sis into an app that doesn't require much setup. It's essentially the same as running an adb shell with any other tool.