vidstige / jadb

ADB Client in pure Java.
Apache License 2.0
640 stars 178 forks source link

iOS version for this library or similar #138

Closed SodaSurfer closed 2 years ago

SodaSurfer commented 3 years ago

hello

is there a Swift version of this library that works with swift iOS or some other swift implementation for ADB?

this works great with java from what I've tested and I'm wondering if there is also a Swift implementation for it.

thanks

janosvitok commented 3 years ago

What exactly are you trying to achieve? This is a library to control Android phones...

vidstige commented 3 years ago

ADB stands for Android Debug Bridge and is specific to Android devices. iOS devices can normally not be controlled using adb. Are you looking for a swift implementation to communicate with android devices? If so then, the answer is no - This is a java-library.

hhhaiai commented 3 years ago

@SodaSurfer this? https://libimobiledevice.org/

janosvitok commented 2 years ago

I think we can close this as unrelated.