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

How to stop asl-native? #6

Closed
GoogleCodeExporter opened this issue Apr 10, 2015 · 1 comment
Closed

How to stop asl-native? #6

GoogleCodeExporter opened this issue Apr 10, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Use run.sh can execuse the asl-native,

But how to stop it if use android app?


Original issue reported on code.google.com by zfreek...@gmail.com on 22 Feb 2011 at 6:46

@GoogleCodeExporter
Copy link
Author

Send a SIGKILL to the process:

    adb shell kill -9 <pid>

You can obtain the <pid> using ps:

    abd shell ps aux

and looking for process  with /data/local/asl-native .

Original comment by karol.ku...@polidea.pl on 14 Jun 2011 at 1:20

  • Changed state: Done

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

No branches or pull requests

1 participant