jadb
jadb copied to clipboard
ADB Client in pure Java.
this does not execute the command: `device.executeShell("input keyevent KEYCODE_POWER")` but this does: `device.executeShell("input keyevent KEYCODE_POWER").reader().readText()` I would expect the first command to also work
Hi! Firstly, I need to know if it is possible connect an android device with an another device using this client. I want to made an app that could configure...
When I try to force install any application on an emulator with Android 10 using Jadb API call `PackageManager.forceInstall`, it throws the following exception: ``` se.vidstige.jadb.JadbException: Could not install .apk:...
Hi @vidstige, First off - thanks for this library! It's a huge improvement for me over calling 'adb' from my app in bash scripts. I wanted to write a simple...
list ("LIST" command) only supports int for file size/last modified. listV2 ("LIS2" command) supports long instead.
1. Add kill-server, root, unroot, remount commands support 2. Add pull directory support 3. Upgrade to JDK 1.8