We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looks like the cp command is missing.
The text was updated successfully, but these errors were encountered:
cp is part of busybox. you can require busybox or emulate cp with cat and redirection.
however what about chmod and other commands that may be used?
this page shows that chmod is standard on user-debug builds: https://github.com/jackpal/Android-Terminal-Emulator/wiki/Android-Shell-Command-Reference but what about user builds?
Sorry, something went wrong.
Requiring busy box sounds like the simplest thing to do.
No branches or pull requests
Looks like the cp command is missing.
The text was updated successfully, but these errors were encountered: