Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage on android #54

Open
vaclavbenes opened this issue Mar 9, 2023 · 4 comments
Open

Usage on android #54

vaclavbenes opened this issue Mar 9, 2023 · 4 comments

Comments

@vaclavbenes
Copy link

I want to ask. What is the effort to use it as an android library? is it even possible? I see the JVM target. Thank you. :)

@sharpordie
Copy link

sharpordie commented Mar 11, 2023

You can check my demo project here:

Dadb lacks some features, like pair command support, so I now use this wonderful library:

You can also use this, it uses the real ADB binary compiled for Android:

If you need iOS support, the work of wsvn53 is amazing:

@ITDev93
Copy link

ITDev93 commented Jun 15, 2023

Dadb lacks some features, like pair command support, so I now use this wonderful library:

You mentioned the library "libadb-android" for having the pair feature... does that mean I can use that library to pair and continue using dadb...?

I don't want to rewrite my whole application because it lacks the pair feature, if I can somehow pair device and continue using dadb, it would be greatly appreciated...

@sharpordie
Copy link

I could be doable, personally I rewrote everything using libadb-android because I had another issues with dadb.

@ITDev93
Copy link

ITDev93 commented Jun 17, 2023

I could be doable, personally I rewrote everything using libadb-android because I had another issues with dadb.

I tried libadb with dadb, pairing works but dadb wouldn't connect, I'm guessing because dadb doesn't use adb hosts file created by libadb...

I guess I should rewrite everything with libadb as well...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants