tytydraco / LADB

A local ADB shell for Android!
https://play.google.com/store/apps/details?id=com.draco.ladb
Other
1.77k stars 474 forks source link

libadb.so forward -> "unknown command forward" #104

Closed ITDev93 closed 9 months ago

ITDev93 commented 1 year ago

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...