-
Notifications
You must be signed in to change notification settings - Fork 51
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
Call ctrl+c on remote device? #3
Comments
Ctrl+C is usually just app termination. What original project are you talking about? |
I mean this app https://play.google.com/store/apps/details?id=com.cgutman.androidremotedebugger. It's built using the plugin and features a ctrl+c option. I don't know how to send such a command myself though |
Is it open source? If not I guess you should ask the author. |
Only the library is open source alas... I already left a message on his github |
Hi @Jolanrensen Perhaps you can try execute the following shell command through this library:
|
@guadaran Thanks for the tip, but for this you will need to get the current PID and that might be hard. I did read something about adb shell having an escape character "~" but I wasn't able to prepend it before a command using this plugin. |
Looks like this has already been answered here: cgutman/AdbLib#8 (comment) |
I know it's possible as the original app developer has a Ctrl+C send option in his adb app built in, but I was wondering how to send such a command for myself using this library. I can't seem to find out how.
The text was updated successfully, but these errors were encountered: