mirror of
https://github.com/tytydraco/LADB.git
synced 2026-04-27 00:15:59 +03:00
[GH-ISSUE #104] libadb.so forward -> "unknown command forward" #80
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#80
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 @ITDev93 on GitHub (Jun 20, 2023).
Original GitHub issue: https://github.com/tytydraco/LADB/issues/104
Hello,
I hope you and everyone reading this is good...
I am not using the LADB, rather writing my own, and I found an issue when running:
"adb forward tcp:4444 localabstract:/adb-hub"
which then I should run
"adb connect 127.0.0.1:4444"
This is the logic for Debug over Bluetooth...
but libadb.so does not have method forward and gives results as "unknown command forward"...
Is there a newer version of the libadb.so?
Thanks a lot for any help provided,
Regards...